@charset "UTF-8";
html, body {
  background: #fff; }

body:not(.template-index) .mainHeader_temp02 {
  background: white; }

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

.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_icon_arrow .language_navtitle > i,
.language_icon_arrow .language_navtitle > .fa,
.language_icon_arrow .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); }

.navItem-language-mobile.language_icon_arrow.active 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 {
  display: none;
  background: #e3f2fd;
  padding: 4px 0;
  border-bottom: 1px solid #c4e2fc;
  text-align: right; }

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

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

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

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

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

.header-wrap-icon .navItem-language.language_navtop {
  margin-left: 10px; }

/* Cờ - end */
@media (min-width: 992px) {
  .header-multilang-mobile {
    display: none !important; }
  .language_hovertop .language_navtitle {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #000; }
  .language_hovertop .language_dropdown ul li > a {
    font-size: 15px;
    color: #000;
    padding: 9px; } }

.header-multilang-mobile {
  display: inline-block; }

.language_mob {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 15px;
  margin-bottom: -1px; }

.language_mob .language_mob_item.active a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000; }

@media (max-width: 991px) {
  .navItem-language-mobile {
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .navItem-language-mobile.language_mob {
    position: relative !important; }
  .navItem-language-mobile.language_mob .language_navcontent {
    width: 100px;
    right: unset;
    left: -15px; }
  .navItem-language-mobile.active .language_navcontent {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .navItem-language-mobile.language_mob .language_navcontent .language_dropdown:after,
  .navItem-language-mobile.language_mob .language_navcontent .language_dropdown:before {
    right: unset;
    left: 25px; }
  .navItem-language-mobile.language_mob .language_navcontent .language_dropdown ul li a {
    font-size: 15px;
    color: #000;
    padding: 9px; } }

.language_dropdown ul li.active_mob {
  background: #e6e6e6; }

.template-index header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999; }
  .template-index header:not(.hSticky-nav) .mainHeader-middle {
    background: white !important; }

.section-slogn {
  padding: 30px 0;
  text-align: center; }
  .section-slogn .title {
    margin-bottom: 7px;
    font-size: 34px;
    font-family: 'Helvetica Neue Condensed';
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase; }
  .section-slogn .des {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .section-slogn {
      padding: 10px 0; }
      .section-slogn .title {
        font-size: 14px;
        margin-bottom: 4px; }
      .section-slogn .des {
        font-size: 11px; } }
  @media (max-width: 400px) {
    .section-slogn .title {
      font-size: 13px; } }

.section-home-banners {
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .section-home-banners {
      padding-bottom: 0; } }

/* Foooter */
.newsletter-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 46px;
  padding-right: 58px;
  width: 100%; }

.newsletter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }

/* Left section - Signup */
.signup-section {
  flex: 1 1 100%;
  max-width: 600px;
  margin-bottom: 30px; }
  .signup-section h2 {
    font-size: 39px;
    margin-bottom: 7px;
    font-family: 'Helvetica Neue Condensed';
    line-height: 1.2; }

.email-form {
  display: flex;
  margin-bottom: 24px; }

.email-input {
  flex: 1;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.submit-btn {
  width: 85px;
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4; }

.consent-checkbox input {
  margin-top: 3px; }

.consent-checkbox a {
  color: #000;
  text-decoration: underline; }

/* Middle section - Decorative icons */
.decorative-icons {
  display: flex;
  gap: 40px;
  flex: 0 0 100%; }

/* Right section - Links and social */
.right-section {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  column-gap: 88px; }

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right; }

.nav-link {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  padding: 0; }

.social-icons {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px; }

.social-icon {
  width: 43px;
  height: 43px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none; }

.social-icons-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-around; }

/* Copyright */
.copyright {
  margin-top: 20px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  column-gap: 30px; }

.copyright-company {
  margin-top: 15px; }

.copyright-left {
  text-align: left;
  display: flex;
  align-items: start; }

.copyright-2 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
  color: #3b3b3b; }

/* Responsive adjustments */
@media (min-width: 992px) {
  .newsletter-content {
    flex-wrap: nowrap; }
  .signup-section {
    flex: 0 0 60%;
    margin-bottom: 0; }
  .copyright-right {
    flex: 0 0 40%;
    text-align: right; }
  .right-section {
    align-items: flex-end; } }

@media (min-width: 1024px) {
  .signup-section {
    flex: 0 0 45%; }
  .copyright-right {
    flex: 0 0 40%;
    text-align: right; }
  .copyright-company {
    margin-top: 15px; } }

@media (max-width: 991.98px) {
  .copyright {
    text-align: center;
    font-size: 22px; }
  .copyright-right {
    text-align: right; } }

@media (max-width: 767.98px) {
  .copyright-right, .copyright-left {
    font-size: 13px; }
  .logo-bct {
    width: 140px; }
  .signup-section {
    margin-bottom: 0; }
    .signup-section h2 {
      font-size: 19px; }
  .email-form {
    margin-bottom: 15px; }
  .social-icons {
    gap: 15px; }
  .decorative-icons {
    gap: 25px; }
    .decorative-icons svg {
      width: 40px;
      height: 40px; }
  .social-icons-wrap {
    gap: 25px; }
    .social-icons-wrap .social-icon {
      width: 35px;
      height: 35px; }
      .social-icons-wrap .social-icon svg {
        width: 12px; }
  .links .nav-link {
    font-size: 14px; }
  .copyright {
    margin-top: 15px; } }

/* Our Story */
.layout-pageDetail.our-story {
  background-image: var(--bg-img-our-story);
  background-size: cover;
  background-position: center;
  padding-bottom: 121px;
  padding-top: 87px;
  background-position-y: 2px; }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .layout-pageDetail.our-story {
      padding-top: 40px;
      padding-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .layout-pageDetail.our-story {
      padding-top: 28px;
      padding-bottom: 36px; } }

.our-story-top {
  max-width: 1105px;
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px; }
  .our-story-top h1 {
    font-family: 'Helvetica Neue Condensed';
    color: #fff;
    font-weight: 900;
    font-size: 58px;
    margin-bottom: 3px; }
  .our-story-top .our-story-top-icon {
    margin-top: 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-bottom: 80px; }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .our-story-top {
      font-size: 18px;
      line-height: 32px; }
      .our-story-top h1 {
        font-size: 28px; }
      .our-story-top .our-story-top-icon {
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 18px; }
        .our-story-top .our-story-top-icon svg {
          height: 50px; } }
  @media (max-width: 767.98px) {
    .our-story-top {
      font-size: 14px;
      line-height: 20px; }
      .our-story-top h1 {
        font-size: 24px; }
      .our-story-top .our-story-top-icon {
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 18px; }
        .our-story-top .our-story-top-icon svg {
          height: 28px; } }

.our-story-bottom {
  max-width: 1105px;
  margin: 0 auto;
  background: #FFFCF4;
  padding: 78px 91px 17px 91px;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center; }
  .our-story-bottom .our-story-bottom-icon {
    margin-bottom: 20px; }
  .our-story-bottom h2 {
    font-size: 48px;
    margin-bottom: 22px;
    color: #000; }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .our-story-bottom {
      font-size: 18px;
      line-height: 32px;
      padding: 35px 30px 8px 30px; }
      .our-story-bottom h2 {
        font-size: 28px; }
      .our-story-bottom .our-story-bottom-icon {
        margin-bottom: 12px; }
        .our-story-bottom .our-story-bottom-icon svg {
          height: 50px; } }
  @media (max-width: 767.98px) {
    .our-story-bottom {
      font-size: 14px;
      line-height: 20px;
      padding: 35px 15px 8px 15px; }
      .our-story-bottom .our-story-bottom-icon {
        margin-bottom: 12px; }
        .our-story-bottom .our-story-bottom-icon svg {
          height: 30px; }
      .our-story-bottom h2 {
        font-size: 24px; } }

/* Join the crew */
.page-jointhecrew {
  background-image: url(https://theme.hstatic.net/200000962181/1001376256/14/ws_join_the_wild_ones_crew_page_large.png);
  background-size: cover;
  background-position: top left;
  padding-bottom: 60px;
  padding-top: 60px; }
  .page-jointhecrew .jointhecrew-txt-or {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 48px;
    font-weight: 700; }
  .page-jointhecrew .jointhecrew-bg {
    background: #FFFCF4;
    margin: 0 auto;
    max-width: 941px;
    padding: 60px 70px; }
    .page-jointhecrew .jointhecrew-bg h2 {
      font-size: 55px;
      font-family: 'Helvetica Neue Condensed';
      font-weight: 900;
      margin-bottom: 13px; }
    .page-jointhecrew .jointhecrew-bg .content {
      font-size: 26px;
      line-height: 40px;
      margin-bottom: 32px; }
      .page-jointhecrew .jointhecrew-bg .content p {
        margin-bottom: 0; }
      .page-jointhecrew .jointhecrew-bg .content ul {
        list-style: inherit;
        padding-left: 30px; }
    .page-jointhecrew .jointhecrew-bg.jointhecrew-bottom {
      text-align: center; }
  .page-jointhecrew .jointhecrew-wrap {
    max-width: 481px;
    margin: 0 auto; }
  .page-jointhecrew .form-wrap .input-group {
    margin-bottom: 21px; }
    .page-jointhecrew .form-wrap .input-group input {
      padding: 17px 21px;
      font-size: 18px;
      height: auto; }
    .page-jointhecrew .form-wrap .input-group button {
      height: 70px;
      line-height: 70px;
      width: 100%;
      background: #000000;
      color: #fff;
      font-family: 'Helvetica Neue Condensed';
      font-weight: 900;
      font-size: 29px; }
  @media (max-width: 991.98px) {
    .page-jointhecrew {
      padding-top: 30px;
      padding-bottom: 30px; }
      .page-jointhecrew .jointhecrew-txt-or {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 28px; }
      .page-jointhecrew .jointhecrew-bg {
        max-width: inherit;
        padding: 30px; }
        .page-jointhecrew .jointhecrew-bg h2 {
          font-size: 34px; }
        .page-jointhecrew .jointhecrew-bg .content {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 20px; }
          .page-jointhecrew .jointhecrew-bg .content p {
            margin-bottom: 0; }
          .page-jointhecrew .jointhecrew-bg .content ul {
            list-style: inherit;
            padding-left: 30px; }
        .page-jointhecrew .jointhecrew-bg.jointhecrew-bottom {
          text-align: center; }
      .page-jointhecrew .form-wrap .input-group {
        margin-bottom: 15px; }
        .page-jointhecrew .form-wrap .input-group input {
          padding: 14px 21px;
          font-size: 16px; }
        .page-jointhecrew .form-wrap .input-group button {
          height: 50px;
          line-height: 50px;
          font-size: 20px; } }

.mainCollection-des-wrap .title {
  font-size: 28px; }

.mainCollection-des-wrap .des {
  font-weight: 500;
  font-size: 20px; }

@media (max-width: 767.98px) {
  .mainCollection-des-wrap .title {
    font-size: 14px; }
  .mainCollection-des-wrap .des {
    font-size: 11px; } }

.mainCollection-products .pro-loop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px; }
  .mainCollection-products .pro-loop .pro-loop-image {
    flex: 0 0 314px;
    max-width: 314px;
    position: relative;
    z-index: 99;
    text-align: center; }
    .mainCollection-products .pro-loop .pro-loop-image img {
      width: auto;
      height: auto; }
  .mainCollection-products .pro-loop .pro-loop-content-wrap {
    flex: 0 0 calc(100% - 314px);
    max-width: calc(100% - 314px);
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
    z-index: 99;
    padding-top: 48px;
    padding-bottom: 48px; }
    .mainCollection-products .pro-loop .pro-loop-content-wrap h3 {
      margin-bottom: 15px; }
      .mainCollection-products .pro-loop .pro-loop-content-wrap h3 a {
        font-size: 58px;
        font-family: 'Helvetica Neue Condensed';
        font-weight: 900; }
        .mainCollection-products .pro-loop .pro-loop-content-wrap h3 a span {
          margin-left: 15px;
          font-size: 32px;
          font-family: 'Helvetica Neue';
          font-weight: 700; }
    .mainCollection-products .pro-loop .pro-loop-content-wrap .pro-loop-des {
      margin-bottom: 30px; }
    .mainCollection-products .pro-loop .pro-loop-content-wrap .pro-loop-action a {
      display: inline-block;
      padding: 10px 40px;
      background: #000;
      border-radius: 8px;
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
      .mainCollection-products .pro-loop .pro-loop-content-wrap .pro-loop-action a:hover {
        background: #ffffff;
        color: #171717; }
  @media (max-width: 767.98px) {
    .mainCollection-products .pro-loop {
      padding: 15px;
      margin-bottom: 20px; }
      .mainCollection-products .pro-loop .pro-loop-image {
        flex: 0 0 210px;
        max-width: 210px;
        margin: 0 auto;
        text-align: center; }
      .mainCollection-products .pro-loop .pro-loop-content-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
        padding-top: 0px;
        padding-bottom: 32px; }
        .mainCollection-products .pro-loop .pro-loop-content-wrap h3 {
          margin-bottom: 15px; }
          .mainCollection-products .pro-loop .pro-loop-content-wrap h3 a {
            font-size: 38px; }
            .mainCollection-products .pro-loop .pro-loop-content-wrap h3 a span {
              font-size: 22px;
              display: block;
              margin-left: 0; }
        .mainCollection-products .pro-loop .pro-loop-content-wrap .pro-loop-action {
          text-align: center; }
          .mainCollection-products .pro-loop .pro-loop-content-wrap .pro-loop-action a {
            font-size: 14px; } }

.mainCollection-banner {
  margin-bottom: 40px;
  width: 100%;
  background-color: #f9f3e9;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 50px; }
  .mainCollection-banner .mascot {
    width: 180px;
    height: 155px; }
    .mainCollection-banner .mascot svg {
      width: 100%;
      height: 100%; }
  .mainCollection-banner .content {
    flex: 1; }
    .mainCollection-banner .content .title {
      font-size: 40px;
      font-weight: 900;
      font-family: 'Helvetica Neue Condensed';
      margin-bottom: 10px; }
    .mainCollection-banner .content p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .mainCollection-banner {
      flex-direction: column;
      text-align: center;
      padding: 20px;
      gap: 30px;
      margin-bottom: 20px; }
      .mainCollection-banner .mascot {
        width: 120px;
        height: 120px; }
      .mainCollection-banner .content .title {
        font-size: 20px; }
      .mainCollection-banner .content p {
        font-size: 14px;
        line-height: inherit; } }

#modal-thankyou-contact .modal-body {
  padding: 36px; }

#modal-thankyou-contact .modal-content {
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  position: relative; }
  #modal-thankyou-contact .modal-content .close-modal-thankyou {
    position: absolute;
    right: 0;
    top: 0; }
  #modal-thankyou-contact .modal-content h3 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Helvetica Neue Condensed';
    font-weight: 900;
    font-size: 64px; }

#modal-thankyou-contact .thankyou-contact-des {
  margin-bottom: 30px;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 26px; }

#modal-thankyou-contact .thankyou-contact-form {
  background: #FFFCF4;
  color: #000;
  padding: 80px 50px; }
  #modal-thankyou-contact .thankyou-contact-form h3 {
    color: #000;
    font-size: 64px;
    font-family: 'Helvetica Neue Condensed';
    font-weight: 900; }
  #modal-thankyou-contact .thankyou-contact-form .thankyou-contact-form-des {
    margin-bottom: 60px; }
  #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm {
    max-width: 490px;
    margin: 0 auto; }
    #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm .input-group input {
      height: 70px;
      line-height: 70px;
      font-size: 18px;
      color: #737373; }
    #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm .action-group button {
      background: #000;
      color: #fff;
      width: 100%;
      border: 0;
      height: 70px;
      line-height: 70px;
      font-family: 'Helvetica Neue Condensed';
      font-weight: 900;
      font-size: 29px; }

@media (max-width: 991.98px) {
  #modal-thankyou-contact .modal-body {
    padding: 36px; }
  #modal-thankyou-contact .modal-content {
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    position: relative; }
    #modal-thankyou-contact .modal-content .close-modal-thankyou {
      position: absolute;
      right: 0;
      top: 0; }
    #modal-thankyou-contact .modal-content h3 {
      margin-bottom: 7px;
      font-size: 32px; }
  #modal-thankyou-contact .thankyou-contact-des {
    margin: 0 auto 20px;
    font-size: 16px; }
  #modal-thankyou-contact .thankyou-contact-form {
    background: #FFFCF4;
    color: #000;
    padding: 25px; }
    #modal-thankyou-contact .thankyou-contact-form h3 {
      font-size: 32px; }
    #modal-thankyou-contact .thankyou-contact-form .thankyou-contact-form-des {
      margin-bottom: 20px; }
    #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm {
      max-width: 490px;
      margin: 0 auto; }
      #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm .input-group input {
        height: 40px;
        line-height: 40px;
        font-size: 16px; }
      #modal-thankyou-contact .thankyou-contact-form .thanks-wildsideForm .action-group button {
        height: 50px;
        line-height: 50px;
        font-size: 20px; } }

.collection-heading h1 {
  font-size: 80px;
  font-family: 'Helvetica Neue Condensed';
  font-weight: 900;
  margin-bottom: 7px;
  color: #000;
  margin-top: 20px; }

.filter-desk {
  padding: 32px 0;
  background: #fff; }
  .filter-desk h2 {
    font-weight: 900;
    font-family: 'Helvetica Neue Condensed';
    font-size: 55px;
    margin-bottom: 40px; }
  .filter-desk .filter-desk-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .filter-desk .filter-desk-lists .filter-desk-group {
      flex: 0 0 calc(50% - 15px);
      max-width: calc(50% - 15px); }
      .filter-desk .filter-desk-lists .filter-desk-group .filter-desk-group-title {
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 700; }
    .filter-desk .filter-desk-lists .filter-desk-group-content ul {
      display: flex;
      flex-wrap: wrap;
      gap: 12px; }
      .filter-desk .filter-desk-lists .filter-desk-group-content ul li {
        display: inline-block;
        padding-left: 0;
        margin: 0; }
        .filter-desk .filter-desk-lists .filter-desk-group-content ul li input {
          display: none; }
        .filter-desk .filter-desk-lists .filter-desk-group-content ul li label {
          display: block;
          min-height: 47px;
          line-height: 47px;
          padding-left: 11px;
          padding-right: 11px;
          border: 1px solid #696969;
          font-weight: 700;
          font-size: 20px; }
        .filter-desk .filter-desk-lists .filter-desk-group-content ul li.active {
          background: #E1E1E1; }
    .filter-desk .filter-desk-lists .filter-desk-group-content.filter-desk-color ul li label {
      font-size: 0;
      width: 47px; }
    .filter-desk .filter-desk-lists .filter-desk-group-content.filter-desk-color ul li.active label {
      border: 3px solid #D4C9A1; }

.collection-content {
  padding: 81px 0; }
  @media (max-width: 767.98px) {
    .collection-content {
      padding: 0px 0; } }

/* HEADER SEARCH */
.locked-scroll-search .sitenav-overlay {
  background: rgba(0, 0, 0, 0.5); }

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
  padding: 0;
  background: #FFFCF4;
  border-radius: 0;
  border: none; }
  @media (min-width: 992px) {
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 378px; } }
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .header-dropdown_content {
    padding: 16px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .header-dropdown_content .sitenav-search {
      margin-bottom: 0; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .header-dropdown_content .sitenav-search form.searchform input.input-search {
        background: #fff;
        border-color: #000;
        padding-left: 12px;
        color: #737373;
        font-weight: 500; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .header-dropdown_content .sitenav-search form.searchform .btn-search {
        background: #000;
        color: #fff;
        border-radius: 0;
        font-weight: bold; }
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults {
    background: transparent;
    margin-top: 16px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .search-loading {
      margin-top: 16px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults h3 {
      font-size: 24px;
      font-family: var(--font-title);
      font-weight: 900;
      text-transform: uppercase; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .ajaxSearchResults-listnav {
      display: flex;
      gap: 6px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .ajaxSearchResults-listnav .ajaxSearchResults-nav {
        padding: 9px 13px;
        background-color: #F1EEE3;
        color: #605C4C;
        font-weight: 500;
        cursor: pointer; }
        .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .ajaxSearchResults-listnav .ajaxSearchResults-nav.active {
          background-color: #000;
          color: #fff; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent {
      margin-top: 16px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult {
        padding: 0 0 8px;
        border: none;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult .thumbs {
          width: 80px;
          height: 80px; }
          .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult .thumbs img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult .title {
          padding-left: 10px;
          padding-right: 0;
          width: calc(100% - 80px); }
          .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult .title a {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase; }
          .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent .item-ult .title p {
            font-size: 14px;
            margin: 6px 0 0;
            color: #000;
            font-weight: 400; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsMore {
      display: flex;
      gap: 4px;
      align-items: center;
      color: #000;
      text-transform: uppercase;
      margin: 10px 0 0;
      font-size: 14px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsMore a {
        text-decoration: underline;
        padding: 0;
        font-size: 14px; }

/* PRODUCT */
.select-swatch .swatch {
  flex-wrap: wrap;
  margin-top: 20px; }
  .select-swatch .swatch .title-swap-flex {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .select-swatch .swatch .title-swap-flex .title-swap {
      min-width: unset;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    .select-swatch .swatch .title-swap-flex .size-guide {
      position: unset; }
      .select-swatch .swatch .title-swap-flex .size-guide .btn-size-guide {
        font-size: 11px;
        font-weight: 400;
        margin: 0;
        padding: 0 0 0 6px;
        color: #000;
        text-decoration: underline; }
        .select-swatch .swatch .title-swap-flex .size-guide .btn-size-guide span {
          background: transparent !important;
          padding-bottom: 0; }
  .select-swatch .swatch .select-swap {
    width: 100%; }
    .select-swatch .swatch .select-swap .swatch-element {
      border-radius: 0; }
      .select-swatch .swatch .select-swap .swatch-element label {
        min-width: 48px;
        height: auto;
        line-height: 48px;
        padding: 0;
        border-color: #696969;
        background: #fff;
        border-radius: 0; }
        .select-swatch .swatch .select-swap .swatch-element label::before, .select-swatch .swatch .select-swap .swatch-element label::after {
          content: none; }
        .select-swatch .swatch .select-swap .swatch-element label.sd {
          background: #E1E1E1; }
        .select-swatch .swatch .select-swap .swatch-element label span {
          font-size: 20px;
          font-weight: 700;
          padding: 0; }
      .select-swatch .swatch .select-swap .swatch-element.soldout label {
        opacity: 1;
        overflow: hidden; }
        .select-swatch .swatch .select-swap .swatch-element.soldout label::after {
          content: "";
          position: absolute;
          top: 50%;
          left: -10px;
          right: 0;
          z-index: 1;
          margin-top: 0;
          width: 150%;
          height: 1px;
          background: #000;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .select-swatch .swatch .select-swap .swatch-element.soldout label span {
          opacity: 0.2; }
          .select-swatch .swatch .select-swap .swatch-element.soldout label span::before, .select-swatch .swatch .select-swap .swatch-element.soldout label span::after {
            content: none; }

@media (min-width: 768px) {
  .modal-sizes .modal-dialog {
    min-width: 940px; } }

.modal-sizes button.close-modal-size {
  background-color: transparent;
  position: fixed;
  top: 50px;
  right: 160px;
  z-index: 9999;
  opacity: 1;
  width: auto;
  height: auto; }
  .modal-sizes button.close-modal-size svg {
    width: 44px;
    height: 44px; }

.modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  border-radius: 0; }
  .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px;
    border: none; }
    .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-header .mdl-title {
      font-size: 40px;
      font-weight: 900;
      font-family: var(--font-title); }
    .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-header .mdl-subtitle {
      display: block;
      margin: 0;
      font-weight: 500; }
  .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-body {
    padding: 0; }

.layout-productDetail.style_03 {
  background: #fff; }
  .layout-productDetail.style_03 .productDetail--main {
    padding-top: 20px; }
    @media (min-width: 992px) {
      .layout-productDetail.style_03 .productDetail--main .productDetail--gallery {
        width: 50%; } }
    .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery {
      background: var(--shop-color-bg); }
      @media (min-width: 992px) {
        .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_thumb {
          width: 125px;
          padding: 0 0 0; } }
      .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_thumb .product-thumb .product-thumb__item {
        background: #F0F0F0; }
      @media (min-width: 992px) {
        .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider {
          width: calc(100% - 125px);
          padding-left: 28px; } }
      .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider .product-gallery__item {
        background: #F0F0F0; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider .product-gallery__item .lazy-img__prod {
          padding-bottom: 100%; }
    @media (min-width: 992px) {
      .layout-productDetail.style_03 .productDetail--main .productDetail--content {
        width: 50%;
        padding-left: 46px; } }
    .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail {
      background: #fff;
      padding: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-heading {
        padding-top: 0;
        margin-bottom: 0; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-heading h1 {
          font-size: 58px;
          font-weight: 900;
          font-family: var(--font-title); }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail #price-preview {
        background: transparent;
        padding: 0; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail #price-preview span.pro-price {
          font-size: 24px;
          font-weight: 500;
          color: #000; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-desc-short p {
        margin: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-variants {
        padding: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .quantity-area .pro-qty {
        display: inline-block !important;
        width: auto;
        border: 1px solid #696969;
        padding: 0; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .quantity-area .pro-qty .qty-btn {
          border: none; }
          .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .quantity-area .pro-qty .qty-btn svg {
            height: auto;
            fill: #000; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .quantity-area .pro-qty .quantity-input {
          border: none;
          font-size: 20px;
          font-weight: 700; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions {
        display: flex;
        flex-direction: column; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area {
          margin-top: 12px; }
          .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a {
            min-width: 294px;
            border-radius: 0;
            font-size: 18px;
            font-weight: 700;
            padding: 15px 0;
            border: 1px solid #000; }
            .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-2 {
              color: #000;
              font-weight: 900;
              font-family: var(--font-title); }
              .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-2::before {
                background-color: #fff; }
              .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-2:hover {
                color: #fff; }
            .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-3 {
              color: #000;
              font-weight: 900;
              font-family: var(--font-title); }
              .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-3::before {
                background-color: #fff; }
              .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .link-area a.btn-link-3:hover {
                color: #fff; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .addcart-area button {
          max-width: 294px;
          height: 50px;
          font-size: 18px;
          font-weight: 900;
          font-family: var(--font-title);
          border: 1px solid #000;
          border-radius: 0; }
          .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .addcart-area button.add-to-cartProduct-fashion {
            border: 1px solid var(--shop-color-button); }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-store-system .store-system-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase;
        margin: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-store-system .store-system-content {
        display: flex;
        gap: 10px; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-store-system .store-system-content .store-system-img img {
          width: 58px;
          height: auto;
          object-fit: contain; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-unit .unit-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase;
        margin: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-unit .unit-content {
        font-size: 14px;
        font-weight: 400;
        margin: 6px 0 0;
        text-transform: uppercase; }
  .layout-productDetail.style_03 .productDetail--navs {
    padding: 0;
    background: var(--shop-color-bg);
    margin: 20px 0 0; }
    @media (min-width: 992px) {
      .layout-productDetail.style_03 .productDetail--navs {
        margin: 80px 0 0; } }
    .layout-productDetail.style_03 .productDetail--navs h3 {
      font-size: 28px;
      font-weight: 700;
      margin: 0 0 12px; }
    .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content {
      background-color: #fff;
      padding: 0px 25px 0 42px; }
      .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content .product-description .description-content img {
        width: 100%; }
      .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content .product-description .description-content .expandable-content_toggle {
        background: transparent;
        border: none;
        font-size: 24px;
        font-weight: 800;
        padding: 0;
        text-decoration: underline;
        padding: 20px 0 20px; }
      .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content .product-description .description-content .description-btn::before {
        background: linear-gradient(180deg, rgba(241, 238, 227, 0) 0%, #F1EEE3 100%); }
      .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content .product-description .description-content:not(.opened) .description-btn::before {
        content: none; }
  .layout-productDetail.style_03 .productDetail-related {
    margin-top: 80px; }
    .layout-productDetail.style_03 .productDetail-related .productRelated-title h2 {
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 24px; }

/*BLOG AND ARTICLE*/
.layout-blogs .heading-page h1 {
  font-size: 80px;
  font-family: var(--font-title);
  font-weight: 900;
  margin: 20px 0 8px; }

.layout-blogs .blogs-search {
  text-align: center;
  margin: 45px 0 45px; }
  .layout-blogs .blogs-search .searchform-blog {
    position: relative; }
    @media (min-width: 992px) {
      .layout-blogs .blogs-search .searchform-blog {
        max-width: 760px;
        margin: 0 auto; } }
    .layout-blogs .blogs-search .searchform-blog #inputSearchBlog {
      min-width: 100%;
      background: #fff;
      border: 1px solid #696969;
      padding: 23px 20px;
      font-size: 18px;
      font-weight: 700; }
    .layout-blogs .blogs-search .searchform-blog .blog-search-action {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 6px;
      display: flex;
      gap: 10px; }
      .layout-blogs .blogs-search .searchform-blog .blog-search-action .btn-search-blog, .layout-blogs .blogs-search .searchform-blog .blog-search-action .btn-reset-search {
        background: #000;
        color: #fff;
        border: none;
        outline: none;
        padding: 11px 48px;
        font-size: 29px;
        font-weight: 900;
        font-family: var(--font-title); }
      .layout-blogs .blogs-search .searchform-blog .blog-search-action .btn-reset-search {
        background-color: transparent;
        color: #000;
        border: 2px solid #000; }

.layout-blogs .list-article-content.row {
  margin-left: -7px;
  margin-right: -7px; }
  .layout-blogs .list-article-content.row .article-loop {
    padding-left: 7px;
    padding-right: 7px; }

.layout-blogs .list-article-content .article-loop .article-inner {
  background: transparent;
  box-shadow: none; }
  .layout-blogs .list-article-content .article-loop .article-inner .article-detail {
    text-align: center;
    padding: 15px 0px; }
    .layout-blogs .list-article-content .article-loop .article-inner .article-detail .article-title .post-title {
      margin: 0 0 4px;
      font-size: 42px;
      font-weight: 900;
      font-family: var(--font-title); }
    .layout-blogs .list-article-content .article-loop .article-inner .article-detail .entry-content {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 0; }

/* RESPONSIVE */
@media (max-width: 991px) {
  /*HEADER*/
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown #ajaxSearchResults .resultsContent {
    max-height: 47vh;
    overflow-y: auto; }
  /*COLLECTION*/
  .layout-collections .wrapper-collection-header .collection-banner img {
    min-height: 100%; }
  .layout-collections .container.container-pd-parent {
    padding-left: 15px;
    padding-right: 15px; }
  .layout-collections .listProduct-row {
    margin-left: -7px;
    margin-right: -7px; }
  .layout-collections .product-loop {
    padding-left: 7px;
    padding-right: 7px; }
    .layout-collections .product-loop .proloop-detail h3 {
      font-size: 18px; }
  .layout-collections .collection-heading h1 {
    font-size: 32px;
    text-align: left; }
  .layout-collections .collection-heading__content .heading-box {
    width: 100%; }
  .layout-collections .collection-wraper {
    margin-top: 20px; }
  /*PRODUCT*/
  .modal-sizes button.close-modal-size {
    top: 20px;
    right: 20px; }
    .modal-sizes button.close-modal-size svg {
      width: 20px;
      height: 20px; }
  .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-header {
    padding: 20px 6px 10px; }
    .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content .modal-header .mdl-title {
      font-size: 28px; }
  .layout-productDetail.style_03 .productDetail_style__03 .productSlick-slider ul.slick-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%; }
    .layout-productDetail.style_03 .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
      width: 36px;
      height: 2px;
      border-radius: 0;
      border-color: #fff;
      background: #fff; }
    .layout-productDetail.style_03 .productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
      border-color: #000;
      background: #000; }
  .layout-productDetail.style_03 .productDetail--content .product-variants .select-swatch .swatch .title-swap {
    width: auto; }
  .layout-productDetail.style_03 .productDetail--main {
    padding-top: 0; }
    .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider .productList-slider-icon {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 999; }
    .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider .product-gallery__item {
      padding: 40px 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--gallery .stickyProduct-gallery .wrapbox-image-verticalSlide .productGallery_slider .product-gallery__item .lazy-img__prod {
        padding-bottom: 100%; }
    .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail {
      padding: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-heading {
        padding-top: 20px; }
        .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-heading h1 {
          font-size: 38px; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .product-actions .select-actions .quantity-area {
        padding-left: 0;
        padding-right: 0; }
      .layout-productDetail.style_03 .productDetail--main .productDetail--content .wrapbox-detail .link-area a {
        min-width: 270px;
        font-size: 16px; }
  .layout-productDetail.style_03 .productDetail--navs h3 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px; }
  .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content {
    padding: 15px; }
    .layout-productDetail.style_03 .productDetail--navs .productDetail--navs-content .product-description .description-content .expandable-content_toggle {
      font-size: 14px; }
  .layout-productDetail.style_03 .productDetail-related {
    margin-top: 30px; }
    .layout-productDetail.style_03 .productDetail-related .productRelated-title {
      padding-right: 65px; }
      .layout-productDetail.style_03 .productDetail-related .productRelated-title h2 {
        font-size: 16px;
        text-align: left;
        padding-left: 7px; }
    .layout-productDetail.style_03 .productDetail-related .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .layout-productDetail.style_03 .productDetail-related .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      width: auto;
      height: auto;
      box-shadow: unset;
      border: none;
      background: transparent; }
  /*BLOG AND ARTICLE*/
  .layout-blogs .heading-page h1 {
    font-size: 32px;
    margin: 10px 0; }
  .layout-blogs .heading-page .heading-blog-img {
    margin: 0 -15px; }
  .layout-blogs .list-article-content .article-loop .article-inner .article-detail .article-title .post-title {
    font-size: 18px;
    line-height: 25px; }
  .layout-blogs .list-article-content .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px; } }

#modal-age {
  background: url(https://file.hstatic.net/200000962181/file/bg-modal.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #modal-age .modal-content {
    background: #FFFCF4; }
    #modal-age .modal-content .close-modal-age {
      opacity: 1;
      z-index: 99;
      position: absolute;
      right: 16px;
      top: 16px; }
      #modal-age .modal-content .close-modal-age svg path {
        fill: #000; }
    #modal-age .modal-content .modal-logo {
      text-align: center;
      margin-bottom: 90px;
      margin-top: 63px; }
    #modal-age .modal-content h3 {
      text-align: center;
      margin-bottom: 26px; }
    #modal-age .modal-content .modal-button {
      max-width: 600px;
      margin: 0 auto 64px;
      display: flex;
      justify-content: space-between; }
      #modal-age .modal-content .modal-button button {
        font-size: 24px;
        padding: 8px 13px;
        border: 0;
        font-weight: 800;
        background: #fff;
        border: 1px solid #000;
        min-width: 249px; }
        #modal-age .modal-content .modal-button button.btn-18age {
          background: #000;
          color: #fff; }
    @media (max-width: 767.98px) {
      #modal-age .modal-content h3 {
        font-size: 20px; }
      #modal-age .modal-content .modal-button {
        gap: 16px;
        justify-content: center; }
        #modal-age .modal-content .modal-button button {
          font-size: 14px;
          padding: 6px 15px;
          border: 0;
          font-weight: 800;
          background: #fff;
          border: 1px solid #000;
          min-width: inherit; } }

.modal-policy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 46px;
  font-style: italic; }
  .modal-policy a {
    text-decoration: underline; }
  @media (max-width: 767.98px) {
    .modal-policy {
      font-size: 14px; } }

.container-header {
  padding: 0px 120px;
  height: 85px;
  line-height: 32px; }

@media (max-width: 1366px) {
  .container-header {
    padding: 0px 40px; } }

@media (max-width: 768px) {
  .container-header {
    padding: 0px 40px; }
  .right-section {
    justify-content: space-between; } }

@media (max-width: 600px) {
  .newsletter-section {
    padding-left: 20px;
    padding-right: 20px; }
  .container-header {
    padding: 0px 10px; } }

.flashsale-header {
  min-height: 59px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background: black;
  color: white;
  text-align: center;
  font-weight: 450;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px; }

.flashsale-code {
  background: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  color: black; }

@media (max-width: 600px) {
  .flashsale-header {
    font-size: 11px;
    line-height: 21px;
    padding-top: 8px;
    padding-bottom: 7px; } }

.info-form-terms-conditions .content-terms {
  max-height: 150px;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px 16px;
  overflow-y: scroll;
  background-color: #fff;
  margin-bottom: 24px; }

.info-form-terms-conditions .content-terms::-webkit-scrollbar-track {
  border: 1px solid transparent;
  padding: 2px 0;
  background-color: transparent; }

.info-form-terms-conditions .content-terms::-webkit-scrollbar {
  width: 6px; }

.info-form-terms-conditions .content-terms::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border: 1px solid transparent; }

.info-form-terms-conditions .agree-terms span a {
  text-decoration: underline; }

.info-form-terms-conditions .action-terms .btn-bg {
  padding: 12px 24px;
  margin-top: 25px;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #292929;
  font-size: 14px;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.info-form-terms-conditions .action-terms .btn-bg.disabled {
  opacity: 0.8;
  pointer-events: none; }
