* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

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

img {
  max-width: 100%; }

body {
  color: #171717;
  line-height: 1.45;
  font-size: 16px;
  font-family: 'SF UI Display', sans-serif;
  overflow-x: hidden;
  position: initial;
  letter-spacing: -0.2px; }

.mt-130 {
  margin-top: 130px; }

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

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: #171717;
  font-family: "Exo", sans-serif;
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1.2; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #171717;
  font-family: "Exo", sans-serif;
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1.2; }

/*h1,.h1{font-size: 40px;line-height: 56px; letter-spacing: -1.7px;}
h2,.h2{font-size: 36px;line-height: 49px; letter-spacing: -1.5px;}
h3,.h3{font-size: 32px;line-height: 42px; letter-spacing: -1px;}
h4,.h4{font-size: 24px;line-height: 32px; letter-spacing: -0.70px;}
h5,.h5{font-size: 20px;line-height: 28px; letter-spacing: -0.5px;}
h6,.h6{font-size: 18px;line-height: 26px; letter-spacing: -0.5px;}
@media (max-width: 991.98px){
h1,.h1{font-size: 30px;line-height: 46px; letter-spacing: -1.7px;}
h2,.h2{font-size: 24px;line-height: 32px; letter-spacing: -1.5px;}
h3,.h3{font-size: 22px;line-height: 22px; letter-spacing: -1px;}
h4,.h4{font-size: 18px;line-height: 1.2; letter-spacing: -0.70px;}
h5,.h5{font-size: 16px;line-height: 1.2; letter-spacing: -0.5px;}
h6,.h6{font-size: 16px;line-height: 1.2; letter-spacing: -0.5px;}
}*/
h1, .h1 {
  font-size: 40px;
  line-height: 56px; }

h2, .h2 {
  font-size: 36px;
  line-height: 49px; }

h3, .h3 {
  font-size: 32px;
  line-height: 42px; }

h4, .h4 {
  font-size: 24px;
  line-height: 32px; }

h5, .h5 {
  font-size: 20px;
  line-height: 28px; }

h6, .h6 {
  font-size: 18px;
  line-height: 26px; }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 46px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 32px; }
  h3, .h3 {
    font-size: 22px;
    line-height: 22px; }
  h4, .h4 {
    font-size: 18px;
    line-height: 1.2; }
  h5, .h5 {
    font-size: 16px;
    line-height: 1.2; }
  h6, .h6 {
    font-size: 16px;
    line-height: 1.2; } }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #171717;
  font-family: "Exo", sans-serif; }

img {
  max-width: 100%; }

/* 1.4 - Links and Buttons */
a {
  color: var(--shop-color-text);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:focus {
  color: #171717;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

/* 1.5 - Lists */
ul, ol {
  padding: 0;
  margin: 0; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/* 1.6 - Variable */
.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*-----End Variable---*/
.mg-top {
  margin-top: 15px; }

.pd-top {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .pd-top {
      padding-top: 20px; } }

/* 1.7 - Button */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 8px 24px;
  line-height: normal;
  color: #fff;
  border-radius: 20px;
  background-color: var(--shop-color-hover);
  border: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button:before {
  content: '';
  display: block;
  background-color: var(--shop-color-button);
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button.btnwhite {
  color: var(--shop-color-text);
  border-color: var(--shop-color-text); }

.button.btnwhite:before {
  background-color: #ffffff; }

.button.btnred {
  background-color: #e70505;
  border-color: #e70505; }
  .style_01 .button.btnred {
    background-color: var(--btn-hover-color-style01);
    border-color: var(--btn-hover-color-style01); }
  .style_02 .button.btnred {
    background-color: var(--btn-hover-color-style02);
    border-color: var(--btn-hover-color-style02); }
  .style_03 .button.btnred {
    background-color: var(--btn-hover-color-style03);
    border-color: var(--btn-hover-color-style03); }
  .style_04 .button.btnred {
    background-color: var(--btn-hover-color-style04);
    border-color: var(--btn-hover-color-style04); }

.button.btnred:before {
  background: #ff0000; }
  .style_01 .button.btnred:before {
    background: var(--btn-color-style01); }
  .style_02 .button.btnred:before {
    background: var(--btn-color-style02); }
  .style_03 .button.btnred:before {
    background: var(--btn-color-style03); }
  .style_04 .button.btnred:before {
    background: var(--btn-color-style04); }

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    border-color: var(--shop-color-hover);
    color: #ffffff; }
  .button:hover:before, .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .button.btnwhite:hover, .button.btnwhite:focus {
    border-color: var(--shop-color-hover);
    background-color: var(--shop-color-hover);
    color: #ffffff; }
  .button.btnred:hover,
  .button.btnred:focus {
    color: #fff;
    border-color: #ff0000; }
    .style_01 .button.btnred:hover, .style_01
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style01); }
    .style_02 .button.btnred:hover, .style_02
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style02); }
    .style_03 .button.btnred:hover, .style_03
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style02); }
    .style_04 .button.btnred:hover, .style_04
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style04); } }

/* 1.8 - Anmaiton css3 */
@-webkit-keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@-webkit-keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }

@keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes scaleDown1 {
  0% {
    transform: scale(1);
    opacity: 0; }
  1% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotateIconLoad {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

@keyframes shine {
  100% {
    left: 125%; } }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

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

@keyframes slideshowFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes pulselive {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0.3; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes rightarrow {
  0% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(0); } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

/* 2.0 - CSS  General */
.dFlex-row {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

@media (max-width: 767px) {
  .dFlex-row {
    margin-left: -7px;
    margin-right: -7px; }
  .col-pd {
    padding: 0 7px; } }

.mainBody-theme.body-scroll {
  overflow: hidden; }

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

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: initial !important; }

img.lazyload:not([src]) {
  visibility: hidden; }

/*.product-loop.product-horizontal .product--image .prod-img img:not(.lazyloaded) {min-height:140px;}*/
.lazyloading {
  opacity: 0.3;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both; }

.sitebox-recaptcha a {
  color: #2962ff; }

.grecaptcha-badge {
  visibility: hidden; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  color: #858380;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  outline: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 22px; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
  right: 47px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  right: 7px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled:hover,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled:hover {
    background: #fff;
    color: #858380;
    cursor: no-drop; }

.owlCarousel-style.owl-carousel:not(.owl-loaded) .slider-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.owlCarousel-style.owl-carousel .owl-stage {
  margin: 5px 0;
  display: flex;
  display: -ms-flex; }

.owlCarousel-style .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center; }
  .owlCarousel-style .owl-dots .owl-dot {
    margin: 0 3px;
    outline: 0; }
  .owlCarousel-style .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 7px;
    height: 7px;
    margin: 5px;
    border-radius: 50%;
    background: #928c8c; }
  .owlCarousel-style .owl-dots .owl-dot.active {
    border-radius: 50%;
    border: 2px solid #000000; }
  .owlCarousel-style .owl-dots .owl-dot.active span {
    background: #000000; }

.owlCarousel-style .product-loop .product-inner {
  margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 47px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; } }

@media (min-width: 992px) {
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
    background: var(--shop-color-button);
    color: #fff; } }

@media (max-width: 767px) {
  .owlCarousel-style .owl-item:hover {
    box-shadow: none; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    top: -45px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before, .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      font-size: 18px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 45px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; }
  .owlCarousel-style .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 4px; }
  .owlCarousel-style .owl-dots {
    bottom: -30px; } }

.owlCarousel-dfex.owl-loaded .owl-stage {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  margin-top: 3px; }

.owlCarousel-dfex.owl-loaded .owl-stage:after {
  display: none; }

.owlCarousel-dfex.owl-loaded .product-loop {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 14px; }

.owlCarousel-dfex.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.owlCarousel-dfex .owl-item img {
  width: initial; }

@media (min-width: 1200px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0;
    flex: 0 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0;
    flex: 0 0; } }

@media (max-width: 991px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 767px) {
  .owlCarousel-dfex.owl-loaded .product-loop {
    padding-bottom: 0; } }

.banner-hover-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-hover-effect:before, .banner-hover-effect::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s; }
  .banner-hover-effect:before {
    top: 0;
    left: 0;
    z-index: 1; }
  .banner-hover-effect:after {
    bottom: 0;
    right: 0;
    z-index: 2; }
  @media (min-width: 1200px) {
    .banner-hover-effect:hover:before, .banner-hover-effect:hover:after {
      width: 100%;
      height: 100%; }
    .banner-hover-effect img {
      display: block;
      margin: 0;
      height: auto;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
    .banner-hover-effect:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

.flow-zoom {
  overflow: hidden; }
  .flow-zoom img {
    transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease; }
  .flow-zoom:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15); }

.tooltip-cs {
  position: relative; }
  .tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .tooltip-cs .tooltip-hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible; }

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  background: var(--shop-color-bg);
  padding: 0 0px;
  border-bottom: 1px solid #dfe2e6;
  border-top: 1px solid #dfe2e6; }

.breadcrumb-paralax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin-bottom: 40px;
  background-color: #fafafa; }

.breadcrumb-list {
  overflow: hidden; }

.breadcrumb-list .breadcrumb-arrows {
  font-size: 13px;
  padding: 10px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  list-style: none; }

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

.breadcrumb-list .breadcrumb-arrows > li strong {
  font-weight: 400; }

.breadcrumb-list .breadcrumb-arrows > li a {
  color: var(--shop-color-text); }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  padding: 0 3px;
  margin-left: 5px;
  color: #ccc;
  font-family: 'FontAwesome';
  content: "/\00a0"; }

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 7px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 2px; }
  .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
    display: none; }
  .breadcrumb-list .breadcrumb-arrows {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

/* 2.3 - Pagination */
#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        float: left;
        line-height: 33px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0 !important;
        font-weight: 600;
        padding: 0;
        cursor: pointer; }
        #pagination .pagination > li > span svg path, #pagination .pagination > li a svg path {
          stroke: #171717; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: #00A0FA;
          border-color: #00A0FA;
          color: #fff; }
      #pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
        z-index: 2;
        color: #00A0FA;
        background-color: transparent;
        border-color: #00A0FA; }
        #pagination .pagination > li > a:hover svg path, #pagination .pagination > li > a:focus svg path, #pagination .pagination > li > span:hover svg path, #pagination .pagination > li > span:focus svg path {
          stroke: #00A0FA; }

/* 2.4 - 404 */
.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

@media (min-width: 992px) {
  .col-lg-cus5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }
  .mainHeader .container-fluid,
  .topbar-bottom .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 992px) {
  .row-mg0 {
    margin: 0; } }

@media (max-width: 767px) {
  .container.container-pd, .container-fluid.container-pd {
    padding-left: 7px;
    padding-right: 7px; }
  .container.container-pd-parent {
    padding-left: 2px;
    padding-right: 2px; }
  .container.container-pd0 {
    padding-left: 0px;
    padding-right: 0px; }
  .row-mg-parent {
    margin: 0 -2px; } }

/* 2.5 - CSS Loading  */
.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.product-loop-load {
  border: 1px solid #eae8e4;
  margin-left: -1px;
  margin-bottom: -1px; }

.product-loadding {
  padding-left: 0;
  padding-right: 0; }

.btn-action {
  font-size: 26px;
  font-weight: 600;
  font-family: "Exo";
  display: inline-block;
  padding: 8px 32px;
  border-radius: 4px;
  border: 1px solid #FF5200;
  background: #FF5200;
  color: #fff; }
  .btn-action:hover {
    color: #fff; }

.btn-loadmore {
  position: relative;
  color: var(--shop-color-button);
  border: 1px solid var(--shop-color-button);
  background: var(--shop-color-hover);
  margin-top: 20px;
  text-transform: initial;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 25px; }

.btn-loadmore:before {
  background: #fff; }

.btn-loadmore:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: var(--shop-color-button);
  animation: spinner .6s linear infinite;
  opacity: 0;
  transition: opacity 1s ease; }

.btn-loadmore.btn-loading {
  padding-left: 40px;
  padding-right: 10px; }

.btn-loadmore.btn-loading:after {
  opacity: 1; }

.wrapperMain_content {
  min-height: 80vh; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .wrapperMain_content {
      min-height: 65vh; } }

.tooltip-inner {
  font-weight: 600;
  font-size: 12px;
  background: #171717;
  border-radius: 2px;
  padding: 6px;
  max-width: 135px; }

.bs-tooltip-top .arrow::before {
  border-top-color: #171717; }

.bs-tooltop-bottom .arrow:before {
  border-bottom-color: #171717; }

.bs-tooltip-left .arrow::before {
  border-left-color: #171717; }

.bs-tooltop-right .arrow:before {
  border-right-color: #171717; }

/*======== coupon -- popover ==========*/
.coupon-popover {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 400px;
  font-family: inherit;
  font-size: 13px;
  z-index: 500;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .coupon-popover .popover-header {
    display: none;
    text-align: center;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    width: 100%;
    color: #242424;
    border-bottom: 0; }
  .coupon-popover .popover-body {
    width: 360px;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .coupon-popover .popover-content__coupon {
    font-size: 13px;
    color: #000000; }
    .coupon-popover .popover-content__coupon .dfex-txt {
      padding: 12px 24px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
        display: none; }
      .coupon-popover .popover-content__coupon .dfex-txt--1 {
        width: 33%;
        min-width: 100px;
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 20px;
        color: #787878; }
      .coupon-popover .popover-content__coupon .dfex-txt--2 {
        padding-left: 20px; }
        .coupon-popover .popover-content__coupon .dfex-txt--2 span {
          width: 24px;
          height: 24px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 6px;
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22labrj0lkfa%22%20d%3D%22M6.527%202.099c.521%200%20.946.425.949.948v8.004c0%20.524-.425.949-.949.949H.95C.425%2012%200%2011.575%200%2011.051V3.047C0%202.524.425%202.1.949%202.1zm-.002.663H.946c-.157%200-.285.128-.285.285v8.002c0%20.157.128.285.285.285h5.579c.157%200%20.285-.128.285-.285V3.047c0-.157-.128-.285-.285-.285zM8.66%200c.524%200%20.949.425.949.949v8.004c0%20.523-.425.948-.949.948-.184%200-.332-.147-.332-.331%200-.185.148-.332.332-.332.158%200%20.285-.128.285-.285V.949c0-.158-.127-.285-.285-.285H3.082c-.158%200-.285.127-.285.285%200%20.184-.148.331-.332.331-.184%200-.332-.147-.332-.331%200-.524.425-.949.949-.949z%22%2F%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-2760%20-4524%29%20translate%282708%2080%29%20translate%2852%204304%29%20translate%280%20140%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23E5F2FF%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%286%206%29%20translate%281%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22n5b3eobj0b%22%20fill%3D%22%23fff%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23787878%22%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23017FFF%22%20mask%3D%22url%28%23n5b3eobj0b%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200H12V12H0z%22%20transform%3D%22translate%28-1%29%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-size: 24px; }
      .coupon-popover .popover-content__coupon .dfex-txt--3 {
        width: 100%; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul {
          list-style-type: disc;
          margin-bottom: 0;
          margin-top: 0;
          margin-left: 16px; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li {
          list-style-position: outside; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li + li {
          margin-top: 3px; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li::marker {
          color: #000; }
      .coupon-popover .popover-content__coupon .dfex-txt--cta {
        width: 100%; }
        .coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover {
          display: block;
          width: 100%;
          padding: 0px 12px;
          font-size: 13px;
          height: 44px;
          line-height: 42px;
          border-radius: 4px;
          font-weight: 500;
          color: #fff;
          background: red;
          border: 1px solid red; }
          .coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover + .btn-popover {
            margin-top: 12px;
            color: red;
            background: #fff; }
    .coupon-popover .popover-content__coupon .dfex-bkg:nth-child(2n+1) {
      background-color: #fafafa; }
  .coupon-popover.top > .arrow {
    border-top-color: #ffffff; }
  .coupon-popover.bottom > .arrow {
    border-bottom-color: #ffffff; }
  .coupon-popover.left > .arrow {
    border-left-color: #ffffff; }
  .coupon-popover.right > .arrow {
    border-right-color: #ffffff; }
  .coupon-popover.bs-popover-top > .arrow::before {
    border-top-color: #ffffff; }
  @media (max-width: 767px) {
    .coupon-popover {
      position: fixed !important;
      z-index: 1010;
      width: 100%;
      max-width: 100%;
      left: 0 !important;
      right: 0 !important;
      top: initial !important;
      bottom: 0;
      margin: 0;
      -webkit-transform: translateY(100%) !important;
      transform: translateY(100%) !important;
      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      background: #ffffff;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
      border-radius: 16px 16px 0 0; }
      .coupon-popover.fade.show {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important; }
    .coupon-popover .popover-header {
      display: block; }
      .coupon-popover .popover-header:before {
        content: "";
        position: absolute;
        left: calc(50% - 24px);
        top: -14px;
        width: 48px;
        height: 6px;
        border-radius: 3px;
        background: #ffffff; }
    .coupon-popover .popover-body {
      margin-left: 0;
      margin-right: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      width: 100%; }
    .coupon-popover .arrow {
      display: none; }
    .coupon-popover .popover-content__coupon .dfex-txt {
      padding: 12px 20px; }
      .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

@media (max-width: 767px) {
  .modal-coupon--backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .modal-coupon--backdrop.js-modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.sitenav-content .btnclose {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }
  .sitenav-content .btnclose svg {
    width: 16px;
    height: 30px; }

.sitenav-content__title {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--shop-color-border);
  text-align: center; }
  .sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .sitenav-content__title .btn-close svg {
      width: 18px;
      height: 30px; }
  .sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500; }

.sitenav-content__block {
  padding-top: 20px; }

@media (min-width: 992px) {
  .sitenav-content .sitenav-boxscroll {
    overflow-y: scroll;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 767px) {
  .sitenav-content .btnclose {
    display: block; }
  .sitenav-content__title {
    text-align: left;
    padding-right: 40px; }
    .sitenav-content__title .btn-close {
      display: block; }
    .sitenav-content__title .txt-title {
      font-size: 15px; } }

.sitenav-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.sitenav-menu .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: var(--shop-color-title);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 15px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
  color: #677279;
  display: flex;
  display: -ms-flex;
  align-items: center; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
  border-bottom: 0 !important;
  text-transform: none !important; }

.sitenav-menu .menulist-links li.has-submenu.level0 > ul.submenu-links {
  border: 0; }

.sitenav-menu .menulist-links > li {
  border: 0; }

.sitenav-menu .menulist-links > li > a {
  font-weight: 600; }

.sitenav-menu .menulist-links > li.has-submenu .icon-plus-submenu:hover {
  border: none; }

.sitenav-menu .menulist-links .has-submenu.level0 > ul.submenu-links li a {
  font-weight: 600; }

.menulist-links {
  margin: 0; }

.menulist-links li {
  position: relative; }

.menulist-links li a {
  position: relative;
  font-size: 13px;
  display: block;
  font-family: "Exo"; }

.menulist-links > li {
  border-bottom: 1px dashed var(--shop-color-border); }

.menulist-links > li:last-child {
  border-bottom: none; }

.menulist-links > li > a {
  padding: 12px 0;
  font-weight: 600;
  font-size: 15px;
  font-family: "Exo"; }

.menulist-links > li.has-submenu > a {
  padding-right: 30px; }

.menulist-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: #171717;
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menulist-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #171717; }

ul.menulist-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed #171717; }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

.mainHeader {
  background: #fff;
  width: 100%;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  .mainHeader .flex-container-header {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .mainHeader .flex-container-header > [class*='header-wrap-'] {
      padding: 0px 10px; }
  .mainHeader .header-wrap-menu .navbar-mainmenu {
    text-align: center; }
  .mainHeader .header-wrap-menu .menuList-main {
    margin: 0; }
    .mainHeader .header-wrap-menu .menuList-main > li {
      display: inline-block;
      margin: 0 12px;
      position: relative; }
      .mainHeader .header-wrap-menu .menuList-main > li > a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 8px 14px;
        width: 100%;
        font-family: "Exo";
        font-weight: 600;
        font-size: 16px;
        color: #171717;
        -webkit-transition: none;
        transition: none; }
        .mainHeader .header-wrap-menu .menuList-main > li > a svg {
          display: inline-block;
          vertical-align: middle;
          margin-left: 0;
          -webkit-transition: transform .2s;
          -moz-transition: transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s; }
      .mainHeader .header-wrap-menu .menuList-main > li.active a, .mainHeader .header-wrap-menu .menuList-main > li.active a:focus {
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active:hover a {
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover > a svg {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
      background: #fff;
      min-width: 230px;
      max-width: 180%;
      padding: 8px;
      position: absolute;
      z-index: 99;
      top: 150%;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image {
        max-width: 390px;
        min-width: 390px;
        border-radius: 8px;
        padding: 8px; }
        .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li {
          background-size: conver;
          border-radius: 4px;
          margin-bottom: 8px;
          overflow: hidden; }
          .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li a {
            display: block;
            padding: 26px 24px;
            font-size: 20px;
            font-family: "Exo";
            font-weight: 600;
            color: #171717;
            position: relative; }
          .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(281.03deg, rgba(222, 240, 255, 0.5) 16.5%, rgba(0, 160, 250, 0.75) 52.14%, #007ED4 85.71%); }
          .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover:after {
            content: '';
            width: 40px;
            height: 40px;
            border-radius: 4px;
            background-color: #fff;
            background-image: url(https://file.hstatic.net/200000962736/file/arrow-right.svg);
            position: absolute;
            right: 24px;
            top: 20px;
            background-repeat: no-repeat;
            background-position: 7px; }
          .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover a {
            color: #fff; }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0; }
    .mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover > .menuList-submain {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth {
      position: initial; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn {
        padding: 25px 0;
        left: 0;
        right: 0;
        max-height: 75vh;
        overflow-x: hidden;
        overflow-y: auto; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
        max-width: calc(2400px + 80px * 2);
        padding: 0 80px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
        flex: 0 0 auto;
        width: 62%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
        width: 100%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
        padding: 3px 0; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
        flex: 0 0 auto;
        width: 38%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
        text-align: left;
        margin-bottom: 15px; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item > a {
        font-weight: 600; }
      @media (min-width: 991px) {
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          padding-right: 15px;
          padding-left: 0; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .mainHeader .header-wrap-menu .menuList-main > li > a {
        font-size: 13px; } }
  .mainHeader .header-wrap-menu .menuList-submain {
    /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/ }
    .mainHeader .header-wrap-menu .menuList-submain li {
      position: relative; }
      .mainHeader .header-wrap-menu .menuList-submain li a {
        padding: 8px 14px;
        font-family: "Exo";
        text-align: left;
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #171717; }
      .mainHeader .header-wrap-menu .menuList-submain li a svg {
        width: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out; }
      .mainHeader .header-wrap-menu .menuList-submain li a:hover svg {
        right: 10px;
        opacity: 0.8; }
    .mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
      padding-right: 30px; }
    .mainHeader .header-wrap-menu .menuList-submain li a:hover, .mainHeader .header-wrap-menu .menuList-submain li a:hover i {
      opacity: 1; }
  .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .mainHeader .header-wrap-action .header-action .header-action-register {
      height: 32px;
      padding: 4px 18px;
      border-radius: 4px;
      background: #fff7ec;
      border: 1px solid #ffecd3;
      color: #ff5200;
      font-weight: 600;
      font-family: "Exo";
      font-size: 13px;
      margin-right: 8px;
      line-height: 24px; }
    .mainHeader .header-wrap-action .header-action .header-action-login {
      height: 32px;
      padding: 4px 18px;
      border-radius: 4px;
      background: #ff5200;
      color: #fff;
      font-weight: 600;
      font-family: "Exo";
      font-size: 13px;
      line-height: 24px; }
    .mainHeader .header-wrap-action .header-action .header-action-loginmb {
      height: 32px;
      padding: 4px 8px;
      border-radius: 4px;
      background: #ff5200;
      color: #fff;
      font-weight: 600;
      font-family: "Exo";
      font-size: 11px;
      line-height: 24px; }
    .mainHeader .header-wrap-action .header-action .header-action-item {
      margin-left: 10px;
      align-self: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        position: absolute;
        width: 24px;
        height: 15px;
        top: 100%;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
        position: relative;
        display: block;
        font-size: 13px;
        color: var(--shop-color-text);
        white-space: nowrap; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: inline-block;
        vertical-align: middle; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        padding-left: 2px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
        font-size: 11px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
        font-size: 13px;
        display: block;
        font-weight: 500; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        max-width: 115px;
        overflow: hidden; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin-left: 3px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        position: relative;
        width: 32px;
        height: 40px;
        text-align: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 22px;
        height: 40px;
        fill: var(--shop-color-text); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 22px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 20px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
          width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        text-align: center;
        position: absolute;
        left: 16px;
        top: -1px;
        padding: 0px 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        position: absolute;
        top: calc(100% + 15px);
        left: auto;
        right: -15px;
        z-index: 990;
        min-width: 280px;
        border-radius: 3px;
        color: #677279;
        background: #fff;
        border: solid 1px #dfe3e8;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        will-change: transform; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle {
          position: absolute;
          bottom: calc(100% - 2px);
          margin: 0 auto;
          width: 22px;
          height: 15px;
          right: 19px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle svg {
          -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          width: 100%;
          height: 100%;
          max-height: 100%;
          overflow: hidden;
          padding: 15px 20px; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
            font-size: 18px;
            color: var(--shop-color-title);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            font-weight: 500;
            padding-bottom: 8px;
            text-align: center;
            border-bottom: 1px solid var(--shop-color-border); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
        right: 58px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
        right: 98px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
      margin: auto; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
      z-index: 101; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
      width: 25px;
      height: 35px;
      cursor: pointer;
      display: block;
      position: relative; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        height: 2px;
        background: #000; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
        position: relative;
        top: 22px;
        display: block;
        margin: auto;
        width: 25px;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 18px;
        -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 15px;
        -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mainHeader .header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    /*border-bottom: 1px solid #e7e7e7;*/ }
    .mainHeader .header-search-mobile .searchform-mobile {
      position: relative; }
      .mainHeader .header-search-mobile .searchform-mobile input.input-search {
        width: 100%;
        padding: 7px 40px 7px 15px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #eaeaea;
        background: #fff;
        color: #252a2b;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        .mainHeader .header-search-mobile .searchform-mobile input.input-search:focus {
          outline: none;
          background: #fff; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search {
        width: 40px;
        height: 36px;
        line-height: 36px;
        border: 0;
        outline: none;
        box-shadow: none;
        position: absolute;
        padding: 0;
        top: 0px;
        right: 0px;
        background: transparent; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search svg {
          width: 15px;
          height: 36px;
          line-height: 36px;
          vertical-align: inherit;
          opacity: 0.6; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
          fill: #000;
          width: 20px; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon {
        display: block;
        height: 100%; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
        display: block;
        height: 100%; }
    .mainHeader .header-search-mobile .smart-search-wrapper {
      position: absolute;
      right: 0px;
      left: 0px;
      z-index: 100;
      top: calc(100% + 0px);
      width: initial;
      background: #fff;
      padding: 0 15px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
      z-index: 999; }
  .mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none; }
  .mainHeader .header-navbar-menu .header-wrap-menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .mainHeader.hSticky .header-wrap-menu .menuList-main > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  .mainHeader.hSticky .header-box-live {
    display: none; }
  .mainHeader.hSticky .header-wrap-action .header-action .header-action-item.locationContainer {
    display: none; }
  .mainHeader.hSticky {
    visibility: hidden;
    opacity: 0; }
  .mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky.hSticky-nav.hSticky-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky-nav .topbar, .mainHeader.hSticky-nav .topbar-banner {
    display: none; }
  .mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (min-width: 1200px) {
    .mainHeader {
      position: relative;
      /*&:not(.hSticky) {
		.header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {left:-50%;right:auto;}
	}*/ }
      .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 992px) {
    .mainHeader .header-wrap-logo a img {
      max-width: 210px;
      max-height: 70px; }
    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
      min-width: 100px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
      width: 340px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
      width: auto;
      min-width: 260px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
      border-radius: 50%;
      height: 6px;
      width: 6px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 4px;
      opacity: 1;
      margin: 0 auto;
      transform: rotateX(55deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        content: "";
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        margin: -8px 0 0 -12px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        animation-delay: 1.1s; }
    .mainHeader.hSticky-nav .header-wrap-logo h1, .mainHeader.hSticky-nav .header-wrap-logo a {
      font-size: 25px; }
    .mainHeader.hSticky-nav .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
      max-height: 60px;
      max-width: 200px; }
    .mainHeader .header-wrap-info li:nth-child(2) {
      margin-left: 15px; }
    .mainHeader .header-wrap-info li svg {
      width: 22px;
      height: 22px;
      transform: translateY(-2px); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .container {
      width: auto; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-logo a img {
      max-width: 200px;
      max-height: 70px; }
    .mainHeader.hSticky-nav .header-wrap-logo h1, .mainHeader.hSticky-nav .header-wrap-logo a {
      font-size: 23px; }
    .mainHeader.hSticky-nav .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
      max-height: 55px;
      max-width: 180px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 10px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .mainHeader .mainHeader-middle {
      position: relative; }
    .mainHeader .mainHeader-middle .container {
      width: auto; }
    .mainHeader .flex-container-header {
      padding: 8px 0;
      margin: 0 -5px; }
      .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0 5px; }
    .mainHeader .header-wrap-logo {
      text-align: center;
      max-width: calc(100% - 140px); }
      .mainHeader .header-wrap-logo .wrap-logo {
        display: flex;
        justify-content: center;
        align-items: center; }
    .mainHeader .header-wrap-action .header-action {
      position: initial;
      height: 100%; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        height: 100%; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
          top: calc(100% - 5px); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: none; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
          right: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          height: 100vh; }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
          opacity: 0;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart {
        display: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart.show-mb {
        display: block; }
    .mainHeader .header-search-mobile {
      display: block; }
    .mainHeader.hSticky-nav .header-wrap-logo {
      display: block; }
    .mainHeader.hSticky-nav .header-search-mobile {
      display: none;
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      visibility: hidden;
      padding: 0px 95px 0px 55px; }
      .mainHeader.hSticky-nav .header-search-mobile .searchform-mobile {
        position: relative;
        visibility: visible;
        margin: 0 auto; }
      .mainHeader.hSticky-nav .header-search-mobile .smart-search-wrapper {
        visibility: visible;
        top: calc(100% + 10px); }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-text {
      display: none !important; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-icon {
      display: none; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.header-action_search {
      display: block; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer {
      display: none; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
      top: calc(100% - 5px); }
    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
      display: none; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
      display: block; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
      left: 44px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 65px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
      padding: 3px 10px; }
    .mainHeader.hSticky-nav .header-search-mobile {
      padding: 0px 120px 0px 80px; }
    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
      top: 100%; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 60px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 20px; }
    .mainHeader .header-wrap-logo .wrap-logo a {
      transition: none;
      word-wrap: break-word;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      max-width: 180px; }
    .mainHeader .header-wrap-action .header-action {
      position: initial; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        margin-left: 7px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_text .box-triangle {
          top: calc(100% - 5px); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
          max-width: 90px;
          vertical-align: initial; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
          font-size: 8px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
          font-size: 10px;
          margin-left: 1px; }
        .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
          font-size: 10px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          overflow: auto;
          padding-bottom: 180px;
          -webkit-overflow-scrolling: touch; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        width: 28px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        left: 12px;
        top: 1px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
      padding: 0 5px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-left: 0;
      margin-right: 8px; } }

.mainHeader.mainHeader_temp02 .header-wrap-search {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  max-width: 400px; }

.mainHeader.mainHeader_temp02 .header-wrap-search .header-search {
  position: relative;
  max-width: 400px;
  margin-left: auto; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .searchform-product {
    position: relative;
    z-index: 99; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .searchform-product .input-search {
    padding: 9px 9px 9px 40px;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    left: 0;
    border: 0;
    opacity: .5;
    width: 40px;
    background: transparent;
    transition: opacity 150ms linear; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 16px;
    height: 38px;
    display: block;
    margin: auto;
    fill: #000; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .searchform-product .input-search:focus {
    outline: none; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding-left: 15px;
    padding-right: 15px; }
  .mainHeader.mainHeader_temp02 .header-wrap-search .header-search .search-box {
    border-radius: 4px;
    overflow: hidden; }

.mainHeader.mainHeader_temp02 .header-wrap-menu .menuList-main > li > a {
  padding: 25px 0; }

.mainHeader.mainHeader_temp02 .header-wrap-action .header-action_search .header-action_dropdown .sitenav-content .boxtitle {
  border-bottom: 0; }

.mainHeader.mainHeader_temp02.hSticky-nav .header-wrap-search {
  display: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .mainHeader.mainHeader_temp02 .header-action-item.header-wrap-search {
    display: none; } }

@media (min-width: 992px) {
  .mainHeader.mainHeader_temp02 .flex-container-header {
    -webkit-align-items: initial;
    align-items: initial; }
  .mainHeader.mainHeader_temp02 .header-wrap-menu {
    padding-left: 0px;
    padding-right: 0; }
    .mainHeader.mainHeader_temp02 .header-wrap-menu .navbar-mainmenu {
      height: 100%; }
    .mainHeader.mainHeader_temp02 .header-wrap-menu .menuList-main {
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: center;
      justify-content: center; }
    .mainHeader.mainHeader_temp02 .header-wrap-menu .menuList-main > li {
      display: -webkit-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center; }
    .mainHeader.mainHeader_temp02 .header-wrap-menu ul.menuList-primary > li {
      margin: 0 10px; }
  .mainHeader.mainHeader_temp02 .header-wrap-logo, .mainHeader.mainHeader_temp02 .header-wrap-action {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-align-self: center;
    align-self: center; }
  .mainHeader.mainHeader_temp02 .header-wrap-action {
    padding-left: 0px; }
  .mainHeader.mainHeader_temp02 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
    box-shadow: 0 0 1px 2px; }
  .mainHeader.mainHeader_temp02:not(.hSticky-nav) .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media (max-width: 991px) {
  .mainHeader.mainHeader_temp02 .header-wrap-logo {
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    text-align: left; }
  .mainHeader.mainHeader_temp02 .header-action-item.header-wrap-search {
    display: none; } }

.location-noscroll.locked-scroll {
  overflow: hidden; }

.locked-scroll .mainHeader-middle {
  position: relative;
  z-index: 999; }

.locked-scroll .sitenav-overlay {
  opacity: 1;
  visibility: visible; }

.mainBody-theme.body-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

@media (max-width: 991px) {
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0; } }

/*====== FOOTER ========================*/
/* Footer */
footer {
  background-color: #F5F5F5;
  padding: 64px 0;
  color: #171717; }
  footer .footer-column {
    margin-bottom: 20px; }
  footer .footer-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'Exo'; }
  footer .contact-info .contact-item {
    margin-bottom: 8px;
    }
  footer .contact-info .contact-icon {
    margin-right: 8px; }
    footer .contact-info .contact-icon svg {
      width: 24px;
      height: 24px; }
  footer .footer-links {
    list-style: none;
    padding-left: 0; }
    footer .footer-links li {
      margin-bottom: 8px; }
      footer .footer-links li a {
        color: #171717;
        text-decoration: none; }
  footer .section-heading {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: 'Exo'; }
  footer .btn-buucuc {
    background: linear-gradient(90deg, #00A0FA 0%, #007ED4 133.8%);
    border-radius: 4px;
    padding: 7px 24px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Exo';
    color: #fff; }
    footer .btn-buucuc svg {
      margin-right: 8px; }
  footer .app-download {
    display: flex;
    gap: 4px; }
    footer .app-download a {
      display: inline-block;
      border-radius: 5px;
      overflow: hidden; }
  footer .social-icons {
    gap: 8px;
    flex-wrap: wrap; }
    footer .social-icons a {
      display: inline-block; }
      footer .social-icons a svg {
        width: 28px;
        height: 28px; }
  footer .footer-newsletter .input-group {
    border-radius: 4px; }
    footer .footer-newsletter .input-group input {
      border-radius: 4px;
      padding-right: 72px; }
    footer .footer-newsletter .input-group .input-group-append {
      position: absolute;
      right: 2px;
      top: 2px;
      height: 34px;
      line-height: 16px; }
      footer .footer-newsletter .input-group .input-group-append button {
        padding: 9px 24px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Exo';
        height: 34px;
        line-height: 16px;
        border-radius: 4px;
        z-index: 9;
        background: #FF5200;
        color: #fff; }
  footer .legal-info {
    font-size: 12px;
    line-height: 16px; }
  footer .certification-badge {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    footer .certification-badge .section-heading {
      margin-right: 12px;
      margin-bottom: 0; }
    footer .certification-badge img {
      max-width: 115px; }
  @media (max-width: 767px) {
    footer {
      padding: 32px 0; }
      footer .footer-column {
        margin-bottom: 20px; }
      footer .certification-badge {
        justify-content: flex-start; } }

/*-- tooltip --*/
.popover-body {
  padding: 3px 8px; }

/*===== INDEX ==========================*/
.sectionHeading {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 991px) {
    .sectionHeading {
      margin-bottom: 20px; } }
  .sectionHeading h3 {
    font-size: 45px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .sectionHeading h3 {
        font-size: 25px; } }
    .sectionHeading h3 a {
      color: #000; }

.effect-image {
  position: relative;
  overflow: hidden; }
  .effect-image img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .effect-image:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

.owl-carousel .owl-item .effect-image img.owl-lazy {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owlStyle .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  border: none; }
  .owlStyle .owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px;
    fill: #000; }
  .owlStyle .owl-carousel .owl-nav button.owl-prev {
    left: 10px; }
  .owlStyle .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  .owlStyle .owl-carousel .owl-nav button.disabled {
    opacity: 0.5; }

.owlStyle .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px; }
  .owlStyle .owl-carousel .owl-dots button {
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    outline: none;
    box-shadow: none;
    border: none; }
    .owlStyle .owl-carousel .owl-dots button.active {
      width: 8px;
      height: 8px; }

.section-home-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .section-home-slider img {
    width: 100%; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .slider-item {
    position: relative; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 70px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 4px;
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 40px;
      height: 4px;
      background: rgba(255, 255, 255, 0.4); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #fff; }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 5px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      width: 4px;
      height: 4px;
      margin: 4px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border: 1px solid #000000; } }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .section-home-slider .slide--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .section-home-slider .slide--content .slide--title {
      color: #fff;
      margin-bottom: 24px; }
    .section-home-slider .slide--content .slide--btn a {
      display: inline-block;
      background: #FF5200;
      padding: 7px 24px;
      color: #fff;
      min-height: 38px;
      height: 38px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 600;
      font-family: "Exo"; }
      .section-home-slider .slide--content .slide--btn a svg {
        margin-left: 13px; }
    @media (max-width: 767px) {
      .section-home-slider .slide--content .slide--title {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px; }
      .section-home-slider .slide--content .slide--btn a {
        min-height: 33px;
        height: 33px;
        padding: 4px 14px;
        font-size: 12px; }
        .section-home-slider .slide--content .slide--btn a svg {
          margin-left: 6px; } }
    @media (max-width: 480px) {
      .section-home-slider .slide--content .slide--title {
        font-size: 16px; } }

/*
--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------
*/
.sidebar-main .sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent; }
  .sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
      right: 0;
      -webkit-transform: translateX(120%);
      transform: translateX(120%);
      -webkit-transition: transform 0.35s ease , right 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , right 0.25s ease , visibility 0s; }
  .sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease , left 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , left 0.25s ease , visibility 0s; }
  .sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .sidebar-main .sitenav-wrapper .sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

.sidebar-main.is-show-right .sitenav-wrapper.show {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
  right: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main.is-show-left .sitenav-wrapper.show {
  right: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
  left: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eae4e8; }
  .sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    font-family: 'Exo'; }
  .sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }
  .sitenav-inner .sitenav-header .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px; }
    .sitenav-inner .sitenav-header .cart-shipping__title {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px;
      min-height: 30px; }
      .sitenav-inner .sitenav-header .cart-shipping__title .price {
        font-weight: 600;
        color: #ff2c26; }
      .sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
        text-transform: uppercase;
        color: #333333;
        font-weight: 600; }

.sitenav-inner .sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid var(--shop-color-border); }

.heading-pageDetail {
  padding: 35px 0 60px;
  text-align: center; }
  .heading-pageDetail h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: initial;
    color: #00A0FA;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    .heading-pageDetail h1:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 80%;
      height: 2px;
      background: #00A0FA; }

/* Article */
#article {
  background: #FAFAFA; }

.wrapper-contentBlogs {
  margin-bottom: 40px; }

.wrapper-contentArticle .heading-article {
  margin: 0 0 24px; }

.inforArticle-content {
  max-width: 774px;
  margin: 0 auto;
  padding: 64px 0; }
  .inforArticle-content .article-content > div {
    margin-bottom: 24px; }
  .inforArticle-content .article-post-meta {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 12px; }
  .inforArticle-content .box-article-detail h2 {
    font-size: 22px; }
  .inforArticle-content .box-article-detail h3 {
    font-size: 20px; }
  .inforArticle-content .box-article-detail h4,
  .inforArticle-content .box-article-detail h5,
  .inforArticle-content .box-article-detail h6 {
    font-size: 18px; }
  .inforArticle-content .article-related {
    margin-top: 25px;
    border-radius: 3px; }
    .inforArticle-content .article-related .title-blog-related {
      position: relative;
      text-align: left;
      margin: 0 0 20px; }
    .inforArticle-content .article-related .title-blog-related span {
      display: inline-block;
      color: var(--shop-color-text);
      position: relative;
      font-size: 24px; }
  .inforArticle-content .list-blogs-related .article-loop {
    margin-bottom: 0;
    height: 100%; }
  .inforArticle-content .list-blogs-related .article-loop .article-inner {
    height: 100%; }
  .inforArticle-content .list-blogs-related .article-loop .article-detail .post-title {
    font-size: 16px;
    margin: 0;
    padding-bottom: 8px; }
  .inforArticle-content .list-blogs-related .article-loop .article-detail .entry-content {
    font-size: 14px; }
  @media (max-width: 991.98px) {
    .inforArticle-content {
      padding: 32px 0; } }

/* Toolbar article */
.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: #000;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: #000; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #000; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #fff;
  border: 1px solid;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .blogs-aside--sticky {
    top: 80px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px; }
  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 10px 0 5px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    margin-bottom: 15px; }
  .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n + 1) {
    clear: both; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .boxBlog-left {
    padding: 0 7px; }
  .boxBlog-right {
    padding: 0 7px; }
  .list-article-content {
    margin: 0 -7px; }
  .wrapper-contentArticle,
  .wrapper-contentBlogs {
    margin-top: 0;
    margin-bottom: 0; }
  .article-loop {
    margin-bottom: 14px;
    padding: 0 7px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-detail {
    padding: 7px; }
  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 14px;
    margin: 0 0 6px; }
  .article-loop.article_loopfirst .article-inner {
    padding-top: 0;
    overflow: hidden; }
  .article-loop.article_loopfirst .article-inner .article-title {
    -webkit-order: 2;
    order: 2; }
  .article-loop.article_loopfirst .article-inner .article-detail {
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0; }
  .article-loop.article_loopfirst .article-inner .article-image {
    -webkit-order: 1;
    order: 1;
    width: 100%; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; }
  .inforArticle-content .article-related .content-blogs-related {
    position: relative;
    overflow: hidden;
    margin: 0 -15px; }
  .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    margin-bottom: -50px;
    transition: transform 0.25s ease 0s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block; }
  .inforArticle-content .article-related .content-blogs-related .owl-stage {
    left: -23px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    display: inline-block;
    width: 65%;
    float: none;
    padding-left: 0;
    padding-right: 7px;
    vertical-align: top;
    white-space: normal; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; } }

.wrapper-relatedArticle {
  padding: 64px 0;
  background: #fff; }
  .wrapper-relatedArticle .wrapper-relatedArticle-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
    .wrapper-relatedArticle .wrapper-relatedArticle-heading h2 {
      flex: 8;
      margin: 0; }
    .wrapper-relatedArticle .wrapper-relatedArticle-heading .wrapper-relatedArticle-viewmore {
      flex: 2;
      text-align: right; }
      .wrapper-relatedArticle .wrapper-relatedArticle-heading .wrapper-relatedArticle-viewmore a {
        color: #FF5200;
        font-weight: 600;
        font-family: "Exo";
        font-size: 14px; }
        .wrapper-relatedArticle .wrapper-relatedArticle-heading .wrapper-relatedArticle-viewmore a svg path {
          stroke: #FF5200; }
  @media (max-width: 991.98px) {
    .wrapper-relatedArticle {
      padding: 32px 0; }
      .wrapper-relatedArticle .wrapper-relatedArticle-heading h2 {
        flex: 7; }
      .wrapper-relatedArticle .wrapper-relatedArticle-heading .wrapper-relatedArticle-viewmore {
        flex: 3; } }

/* article Loop */
.item-featured-news {
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff; }
  .item-featured-news .news-image {
    flex: 0 0 66.6666666%; }
    .item-featured-news .news-image img {
      aspect-ratio: 16 / 9;
      border-radius: 8px 0 0 8px;
      width: 100%; }
  .item-featured-news .news-text {
    flex: 0 0 33.33333%;
    padding: 1.5rem; }
    .item-featured-news .news-text .news-heading {
      font-size: 24px; }
    .item-featured-news .news-text .news-description {
      margin-bottom: 12px; }
    .item-featured-news .news-text .read-more {
      color: #FF5200;
      font-weight: 600;
      font-family: "Exo"; }
      .item-featured-news .news-text .read-more:hover {
        color: #FF5200; }

.item-news-card {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .item-news-card img {
    aspect-ratio: 16 / 9;
    border-radius: 8px 8px 0 0;
    width: 100%; }
  .item-news-card .news-content {
    padding: 12px 1rem;
    background: #fff; }
    .item-news-card .news-content .news-heading {
      margin-bottom: 15px;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 78px; }
      .item-news-card .news-content .news-heading a {
        display: block; }
    .item-news-card .news-content .read-more {
      color: #FF5200;
      font-weight: 600;
      font-family: "Exo"; }
      .item-news-card .news-content .read-more:hover {
        color: #FF5200; }

@media (max-width: 991.98px) {
  .item-featured-news .news-image,
  .item-featured-news .news-text {
    flex: 0 0 100%; }
  .item-featured-news .news-text {
    padding: .5rem; }
  .item-news-card .news-content .read-more {
    font-size: 14px; } }

@media (max-width: 767.98px) {
  .item-featured-news .news-text .news-heading {
    font-size: 18px; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
  counter-reset: post-ranking; }

.list-blogs-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

.list-blogs-latest .item-article:last-child {
  border-bottom: none; }

.list-blogs-latest .item-article .post-image {
  width: 100px;
  padding-right: 10px;
  float: left;
  position: relative; }

.list-blogs-latest .item-article .post-image:before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background: #171717;
  color: #fff;
  font-size: 12px;
  counter-increment: post-ranking;
  z-index: 1; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 100px);
  float: left; }

.list-blogs-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.2; }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 12px;
  margin: 0; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #74839f; }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  position: relative;
  font-size: 13px;
  display: block; }

.menuList-links > li {
  border-bottom: 1px dashed #efefef; }

.menuList-links > li:last-child {
  border-bottom: none; }

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.menuList-links > li.has-submenu > a {
  padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #efefef; }

ul.menuList-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed #efefef; }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  .group-sidebox .sidebox-title {
    padding: 15px 20px; }
    .group-sidebox .sidebox-title h3 {
      font-size: 16px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.2s ease;
      -ms-transition: transform 0.2s ease;
      -webkit-transition: transform 0.2s ease; }
  .group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid #efefef; }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      text-align: left;
      position: relative; }
    .group-sidebox .sidebox-title h3 span {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      width: 25px;
      text-align: center;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
      display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }

.categories-faq {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 2px;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px; }

.categories-faq ul {
  margin-bottom: 0;
  background: linear-gradient(173.19deg, #0064AB -25.9%, #064774 82.67%);
  padding: 20px 12px;
  border-radius: 12px 0 0 12px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-image-source: linear-gradient(175.49deg, #00A0FA -37.35%, #007ED4 98.1%);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08); }

.categories-faq ul li {
  position: relative;
  text-align: center;
  transition: all .25s ease, transform .25s ease;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #007ed4; }

.categories-faq ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0; }

.categories-faq ul li a {
  display: block;
  position: relative;
  color: #fff; }

.categories-faq ul li a:hover {
  color: #ff5200; }

.categories-faq ul li .category-ic {
  line-height: 1;
  margin: auto auto 10px;
  width: 22px; }

.categories-faq ul li .category-ic img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  vertical-align: middle; }

.categories-faq ul li:hover img {
  -webkit-transform: scale(1.1) rotate(10deg) !important;
  transform: scale(1.1) rotate(4deg) !important; }

@media (max-width: 1024px) {
  .categories-faq {
    display: none !important; } }

#page-news .page-news-section {
  padding-bottom: 64px; }
  #page-news .page-news-section .page-news-section-heading {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px; }
    #page-news .page-news-section .page-news-section-heading h2 {
      flex: 8;
      margin: 0; }
    #page-news .page-news-section .page-news-section-heading .page-news-section-heading-right {
      flex: 2; }
      #page-news .page-news-section .page-news-section-heading .page-news-section-heading-right.viewmore {
        text-align: right; }
        #page-news .page-news-section .page-news-section-heading .page-news-section-heading-right.viewmore a {
          border-radius: 4px;
          display: inline-block;
          color: #fff;
          background: #FF5200;
          padding: 7px 24px; }
          #page-news .page-news-section .page-news-section-heading .page-news-section-heading-right.viewmore a svg {
            margin-left: 8px; }

#page-news .page-news-top {
  padding-top: 64px;
  margin-bottom: 64px;
  background: linear-gradient(152.34deg, #FBFEFF -8.26%, #E3F6FF 93.65%); }
  #page-news .page-news-top .page-news-top-heading h1 {
    flex: 0 0 calc(100% - 480px);
    max-width: calc(100% - 480px);
    margin: 0;
    color: #007ED4; }
  #page-news .page-news-top .page-news-top-heading .page-news-top-search {
    flex: 0 0 480px;
    max-width: 480px;
    position: relative; }
    #page-news .page-news-top .page-news-top-heading .page-news-top-search form {
      border-radius: 8px;
      border: 1px solid #fff;
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      padding: 4px; }
      #page-news .page-news-top .page-news-top-heading .page-news-top-search form input {
        padding: 10px;
        flex: 8;
        background: transparent;
        border: 0;
        color: #171717; }
      #page-news .page-news-top .page-news-top-heading .page-news-top-search form button {
        flex: 2;
        background: linear-gradient(90deg, #FF5200 0%, #FF6C0A 100%);
        color: #fff;
        padding: 6px 20px;
        border-radius: 4px;
        border: 0; }
      #page-news .page-news-top .page-news-top-heading .page-news-top-search form.expanded {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }

@media (max-width: 991.98px) {
  #page-news .page-news-section {
    padding-bottom: 32px; }
    #page-news .page-news-section .page-news-section-heading .page-news-section-heading-right.viewmore a {
      padding: 5px 14px;
      font-size: 12px;
      white-space: nowrap; }
  #page-news .page-news-top {
    margin-bottom: 32px;
    padding-top: 32px; }
    #page-news .page-news-top .page-news-top-heading h1, #page-news .page-news-top .page-news-top-heading .page-news-top-search {
      flex: 0 0 100%;
      max-width: 100%; }
    #page-news .page-news-top .page-news-top-heading .page-news-top-search form {
      font-size: 12px; } }

.smart-search-wrapper {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.smart-search-wrapper .item-ult {
  padding: 12px;
  border-bottom: 1px dotted #dfe0e1;
  clear: both;
  width: 100%;
  float: left; }

.smart-search-wrapper .item-ult .thumbs {
  width: 40px;
  display: inline-block;
  text-align: right; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 40px);
  padding-right: 5px;
  float: left;
  line-height: 20px;
  position: relative;
  margin-top: 0 !important; }

.smart-search-wrapper .item-ult .title a {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  float: left;
  width: 100%; }

.smart-search-wrapper .item-ult .title p {
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin: 0; }

.smart-search-wrapper .item-ult .title p del {
  font-size: 11px;
  font-weight: 400;
  margin-left: 7px;
  color: #797979; }

.smart-search-wrapper .resultsMore {
  width: 100%;
  float: left; }

.smart-search-wrapper .resultsMore a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 10px 0; }

.smart-search-wrapper .dataEmpty {
  text-align: center;
  padding: 20px 0; }

div#layout-searchpage .heading-page {
  padding: 35px 0 60px;
  text-align: center; }
  div#layout-searchpage .heading-page h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: initial;
    color: #00A0FA;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    div#layout-searchpage .heading-page h1:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 80%;
      height: 2px;
      background: #00A0FA; }
  div#layout-searchpage .heading-page .subtxt {
    margin-top: 15px; }

footer .app-download img {
  height: 42px;
  width: auto; }

.page-contact-wrap {
  padding: 64px 0; }
  .page-contact-wrap h1 {
    margin-bottom: 20px; }
  .page-contact-wrap ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    .page-contact-wrap ul li .page-contact-icon {
      flex: 0 0 24px;
      max-width: 24px;
      margin-right: 8px; }
    .page-contact-wrap ul li .page-contact-content {
      flex: 0 0 calc(100% - 32px);
      max-width: calc(100% - 32px); }
      .page-contact-wrap ul li .page-contact-content strong {
        font-weight: 600;
        display: block; }
      .page-contact-wrap ul li .page-contact-content span {
        display: block; }
  .page-contact-wrap iframe {
    width: 100%; }
  @media (max-width: 991.98px) {
    .page-contact-wrap {
      padding: 32px 0; }
      .page-contact-wrap .page-contact-detail {
        margin-bottom: 15px; } }
