@charset "UTF-8";
/*-------variables--------*/
:root {
  --font-size-title-first-home: 20px;
  --font-size-title-second-home: 32px;
  --font-size-description-home: 18px;
  --font-size-body: 14px; }

@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --font-size-title-first-home: 18px;
    --font-size-title-second-home: 24px;
    --font-size-description-home: 16px; } }

@media (max-width: 767px) {
  :root {
    --font-size-title-first-home: 16px;
    --font-size-title-second-home: 24px;
    --font-size-description-home: 14px; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

/*--------------------------------------------------------------------------------
1. GENERAL
--------------------------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("//theme.hstatic.net/200000805439/1001333550/14/fontawesome.eot?v=161");
  src: url("//theme.hstatic.net/200000805439/1001333550/14/fontawesome.eot?v=161") format("embedded-opentype"), url("//theme.hstatic.net/200000805439/1001333550/14/fontawesome.woff?v=161") format("woff"), url("//theme.hstatic.net/200000805439/1001333550/14/fontawesome-webfont.ttf?v=161") format("truetype"), url("//theme.hstatic.net/200000805439/1001333550/14/fontawesome-webfont.svg?v=161") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

.fa {
  font-family: "FontAwesome" !important; }

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 {
  position: initial !important;
  line-height: 1.4;
  font-size: var(--font-size-body);
  text-align: initial;
  font-family: 'Quicksand',sans-serif;
  color: #333333;
  overflow-x: hidden;
  background-color: #fff; }

/* 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: #333333;
  margin: 0 0 13px 0;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333;
  font-family: 'Montserrat', sans-serif; }

b, strong {
  font-weight: 700; }

.btn:focus {
  box-shadow: none; }

svg {
  vertical-align: initial; }

/* 1.4 - link */
a {
  color: #333333;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: none;
  outline: none;
  color: #E84368; }

a:active, a:focus {
  outline: none;
  color: #333333; }

button:focus, input:focus {
  outline: none; }

button.add-toCart[disabled], button[disabled] {
  cursor: default;
  opacity: .7; }

.link {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

/* 1.5 - List  */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

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

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

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

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 1.7 - button */
.btn-box {
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 500;
  padding: 15px 25px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #F4B0C1;
  border-radius: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all  0.3s ease-out;
  transition: all  0.3s ease-out;
  cursor: pointer;
  overflow: hidden; }
  .btn-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all  0.3s ease-out;
    transition: all  0.3s ease-out; }
  .btn-box.dark {
    background-color: #F4B0C1;
    border-color: #F4B0C1; }
  .btn-box.btnred {
    background-color: #d0011b14;
    border-color: #d0011b14; }
  @media (min-width: 768px) {
    .btn-box:hover.dark {
      color: #333333; }
    .btn-box:hover.btnred {
      color: #333333; }
    .btn-box:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); } }

.sitebox-recaptcha {
  padding: 0;
  color: #898989;
  text-align: left;
  font-size: 13px;
  clear: both; }
  .sitebox-recaptcha a {
    color: #2962ff; }

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

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

/* lazyload img*/
img.owl-lazy:not([src]) {
  visibility: hidden; }

.aspect-ratio img:not([src]) {
  visibility: hidden; }

.aspect-ratio {
  position: relative;
  display: block; }
  .aspect-ratio .ls-blur-up-is-loading, .aspect-ratio .lazyload:not([src]) {
    visibility: hidden; }
  .aspect-ratio .ls-blur-up-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-family: "blur-up: auto", "object-fit: cover";
    object-fit: cover;
    filter: blur(10px);
    opacity: 1;
    transition: opacity 800ms, filter 1200ms; }
    .aspect-ratio .ls-blur-up-img.ls-inview.ls-original-loaded {
      opacity: 0;
      filter: blur(5px); }

/* 1.8 - animation css3 */
@-webkit-keyframes marginLeft {
  0% {
    background-position: 20%; }
  100% {
    background-position: 90%; } }

@keyframes marginLeft {
  0% {
    background-position: 20%; }
  100% {
    background-position: 90%; } }

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

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

@-webkit-keyframes scaleBannerService {
  to {
    box-shadow: 0 0 0 72px rgba(232, 76, 61, 0); } }

@keyframes scaleBannerService {
  to {
    box-shadow: 0 0 0 72px rgba(232, 76, 61, 0); } }

.product-detail h3 a, .list-article-content .article-list-item .article-excerpt-title a, .sidebox_wrapper .sidebox_content-list .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/* 1.9 - Form control */
.form-control {
  height: initial;
  font-size: 14px;
  color: #333333;
  background: transparent;
  border: 1px solid #ebeded;
  padding: 10px 15px;
  -webkit-appearance: none; }
  .form-control:focus {
    outline: 0;
    border-color: #F4B0C1;
    box-shadow: none; }

.main-body {
  position: relative; }

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

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1600px;
    padding: 0 35px; } }

@media (min-width: 1400px) {
  .container-fluid {
    padding: 0 85px; } }

/*--------------------------------------------------------------------------------
2. HEADER
--------------------------------------------------------------------------------*/
.announcement-bar {
  padding: 10px 0; }
  .announcement-bar .top-widget-holder a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none; }
    .announcement-bar .top-widget-holder a:not(:first-child) {
      margin-left: 20px; }
    .announcement-bar .top-widget-holder a:hover {
      color: #E84368; }
    .announcement-bar .top-widget-holder a i.fa:before {
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      margin-right: 5px; }
  .announcement-bar .top-bar-follow p {
    margin: 0; }
  .announcement-bar .top-bar-follow a {
    text-transform: uppercase; }
    .announcement-bar .top-bar-follow a:not(:first-child) {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #d4d4d4; }
  @media (max-width: 991px) {
    .announcement-bar {
      display: none; } }

.flexContainer-header > div[class*="wrapper-header-"] {
  padding: 0 10px; }

@media (max-width: 991px) {
  .flexContainer-header > div.wrapper-header-icon {
    padding-left: 0; }
  .flexContainer-header > div.wrapper-header-logo {
    padding: 0 5px; }
  .flexContainer-header > div[class*="wrapper-header-"] {
    position: initial;
    width: initial; } }

.main-header {
  border-bottom: 1px solid #ededed; }
  .main-header .navigation-header {
    position: relative;
    background: #fff;
    z-index: 99;
    width: 100%; }
    .main-header .navigation-header.hSticky {
      /*opacity: 0;
			visibility: hidden;*/ }
      .main-header .navigation-header.hSticky.hSticky-down {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        border-bottom: 0;
        -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; }
        .main-header .navigation-header.hSticky.hSticky-down.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; }
        .main-header .navigation-header.hSticky.hSticky-down .announcement-bar {
          display: none; }
        .main-header .navigation-header.hSticky.hSticky-down .main-nav {
          text-align: center; }
    @media (min-width: 992px) {
      .main-header .navigation-header:not(.hSticky-down) .header_dropdown_content {
        top: calc(100% + 17px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-header .navigation-header:not(.hSticky-down) .wrap-logo h1, .main-header .navigation-header:not(.hSticky-down) .wrap-logo a {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .main-header .navigation-header.hSticky-down #main-nav-linklist .nav-linklist > .nav-bar-item {
        padding: 20px 10px; }
      .main-header .navigation-header.hSticky-down .wrap-logo h1, .main-header .navigation-header.hSticky-down .wrap-logo a {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .main-header .navigation-header.hSticky-down .search-bar-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        border-top: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 0px 90px 0px 50px; }
        .main-header .navigation-header.hSticky-down .search-bar-mobile .search-box {
          visibility: visible; }
        .main-header .navigation-header.hSticky-down .search-bar-mobile .smart-search-wrapper {
          top: calc(100% + 8px); } }
  .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .wrapper-header-logo {
    display: none; }
  @media (min-width: 992px) {
    .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .header-inner {
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      padding: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      visibility: hidden; }
    .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .header-nav-sticky {
      display: -webkit-flex;
      display: flex;
      -webki-align-items: center;
      align-items: center; }
    .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .wrap-logo-sticky {
      display: block;
      max-width: 18%;
      padding: 5px 0; }
    .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .menu-desktop {
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 15px;
      padding-right: 130px; }
    .main-header:not(.mainHeader_temp_2) .navigation-header.hSticky-down .wrapper-header-icon {
      visibility: visible;
      width: initial;
      max-width: initial;
      flex: unset; } }
  .main-header.mainHeader_tempPr .wrapper-header-nav .backto-page.icon-nav {
    display: none; }
  .main-header .wrap-logo h1, .main-header .wrap-logo a {
    font-size: 32px;
    font-weight: bold;
    color: #F4B0C1;
    margin: 0; }
  .main-header .wrap-logo a img {
    max-height: 65px; }
  .main-header .wrap-logo-sticky {
    display: none; }
  @media (min-width: 992px) {
    .main-header .navigation-header .wrap-logo-sticky, .main-header .navigation-header .wrap-logo {
      min-width: 180px; }
    .main-header .navigation-header.hSticky-down .wrap-logo img {
      max-height: 55px; }
    .main-header .header-inner {
      padding: 20px 0 15px; }
    .main-header .wrapper-header-icon {
      position: relative; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main-header #main-nav-linklist .nav-linklist > .nav-bar-item {
      margin: 0 10px; } }
  @media (max-width: 991px) {
    .main-header .header-inner {
      padding: 10px 0;
      position: relative; }
    .main-header.mainHeader_tempPr .wrapper-header-nav .icon-nav {
      display: inline-block;
      vertical-align: middle; }
    .main-header.mainHeader_tempPr .navigation-header.hSticky-down .backto-page {
      display: inline-block; }
      .main-header.mainHeader_tempPr .navigation-header.hSticky-down .backto-page .backto-page-history {
        display: block;
        width: 30px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        margin-right: 5px; }
        .main-header.mainHeader_tempPr .navigation-header.hSticky-down .backto-page .backto-page-history svg {
          width: 30px;
          height: 35px;
          fill: #000; }
    .main-header.mainHeader_tempPr .navigation-header.hSticky-down .header-action-icon .wrap-search {
      display: block; }
    .main-header.mainHeader_tempPr .navigation-header.hSticky-down .search-bar-mobile {
      display: none !important; }
    .main-header.mainHeader_tempPr .navigation-header.hSticky-down .header_dropdown_content.site_menu_mobile .box-triangle {
      left: 48px; } }
  @media (max-width: 767px) {
    .main-header .wrap-logo h1, .main-header .wrap-logo a {
      font-size: 26px; }
    .main-header .wrap-logo a img {
      max-height: 50px;
      max-width: 180px; } }

@media (max-width: 991px) {
  .locked-scroll {
    overflow: hidden; }
  .locked-scroll .main-header .navigation-header, .locked-scroll .main-header .navigation-header.hSticky-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.header-action-icon .wrap-cart .count-holder {
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 11px;
  text-align: center;
  min-width: 18px;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background: #F4B0C1;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .header-action-icon .wrap-cart .count-holder {
      top: 0;
      right: 0;
      min-width: 16px;
      line-height: 16px; } }

.header-action {
  margin-left: 10px; }
  .header-action a.header-action-toggle {
    display: block;
    position: relative;
    font-size: 13px;
    color: #333; }
  .header-action .box-action-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 35px;
    text-align: center; }
    .header-action .box-action-icon svg {
      width: 30px;
      height: 35px;
      fill: #000;
      -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .header-action.show-action .header_dropdown_content {
    opacity: 1;
    visibility: visible;
    -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); }
  .header-action.show-action #account-popover .popover-panel_list .popover-panel.is-selected {
    visibility: visible; }
  @media (max-width: 991px) {
    .header-action.show-action .box-action-icon .svg--icon, .header-action.show-action .box-action-icon .count-holder {
      opacity: 0;
      transform: scale(0); }
    .header-action.show-action .icon-state .box-icon--close {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 991px) {
    .header-action.wrap-search {
      display: none; } }

.icon-state .box-icon--close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .icon-state .box-icon--close svg {
    width: 20px;
    height: 35px;
    color: #000; }

.search-bar-mobile {
  padding: 5px; }
  .search-bar-mobile form.searchform input.searchinput {
    height: 32px;
    padding: 3px 40px 3px 8px;
    border-radius: 0;
    background: #f3f5f6;
    font-size: 12px; }
  .search-bar-mobile form.searchform .btn-search {
    width: 35px;
    height: 32px;
    line-height: 32px;
    background: transparent;
    border-radius: 0; }
    .search-bar-mobile form.searchform .btn-search svg {
      width: 14px;
      height: 32px;
      opacity: .5;
      fill: initial; }
    .search-bar-mobile form.searchform .btn-search span {
      display: block;
      width: 35px;
      height: 32px; }
    .search-bar-mobile form.searchform .btn-search span.search-close {
      display: none; }
      .search-bar-mobile form.searchform .btn-search span.search-close svg {
        width: 20px;
        fill: #F4B0C1;
        opacity: initial; }
  .search-bar-mobile form.searchform.expanded .btn-search span.search-icon {
    display: none; }
  .search-bar-mobile form.searchform.expanded .btn-search span.search-close {
    display: block; }
  .search-bar-mobile .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

/*------------------- Header-template-01 ---------------------*/
.announcement_bar_temp01 {
  background: #ffffff;
  border-bottom: 1px solid #ffffff; }
  .announcement_bar_temp01 a {
    color: #333333; }

.mainHeader_temp_1 .navigation-header .main-nav {
  text-align: center; }

.mainHeader_temp_1 .navigation-header:not(.hSticky-down) .header-inner {
  background: #F9D7E0; }

.mainHeader_temp_1 .navigation-header:not(.hSticky-down) .header-action-icon .header-action .box-action-icon svg {
  fill: #ffffff;
  color: #ffffff; }

.mainHeader_temp_1 .navigation-header:not(.hSticky-down) .wrap-logo h1, .mainHeader_temp_1 .navigation-header:not(.hSticky-down) .wrap-logo a {
  color: #ffffff; }

.mainHeader_temp_1 .navigation-header:not(.hSticky-down) .hamburger-menu svg {
  color: #ffffff; }

/*------------------- Header-template-02 ---------------------*/
.announcement_bar_temp02 {
  background: #ffffff;
  border-bottom: 1px solid #ffffff; }
  .announcement_bar_temp02 a {
    color: #000000; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) .header-inner {
  background: #F4B0B0; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) .header-action-icon .header-action .box-action-icon svg {
  fill: #ffffff;
  color: #ffffff; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) .wrap-logo h1, .mainHeader_temp_2 .navigation-header:not(.hSticky-down) .wrap-logo a {
  color: #ffffff; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) .hamburger-menu svg {
  color: #ffffff; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) .wrapper-header-menu {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.mainHeader_temp_2 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item {
  padding: 36px 0; }
  .mainHeader_temp_2 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item > .nav-bar-link {
    color: #ffffff; }
    .mainHeader_temp_2 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item > .nav-bar-link:hover {
      color: #ffffff; }
    .mainHeader_temp_2 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item > .nav-bar-link:after {
      background-color: #ffffff; }

@media (min-width: 992px) {
  .mainHeader_temp_2 .navigation-header .header-inner {
    padding: 0; }
  .mainHeader_temp_2 .navigation-header .wrapper-header-logo {
    padding: 6px 15px;
    max-width: 22%; } }

@media (max-width: 991px) {
  .mainHeader_temp_2 .navigation-header .flexContainer-header {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .mainHeader_temp_2 .navigation-header.hSticky-down .wrapper-header-logo {
    display: none; } }

/*------------------- Header-template-03 ---------------------*/
.announcement_bar_temp03 {
  background: #ffffff;
  border-bottom: 1px solid #ffffff; }
  .announcement_bar_temp03 a {
    color: #000000; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-inner {
  background: #F4B0B0; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-action-icon .header-action .box-action-icon svg {
  fill: #ffffff;
  color: #ffffff; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrap-logo h1, .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrap-logo a {
  color: #ffffff; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .hamburger-menu svg {
  color: #ffffff; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap {
    position: relative;
    width: 400px; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap .smart-search-wrapper {
      position: absolute;
      top: calc(100% + 5px);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap form.searchform input.searchinput {
      height: 32px;
      line-height: 30px; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap form.searchform .btn-search {
      width: 40px;
      height: 32px; }
      .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap form.searchform .btn-search svg {
        height: 32px; }

.mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrapper-header-icon .header-action-icon .wrap-search {
  display: none; }

.mainHeader_temp_3 .navigation-header.hSticky-down .header-search-wrap {
  display: none; }

.mainHeader_temp_3 .navigation-header.hSticky-down .wrapper-header-icon .box-action-text {
  display: none; }

.mainHeader_temp_3 .navigation-header .flexContainer-header {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media (min-width: 992px) {
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrapper-header-logo {
    padding: 0 15px;
    max-width: 25%; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrapper-header-icon {
    padding: 0 15px; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist {
    text-align: left; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item {
      margin: 0 30px 0 0; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .wrapper-header-icon .header-action {
    position: relative;
    margin-left: 25px; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .box-action-text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    padding-left: 5px; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .box-action-text_name-title {
      font-size: 14px;
      display: block; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .box-action-text_name {
      font-size: 13px;
      font-weight: 600;
      display: inline-flex; }
      .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .box-action-text_name i {
        margin-left: 5px;
        line-height: 1.4; }
    .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .box-action-text_name-account {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 120px;
      overflow: hidden; }
  .mainHeader_temp_3 .navigation-header.hSticky-down .flexContainer-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .mainHeader_temp_3 .navigation-header.hSticky-down .wrap-hotline, .mainHeader_temp_3 .navigation-header.hSticky-down .wrap-email {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) #main-nav-linklist .nav-linklist > .nav-bar-item {
    margin: 0 15px 0 0; }
  .mainHeader_temp_3 .navigation-header:not(.hSticky-down) .header-panel-bottom .desk-search-wrap {
    width: 350px; } }

@media (max-width: 991px) {
  .mainHeader_temp_3 .navigation-header .wrapper-header-icon .box-action-text {
    display: none; }
  .mainHeader_temp_3 .navigation-header .wrap-hotline, .mainHeader_temp_3 .navigation-header .wrap-email {
    display: none; } }

/*------------------- Menu Desktop ---------------------*/
#main-nav-linklist .nav-linklist > .nav-bar-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  padding: 15px 20px; }
  #main-nav-linklist .nav-linklist > .nav-bar-item.active .nav-bar-link {
    color: #E84368; }
  #main-nav-linklist .nav-linklist > .nav-bar-item .nav-bar-link {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
    #main-nav-linklist .nav-linklist > .nav-bar-item .nav-bar-link .icon--arrow-bottom {
      width: 12px;
      height: 8px;
      margin-left: 2px;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      -moz-transition: -moz-transform .3s ease-in-out;
      transition: transform .3s ease-in-out; }
    #main-nav-linklist .nav-linklist > .nav-bar-item .nav-bar-link:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 0;
      height: 1px;
      left: 0;
      bottom: -2px;
      background-color: #E84368;
      -webkit-transition: width .3s ease-in-out;
      -o-transition: width .3s ease-in-out;
      transition: width .3s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #main-nav-linklist .nav-linklist > .nav-bar-item .nav-bar-link {
        font-size: 12px; } }
  #main-nav-linklist .nav-linklist > .nav-bar-item.active .nav-bar-link {
    /*color: $colorHover;
					&:after{width: calc(100% - 2px);}*/ }
  #main-nav-linklist .nav-linklist > .nav-bar-item:hover .nav-bar-link {
    color: #E84368; }
    #main-nav-linklist .nav-linklist > .nav-bar-item:hover .nav-bar-link:after {
      width: calc(100% - 2px); }
    #main-nav-linklist .nav-linklist > .nav-bar-item:hover .nav-bar-link .icon--arrow-bottom {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }

#main-nav-linklist .nav-linklist .nav-bar-item:hover > .dropdown-desktop-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

#main-nav-linklist .dropdown-desktop-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 140px;
  margin-top: 30px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #main-nav-linklist .dropdown-desktop-menu .dropdown-desktop-menu {
    top: 0;
    left: 100%;
    margin-top: 0; }

#main-nav-linklist .nav-dropdown-item {
  position: relative; }
  #main-nav-linklist .nav-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb; }
  #main-nav-linklist .nav-dropdown-item .nav-dropdown-link {
    padding: 9px 25px 9px 15px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
    text-transform: none; }
    #main-nav-linklist .nav-dropdown-item .nav-dropdown-link .icon--arrow-right {
      position: absolute;
      top: 12%;
      right: 7px;
      width: 15px;
      fill: #333333;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: right .5s ease;
      -moz-transition: right .5s ease;
      transition: right .5s ease; }
  #main-nav-linklist .nav-dropdown-item:hover > .nav-dropdown-link .icon--arrow-right {
    right: 0; }

/*------------------- Humburger-menu ---------------------*/
.wrapper-header-nav {
  margin-left: 0; }
  .wrapper-header-nav .hamburger-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 35px;
    text-align: center; }
  .wrapper-header-nav .icon--hamburger-mobile {
    width: 20px;
    height: 35px;
    color: #000;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .wrapper-header-nav.show-action .icon--hamburger-mobile {
    opacity: 0;
    transform: scale(0); }

/*------------------- Action icon header ---------------------*/
.header_dropdown_content {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 999;
  min-width: 300px;
  border-radius: 3px;
  color: #333333;
  background: #fff;
  border: solid 1px #dfe3e8;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  -moz-transition: opacity 0.25s ease-in-out, -moz-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;
  will-change: transform; }
  .header_dropdown_content .box-triangle {
    position: absolute;
    right: 9px;
    bottom: calc(100% - 1px);
    margin: 0;
    width: 30px;
    height: 14px;
    text-align: center; }
    .header_dropdown_content .box-triangle svg {
      width: 25px;
      -webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12)); }
  .header_dropdown_content .site-nav-container {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: hidden;
    min-height: 100%;
    padding: 25px 15px 15px; }
  .header_dropdown_content.site_cart .mini-cart_scroll {
    margin: 5px 0;
    padding-right: 10px; }
  .header_dropdown_content.site_search .box-triangle {
    right: 89px; }
  .header_dropdown_content.site_search .titlebox-search {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    color: #333333; }
  .header_dropdown_content.site_account .box-triangle {
    right: 49px; }
  .header_dropdown_content.site_menu_mobile {
    width: 100vw;
    height: 100vh; }
    .header_dropdown_content.site_menu_mobile .box-triangle {
      left: 9px; }
  @media screen and (min-width: 992px) {
    .header_dropdown_content {
      top: calc(100% + 10px);
      right: 0;
      left: auto;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1); }
    .header_dropdown_content.site_cart {
      max-height: none;
      width: 470px;
      height: auto; }
      .header_dropdown_content.site_cart .mini-cart_scroll {
        max-height: 350px;
        overflow-y: auto; }
        .header_dropdown_content.site_cart .mini-cart_scroll::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .header_dropdown_content.site_cart .mini-cart_scroll::-webkit-scrollbar-track {
          -webkit-border-radius: 10px;
          border-radius: 10px; }
        .header_dropdown_content.site_cart .mini-cart_scroll::-webkit-scrollbar-thumb {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background: rgba(105, 105, 105, 0.8);
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
        .header_dropdown_content.site_cart .mini-cart_scroll::-webkit-scrollbar-thumb:window-inactive {
          background: rgba(105, 105, 105, 0.4); }
    .header_dropdown_content.site_search {
      width: 400px; }
    .header_dropdown_content.site_account {
      width: 335px; }
      .header_dropdown_content.site_account.site-account--info {
        width: 250px;
        min-width: 250px; } }
  @media (max-width: 991px) {
    .header_dropdown_content .site-nav-container {
      width: 100vw;
      height: 100vh;
      overflow-y: auto;
      padding-bottom: 250px; } }

/*------------------- mini cart ---------------------*/
.site_cart .mini-cart_alert-wrapper .title-box {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 6px 15px;
  background: #f3f5f6;
  color: #333333; }

.site_cart .mini-cart_line-item {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 15px 0; }

.site_cart .mini-cart_line-item + .mini-cart_line-item {
  border-top: 1px dotted #dee2e6; }

.site_cart .mini-cart_image-wrapper {
  width: 90px;
  margin-right: 15px; }
  .site_cart .mini-cart_image-wrapper img {
    border: 1px solid #dee2e6; }

.site_cart .mini-cart_item-wrapper {
  position: relative;
  width: calc(100% - 90px);
  padding-right: 30px; }

.site_cart .mini-cart_product-title {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 5px; }

.site_cart .mini-cart_product-variant {
  display: block;
  font-size: 12px;
  margin: 5px 0 10px;
  opacity: 0.66;
  text-transform: uppercase; }

.site_cart .mini-cart_product-quantity {
  display: inline-block;
  background: #f3f5f6;
  text-align: center;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  margin-right: 12px;
  font-weight: 500; }

.site_cart .mini-cart_product-price {
  font-weight: 600; }

.site_cart .mini-cart_product-remove-item {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1; }

.site_cart .mini-cart_empty-state {
  padding: 70px 0 60px 0;
  text-align: center;
  margin-right: -10px; }
  .site_cart .mini-cart_empty-state svg {
    margin-bottom: 10px; }
  .site_cart .mini-cart_empty-state p {
    font-size: 16px;
    line-height: 1.7; }

.site_cart .mini-cart_total-recap {
  padding: 15px 0 5px;
  border-top: 1px solid #dee2e6; }

.site_cart .mini-cart_price-total-line span {
  font-size: 14px; }

.site_cart .mini-cart_price-total-line #total-view-cart {
  font-weight: bold;
  font-size: 16px;
  color: #e00707; }

.site_cart .mini-cart_button-container {
  margin-top: 15px; }
  .site_cart .mini-cart_button-container a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 15px 10px; }
    .site_cart .mini-cart_button-container a.link-to-cart {
      margin-right: 10px; }
    .site_cart .mini-cart_button-container a.link-to-checkout {
      margin-left: 10px; }

/*------------------- mini account ---------------------*/
#account-popover.site-account--info .site-nav-container {
  padding: 25px 0; }

#account-popover .site-account-infor {
  font-size: 14px; }
  #account-popover .site-account-infor_header {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 10px;
    margin-bottom: 10px; }
    #account-popover .site-account-infor_header h2 {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase; }
  #account-popover .site-account-infor_list li {
    margin-bottom: 5px; }
    #account-popover .site-account-infor_list li:last-child {
      margin-bottom: 0; }
    #account-popover .site-account-infor_list li span {
      display: block;
      padding: 8px 20px;
      font-size: 15px;
      color: #282c2d;
      font-weight: 500; }
    #account-popover .site-account-infor_list li a {
      display: block;
      padding: 5px 20px 5px 13px;
      position: relative;
      margin-left: 20px; }
      #account-popover .site-account-infor_list li a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 45%;
        bottom: 0;
        width: 5px;
        height: 5px;
        background: #333;
        border-radius: 50%; }

#account-popover .popover-panel_list {
  position: relative;
  overflow: hidden; }
  #account-popover .popover-panel_list .popover-panel {
    width: 100%;
    visibility: hidden;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1); }
    #account-popover .popover-panel_list .popover-panel.is-selected {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0); }
    #account-popover .popover-panel_list .popover-panel_default {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%); }
    #account-popover .popover-panel_list .popover-panel_sliding {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      transform: translateX(100%); }
  #account-popover .popover-panel_list .popover_header {
    padding: 0 0 15px 0; }
    #account-popover .popover-panel_list .popover_header .popover_title {
      margin-bottom: 8px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500; }
    #account-popover .popover-panel_list .popover_header .popover_legend {
      margin-bottom: 0; }
  #account-popover .popover-panel_list .form-input-wrapper {
    position: relative; }
    #account-popover .popover-panel_list .form-input-wrapper_labelled .form-field_text {
      padding: 15px 10px 3px;
      display: block;
      border-radius: 2px;
      width: 100%;
      border: 1px solid #d4d6d8;
      color: #333333;
      line-height: normal;
      height: 48px;
      -webkit-appearance: none;
      resize: none;
      font-size: 14px; }
      #account-popover .popover-panel_list .form-input-wrapper_labelled .form-field_text:focus + .form-floating_label, #account-popover .popover-panel_list .form-input-wrapper_labelled .form-field_text.is-filled + .form-floating_label {
        -webkit-transform: translateY(-6px) scale(0.8);
        -moz-transform: translateY(-6px) scale(0.8);
        transform: translateY(-6px) scale(0.8); }
      #account-popover .popover-panel_list .form-input-wrapper_labelled .form-field_text:focus {
        border-color: #F4B0C1; }
    #account-popover .popover-panel_list .form-input-wrapper_labelled .form-floating_label {
      position: absolute;
      left: 12px;
      top: 0;
      line-height: 48px;
      font-size: 14px;
      transform: scale(1);
      transform-origin: left top;
      transition: transform 0.2s ease-in-out;
      pointer-events: none; }
  #account-popover .popover-panel_list .form-submit {
    width: 100%; }
  #account-popover .popover-panel_list .popover-secondary-action {
    margin: 16px 0 10px; }
    #account-popover .popover-panel_list .popover-secondary-action p > .link {
      color: #285cec;
      transition: color 0.2s ease-in-out;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0;
      outline: none; }

/*------------------- menu mobile ---------------------*/
#mb-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left; }
  #mb-menu .menuList-sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 150px;
    background: #fff;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    transition: transform .4s ease; }
    #mb-menu .menuList-sub.sub-child {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #mb-menu .menuList-sub.sub-child.mm-subopened {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
    #mb-menu .menuList-sub.mm-opened, #mb-menu .menuList-sub.mm-sub, #mb-menu .menuList-sub.mm-sub-3 {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #mb-menu .menuList-sub li {
      position: relative; }
      #mb-menu .menuList-sub li a {
        display: block;
        padding: 15px 25px 15px 15px;
        text-transform: uppercase;
        outline: none;
        border-bottom: 1px solid #eeeeee;
        font-size: 14px;
        font-weight: 500;
        color: #333333; }
        #mb-menu .menuList-sub li a i svg {
          width: 8px;
          height: 12px; }
        #mb-menu .menuList-sub li a:focus {
          background-color: #f4f4f4; }
      #mb-menu .menuList-sub li:not(.comeback) a i {
        position: absolute;
        right: 10px;
        top: 50%;
        color: #757575;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #mb-menu .menuList-sub.item-lever li a {
      font-weight: 300;
      text-transform: none; }
    #mb-menu .menuList-sub.item-lever li.comeback a {
      text-transform: uppercase; }
      #mb-menu .menuList-sub.item-lever li.comeback a i {
        font-size: 15px;
        padding-right: 10px;
        font-weight: 700; }
  #mb-menu .main_help .mobile_menu_section {
    padding: 15px; }
    #mb-menu .main_help .mobile_menu_section p {
      font-size: 15px;
      line-height: 1.85;
      text-transform: uppercase;
      font-weight: 500;
      font-style: normal;
      color: #333; }
    #mb-menu .main_help .mobile_menu_section .mobile_menu_help {
      color: #677279;
      display: flex;
      align-items: center; }
      #mb-menu .main_help .mobile_menu_section .mobile_menu_help svg {
        margin-right: 16px;
        width: 24px;
        height: 24px; }
      #mb-menu .main_help .mobile_menu_section .mobile_menu_help a {
        border-bottom: 0 !important;
        text-transform: none !important; }

/*------------------- Home slider ---------------------*/
@-webkit-keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.2, 1.2); } }

@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.2, 1.2); } }

#home-slider {
  overflow: hidden; }
  #home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    color: #888;
    font-size: 0;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    #home-slider .owl-nav button.owl-prev {
      left: 35px; }
      #home-slider .owl-nav button.owl-prev:hover {
        left: 25px; }
    #home-slider .owl-nav button.owl-next {
      right: 35px; }
      #home-slider .owl-nav button.owl-next:hover {
        right: 25px; }
    #home-slider .owl-nav button svg {
      width: 50px;
      height: 50px;
      fill: #fff;
      color: #fff; }
  #home-slider .owl-dots {
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%; }
    #home-slider .owl-dots .owl-dot {
      display: inline-block; }
      #home-slider .owl-dots .owl-dot span {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer;
        background: transparent;
        border: 2px solid #fff;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
      #home-slider .owl-dots .owl-dot.active span {
        background: #fff; }
  #home-slider .slider-content-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider p {
      font-size: 17px;
      font-weight: 400;
      color: #fff;
      margin: 0 auto 15px;
      opacity: 0; }
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
      font-size: 32px;
      font-weight: 400;
      color: #fff;
      letter-spacing: 0;
      margin: 0 auto 15px;
      opacity: 0;
      line-height: 1.4; }
    #home-slider .slider-content-text .wrap-content-slider .button_content_box {
      display: inline-block;
      padding-top: 15px;
      opacity: 0; }
      #home-slider .slider-content-text .wrap-content-slider .button_content_box a {
        padding: 16px 45px; }
  #home-slider .owl-item.active .slider-image img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s; }
  #home-slider .owl-item.active .slider-content-text .wrap-content-slider p {
    animation: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.1s 1 forwards slideshowFade; }
  #home-slider .owl-item.active .slider-content-text .wrap-content-slider h2 {
    animation: 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1 forwards slideshowFade; }
  #home-slider .owl-item.active .slider-content-text .wrap-content-slider .button_content_box {
    animation: 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1 forwards slideshowFade; }
  @media (min-width: 992px) {
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
      max-width: 900px;
      min-width: 900px; }
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider p {
      max-width: 400px;
      min-width: 400px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider p {
      font-size: 14px;
      margin-bottom: 10px; }
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
      font-size: 18px; }
    #home-slider .slider-content-text .wrap-content-slider .button-content-slider {
      padding-top: 0; }
      #home-slider .slider-content-text .wrap-content-slider .button-content-slider a {
        padding: 15px 25px; } }
  @media (max-width: 767px) {
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider p {
      font-size: 14px;
      margin-bottom: 10px; }
    #home-slider .slider-content-text .wrap-content-slider .title-content-slider h2 {
      font-size: 18px; }
    #home-slider .slider-content-text .wrap-content-slider .button-content-slider {
      padding-top: 0; }
      #home-slider .slider-content-text .wrap-content-slider .button-content-slider a {
        padding: 12px 25px; }
    #home-slider .owl-dots {
      bottom: 8px; } }

/*--------------------------------------------------------------------------------
3. INDEX
--------------------------------------------------------------------------------*/
.mainContent-theme {
  /*@media (max-width: 767px){
    .section[class*='section-']{margin-bottom:75px}
  }*/ }
  .mainContent-theme .section[class*='section-'] {
    margin-bottom: 50px; }
  .mainContent-theme .section-banner + .section-banner {
    margin-top: -50px; }

.wrapper-banner-introproduct {
  padding: 0 0 40px; }
  .wrapper-banner-introproduct .banner-introproduct-title_first {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3; }
  .wrapper-banner-introproduct .banner-introproduct-title_second {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase; }
  .wrapper-banner-introproduct .banner-introproduct-desc {
    font-size: var(--font-size-description-home);
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    padding-top: 15px;
    letter-spacing: 0.2px;
    text-align: justify; }
  .wrapper-banner-introproduct .banner-introproduct-button {
    margin-top: 25px; }
  .wrapper-banner-introproduct .banner-introproduct-contact {
    margin-top: 25px; }
  @media (max-width: 767px) {
    .wrapper-banner-introproduct .banner-introproduct {
      text-align: center; }
    .wrapper-banner-introproduct .banner-introproduct-image {
      margin-bottom: 20px; } }
  .wrapper-banner-introproduct.introproduct-1 {
    background: #ffffff;
    padding-top: 40px; }
    @media (max-width: 767px) {
      .wrapper-banner-introproduct.introproduct-1 {
        padding-top: 0; } }
  .wrapper-banner-introproduct.introproduct-2 {
    background: #F9D7E0;
    padding: 40px 0; }

.wrapper-heading-home {
  padding-bottom: 30px; }
  .wrapper-heading-home h2 {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase; }
  .wrapper-heading-home span.titleH-first {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3; }

.wrapper-banner-testimonials {
  padding: 0 15px;
  background: #FCEBEF; }
  .wrapper-banner-testimonials .slider-banner-testimonials {
    padding: 20px 200px;
    overflow: hidden; }
    .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button {
      position: absolute;
      top: 50%;
      z-index: 2;
      padding: 0;
      color: #888;
      font-size: 0;
      text-align: center;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev {
        left: 120px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev:hover {
          left: 100px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next {
        right: 120px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next:hover {
          right: 100px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button svg {
        width: 50px;
        height: 50px;
        fill: #000;
        color: #000; }
    .wrapper-banner-testimonials .slider-banner-testimonials .owl-dots {
      margin: 25px 0 0; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-dots .owl-dot {
        display: inline-block; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-dots .owl-dot span {
          position: relative;
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 0 5px;
          border-radius: 50%;
          cursor: pointer;
          background: transparent;
          border: 2px solid #fff;
          -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-dots .owl-dot.active span {
          background: #F4B0C1;
          border-color: #F4B0C1; }
  .wrapper-banner-testimonials .banner-testimonials-title_frist {
    font-size: var(--font-size-title-first-home);
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3; }
  .wrapper-banner-testimonials .banner-testimonials-title_second {
    font-size: var(--font-size-title-second-home);
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase; }
  .wrapper-banner-testimonials .banner-testimonials-desc {
    font-size: var(--font-size-description-home);
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    padding-top: 15px;
    letter-spacing: 0.2px;
    text-align: justify; }
  @media (min-width: 992px) {
    .wrapper-banner-testimonials .banner-image-testimonials {
      border-left: 10px solid #fff; }
    .wrapper-banner-testimonials .banner-image-testimonials_content {
      display: flex;
      align-items: center;
      height: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wrapper-banner-testimonials .slider-banner-testimonials {
      padding: 45px 115px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev {
        left: 50px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev:hover {
          left: 40px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next {
        right: 50px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next:hover {
          right: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wrapper-banner-testimonials .slider-banner-testimonials {
      padding: 45px 115px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev {
        left: 25px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-prev:hover {
          left: 15px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next {
        right: 25px; }
        .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav button.owl-next:hover {
          right: 15px; } }
  @media (max-width: 767px) {
    .wrapper-banner-testimonials .slider-banner-testimonials {
      padding: 30px 15px; }
      .wrapper-banner-testimonials .slider-banner-testimonials .owl-nav {
        display: none; } }

.wrapper-collection-2 .row .product-colmnloop {
  padding: 0; }

.product-loop.product-horizontal {
  margin-bottom: 35px;
  padding: 0 15px; }
  .product-loop.product-horizontal .product-inner {
    box-shadow: none; }
  .product-loop.product-horizontal .product-image {
    width: 90px; }
    .product-loop.product-horizontal .product-image .product-sale {
      top: 2px;
      left: 2px;
      font-size: 10px;
      padding: 0 2px; }
    .product-loop.product-horizontal .product-image a {
      border: 1px solid #f3f3f3; }
  .product-loop.product-horizontal .product-detail {
    width: calc(100% - 90px);
    padding: 8px 0 0 15px; }
    .product-loop.product-horizontal .product-detail h3 {
      font-size: 14px; }
    .product-loop.product-horizontal .product-detail .block-pro-sold-out {
      display: block;
      font-size: 12px;
      color: #F4B0C1;
      font-weight: 600;
      margin-top: 4px; }
  @media (max-width: 767px) {
    .product-loop.product-horizontal {
      margin-bottom: 15px; } }

.wrapper-service-home {
  background: #f2dce0;
  padding: 15px 15px 0;
  overflow: hidden; }
  .wrapper-service-home .item {
    margin-bottom: 15px;
    padding: 0 10px 0; }
    .wrapper-service-home .item .item-icon {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      color: #F4B0C1;
      border: 4px solid #F4B0C1;
      text-align: center;
      margin-right: 15px;
      padding: 12px; }
    .wrapper-service-home .item .item-wrapper {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      max-width: -webkit-calc(100% - 80px);
      max-width: -moz-calc(100% - 80px);
      max-width: calc(100% - 80px); }
      .wrapper-service-home .item .item-wrapper-title h2 {
        position: relative;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        padding-bottom: 5px; }
        .wrapper-service-home .item .item-wrapper-title h2:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 80px;
          height: 1px;
          border-radius: 50% 50%;
          box-shadow: 0px 0px 2px #fff;
          background: #fff;
          opacity: 0.6; }
      .wrapper-service-home .item .item-wrapper-content p {
        margin: 0; }
    .wrapper-service-home .item:hover .item-icon:before {
      position: absolute;
      content: "";
      opacity: .8;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 1px;
      width: 1px;
      z-index: 9;
      border: 1px solid transparent;
      border-radius: 1px;
      box-shadow: 0 0 0 0 #F4B0C1;
      background-color: #F4B0C1;
      transition: scaleBannerService 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
      backface-visibility: hidden;
      -moz-animation: scaleBannerService 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: scaleBannerService 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: scaleBannerService 1.5s infinite cubic-bezier(0.66, 0, 0, 1); }
    @media (max-width: 1199px) {
      .wrapper-service-home .item .item-wrapper-title h2:before {
        left: 0;
        transform: initial; } }
    @media (max-width: 767px) {
      .wrapper-service-home .item {
        margin-bottom: 15px; } }

#collection-two-slide .owl-nav button {
  position: absolute;
  top: 40%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  outline: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  #collection-two-slide .owl-nav button.owl-prev {
    left: 0;
    background-image: url(//theme.hstatic.net/1000409858/1000615297/14/arrow-left.png?v=67); }
    #collection-two-slide .owl-nav button.owl-prev.disabled {
      display: none; }
      #collection-two-slide .owl-nav button.owl-prev.disabled + .owl-next {
        animation: marginLeft 1.2s ease-in-out infinite;
        animation-direction: normal; }
  #collection-two-slide .owl-nav button.owl-next {
    right: 0;
    background-image: url(//theme.hstatic.net/1000409858/1000615297/14/arrow-right.png?v=67); }
    #collection-two-slide .owl-nav button.owl-next.disabled {
      display: none; }

.owl-carousel {
  width: initial; }
  .owl-carousel .owl-item img {
    width: auto !important;
    text-align: center;
    margin: auto; }

.effect-banner {
  position: relative; }
  .effect-banner .effect-banner-image {
    display: block; }
    .effect-banner .effect-banner-image:before, .effect-banner .effect-banner-image:after {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      content: "";
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 1; }
    .effect-banner .effect-banner-image:before {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0); }
    .effect-banner .effect-banner-image:after {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1); }
  .effect-banner:hover .effect-banner-image:before, .effect-banner:hover .effect-banner-image:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/*--------------------------------------------------------------------------------
PRODUCT LOOP
--------------------------------------------------------------------------------*/
.product-loop {
  margin-bottom: 15px; }
  .product-loop .product-image {
    position: relative;
    overflow: hidden; }
    .product-loop .product-image .product-sale, .product-loop .product-image .sold-out {
      position: absolute;
      top: 10px;
      z-index: 1;
      color: #fff;
      font-size: 12px;
      background: red;
      padding: 1px 8px; }
    .product-loop .product-image .product-sale {
      left: 10px; }
    .product-loop .product-image .sold-out {
      background: #333;
      right: 10px; }
    .product-loop .product-image .image-second-holder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s; }
  @media (min-width: 992px) {
    .product-loop:not(.product-horizontal) .product-inner:hover {
      -webkit-box-shadow: 0 5px 10px 0 rgba(69, 79, 89, 0.15);
      -moz-box-shadow: 0 5px 10px 0 rgba(69, 79, 89, 0.15);
      box-shadow: 0 5px 10px 0 rgba(69, 79, 89, 0.15); }
    .product-loop .product-inner {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .product-loop .product-inner .product-image {
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      .product-loop .product-inner:hover .product-image .image-first-holder {
        opacity: 0;
        visibility: hidden; }
      .product-loop .product-inner:hover .product-image .image-second-holder {
        opacity: 1;
        visibility: visible; }
      .product-loop .product-inner:hover .product-image .image-first-holder, .product-loop .product-inner:hover .product-image .image-second-holder {
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; } }

.product-detail {
  padding: 10px 10px 10px; }
  .product-detail h3 {
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: initial; }
    .product-detail h3 a {
      color: #333333; }
      .product-detail h3 a:hover {
        color: #E84368; }
  .product-detail .box-pro-prices .block-pro-price {
    margin-bottom: 0; }
    .product-detail .box-pro-prices .block-pro-price.highlight .pro-price {
      color: #f94c43; }
    .product-detail .box-pro-prices .block-pro-price .pro-price-contact {
      color: #f94c43;
      font-weight: 500; }
    .product-detail .box-pro-prices .block-pro-price .pro-price {
      margin: 0;
      font-weight: 600;
      font-size: 14px;
      color: #333; }
    .product-detail .box-pro-prices .block-pro-price .pro-price-del {
      color: #878c8f;
      text-decoration: line-through;
      margin-left: 7px;
      font-weight: 300;
      font-size: 12px; }

@media (max-width: 767px) {
  .content-product-list_vertical .product-loop:nth-child(odd) {
    padding-right: 7.5px; }
  .content-product-list_vertical .product-loop:nth-child(even) {
    padding-left: 7.5px; } }

/*--------------------------------------------------------------------------------
PRODUCT LOOP SPECIAL
--------------------------------------------------------------------------------*/
.product-loop-special {
  margin-bottom: 50px; }
  .product-loop-special .product-col-right {
    padding: 0 0 0 30px; }
    .product-loop-special .product-col-right .product-width {
      max-width: 280px;
      margin: auto; }
    @media (min-width: 768px) {
      .product-loop-special .product-col-right {
        padding: 0 80px; } }
  .product-loop-special .product-detail {
    padding: 20px 0; }
  .product-loop-special .action .btn-box {
    width: 100%;
    padding: 10px 5px;
    font-size: 12px; }

/*--------------------------------------------------------------------------------
4. FOOTER
--------------------------------------------------------------------------------*/
.main-footer-inner {
  background: #ededed; }

.footer-wrapper {
  padding: 40px 0 30px;
  color: #333333; }

.footer-block_title {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #333333;
  font-weight: 500; }

.footer-linklist {
  margin-bottom: 15px; }
  .footer-linklist li {
    display: block;
    position: relative;
    line-height: 1.5;
    padding: 5px 0; }
    .footer-linklist li a {
      position: relative;
      overflow: hidden;
      color: #333333;
      padding-left: 15px; }
      .footer-linklist li a:hover {
        color: #E84368; }
      .footer-linklist li a:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        background: #333333;
        width: 6px;
        height: 6px;
        border-radius: 50%; }

.social-media_item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }
  .social-media_item > a {
    position: relative;
    display: block;
    background: #ebebeb;
    color: #858585;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .social-media_item .tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 9px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
    .social-media_item .tooltip: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;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .social-media_item:hover .tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%); }

.social-media_item--facebook .tooltip {
  background: #3b5998;
  color: #fff; }
  .social-media_item--facebook .tooltip:after {
    border-top-color: #3b5998; }

.social-media_item--facebook:hover a {
  background: #3b5998;
  color: #fff; }

.social-media_item--youtube .tooltip {
  background: #F70000;
  color: #fff; }
  .social-media_item--youtube .tooltip:after {
    border-top-color: #F70000; }

.social-media_item--youtube:hover a {
  background: #F70000;
  color: #fff; }

.social-media_item--pinterest .tooltip {
  background: #D94645;
  color: #fff; }
  .social-media_item--pinterest .tooltip:after {
    border-top-color: #D94645; }

.social-media_item--pinterest:hover a {
  background: #D94645;
  color: #fff; }

.social-media_item--twitter .tooltip {
  background: #1C9CEA;
  color: #fff; }
  .social-media_item--twitter .tooltip:after {
    border-top-color: #1C9CEA; }

.social-media_item--twitter:hover a {
  background: #1C9CEA;
  color: #fff; }

.social-media_item--instagram .tooltip {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; }
  .social-media_item--instagram .tooltip:after {
    border-top-color: #dc2743; }

.social-media_item--instagram:hover a {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; }

@media (min-width: 767px) {
  .main-footer .footer-block_content {
    display: block !important; } }

@media (max-width: 767px) {
  .main-footer .footer-wrapper {
    padding: 20px 0; }
  .main-footer .plus-button {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px; }
    .main-footer .plus-button:before, .main-footer .plus-button:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: currentColor;
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .main-footer .plus-button:before {
      width: 10px;
      height: 2px;
      opacity: 1; }
    .main-footer .plus-button:after {
      width: 2px;
      height: 10px; }
  .main-footer .footer-block_title {
    font-size: 14px;
    padding: 12px 0;
    margin: 0; }
    .main-footer .footer-block_title.active .plus-button:before, .main-footer .footer-block_title.active .plus-button:after {
      webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .main-footer .footer-block_title.active .plus-button:before {
      opacity: 0; } }

.footer-block_bottom {
  background: #ffffff;
  padding: 20px 0;
  border-top: 1px solid #333333; }
  @media (min-width: 768px) {
    .footer-block_bottom .footer-bottom-copyright {
      text-align: right; } }
  @media (max-width: 767px) {
    .footer-block_bottom {
      text-align: center; } }

.footer-bottom-contact {
  text-align: left; }
  .footer-bottom-contact a {
    display: inline-block;
    line-height: 1.7;
    font-size: 14px; }
    .footer-bottom-contact a i.fa:before {
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      margin-right: 8px; }
    @media (min-width: 992px) {
      .footer-bottom-contact a:not(:last-child) {
        margin-right: 15px; } }
  @media (max-width: 767px) {
    .footer-bottom-contact {
      margin-bottom: 10px; }
      .footer-bottom-contact a {
        margin: 0 0 6px;
        display: block; } }

.footer-block_bottom p, .footer-block_bottom a {
  margin-bottom: 0;
  color: #333333; }

.footer-block_bottom a:hover {
  color: #E84368; }

.logo-footer img {
  max-width: 180px; }

/*------------------------------Search form , search auto---------------------*/
form.searchform {
  position: relative; }
  form.searchform input.searchinput {
    background: #fff;
    color: #333333;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 65px 5px 15px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none; }
    form.searchform input.searchinput:focus {
      border: 1px solid #F4B0C1;
      background: #fff;
      outline: none; }
  form.searchform .btn-search {
    width: 55px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: #F4B0C1;
    border: 0;
    border-radius: 0 3px 3px 0; }
    form.searchform .btn-search svg {
      width: 18px;
      height: 42px;
      fill: #fff; }

.smart-search-wrapper {
  background: transparent;
  width: 100%;
  float: left;
  clear: both;
  z-index: 100;
  background: #fff; }
  .smart-search-wrapper .item-ult {
    padding: 10px;
    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 {
      position: relative;
      width: calc(100% - 40px);
      padding-right: 5px;
      text-align: left;
      float: left;
      line-height: 20px;
      margin-top: 0; }
      .smart-search-wrapper .item-ult .title a {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
        float: left;
        width: 100%;
        margin-bottom: 4px;
        font-weight: 600; }
      .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: 5px;
          color: #797979; }

.resultsMore {
  width: 100%;
  float: left; }
  .resultsMore a {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600; }

/*------------------------------Search page---------------------*/
.layout-searchPage .heading-page h1:after {
  content: '';
  display: block;
  width: 33px;
  height: 2px;
  background: #000;
  margin: 15px auto; }

.layout-searchPage .expanded-message h2 {
  font-weight: 600;
  font-size: 20px; }

.layout-searchPage .search-field {
  max-width: 600px;
  margin: 0 auto; }
  .layout-searchPage .search-field .search-box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  .layout-searchPage .search-field .btn-search-page {
    width: 55px;
    height: 45px;
    line-height: 45px;
    background: #000;
    border: 0;
    outline: none;
    cursor: pointer; }
    .layout-searchPage .search-field .btn-search-page svg {
      width: 15px;
      height: 45px;
      fill: #fff; }

@media (max-width: 767px) {
  .layout-searchPage .search-list-results .product-loop:nth-child(odd) {
    padding-right: 7.5px; }
  .layout-searchPage .search-list-results .product-loop:nth-child(even) {
    padding-left: 7.5px; } }

/*------------------------------Breadcrumd---------------------*/
.breadcrumb-content-inner .breadcrumb-arrows {
  padding: 8px 0 10px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  text-align: center; }
  .breadcrumb-content-inner .breadcrumb-arrows > li {
    font-size: 14px;
    color: #333333; }
    .breadcrumb-content-inner .breadcrumb-arrows > li + li:before {
      padding: 0 3px 0 7px;
      color: #ccc;
      content: "/\00a0"; }

.breadcrumb-shop {
  background: #f3f5f6; }
  .breadcrumb-shop .breadcrumb {
    padding: 9px 0 10px;
    background: transparent;
    border-radius: 0;
    margin: 0; }
    .breadcrumb-shop .breadcrumb > li {
      font-size: 12px; }
      .breadcrumb-shop .breadcrumb > li a {
        color: #252a2b; }
      .breadcrumb-shop .breadcrumb > li + li:before {
        padding: 0 3px 0 7px;
        color: #ccc;
        content: "/\00a0"; }
      .breadcrumb-shop .breadcrumb > li strong {
        font-weight: 400; }
  @media (max-width: 767px) {
    .breadcrumb-shop {
      background: #fff; }
      .breadcrumb-shop .breadcrumb {
        padding: 5px 0; }
        .breadcrumb-shop .breadcrumb > li {
          font-size: 10px;
          line-height: 1.8; } }

/*------------------------------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;
        color: #333e48;
        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.current, #pagination .pagination > li a.current {
          background-color: #F4B0C1;
          border-color: #F4B0C1;
          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: #fff;
        background-color: #E84368;
        border-color: #E84368; }

/*--------------------------------------------------------------------------------
5. BLOG
--------------------------------------------------------------------------------*/
.heading-page h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 25px; }

@media (max-width: 767px) {
  .heading-page {
    text-align: center; } }

.list-article-content .pd-item-article {
  margin-bottom: 30px; }

.list-article-content .no-post {
  font-size: 16px; }

.list-article-content .article-list-item {
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
  height: 100%;
  text-align: center; }
  .list-article-content .article-list-item .article-excerpt-image {
    overflow: hidden;
    display: block; }
    .list-article-content .article-list-item .article-excerpt-image img {
      -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
      -ms-transition: all 1.5s;
      -o-transition: all 1.5s;
      transition: all 1.5s; }
  .list-article-content .article-list-item .article-excerpt-content {
    padding: 15px; }
  .list-article-content .article-list-item .article-excerpt-meta {
    font-size: var(--font-size-body);
    display: inline-block;
    color: #333333;
    margin-bottom: 15px; }
  .list-article-content .article-list-item .article-excerpt-title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.2; }
  .list-article-content .article-list-item .article-excerpt-readmore {
    display: inline-block;
    font-weight: 500; }
    .list-article-content .article-list-item .article-excerpt-readmore svg {
      -webkit-transform: translateY(2px);
      transform: translateY(2px); }
      .list-article-content .article-list-item .article-excerpt-readmore svg path {
        transition: -webkit-transform 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 125ms cubic-bezier(0.4, 0, 0.2, 1); }
        .list-article-content .article-list-item .article-excerpt-readmore svg path:first-child {
          -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }
        .list-article-content .article-list-item .article-excerpt-readmore svg path:last-child {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
    .list-article-content .article-list-item .article-excerpt-readmore:hover svg path:first-child, .list-article-content .article-list-item .article-excerpt-readmore:hover svg path:last-child {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .list-article-content .article-list-item:hover .article-excerpt-image img {
    -moz-transform: scale(1.1, 1.1) rotate(2deg);
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -o-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg); }

@media (min-width: 576px) and (max-width: 767px) {
  .list-article-content .col-lg-6:nth-child(even) {
    padding-left: 7.5px; }
  .list-article-content .col-lg-6:nth-child(odd) {
    padding-right: 7.5px; } }

.list-article-content {
  margin-bottom: 40px; }
  .list-article-content .no-post {
    font-size: 16px; }
  .list-article-content .article_image a {
    overflow: hidden;
    display: block; }
    .list-article-content .article_image a img {
      -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
      -ms-transition: all 1.5s;
      -o-transition: all 1.5s;
      transition: all 1.5s; }
  .list-article-content .article:hover .article_image a img {
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    -moz-transform: scale(1.26);
    opacity: 0.8; }
  .list-article-content .blog-post-title {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0; }
  .list-article-content .blog-post-content {
    line-height: 1.5; }
  .list-article-content .blog-post-meta {
    color: #999; }
    .list-article-content .blog-post-meta > span:not(:last-child):after {
      content: '/';
      padding-left: 4px; }

.sidebox_wrapper {
  position: relative; }
  .sidebox_wrapper .sidebox_title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    cursor: pointer; }
    .sidebox_wrapper .sidebox_title h3 span {
      margin-left: 20px;
      display: none; }
  .sidebox_wrapper .sidebox_content-list .item-article {
    padding: 18px 0;
    border-bottom: 1px dashed #dee2e6;
    margin: 0; }
    .sidebox_wrapper .sidebox_content-list .item-article:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .sidebox_wrapper .sidebox_content-list .item-article .post-image {
      display: inline-block;
      width: 25%; }
    .sidebox_wrapper .sidebox_content-list .item-article .post-content {
      width: calc(100% - 25%);
      float: right;
      padding: 5px 15px 5px 20px; }
      .sidebox_wrapper .sidebox_content-list .item-article .post-content h3 {
        margin: 0 0 5px;
        font-size: 14px;
        font-weight: 500; }
    .sidebox_wrapper .sidebox_content-list .item-article .post-meta {
      font-size: 13px;
      margin: 0; }
  .sidebox_wrapper .sidebox_content-tagged {
    padding: 20px 0 0; }
    .sidebox_wrapper .sidebox_content-tagged a {
      border: 2px solid #dee2e6;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .sidebox_wrapper .sidebox_content-tagged a:hover {
        background: #F4B0C1;
        border-color: #F4B0C1;
        color: #fff; }
  .sidebox_wrapper .sidebox_content-follow-us {
    padding: 20px 0 0; }
    .sidebox_wrapper .sidebox_content-follow-us .social-icon-blog {
      display: inline-block; }
      .sidebox_wrapper .sidebox_content-follow-us .social-icon-blog a {
        border: 2px solid #dee2e6;
        background-color: #fff;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center; }
        .sidebox_wrapper .sidebox_content-follow-us .social-icon-blog a:hover {
          background: #F4B0C1;
          border-color: #F4B0C1;
          color: #fff; }
  @media (max-width: 991px) {
    .sidebox_wrapper {
      border: 1px solid #dee2e6; }
    .sidebox_wrapper .sidebox_content {
      display: none; }
    .sidebox_wrapper .sidebox_title h3 span {
      display: inline-block;
      position: absolute;
      right: 10px;
      line-height: 1.3;
      -webkit-transition: transform .5s ease;
      -moz-transition: transform .5s ease;
      transition: transform .5s ease; }
    .sidebox_wrapper .sidebox_title.active span {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: transform .5s ease;
      -moz-transition: transform .5s ease;
      transition: transform .5s ease; } }

.menuList-links {
  margin: 0; }
  .menuList-links > li {
    position: relative;
    border-bottom: 1px dashed #dee2e6; }
    .menuList-links > li:last-child {
      border-bottom: 0; }
    .menuList-links > li > a {
      position: relative;
      display: block;
      padding: 12px 0;
      font-weight: 500;
      font-size: 15px; }
    .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; }
      .menuList-links > li.has-submenu span.icon-plus-submenu:hover {
        border: 1px solid #dee2e6; }
  .menuList-links li {
    position: relative; }
    .menuList-links li ul.submenu-links {
      display: none; }
      .menuList-links li ul.submenu-links li a {
        color: #252a2b;
        position: relative;
        font-size: 13px;
        display: block;
        padding: 8px 0 8px 0px; }
    .menuList-links 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.level0 ul.submenu-links {
      border-top: 1px dashed #dee2e6; }
      .menuList-links li.has-submenu.level0 ul.submenu-links li a {
        padding-left: 12px; }
    .menuList-links li.has-submenu.level1 ul.submenu-links li a {
      padding-left: 22px; }
    .menuList-links li.has-submenu.level2 ul.submenu-links li a {
      padding-left: 32px; }

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

/*--------------------------------------------------------------------------------
6. ARTICLE
--------------------------------------------------------------------------------*/
.wrapper-content-article .article-heading_title {
  font-size: 22px;
  margin: 0 0 10px; }

.wrapper-content-article .article-heading_info {
  margin-bottom: 15px; }
  .wrapper-content-article .article-heading_info li {
    opacity: 0.7;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600; }
    .wrapper-content-article .article-heading_info li i {
      margin-right: 5px; }

.wrapper-content-article .article-meta-tags_title {
  font-weight: 500; }

.wrapper-content-article .article-meta-tags .article-meta_tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px; }

.wrapper-content-article .article-post-nav {
  font-size: 15px;
  font-weight: 500; }
  .wrapper-content-article .article-post-nav span a {
    display: inline-block;
    vertical-align: middle; }
  .wrapper-content-article .article-post-nav span svg {
    width: 12px;
    height: 12px;
    color: #333333; }
  .wrapper-content-article .article-post-nav span.left svg {
    margin-right: 5px; }
  .wrapper-content-article .article-post-nav span.right svg {
    margin-left: 5px; }

.article-comment {
  margin-bottom: 40px; }
  .article-comment_title h2 {
    font-size: 20px; }
  .article-comment_form .subtext {
    color: #333333;
    padding: 12px 15px; }
  .article-comment_user-author {
    font-size: 14px;
    font-style: normal;
    text-transform: capitalize;
    margin: 13px 0; }

/*--------------------------------------------------------------------------------
7. PAGE
--------------------------------------------------------------------------------*/
.layoutPage-about-one .section-about-headtitle {
  position: relative;
  text-align: center; }
  .layoutPage-about-one .section-about-headtitle img {
    object-fit: cover;
    min-height: 150px;
    object-position: center center; }
  .layoutPage-about-one .section-about-headtitle .headtitle-block {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .layoutPage-about-one .section-about-headtitle .headtitle-block h1 {
      font-size: 30px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 1px;
      margin: 15px 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .layoutPage-about-one .section-about-headtitle .headtitle-block h1 {
      font-size: 22px;
      margin: 10px 0; } }

.layoutPage-about-one .breadcrumb-shop {
  background: transparent; }
  .layoutPage-about-one .breadcrumb-shop .breadcrumb-arrows {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0; }

.wrapper-page-content .wrapbox-content-page {
  padding-bottom: 30px; }
  .wrapper-page-content .wrapbox-content-page ul {
    list-style-type: initial;
    padding-left: 40px;
    margin-bottom: 15px; }

.wrapper-page-content .banner-image-page a {
  display: block;
  overflow: hidden; }
  .wrapper-page-content .banner-image-page a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out; }
  .wrapper-page-content .banner-image-page a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.layout-pageContact .heading-page-contact h2 {
  font-size: 25px; }
  .layout-pageContact .heading-page-contact h2:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #252a2b;
    margin: 15px 0; }

.layout-pageContact .description-contact p {
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0; }

.layout-pageContact .wrapper-info-contact span {
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  font-weight: 500; }

.layout-pageContact .wrapper-info-contact .info-contact_left {
  width: 35%; }

.layout-pageContact .wrapper-info-contact .info-contact_right {
  width: calc(100% - 35%); }
  .layout-pageContact .wrapper-info-contact .info-contact_right p {
    font-weight: 600;
    color: #333333; }

.layout-pageContact .wrapper-info-contact .list-info-contact li {
  margin-bottom: 15px; }

.banner-contact-header {
  position: relative; }
  .banner-contact-header .banner-contact-header_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner-contact-header .banner-contact-header_title h1 {
      font-size: 30px;
      color: #ffffff;
      letter-spacing: 1px;
      margin: 20px 0;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .banner-contact-header .banner-contact-header_title h1 {
          font-size: 22px; } }

@media (min-width: 992px) {
  .layout-searchPage .search-list-results .product-loop {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .wrapper-collection-1 .content-product-list .product-loop {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

/*--------------------------------------------------------------------------------
8. PAGE CART
--------------------------------------------------------------------------------*/
.layoutPage-cart .heading-page-cart h1 {
  font-size: 25px;
  font-weight: 600; }
  .layoutPage-cart .heading-page-cart h1:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 50px;
    height: 3px;
    background: #5c5c5c; }

.wrapbox-content-cart .expanded-message {
  font-size: 18px; }

.wrapbox-content-cart .line-item {
  width: 100%;
  padding: 15px 0; }

.wrapbox-content-cart .line-item-container {
  border-bottom: 1px solid #dee2e6; }

.wrapbox-content-cart .title-count-cart {
  font-size: 16px;
  background: #f3f5f6;
  padding: 10px 15px; }
  .wrapbox-content-cart .title-count-cart span {
    font-weight: 500; }

.wrapbox-content-cart .line-item-image_wrapper {
  max-width: 100px; }

.wrapbox-content-cart .line-item-product_body {
  position: relative; }

.wrapbox-content-cart .line-item_title h3 {
  font-size: 16px;
  font-weight: 500; }

.wrapbox-content-cart .line-item_quantity .qty-btn {
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  background: #fff;
  color: #999999;
  -webkit-appearance: none; }

.wrapbox-content-cart .line-item_quantity .item-quantity {
  width: 35px;
  height: 25px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wrapbox-content-cart .line-item_price span strong {
  font-weight: 500; }

.wrapbox-content-cart .line-item_price del {
  font-size: 12px; }

.wrapbox-content-cart .line-item_remove-item-cart {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #000; }

.wrapbox-content-cart .reponsive-cart-noted {
  background: #f3f5f6;
  padding: 10px 15px; }
  .wrapbox-content-cart .reponsive-cart-noted .checkout-note .note-label {
    font-size: 15px;
    font-weight: 500; }
  .wrapbox-content-cart .reponsive-cart-noted .checkout-note .form-control {
    background: #fff; }

@media (max-width: 767px) {
  .wrapbox-content-cart .line-item_title h3 {
    font-size: 14px; }
  .wrapbox-content-cart .line-item-image_wrapper {
    max-width: 70px; } }

.policy_return h3 {
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  font-weight: 500; }

.policy_return .list-group > li {
  position: relative;
  line-height: 25px; }
  .policy_return .list-group > li:before {
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f178";
    font-size: 10px;
    position: absolute;
    left: 0;
    opacity: 1; }

.wrap-order-summary .order-title {
  font-size: 20px; }

.wrap-order-summary .order-total {
  font-size: 16px; }
  .wrap-order-summary .order-total span {
    color: red;
    font-size: 24px;
    font-weight: 500; }

.wrap-order-summary .order-short-description p {
  font-size: 13px; }

.wrap-order-summary .order-action-checkout a {
  font-size: 15px;
  background: red;
  padding: 10px 0; }
  .wrap-order-summary .order-action-checkout a:hover {
    background: #ff424e; }

.wrap-order-summary .countine_order_cart {
  font-size: 16px;
  color: #333333; }

@media (min-width: 768px) and (max-width: 991px) {
  .wrap-order-summary .order-title {
    font-size: 16px; }
  .wrap-order-summary .order-total span {
    font-size: 16px; } }

/*--------------------------------------------------------------------------------
9. COLLECTION
--------------------------------------------------------------------------------*/
.wrapper-mainCollection .collection-heading-page .title {
  font-size: 30px; }

.wrapper-mainCollection .collection-sortby {
  position: relative; }
  .wrapper-mainCollection .collection-sortby-title .title-sort {
    display: inline-block;
    text-transform: uppercase;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding-right: 5px; }
  .wrapper-mainCollection .collection-sortby-title .sort-by-icon {
    height: 30px;
    display: block; }
    .wrapper-mainCollection .collection-sortby-title .sort-by-icon svg {
      width: 30px;
      height: 30px;
      fill: #333333;
      transition: transform .3s ease-in; }
  .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li {
    position: relative;
    padding: 4px 25px 4px 15px;
    cursor: pointer; }
    .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li span {
      display: block;
      color: #333333; }
    .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li:hover {
      background: #f3f5f6;
      color: #000; }
    .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li:before {
      content: "";
      position: absolute;
      right: 10px;
      top: 9px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1.5px solid #333333;
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li.active {
      font-weight: 600; }
      .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li.active:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
  .wrapper-mainCollection .collection-sortby-custom_option .collection-sortby-close_mb {
    display: none; }
  @media (min-width: 992px) {
    .wrapper-mainCollection .collection-sortby-custom_option {
      position: absolute;
      top: 130%;
      right: 0;
      width: 200px;
      background: #fff;
      padding: 10px 0 10px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-in;
      z-index: 99;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .wrapper-mainCollection .collection-sortby.open-sort .collection-sortby-custom_option {
      opacity: 1;
      visibility: visible;
      top: 100%; } }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu {
      padding: 10px 0 10px 0; }
      .wrapper-mainCollection .collection-sortby-custom_option .custom-select-menu > li {
        margin-bottom: 5px;
        padding-right: 35px; } }

.wrapper-mainCollection .collection-options-filter span.options-filter-title {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  padding-right: 5px;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

.wrapper-mainCollection .collection-options-filter .options-filter-box-icon {
  position: relative; }
  .wrapper-mainCollection .collection-options-filter .options-filter-box-icon svg {
    width: 30px;
    height: 30px;
    fill: #333333;
    display: block; }
  .wrapper-mainCollection .collection-options-filter .options-filter-box-icon .icon-filter-close {
    display: none; }

.wrapper-mainCollection .collection-options-filter.filters-open .options-filter-box-icon .icon-filter-collections {
  display: none; }

.wrapper-mainCollection .collection-options-filter.filters-open .options-filter-box-icon .icon-filter-close {
  display: block; }

.wrapper-mainCollection .sidebar-filter-close {
  display: none; }

.collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-subtitle.group-layered span.icon-control {
  transform: rotate(180deg); }

.collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-subtitle span.icon-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  display: block;
  transition: transform .4s ease-in-out; }

@media (min-width: 992px) {
  .collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 0;
    border: 0; }
  .collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-subtitle {
    border: 1px solid #dee2e6;
    padding: 10px 15px; }
  .collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-content {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6; }
    .collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list {
      padding: 10px 15px; } }

@media (max-width: 991px) {
  .collection-temp1 .wrapper-layered-filter .layered-filter-group .filter-group-subtitle span.icon-control {
    display: none; } }

@media (max-width: 991px) {
  .collection-temp1 .banner-collection-header {
    margin-left: -15px;
    margin-right: -15px; } }

.collection-temp2 .collection-options-filter {
  -webkit-transition: -webkit-flex 300ms ease-in-out;
  transition: flex 300ms ease-in-out; }
  @media (min-width: 1200px) {
    .collection-temp2 .collection-options-filter.filters-open {
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto; } }

@media (min-width: 1200px) {
  .collection-temp2 .collection-options-desktop {
    padding-left: 10px; } }

@media (min-width: 992px) {
  .collection-temp2 .collection-content-page.affix-filter #loader {
    position: fixed;
    top: 45%;
    bottom: 50%; }
  .collection-temp2 .collection-list-product #loader {
    position: absolute;
    top: 5%;
    left: 50%;
    right: 50%;
    bottom: 0;
    display: none;
    text-align: center;
    background: url(//theme.hstatic.net/200000805439/1001333550/14/loader.gif?v=161) no-repeat;
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: cover; }
  .collection-temp2 .filter-active .collection-siderbar-filter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: initial; }
  .collection-temp2 .collection-siderbar-filter {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    width: initial;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in,visibility .5s ease-in;
    transition: opacity .5s ease-in,visibility .5s ease-in; }
    .collection-temp2 .collection-siderbar-filter .collection-filter {
      background: #fff;
      padding: 10px;
      top: 0; }
  .collection-temp2 .collection-option-sticky {
    display: none; }
  .collection-temp2 .collection-content-page.affix-filter .collection-option-sticky {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: cener;
    align-items: center;
    padding-bottom: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .collection-temp2 .filter-active.collection-content-page.affix-filter .collection-sortby-title .title-sort {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 75px; }
  .collection-temp2 .collection-content-page.affix-filter #loader {
    top: 30%; } }

@media (min-width: 992px) {
  .collection-temp2 .wrapper-list-collection .product-loop {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 991px) {
  .wrapper-mainCollection .collection-heading-page .title {
    font-size: 20px; }
  .wrapper-mainCollection .collection-option-sticky {
    display: none; }
  .collection-options-desktop_filter {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .collection-options-desktop_sort-by {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .collection-heading_options {
    padding-right: 10px; }
  .collection-siderbar-filter .collection-filter .wrapper-layered-filter {
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    padding: 10px 15px 20px 15px;
    max-height: 60vh; }
  .collection-siderbar-options_mb {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -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 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    flex: unset;
    overflow-x: hidden;
    border-radius: 10px 10px 0 0; }
    .collection-siderbar-options_mb .collection-options_fixed-mb {
      background: #fff;
      padding: 15px 50px;
      text-align: center;
      border-bottom: 2px solid #ebebeb; }
      .collection-siderbar-options_mb .collection-options_fixed-mb .sidebar-options-close {
        display: inline-block; }
        .collection-siderbar-options_mb .collection-options_fixed-mb .sidebar-options-close span.sidebar-options-title {
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase; }
        .collection-siderbar-options_mb .collection-options_fixed-mb .sidebar-options-close .back-icon {
          display: block;
          width: 30px;
          height: 30px;
          text-align: center;
          position: absolute;
          top: 10px;
          right: 10px; }
          .collection-siderbar-options_mb .collection-options_fixed-mb .sidebar-options-close .back-icon svg {
            width: 15px;
            height: 30px;
            fill: #333333; } }

@media (max-width: 991px) {
  body.open-filter {
    overflow: hidden; }
    body.open-filter .collection-siderbar-filter {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    body.open-filter .site-overlay {
      opacity: 1;
      visibility: visible;
      background: rgba(0, 0, 0, 0.25);
      z-index: 999; } }

body.open-sort .collection-sortby-title .sort-by-icon svg {
  transform: rotate(180deg); }

@media (max-width: 991px) {
  body.open-sort {
    overflow: hidden; }
    body.open-sort .collection-sortby-custom_option {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); }
    body.open-sort .site-overlay {
      opacity: 1;
      visibility: visible;
      background: rgba(0, 0, 0, 0.25);
      z-index: 999; } }

@media (max-width: 767px) {
  .product-list-filter .product-loop:nth-child(odd) {
    padding-right: 7.5px; }
  .product-list-filter .product-loop:nth-child(even) {
    padding-left: 7.5px; } }

/*---------------------------------------Filter-----------------------------------------*/
.wrapper-layered-filter .layered-filter-group {
  padding-bottom: 16px; }
  .wrapper-layered-filter .layered-filter-group .filter-group {
    margin-bottom: 15px; }
    .wrapper-layered-filter .layered-filter-group .filter-group-subtitle {
      display: block;
      position: relative;
      font-size: 13px;
      font-weight: bold;
      padding: 10px 0 10px;
      color: #333333;
      text-transform: uppercase;
      cursor: pointer; }
      .wrapper-layered-filter .layered-filter-group .filter-group-subtitle span.icon-control {
        display: none; }
    .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li {
      position: relative;
      margin-bottom: 8px;
      padding-left: 27px; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li input[type="checkbox"] {
        position: absolute;
        top: 6px;
        left: 0px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        outline: none;
        background: #fff;
        border: 1px solid transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li input[type="checkbox"]:before {
          content: "";
          position: absolute;
          left: 3px;
          top: 5px;
          margin: auto;
          z-index: 1;
          width: 10px;
          height: 5px;
          border: 1.5px solid #fff;
          border-top-style: none;
          border-right-style: none;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -webkit-transform: rotate(-45deg) scale(0, 0);
          -moz-transform: rotate(-45deg) scale(0, 0);
          -ms-transform: rotate(-45deg) scale(0, 0);
          -o-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0); }
        .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li input[type="checkbox"]:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0px;
          width: 16px;
          height: 16px;
          background: #fff;
          border: 1px solid #dee2e6;
          cursor: pointer;
          border-radius: 2px;
          transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li input[type="checkbox"]:checked:before {
          -webkit-transform: rotate(-45deg) scale(1, 1);
          -moz-transform: rotate(-45deg) scale(1, 1);
          -ms-transform: rotate(-45deg) scale(1, 1);
          -o-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1); }
        .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li input[type="checkbox"]:checked:after {
          background: #F4B0C1;
          border: 1px solid #F4B0C1; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li label {
        cursor: pointer;
        position: relative;
        margin: 0;
        background: #fff;
        font-size: 14px;
        width: 100%;
        padding: 5px 0px 5px; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li:hover {
        color: #F4B0C1; }
        .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li:hover input[type="checkbox"]:after {
          border-color: #F4B0C1; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content .checkbox-list li:last-child {
        margin-bottom: 0; }
    .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-color .checkbox-list li {
      margin: 0 12px 15px 0;
      float: left;
      padding: 0; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-color .checkbox-list li input[type="checkbox"] {
        display: none; }
        .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-color .checkbox-list li input[type="checkbox"]:checked + label:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 6px;
          height: 6px;
          width: 12px;
          z-index: 99;
          border: 2px solid #fff;
          border-top-style: none;
          border-right-style: none;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-color .checkbox-list li label {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        float: left;
        font-size: 0; }
    .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-size .checkbox-list li {
      margin: 0 12px 10px 0;
      display: inline-block;
      padding: 0; }
      .wrapper-layered-filter .layered-filter-group .filter-group-content.filter-size .checkbox-list li label {
        position: initial;
        padding-left: 25px; }
    @media (max-width: 991px) {
      .wrapper-layered-filter .layered-filter-group .filter-group:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb; } }

.layered_filter_tags .filter_tags {
  position: relative;
  display: none;
  line-height: 22px;
  border-radius: 12px;
  margin: 0 10px 15px 0;
  color: #333333;
  background: #fff;
  border-radius: 12px;
  font-size: 13px;
  padding: 0px 35px 0px 10px; }
  .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 1px solid #F4B0C1;
    border-radius: 50%;
    background: #F4B0C1;
    cursor: pointer;
    text-align: center; }
    .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      stroke: #fff;
      width: 8px;
      display: inline-block;
      vertical-align: 4.5px; }
  .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer; }
    .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: #333;
      border-bottom: 1px solid #333; }

.collection-alert-no {
  font-size: 18px; }

@media (min-width: 992px) {
  .siderbar-filter-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

/*---------------------------------------Swatch-----------------------------------------*/
/* Setting variant màu sắc */
.swatch .swatch-element.color label.do {
  background: #ff0000; }

.swatch .swatch-element.color label.vang {
  background: #ffff05; }

.swatch .swatch-element.color label.cam {
  background: #f5b505; }

.swatch .swatch-element.color label.xanh-duong {
  background: #5100ff; }

.swatch .swatch-element.color label.xanh-la {
  background: #3cfa08; }

.swatch .swatch-element.color label.nau {
  background: #753a3a; }

.swatch .swatch-element.color label.xanh {
  background: #267a0b; }

.swatch .swatch-element.color label.hong {
  background: #db999b; }

.select-swatch .swatch {
  width: 100%;
  float: left; }
  .select-swatch .swatch input {
    display: none; }
  .select-swatch .swatch .header-swatch {
    font-size: 14px;
    font-weight: bold;
    color: black;
    display: block; }
    .select-swatch .swatch .header-swatch span {
      font-size: 12px;
      display: inline-block;
      font-weight: 500;
      color: #3966b8;
      font-size: 90%;
      margin-left: 3px; }
  .select-swatch .swatch .select-swap {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0; }
  .select-swatch .swatch .swatch-element {
    position: relative;
    display: inline-block;
    margin-right: 12px; }
    .select-swatch .swatch .swatch-element label {
      position: relative;
      cursor: pointer;
      float: left;
      margin: 0;
      color: #000;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      line-height: 30px;
      white-space: nowrap;
      text-transform: uppercase; }
    .select-swatch .swatch .swatch-element.color label {
      padding: 0;
      overflow: hidden;
      width: 25px;
      height: 25px;
      border-radius: 100%;
      box-shadow: 0px 0px 0px 1px #dee2e6;
      -webkit-box-shadow: 0px 0px 0px 1px #dee2e6;
      -moz-box-shadow: 0px 0px 0px 1px #dee2e6;
      -o-box-shadow: 0px 0px 0px 1px #dee2e6; }
      .select-swatch .swatch .swatch-element.color label.sd {
        -webkit-box-shadow: 0px 0px 0px 1px #d3d3d3, 0 0 0 4px #ffffff, 0 0 0 5px #333e48;
        -moz-box-shadow: 0px 0px 0px 1px #d3d3d3, 0 0 0 4px #ffffff, 0 0 0 5px #333e48;
        -o-box-shadow: 0px 0px 0px 1px #d3d3d3, 0 0 0 4px #ffffff, 0 0 0 5px #333e48;
        box-shadow: 0px 0px 0px 1px #d3d3d3, 0 0 0 4px #ffffff, 0 0 0 5px #333e48; }
    .select-swatch .swatch .swatch-element.color span {
      display: block;
      width: 100%;
      height: 100%;
      margin-top: 0;
      font-size: 0; }
    .select-swatch .swatch .swatch-element:not(.color).soldout label {
      opacity: 0.4;
      filter: alpha(opacity=40);
      pointer-events: none; }
    .select-swatch .swatch .swatch-element:not(.color) label:before {
      width: 17px;
      height: 17px;
      border: 1px solid #ccc;
      display: inline-block;
      margin-right: 5px;
      content: "";
      border-radius: 50%;
      margin-bottom: -4px; }
    .select-swatch .swatch .swatch-element:not(.color) label:after {
      content: "\f00c";
      font-family: "FontAwesome" !important;
      position: absolute;
      top: 0;
      left: 3px;
      font-size: 10px;
      color: #fff;
      display: none;
      z-index: 2;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
    .select-swatch .swatch .swatch-element:not(.color) label.sd:before {
      background: #000;
      border-color: #000; }
    .select-swatch .swatch .swatch-element:not(.color) label.sd:after {
      display: block; }
    .select-swatch .swatch .swatch-element:hover .tooltip {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px); }
  .select-swatch .swatch .tooltip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: block;
    min-width: 60px;
    margin-left: -30px;
    margin-bottom: 15px;
    padding: 4px 8px;
    color: #fff;
    background: #000;
    font-size: 11px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: inherit; }
    .select-swatch .swatch .tooltip:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      display: block;
      width: 100%;
      height: 20px; }
    .select-swatch .swatch .tooltip:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      width: 0;
      height: 0;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000; }

/*--------------------------------------------------------------------------------
10. PRODUCT
--------------------------------------------------------------------------------*/
.product-content-image .product-container-gallery {
  overflow: hidden; }

.product-content-image .wrapbox-image .productGallery_slider {
  position: relative; }

.product-content-summary .product-heading h1 {
  font-size: 24px;
  margin: 20px 0 5px; }

.product-content-summary .product-heading #pro_sku {
  font-size: 12px;
  color: #a3a5a7;
  margin-right: 20px; }

.product-content-summary .product-heading .pro-soldold {
  color: #dea554;
  font-weight: bold; }

.product-content-summary .product-price {
  border-top: 1px dotted #dee2e6;
  border-bottom: 1px dotted #dee2e6; }
  .product-content-summary .product-price .pro-sale {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    background: #f2f5fa;
    font-weight: 600;
    font-size: 13px;
    color: #f94c43;
    text-transform: uppercase; }
  .product-content-summary .product-price .pro-price {
    font-size: 18px;
    opacity: .92;
    font-weight: bold;
    color: red; }
  .product-content-summary .product-price del {
    font-size: 14px;
    color: #777a7b;
    padding-left: 10px;
    font-weight: 500; }

.product-content-summary .product-variants .selector-actions {
  float: left;
  width: 100%; }
  .product-content-summary .product-variants .selector-actions .quantity-area {
    width: 140px;
    float: left; }
    .product-content-summary .product-variants .selector-actions .quantity-area .qty-btn {
      background: #fff;
      float: left;
      border: 1px solid #dee2e6;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      outline: none;
      height: 45px;
      width: 40px;
      text-align: center;
      border-radius: 0;
      font-size: 20px; }
    .product-content-summary .product-variants .selector-actions .quantity-area .quantity-selector-input {
      background: #fff;
      font-weight: 600;
      height: 45px;
      padding: 0;
      text-align: center;
      width: 60px;
      border: 1px solid #dee2e6;
      border-left: none;
      border-right: none;
      border-radius: 0;
      float: left;
      -webkit-appearance: none;
      font-size: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .product-content-summary .product-variants .selector-actions .wrap-addcart {
    width: calc(100% - 140px);
    float: left;
    padding-left: 15px; }
    .product-content-summary .product-variants .selector-actions .wrap-addcart .add-to-cartProduct {
      width: 100%;
      font-weight: 600; }

.product-content-summary .product-available .txt-inventory {
  color: #dea554;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0px; }

.product-content-summary .product-service .infoList-service li {
  padding: 4px 0 20px 40px;
  position: relative; }
  .product-content-summary .product-service .infoList-service li span {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 767px) {
  .product-content-summary .product-heading h1 {
    font-size: 18px; }
  .product-content-summary .product-variants .selector-actions .quantity-area .qty-btn {
    background: #f3f5f6; } }

.product-tabs .product-description .tab-content {
  padding-top: 20px;
  padding-bottom: 5px; }

.product-tabs .product-description .panel-toggle-wrap:not(.content-outer-open).applied-height .content-outer {
  position: relative; }
  .product-tabs .product-description .panel-toggle-wrap:not(.content-outer-open).applied-height .content-outer:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 100%); }

.product-tabs .product-description .panel-toggle-wrap .content-toolbar {
  text-align: center; }
  .product-tabs .product-description .panel-toggle-wrap .content-toolbar .content-toggle {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #F4B0C1;
    color: #F4B0C1;
    font-size: 14px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer; }
    .product-tabs .product-description .panel-toggle-wrap .content-toolbar .content-toggle span {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      margin: 0 5px; }
    .product-tabs .product-description .panel-toggle-wrap .content-toolbar .content-toggle:before {
      content: "\f196";
      display: inline-block;
      vertical-align: middle;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      margin: 0 5px;
      line-height: 1.2; }
    .product-tabs .product-description .panel-toggle-wrap .content-toolbar .content-toggle:hover {
      background-color: #F4B0C1;
      color: #fff; }

.product-tabs .product-description .panel-toggle-wrap.content-outer-open .content-outer {
  max-height: 100% !important; }

.product-tabs .product-description .panel-toggle-wrap.content-outer-open .content-toolbar {
  padding-top: 15px; }

.product-tabs .product-description .panel-toggle-wrap.content-outer-open .content-toggle:before {
  content: '\f147'; }

@media (min-width: 768px) {
  .product-tabs .product-description .tab-alignment {
    border-bottom: 3px solid #dee2e6; }
    .product-tabs .product-description .tab-alignment .tab-item .tab-title {
      padding: 0 20px 10px;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 0;
      color: #282828;
      border: 0;
      border-bottom: 3px solid transparent;
      background-color: transparent;
      margin-bottom: -2px; }
      .product-tabs .product-description .tab-alignment .tab-item .tab-title.active {
        color: #F4B0C1;
        border-color: #F4B0C1; }
    .product-tabs .product-description .tab-alignment .tab-item:hover .tab-title {
      color: #F4B0C1;
      border-color: #F4B0C1; } }

.product-tabs .product-description .show-tab-dropdown {
  display: none; }

@media (max-width: 767px) {
  .product-tabs .product-description {
    position: relative; }
  .product-tabs .product-description .show-tab-dropdown {
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: #F4B0C1;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-weight: 600; }
    .product-tabs .product-description .show-tab-dropdown:after {
      content: "\f107";
      vertical-align: middle;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1.2;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      float: right; }
    .product-tabs .product-description .show-tab-dropdown.active + .tab-alignment {
      opacity: 1;
      visibility: visible; }
  .product-tabs .product-description .tab-alignment {
    display: initial;
    position: absolute;
    padding: 10px;
    left: 0;
    right: 0;
    min-width: 150px;
    background: #fff;
    top: 35px;
    z-index: 3;
    border: 0;
    border-top: 2px solid #F4B0C1;
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden; }
    .product-tabs .product-description .tab-alignment .tab-title {
      border: 0;
      padding: 10px 5px; }
      .product-tabs .product-description .tab-alignment .tab-title.active {
        color: #F4B0C1; }
  .product-tabs .product-description .tab-content {
    clear: both; } }

.product-description .product-tab {
  border-top: 1px solid #dee2e6; }
  .product-description .product-tab-title {
    position: relative; }
    .product-description .product-tab-title h2 {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 400;
      margin: 0;
      padding: 18px 0;
      cursor: pointer; }
    .product-description .product-tab-title:before, .product-description .product-tab-title:after {
      content: '';
      display: block;
      position: absolute;
      margin-right: 25px;
      top: 50%;
      right: 0;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
    .product-description .product-tab-title:before {
      width: 13px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(9, 9, 9, 0.6); }
    .product-description .product-tab-title:after {
      width: 1px;
      height: 13px;
      right: 6px;
      background: rgba(9, 9, 9, 0.6);
      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); }
  .product-description .product-tab-description {
    display: none;
    padding: 0 0 20px; }
  .product-description .product-tab.opened .product-tab-title h2 {
    font-weight: bold; }
  .product-description .product-tab.opened .product-tab-title:after {
    -webkit-transform: translateY(-50%) scale(1, 0);
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }

.product-sharing {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .product-sharing .sharing_icon_circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: rgba(28, 27, 27, 0.5);
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15); }
    .product-sharing .sharing_icon_circle .sharing_primary_state, .product-sharing .sharing_icon_circle .sharing_secondary_state {
      display: block;
      -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1); }
      .product-sharing .sharing_icon_circle .sharing_primary_state svg, .product-sharing .sharing_icon_circle .sharing_secondary_state svg {
        height: 35px;
        width: 14px;
        display: block;
        line-height: 35px;
        margin: auto; }
    .product-sharing .sharing_icon_circle .sharing_primary_state svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-sharing .sharing_icon_circle .sharing_secondary_state {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .product-sharing a {
    position: absolute;
    display: block;
    top: 50px;
    right: 3px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
    .product-sharing a svg {
      height: 30px;
      line-height: 30px;
      width: 18px;
      display: block;
      margin: auto; }
    .product-sharing a span.toollip-txt {
      border-radius: 2px;
      text-align: center;
      background: #1c1b1b;
      padding: 0 8px;
      visibility: hidden;
      opacity: 0;
      margin-right: 10px;
      position: absolute;
      top: 0px;
      right: 40px;
      z-index: 999;
      color: #ffffff;
      font-size: 10px;
      white-space: nowrap;
      -ms-transition: all 200ms linear 250ms;
      -webkit-transition: all 200ms linear 250ms;
      transition: all 200ms linear 250ms; }
      .product-sharing a span.toollip-txt:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0px 7px 7px;
        border-color: transparent transparent transparent #1c1b1b;
        position: absolute;
        right: -5px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .product-sharing a:hover {
      background: #3b5999; }
      .product-sharing a:hover svg {
        fill: #fff; }
  .product-sharing.sharing-active .sharing_icon_circle {
    background: #1c1b1b;
    color: #fff; }
    .product-sharing.sharing-active .sharing_icon_circle .sharing_primary_state {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .product-sharing.sharing-active .sharing_icon_circle .sharing_secondary_state {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-sharing.sharing-active a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
    .product-sharing.sharing-active a span.toollip-txt {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }

.productDetail_style_01 .product-thumb {
  margin-bottom: 5px;
  padding-left: 8px; }
  .productDetail_style_01 .product-thumb .product-thumb-item {
    position: relative;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 2px solid #dee2e6;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .productDetail_style_01 .product-thumb a.active.product-thumb-item {
    border: #F4B0C1;
    background: #F4B0C1; }

.productDetail_style_01 .product-sharing-scroll {
  position: relative;
  right: 5px;
  top: 0;
  margin: 10px 0 50px; }
  .productDetail_style_01 .product-sharing-scroll a span.toollip-txt {
    left: 40px;
    right: initial; }
    .productDetail_style_01 .product-sharing-scroll a span.toollip-txt:before {
      left: -5px;
      right: initial;
      border-width: 7px 7px 7px 0px;
      border-color: transparent #1c1b1b transparent transparent; }

@media (min-width: 992px) {
  .productDetail_style_01 .product-gallery-item {
    border: 1px solid #dee2e6;
    display: block; }
  .productDetail_style_01 .productGallery_thumb {
    width: 45px;
    padding-right: 10px;
    z-index: 2; }
  .productDetail_style_01 .productGallery_slider {
    width: calc(100% - 45px);
    z-index: 1;
    position: initial; }
  .productDetail_style_01 .product-gallery:not(:last-child) {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .productDetail_style_01 .product-container-gallery {
    position: relative; } }

.productDetail_style_02 .product-container-gallery {
  position: relative; }

@media (min-width: 992px) {
  .productDetail_style_02 .product-gallery {
    width: 50%;
    float: left;
    margin-bottom: 10px; }
    .productDetail_style_02 .product-gallery:nth-of-type(2n + 1) {
      padding-right: 5px; }
    .productDetail_style_02 .product-gallery:nth-of-type(2n) {
      padding-left: 5px; }
    .productDetail_style_02 .product-gallery a {
      border: 1px solid #dee2e6; } }

.productDetail_style_03 .productGallery_thumb {
  width: 90px;
  padding-right: 15px; }

.productDetail_style_03 .productGallery_slider {
  width: calc(100% - 90px); }

.productDetail_style_03 .product-list-lazy {
  opacity: 0;
  transition: opacity .5s ease-in;
  -webkit-transition: opacity .5s ease-in; }
  .productDetail_style_03 .product-list-lazy.slick-initialized {
    opacity: 1; }

.productDetail_style_03 .productList-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
  .productDetail_style_03 .productList-slider button.slick-arrow.slick-prev {
    left: 0; }
    .productDetail_style_03 .productList-slider button.slick-arrow.slick-prev.slick-disabled {
      opacity: 0;
      visibility: hidden; }
    .productDetail_style_03 .productList-slider button.slick-arrow.slick-prev:before {
      content: "\f104"; }
  .productDetail_style_03 .productList-slider button.slick-arrow.slick-next {
    right: 0; }
    .productDetail_style_03 .productList-slider button.slick-arrow.slick-next.slick-disabled {
      opacity: 0;
      visibility: hidden; }
    .productDetail_style_03 .productList-slider button.slick-arrow.slick-next:before {
      content: "\f105"; }
  .productDetail_style_03 .productList-slider button.slick-arrow:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px; }

.productDetail_style_03 .productList-slider ul.slick-dots {
  position: relative;
  text-align: center;
  margin: 10px 0; }
  .productDetail_style_03 .productList-slider ul.slick-dots li {
    display: inline-block;
    line-height: 17px; }
    .productDetail_style_03 .productList-slider ul.slick-dots li button {
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 5px;
      border-width: 2px;
      background: #dbd9d9;
      border: 1px solid #fff;
      font-size: 0;
      outline: none;
      cursor: pointer;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out; }
    .productDetail_style_03 .productList-slider ul.slick-dots li.slick-active button {
      background: #333;
      transform: scale(1.3); }

.productDetail_style_03 .product-thumb .product-thumb-item {
  display: block;
  border: 1px solid #f3f3f3;
  margin-bottom: 8px; }
  .productDetail_style_03 .product-thumb .product-thumb-item:hover {
    border-color: #F4B0C1; }

.productDetail_style_03 .product-thumb.slick-current .product-thumb-item {
  border-color: #F4B0C1; }

@media (min-width: 768px) and (max-width: 991px) {
  .productDetail_style_03 .productGallery_thumb {
    width: 110px; }
  .productDetail_style_03 .productGallery_slider {
    width: calc(100% - 110px); } }

@media (max-width: 767px) {
  .productDetail_style_03 .productGallery_thumb {
    display: none; }
  .productDetail_style_03 .productGallery_slider {
    width: 100%; } }

.productDetail-related .productRelated-title h2 {
  font-size: 28px;
  margin: 0 0 25px; }

.productDetail-related .productRelated-content .content-product-list .product-loop {
  display: inline-block;
  opacity: 0;
  transition: opacity .5s ease; }

.productDetail-related .productRelated-content .content-product-list.owl-loaded .product-loop {
  display: block;
  opacity: 1; }

.productDetail-recently-viewed .productViewed-title h2 {
  font-size: 28px;
  margin: 0 0 25px; }

.productDetail-recently-viewed .productViewed-content_list .product-loop {
  display: inline-block;
  opacity: 0;
  transition: opacity .5s ease; }

.productDetail-recently-viewed .productViewed-content_list.owl-loaded .product-loop {
  display: block;
  opacity: 1; }

@media (max-width: 767px) {
  .productDetail-recently-viewed {
    border-top: 1px solid #dee2e6;
    margin-top: 24px; } }

.productDetail-information .sliderOwl-product .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent; }
  .productDetail-information .sliderOwl-product .owl-nav button.owl-prev {
    left: 0; }
    .productDetail-information .sliderOwl-product .owl-nav button.owl-prev.disabled {
      opacity: 0; }
    .productDetail-information .sliderOwl-product .owl-nav button.owl-prev:before {
      content: "\f104";
      font-family: "FontAwesome";
      font-size: 33px;
      display: inline-block;
      color: #000; }
  .productDetail-information .sliderOwl-product .owl-nav button.owl-next {
    right: 0; }
    .productDetail-information .sliderOwl-product .owl-nav button.owl-next.disabled {
      opacity: 0; }
    .productDetail-information .sliderOwl-product .owl-nav button.owl-next:before {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 33px;
      display: inline-block;
      color: #000; }

.productDetail-information .sliderOwl-product .owl-dots {
  position: relative;
  text-align: center;
  margin: 10px 0; }
  .productDetail-information .sliderOwl-product .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #dbd9d9;
    transform: scale(1);
    transition: transform 0.2s ease-in; }
    .productDetail-information .sliderOwl-product .owl-dots .owl-dot.active {
      background: #333;
      transform: scale(1.3); }

@media (max-width: 991px) {
  .productDetail-information .owl-carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; }
    .productDetail-information .owl-carousel.owl-loaded {
      opacity: 1;
      visibility: visible; } }

#owlProductRelated button, #listViewed button {
  position: absolute;
  top: 40%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  outline: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  #owlProductRelated button.owl-prev, #listViewed button.owl-prev {
    left: 0;
    background-image: url(//theme.hstatic.net/1000409858/1000615297/14/arrow-left.png?v=67); }
    #owlProductRelated button.owl-prev.disabled, #listViewed button.owl-prev.disabled {
      display: none; }
  #owlProductRelated button.owl-next, #listViewed button.owl-next {
    right: 0;
    background-image: url(//theme.hstatic.net/1000409858/1000615297/14/arrow-right.png?v=67); }
    #owlProductRelated button.owl-next.disabled, #listViewed button.owl-next.disabled {
      display: none; }

@media (min-width: 768px) {
  #owlProductRelated button.owl-prev, #owlProductRelated button.owl-next, #listViewed button.owl-prev, #listViewed button.owl-next {
    opacity: 0;
    background-color: #fff;
    background-size: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15); }
  #owlProductRelated button.owl-prev, #listViewed button.owl-prev {
    left: 60px; }
  #owlProductRelated button.owl-next, #listViewed button.owl-next {
    right: 60px; }
  #owlProductRelated:hover button.owl-prev, #owlProductRelated:hover button.owl-next, #listViewed:hover button.owl-prev, #listViewed:hover button.owl-next {
    opacity: 1; }
  #owlProductRelated:hover button.owl-prev, #listViewed:hover button.owl-prev {
    left: 15px; }
  #owlProductRelated:hover button.owl-next, #listViewed:hover button.owl-next {
    right: 15px; } }

@media (max-width: 767px) {
  #owlProductRelated, #listViewed {
    margin-right: -15px;
    margin-left: -15px; }
  #owlProductRelated button.owl-prev.disabled + .owl-next, #listViewed button.owl-prev.disabled + .owl-next {
    animation: marginLeft 1.2s ease-in-out infinite;
    animation-direction: normal; } }

@media (min-width: 992px) {
  .product-content-image .product-gallery-item .product-image-feature {
    cursor: zoom-in; }
  .productDetail_style_01 .product-content-image .product-container-gallery {
    overflow: initial; } }

/* scroll body sticky siderbar*/
@media (min-width: 992px) {
  .stickyProduct-gallery, .stickyProduct-detail {
    position: -webkit-sticky;
    position: sticky;
    top: 30px; }
  .blog-aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (min-width: 768px) {
  .wrap-order-summary.sticky-cart-order {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (min-width: 992px) {
  body.scroll-body-up .siderbar-filter-sticky {
    top: 80px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .stickyProduct-gallery, body.scroll-body-up .stickyProduct-detail, body.scroll-body-up .blog-aside-sticky {
    top: 80px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (min-width: 768px) {
  body.scroll-body-up .wrap-order-summary.sticky-cart-order {
    top: 80px; } }

/*--------------------------------------------------------------------------------
ADDTHIS ** SHARING
--------------------------------------------------------------------------------*/
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }
  .addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible; }
  .addThis_listSharing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px; }
    .addThis_listSharing .addThis_item .addThis_item--icon {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 44px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
      .addThis_listSharing .addThis_item .addThis_item--icon .tooltip-text {
        position: absolute;
        top: 4px;
        right: 55px;
        z-index: 9;
        height: 32px;
        line-height: 26px;
        padding: 3px 10px;
        width: auto;
        border-radius: 5px;
        font-size: 11px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-color: black;
        visibility: hidden;
        opacity: 0;
        -ms-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .addThis_listSharing .addThis_item .addThis_item--icon .tooltip-text:after {
          content: "";
          width: 0;
          height: 0;
          border-width: 5px;
          border-style: solid;
          border-color: transparent transparent transparent black;
          position: absolute;
          left: 100%;
          top: 0;
          bottom: 0;
          margin: auto;
          -ms-transition: all 200ms linear;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
      .addThis_listSharing .addThis_item .addThis_item--icon:hover {
        text-decoration: none;
        opacity: .9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }
      .addThis_listSharing .addThis_item .addThis_item--icon:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }
  .actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%; }
    .actionToolbar_mobile ul.actionToolbar_listing li a {
      display: block;
      color: #696969;
      font-size: 12px;
      text-align: center;
      position: relative; }
      .actionToolbar_mobile ul.actionToolbar_listing li a svg {
        fill: #696969;
        width: 35px;
        height: 35px; }
    .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
      margin-top: -25px; }
    .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
      width: 44px;
      height: 44px; }

@media (max-width: 767px) {
  .mainfooter-product {
    padding-bottom: 60px; }
  .selector-actions_bottom-mb {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .layoutProduct_scroll.scroll-down .selector-actions_bottom-mb {
    padding-bottom: 60px; }
  .layoutProduct_scroll.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .actionToolbar_product {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; } }

/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear; }
  .harafunnel-mb:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3); }
  .harafunnel-mb a {
    display: block; }
    .harafunnel-mb a svg {
      width: 100%;
      height: 100%; }

/* - Modal contact form */
.modal-addThis {
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  .modal-addThis.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
  .modal-addThis.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.modal-contactform .modal-header h4.modal-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%; }

.modal-contactform .modal-header button.close {
  width: 30px;
  padding: 0;
  margin-right: -10px;
  margin-top: -9px;
  font-size: 26px;
  height: 30px; }

.modal-contactform .modal-body.body-popupform .form-control {
  background: #f3f5f6;
  border-radius: 0; }
  .modal-contactform .modal-body.body-popupform .form-control:focus {
    background: #fff; }

.modal-contactform .modal-body.body-popupform .btnSubmit-modal {
  padding: 10px 28px; }

@media (min-width: 768px) {
  .modal-contactform .modal-dialog {
    max-width: 605px; } }

/* modal-succes */
.modal-succesform .modal-body .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #F4B0C1; }

.modal-succesform .modal-body p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform .modal-body p.txtloading {
  color: #aaa;
  font-size: 14px; }

@media (min-width: 768px) {
  .modal-succesform .modal-dialog {
    max-width: 450px; } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* - Modal popup contact form */
.modal-popupContact {
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-popupContact .close-popup-contact {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }

.modal-popupContact .close-popup-contact svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

.modal-popupContact .close-popup-contact:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-popupContact.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-popupContact.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-popupContact.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-popupContact.popupBanner .modal-content {
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.modal-popupContact.popupForm .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: unset;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6; }

.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url(//theme.hstatic.net/200000805439/1001333550/14/popup_contact_bkg.jpg?v=161); }

.modal-popupContact.popupForm .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3f3f3;
  opacity: 0.75;
  width: 58%; }

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  position: relative;
  padding: 50px 25px;
  float: right;
  width: 58%; }

.title-popup-contact {
  font-size: 24px;
  margin: 0px 0px 10px;
  font-weight: 500; }

.message-popup-contact {
  margin-bottom: 25px; }

.title-adv-popup-contact {
  font-size: 14px;
  margin-bottom: 5px; }

.list-adv-popup-contact li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 14px; }

.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin-bottom: 0; }

.popup-form-customer .input-group input {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e7e7e7;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.popup-form-customer button.input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px; }

.popup-form-customer .input-group .input-group-addon {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-color: #F4B0C1; }

.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #fff;
  border-color: #F4B0C1;
  color: #F4B0C1; }

.popup-form-customer .succes-popup {
  font-size: 13px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center; }

.popup-form-customer .succes-popup.error {
  visibility: visible;
  color: red; }

.popup-form-customer .succes-popup.success {
  visibility: visible;
  color: #27a208; }

@media (min-width: 768px) {
  .modal-popupContact .modal-dialog-centered {
    max-width: 650px; } }

@media (max-width: 767px) {
  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; } }

/* Cờ */
.language_navtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.language_navtitle svg {
  margin-left: 5px; }

.language_navtop ul,
.language_navtop li {
  margin: 0 !important;
  padding: 0 !important; }

.language_navtop {
  position: relative;
  line-height: 38px;
  margin-right: 0; }

.language_navtop .language_navtitle span {
  display: inline-block;
  vertical-align: middle; }

.language_navtop .language_navtitle > i,
.language_navtop .language_navtitle > .fa,
.language_navtop .language_navtitle > svg {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.language_navtop:hover .language_navtitle > i,
.language_navtop:hover .language_navtitle > .fa,
.language_navtop:hover .language_navtitle > svg {
  color: #2979ff;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.language_navtop .language_navtitle span svg,
.language_dropdown ul li > a span svg {
  width: 30px;
  height: 30px;
  display: block; }

.language_navcontent {
  position: absolute;
  z-index: 99999;
  top: 100%;
  right: -10px;
  width: 165px;
  padding: 0 10px 10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.language_navcontent .language_dropdown {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2); }

.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 45px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.language_dropdown ul li {
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul li + li {
  border-top: 1px solid #dfe3e8; }

.language_dropdown ul li > a {
  font-size: 13px;
  color: #3d5067;
  display: block !important;
  text-align: left;
  line-height: initial;
  padding: 5px 9px; }

.language_dropdown ul li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.language_dropdown ul li:hover {
  background: #e3f2fd; }

.language_dropdown ul li:hover a {
  text-decoration: none; }

.language_dropdown ul li:hover a:after {
  display: none; }

.language_hovertop:hover .language_navcontent {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {
  border-top-color: #e3f2fd;
  border-right-color: #e3f2fd; }

.header-topbar {
  background: #e3f2fd;
  padding: 4px 0;
  border-bottom: 1px solid #c4e2fc;
  text-align: right; }

.header-topbar .navTop {
  margin: 0;
  position: relative; }

.header-topbar .navTop > li {
  display: inline-block;
  vertical-align: middle; }

.navTop > li > a {
  font-size: 14px; }

.navTop li.language_mobile {
  position: relative;
  cursor: pointer;
  float: left; }

.navTop li.language_mobile .language_flag {
  background-color: #fff;
  border: 1px solid #d8edff;
  height: 22px;
  line-height: 19px;
  padding: 0px 20px 0px 28px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #3d5067;
  font-size: 12px; }

.navTop li.language_mobile .language_flag .flag {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 5px;
  display: inline-block; }

.navTop li.language_mobile .language_flag .flag.en {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzMiIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMzciLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyODgsODUuMzMgMjI0LDg1LjMzIDIyNCwyMjMuOTk2IDAsMjIzLjk5NiAwLDI4Ny45OTYgMjI0LDI4Ny45OTYgMjI0LDQyNi42NjIgMjg4LDQyNi42NjIgMjg4LDI4Ny45OTYgNTEyLDI4Ny45OTYgNTEyLDIyMy45OTYgMjg4LDIyMy45OTYgIi8+PGc+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iMzkzLjc4NSwzMTUuMzU4IDUxMiwzODEuMDM0IDUxMiwzMTUuMzU4ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iNDU4LjYzNCw0MjYuNjYyIDMxMS42NTIsMzQ0Ljk5OCAzMTEuNjUyLDQyNi42NjIgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMzExLjY1MiwzMTUuMzU4IDUxMiw0MjYuNjYyIDUxMiwzOTUuMTg4IDM2OC4zMDcsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSI5MC4zNDEsMzE1LjM1NiAwLDM2NS41NDYgMCwzMTUuMzU2ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjIwMC4zNDgsMzI5LjUxIDIwMC4zNDgsNDI2LjY2MSAyNS40OTEsNDI2LjY2MSAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMTQzLjY5MywzMTUuMzU4IDAsMzk1LjE4OCAwLDQyNi42NjIgMCw0MjYuNjYyIDIwMC4zNDgsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIxMTguMjE1LDE5Ni42MzQgMCwxMzAuOTU4IDAsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjUzLjM2Niw4NS4zMyAyMDAuMzQ4LDE2Ni45OTQgMjAwLjM0OCw4NS4zMyAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0YwRjBGMDsiIHBvaW50cz0iMjAwLjM0OCwxOTYuNjM0IDAsODUuMzMgMCwxMTYuODA0IDE0My42OTMsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxnPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjQyMS42NTksMTk2LjYzNiA1MTIsMTQ2LjQ0NiA1MTIsMTk2LjYzNiAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIzMTEuNjUyLDE4Mi40ODIgMzExLjY1Miw4NS4zMzEgNDg2LjUwOSw4NS4zMzEgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBwb2ludHM9IjM2OC4zMDcsMTk2LjYzNCA1MTIsMTE2LjgwNCA1MTIsODUuMzMgNTEyLDg1LjMzIDMxMS42NTIsMTk2LjYzNCAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.vn {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIxOTYuNjQxLDg1LjMzNyAwLDg1LjMzNyAwLDQyNi42NjMgMTk2LjY0MSw0MjYuNjYzIDUxMiw0MjYuNjYzIDUxMiw4NS4zMzcgIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGREE0NDsiIHBvaW50cz0iMjU2LDE1Ny4yNzkgMjc4LjY2MywyMjcuMDI2IDM1MiwyMjcuMDI2IDI5Mi42NjgsMjcwLjEzMiAzMTUuMzMyLDMzOS44ODEgMjU2LDI5Ni43NzQgMTk2LjY2OCwzMzkuODgxIDIxOS4zMzIsMjcwLjEzMiAxNjAsMjI3LjAyNiAyMzMuMzM3LDIyNy4wMjYgIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.th {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHBhdGggc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIGQ9Ik01MDMuMiw0MjMuN0g4LjhjLTQuOSwwLTguOC00LTguOC04LjhWOTcuMWMwLTQuOSw0LTguOCw4LjgtOC44aDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2MzE3LjggQzUxMiw0MTkuOCw1MDgsNDIzLjcsNTAzLjIsNDIzLjd6Ij48L3BhdGg+IDxnPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTUwMy4yLDQyMy43SDguOGMtNC45LDAtOC44LTQtOC44LTguOHYtNDQuMWg1MTJ2NDQuMUM1MTIsNDE5LjgsNTA4LDQyMy43LDUwMy4yLDQyMy43eiI+PC9wYXRoPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTguOCw4OC4zaDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2NDQuMUgwVjk3LjFDMCw5Mi4yLDQsODguMyw4LjgsODguM3oiPjwvcGF0aD4gPC9nPiA8cmVjdCB5PSIxOTQuMiIgc3R5bGU9ImZpbGw6IzQxNDc5QjsiIHdpZHRoPSI1MTIiIGhlaWdodD0iMTIzLjYiPjwvcmVjdD4gPC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li a.link-login {
  height: 26px;
  line-height: 26px;
  color: #0180fe;
  font-family: 'sfuiText_bold';
  margin-left: 20px;
  border-bottom: 1px solid #0180fe;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .header-topbar {
    display: block; }
  .language_mobile .language_navcontent {
    left: -15px; }
  .language_mobile .language_navcontent .language_dropdown:after,
  .language_mobile .language_navcontent .language_dropdown:before {
    right: 72%; } }

@media (max-width: 767px) {
  .header-topbar {
    display: block; }
  .navTop li a.link-login {
    display: none; } }

@media (min-width: 768px) {
  .navTop li.language_mobile {
    float: right; }
  .footer-block_item--links {
    padding-left: 8%; } }

/* Cờ - end */
.main-footer.footer.mainfooter-toolbar {
  background: #ededed; }

#backtotop {
  display: inline-block;
  background-color: #F4B0C1;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 23px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 44px;
  color: #fff; }

#backtotop:hover {
  cursor: pointer;
  background-color: #333; }

#backtotop:active {
  background-color: #555; }

#backtotop.show {
  opacity: 1;
  visibility: visible; }

.wrapper-banner-testimonials .banner-image-testimonials-slider :is(.owl-nav, .owl-dots) {
  display: none !important; }

@media (min-width: 992px) {
  .wrapper-banner-testimonials .banner-image-testimonials-slider .owl-stage {
    display: flex; } }

.product-content-summary .product-variants .selector-actions {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .product-content-summary .product-variants .selector-actions .quantity-area-flex {
    display: flex;
    align-items: center; }
    .product-content-summary .product-variants .selector-actions .quantity-area-flex > span {
      flex: 1; }
    .product-content-summary .product-variants .selector-actions .quantity-area-flex .quantity-area {
      flex: 2; }
  .product-content-summary .product-variants .selector-actions .wrap-addcart {
    float: unset;
    width: 100%;
    padding-left: 0;
    display: flex;
    gap: 15px; }
    .product-content-summary .product-variants .selector-actions .wrap-addcart .btn-box {
      flex: 1;
      padding: 15px 0; }
      .product-content-summary .product-variants .selector-actions .wrap-addcart .btn-box#add-to-cart {
        border-color: #d0011b;
        color: #d0011b;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; }
        .product-content-summary .product-variants .selector-actions .wrap-addcart .btn-box#add-to-cart svg {
          width: 20px;
          height: 18px; }
      .product-content-summary .product-variants .selector-actions .wrap-addcart .btn-box#buy-now {
        background-color: #d0011b;
        border-color: #d0011b; }

@media (max-width: 991px) {
  .product-content-summary .product-variants .selector-actions_bottom-mb .quantity-area-flex {
    justify-content: center;
    gap: 20px; }
    .product-content-summary .product-variants .selector-actions_bottom-mb .quantity-area-flex > span, .product-content-summary .product-variants .selector-actions_bottom-mb .quantity-area-flex .quantity-area {
      flex: unset; }
  .template-product #backtotop {
    bottom: 145px; } }

@media (max-width: 767px) {
  .selector-actions_bottom-desktop .wrap-addcart #add-to-cart, .selector-actions_bottom-desktop .wrap-addcart #buy-now {
    display: none !important; }
  .count-holder {
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 11px;
    text-align: center;
    min-width: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    background: #F4B0C1;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .count-holder {
    top: -6px;
    right: -6px;
    min-width: 16px;
    line-height: 16px; }
  span.box-action-icon {
    position: relative; }
  #site-cart-handle {
    margin-top: 3px;
    position: relative;
    display: flex;
    align-items: center; }
  .wrap-cart #site-cart-handle {
    display: none; } }

@media (max-width: 767px) {
  .add-product-cart-item {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: max-content; } }

@media (min-width: 992px) {
  .layout-productDetail .product-tabs .container {
    max-width: 55%;
    margin: 0 auto; } }

#site-cart-handle .box-action-icon {
  color: #000; }

.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  margin-top: 10px;
  clear: both; }

@media (max-width: 992px) {
  .footer-block_item.footer-block_item--text {
    text-align: center; }
  .social-media {
    justify-content: center;
    text-align: center; }
  .footer-block_content .lazyload-image__placeholder.aspect-ratio {
    text-align: center; } }

.header-action-icon {
  gap: 10px; }

.footer-block_content p {
  text-align: justify; }

@media (max-width: 768px) {
  .new-footer-block_content .aspect-ratio {
    margin-right: 25px; }
  .new-footer-block_content .aspect-ratio, .new-footer-block_content .footer-item_social {
    display: inline-block; }
  .footer-linklist {
    display: flex;
    flex-wrap: wrap; }
    .footer-linklist li {
      width: 50%; } }
