/*
Theme Name: Toshiba Light
Version: 1.0
Author: PutaDesign
*/
@font-face {
  font-family: "Proximanova";
  src: url("assets/fonts/Proximanova-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Proximanova-Bold";
  src: url("assets/fonts/Proximanova-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Proximanova-SemiBold";
  src: url("assets/fonts/Proximanova-Semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Proximanova-Italic";
  src: url("assets/fonts/Proximanova-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

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

:root {
  --primary-color: #ff0013;
  --light-green: #2bbe1f;
  --gray: #f1f1f1; }

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input,
button,
textarea,
select {
  font-family: 'Kanit', sans-serif;
  border: 0;
  background-color: transparent; }

input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 0;
  border: 0; }

html {
  scroll-behavior: smooth;
  font-family: 'Kanit', sans-serif; }

body {
  font-family: 'Kanit', sans-serif; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.uppercase {
  text-transform: uppercase; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.br3px {
  border-radius: 3px; }

.br5px {
  border-radius: 5px; }

.br10px {
  border-radius: 10px; }

.br20px {
  border-radius: 20px; }

.br30px {
  border-radius: 30px; }

.br50 {
  border-radius: 50%; }

.ovh {
  overflow: hidden; }

.trs-5 {
  transition: 0.5s; }

.trs-25 {
  transition: 0.25s; }

.trs-35 {
  transition: 0.35s; }

.trs-45 {
  transition: 0.45s; }

.bt {
  color: #000; }

.wt {
  color: #fff; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.db {
  display: block; }

.df {
  display: flex; }

.aic {
  align-items: center; }

.jcsb {
  justify-content: space-between; }

.jcsa {
  justify-content: space-around; }

.jcc {
  justify-content: center; }

.jce {
  justify-content: flex-end; }

.fdc {
  flex-direction: column; }

.fw-u {
  font-weight: unset; }

.fw-b {
  font-weight: bold; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.word-break {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.word-break-1 {
  -webkit-line-clamp: 1; }

.word-break-2 {
  -webkit-line-clamp: 2; }

.word-break-3 {
  -webkit-line-clamp: 3; }

.pointer {
  cursor: pointer; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

body.fixed {
  overflow: hidden; }

/* -------- Header -------- */
header .header-top {
  padding: 6px 0;
border: 1px solid #ececec;
}
  header .header-top span.text-global {
    font-size: 16px;
    margin-right: 12px; }
    header .header-top span.text-global a {
		color: #000;
		font-size: 17px;
		font-weight: 300;
		transition: .25s;
     }

	header .header-top span.text-global a.gt-current-lang {
		font-weight: 500;
	}
    header .header-top span.text-global:hover::before {
      width: 100%; }
  header .header-top .cart-wrap {
    font-size: 21px;
    color: #2f2d2e;
    margin-right: 15px; }
    header .header-top .cart-wrap .cart-qty {
      position: absolute;
      top: -10px;
      right: -8px;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background-color: var(--primary-color);
      font-size: 13px; }
    header .header-top .cart-wrap:hover a {
      color: #41AAAD; }

header .header-bottom {
	padding-top: 6px;
}
header .header-bottom .logo {
  width: 190px;
  height: auto;
  margin-top: 10px; }

header .header-bottom .sub-logo {
  width: 100px;
  height: auto;
}



header .header-bottom .main-menu li {
  position: relative; }
  header .header-bottom .main-menu li h3 {
    padding: 9px 15px;
    font-size: 16px; }
  header .header-bottom .main-menu li .sub-menu {
    position: absolute;
    top: 43px;
    left: 0;
    width: 230px;
    background-color: #fff;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    visibility: hidden;
    opacity: 0;
    transition: .4s; }
    header .header-bottom .main-menu li .sub-menu li {
      width: 100%; }
      header .header-bottom .main-menu li .sub-menu li h3 {
        font-size: 16px;
        padding: 9px 20px;
        text-transform: unset;
        font-weight: 300; }
      header .header-bottom .main-menu li .sub-menu li + li {
        margin: 0;
        border-top: 1px solid #ebebeb; }
      header .header-bottom .main-menu li .sub-menu li.arrow > a > h3::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        right: 10px;
        font-size: 12px; }
      header .header-bottom .main-menu li .sub-menu li .sub-menu {
        position: absolute;
        top: 0px;
        left: 100%;
        width: 230px;
        background-color: #fff;
        z-index: 1;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        opacity: 0;
        visibility: hidden;
        transition: .4s; }
      header .header-bottom .main-menu li .sub-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }
  header .header-bottom .main-menu li.arrow > a > h3::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    right: 10px;
    font-size: 12px; }
  header .header-bottom .main-menu li.arrow h3 {
    padding: 9px 28px 9px 15px; }
  header .header-bottom .main-menu li + li {
    margin-left: 4px; }
  header .header-bottom .main-menu li:hover > a > h3 {
    background-color: var(--primary-color);
    color: #fff; }
  header .header-bottom .main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  header .header-bottom .main-menu li.current_page_item h3 {
    background-color: var(--primary-color);
    color: #fff; }

header .header-bottom .search-bar svg {
  color: #6e6e6e; }

header .header-bottom .search-bar:hover svg {
  color: #000; }

header .header-bottom .menu-mobile {
  display: none; }

header .header-bottom .search-container {
  position: absolute;
  bottom: -70px;
  border: 1px solid #00000020;
  right: 0;
  padding: 12px;
  background-color: #fff;
  width: 530px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  header .header-bottom .search-container.active {
    opacity: 1;
    visibility: visible; }
  header .header-bottom .search-container input {
    background: #FFF;
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid #CDCED2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    width: 100%; }
  header .header-bottom .search-container button {
    position: absolute;
    top: 13px;
    right: 13px;
    background-color: #ffffff;
    padding: 9px 13px 8px;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    border: 1px solid #fff; }
    header .header-bottom .search-container button:hover {
      right: 12px;
      background-color: #999;
      border: 1px solid #999;
      color: #fff; }

header .header-breadcrum {
  padding-top: 12px; }
  header .header-breadcrum .home i {
    margin-right: 4px; }
  header .header-breadcrum .home:hover {
    color: #999; }

/* -------- Home Page -------- */
main .banner-slide--wrap {
  padding: 50px 0 20px; }

main .banner-slide--wrap .slide-wrap:before {
	content: "";
	position: absolute; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}

main .banner-slide--wrap .banner-slide--content {
	position: absolute;
    top: 71%;
    left: 36%;
    transform: translate(-50%, -50%);
    width: 57%;
}

main .banner-slide--wrap .banner-slide--content h2{
	font-size: 32px;
	font-weight: 400;
}

main .banner-slide--wrap .banner-slide--content p{
	font-size: 18px;
	font-weight: 300;
}

main .banner-slide .slick-list,
main .banner-slide .slick-track {
  height: 512px; }

main .about {
  padding: 60px 0; }
  main .about--img:hover img {
    transform: scale(1.1); }
  main .about--content h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 28px; }
  main .about--content p {
    line-height: 2;
    font-size: 17px;
    font-weight: 300; }
  main .about--content img {
    width: 160px;
    height: auto;
    margin-top: 28px; }

main .categories-lamp h2 {
  padding: 40px 0;
  padding-left: 12px; }
  main .categories-lamp h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color); }

main .categories-lamp .category-wrap .category-wrap--img:hover img {
  transform: scale(1.1); }

main .categories-lamp .category-wrap--name {
  padding: 16px 0;
  font-size: 18px; }
  main .categories-lamp .category-wrap--name:hover {
    color: #929292; }

main .banner {
  padding: 40px 0; }
  main .banner--left {
    height: 800px; }
    main .banner--left .banner-img-wrap {
      height: 100%; }
  main .banner--right {
    height: 800px; }
    main .banner--right .banner-img-wrap {
      height: calc((100% - 24px) / 2);
      border: 1px solid #ebebeb; }
    main .banner--right .banner-img-wrap:last-child {
      margin-top: 24px; }

main h2.heading {
  width: 100%;
  font-size: 26px;
  font-weight: 400; }

main .new-arrival {
  padding: 10px 0 40px; }
  main .new-arrival h2 {
    margin-bottom: 28px; }
  main .new-arrival .list-product {
    padding: 20px 0; }
  main .new-arrival a.more-btn {
    margin-top: 20px; }

main .media {
  background-color: #efefef; }
  main .media .heading-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }
    main .media .heading-wrap img {
      width: 55px;
      height: auto;
      margin-right: 12px; }
  main .media .video-top-wrap {
    height: 640px;
    border: 1px solid #9e9e9e; }
    main .media .video-top-wrap iframe {
      width: 100%;
      height: 100%; }
  main .media .video-bottom-wrap {
    height: 320px; }
    main .media .video-bottom-wrap iframe {
      width: 100%;
      height: 100%; }
  main .media .media-banner-wrap {
    margin-bottom: 40px; }

main .post h2 {
  padding: 40px 0;
  padding-left: 12px; }
  main .post h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color); }

main .post a.more-btn {
  margin: 24px auto; }

main .sales-channel {
  padding: 40px 0;
  background-repeat: repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto; }
  main .sales-channel h2 {
    margin-bottom: 28px; }
  main .sales-channel .img-wrap {
    height: 234px; }
    main .sales-channel .img-wrap img {
      border: 1px solid #ebebeb; }
    main .sales-channel .img-wrap:hover img {
      transform: scale(1.09); }

main .catalog {
  margin-top: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%; }
  main .catalog-img-wrap {
    padding: 40px 0; }

footer {
  background-color: #f1f1f1; }
  footer .footer-top {
    padding: 40px 0 40px; }
    footer .footer-top h3.heading {
      font-size: 18px;
      color: #7b7b7b;
      margin-bottom: 12px;
      font-weight: 500; }
    footer .footer-top .menu h3 {
      font-size: 16px;
      color: #999;
      font-weight: 400;
      margin-bottom: 4px; }
      footer .footer-top .menu h3:hover {
        color: #000;
        margin-left: 4px; }
    footer .footer-top .contact-info {
      margin-bottom: 14px; }
      footer .footer-top .contact-info p {
        margin-bottom: 4px;
        font-size: 16px;
        color: #999;
        font-weight: 400; }
  footer .footer-bottom {
    border-top: 1px solid #d7d7d7;
    padding: 12px 0; }
    footer .footer-bottom p.copyright {
      font-size: 16px;
      color: #7b7b7b;
      font-weight: 400; }

.product-item--wrap {
  border: 1px solid #ebebeb;
  height: 100%; }
  .product-item--wrap .product-item--label {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 300; }
    .product-item--wrap .product-item--label.new {
      background-color: #2bbe1f; }
    .product-item--wrap .product-item--label.best-seller {
      background-color: #ffa800; }
  .product-item--wrap .product-item--img {
    width: 100%;
    height: 260px;
    display: block;
    border-bottom: 1px solid #f0f0f0; }
    .product-item--wrap .product-item--img:hover img {
      transform: scale(1.09); }
  .product-item--wrap .product-item--caption {
    padding: 20px 15px 15px; }
    .product-item--wrap .product-item--caption .product-item--name {
      text-transform: capitalize;
      font-size: 20px; }
      .product-item--wrap .product-item--caption .product-item--name:hover {
        color: #777; }
    .product-item--wrap .product-item--caption .product-item--price {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .product-item--wrap .product-item--caption .product-item--add-cart {
      margin: 0 auto;
      background-color: var(--primary-color);
      border-radius: 18px;
      padding: 6px 12px;
      margin: 5px auto 10px;
      border: 1px solid var(--primary-color);
      font-size: 15px;
      font-weight: 300; }
      .product-item--wrap .product-item--caption .product-item--add-cart i {
        margin-right: 4px; }
      .product-item--wrap .product-item--caption .product-item--add-cart:hover {
        background-color: transparent;
        border-color: var(--primary-color);
        color: var(--primary-color); }
      .product-item--wrap .product-item--caption .product-item--add-cart svg {
        width: 14px;
        height: auto; }
    .product-item--wrap .product-item--caption .button-wrap {
      color: #ff0000;
      height: 33px;
      line-height: 40px;
      margin-bottom: 10px; }
    .product-item--wrap .product-item--caption form.compare input {
      margin-right: 4px; }

a.more-btn {
  width: fit-content;
  margin: 0 auto;
  background-color: var(--primary-color);
  padding: 6px 12px;
  border-radius: 18px;
  border: 1px solid transparent; }
  a.more-btn:hover {
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color); }

.socials a .icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%; }

.socials a .icon-wrap.line {
  background-color: #fff;
  overflow: hidden; }
  .socials a .icon-wrap.line i {
    font-size: 42px;
    color: #00b800; }

.socials a:hover .fb {
  background-color: #5686e7; }

.socials a:hover .ins {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: transparent;
  filter: brightness(130%); }

.socials a:hover .ytb {
  background-color: #ff0a0a; }

.socials a:hover .line i {
  color: #00ef00; }

.socials a + a {
  display: inline-block;
  margin-left: 12px; }

.post-item {
  border: 1px solid #ebebeb; }
  .post-item--img {
    height: 268px;
    width: 100%; }
    .post-item--img:hover img {
      transform: scale(1.09); }
  .post-item--info {
    padding: 20px 15px 15px 15px; }
    .post-item--info a {
      font-size: 20px;
      font-weight: 400;
      height: 60px; }
      .post-item--info a:hover {
        color: #999; }
    .post-item--info .excerpt {
      font-weight: 16px;
      font-weight: 300;
      margin: 10px 0; }
    .post-item--info a.view-more {
      font-size: 16px; }
      .post-item--info a.view-more i {
        font-size: 12px; }

.fb {
  background-color: #4267b2; }

.ins {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }

.ytb {
  background-color: #eb0808; }

.tw {
  background-color: #1da1f2; }

.pinterest {
  background-color: #bd081c; }

.line {
  background-color: #00b800; }

.sidebar {
  position: sticky;
  top: 0; }
  .sidebar h2 {
    font-size: 28px;
    text-transform: capitalize;
    color: var(--yellow-dark);
    margin-bottom: 30px;
    font-weight: 400; }
  .sidebar .news-wrap {
    margin-bottom: 32px;
    box-shadow: unset; }
    .sidebar .news-wrap .thumbnail {
      width: 50%;
      height: 134px; }
      .sidebar .news-wrap .thumbnail:hover img {
        transform: scale(1.1); }
    .sidebar .news-wrap .new-cotent-wrap {
      width: 50%;
      margin-left: 20px; }
      .sidebar .news-wrap .new-cotent-wrap .news-title {
        font-weight: 400;
        text-align: left; }
        .sidebar .news-wrap .new-cotent-wrap .news-title:hover {
          color: #999; }
      .sidebar .news-wrap .new-cotent-wrap .new-excerpt p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 300; }

/* -------- Single Page -------- */
.single-page {
  padding: 20px 0 70px; }
  .single-page h2.title {
    font-size: 34px;
    margin-bottom: 12px;
    font-weight: 400; }
  .single-page article .single-shared {
    margin-bottom: 24px; }
    .single-page article .single-shared .visited {
      font-size: 16px;
      font-weight: 300; }
  .single-page .single-page-content h2 {
    margin-bottom: 8px; }
  .single-page .single-page-content p {
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 17px; }

.socials-shared .social {
  width: 33px;
  height: 33px;
  border-radius: 2px;
  margin: 0 6px; }
  .socials-shared .social i {
    font-size: 20px;
    color: #fff; }
  .socials-shared .social:hover .fb {
    background-color: #282828; }
  .socials-shared .social:hover .tw {
    background-color: #1da1f2; }
  .socials-shared .social:hover .pinterest {
    background-color: #BD081C; }
  .socials-shared .social:hover .line {
    color: #00b800; }

.socials-shared .line i {
  font-size: 25px; }

/* -------- Single Page -------- */
.category-page {
  padding: 30px 0 60px; }
  .category-page h2 {
    margin-bottom: 30px;
    font-size: 30px; }

.quatrang .page-numbers {
  padding: 6px 14px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin: 0 4px;
  transition: .25s;
  color: #000; }
  .quatrang .page-numbers.current {
    background-color: #999;
    color: #fff; }
  .quatrang .page-numbers:hover {
    background-color: #999;
    color: #fff; }

/* -------- List Product Page -------- */
.product_page--wrap {
  padding: 30px 0 60px; }
  .product_page--wrap h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px; }

.compare-bar {
  border: 1px solid #00000020;
  border-radius: 4px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: .6s; }
  .compare-bar.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 30px;
    max-height: 200px; }
  .compare-bar .button {
    margin: auto 0; }
    .compare-bar .button a {
      border: 1px solid var(--primary-color);
      background-color: var(--primary-color);
      width: fit-content;
      padding: 6px 18px;
      border-radius: 18px;
      margin: auto; }
      .compare-bar .button a svg {
        width: 14px;
        height: auto;
        margin-right: 6px; }
      .compare-bar .button a:hover {
        background-color: #fff;
        color: var(--primary-color); }
    .compare-bar .button span {
      margin-left: 16px;
      font-size: 18px;
      font-weight: 300; }
  .compare-bar .list-image {
    padding: 12px 0; }
    .compare-bar .list-image .img-wrap {
      width: 80px;
      height: 62px;
      border: 1px solid #00000020;
      margin: 0 9px; }
    .compare-bar .list-image i {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 50%;
      width: 16px;
      height: 16px; }
      .compare-bar .list-image i:hover {
        color: #000; }
  .compare-bar .delete-all {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right; }
    .compare-bar .delete-all button {
      margin-right: 16px;
      font-size: 18px;
      font-weight: 300; }
      .compare-bar .delete-all button::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        border-bottom: 1px solid #000;
        transition: .3s; }
      .compare-bar .delete-all button:hover::before {
        width: 100%; }
      .compare-bar .delete-all button i {
        color: var(--primary-color);
        font-size: 18px; }

/* -------- Safety policy -------- */
.safety-policy-page h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400; }

.safety-policy-page .policy-content-wrap {
  padding-bottom: 60px; }
  .safety-policy-page .policy-content-wrap .col-xl-10 {
    margin: 0 auto; }
    .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap {
      padding-top: 20px; }
      .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3 .policy-item {
        background-color: #0068b0;
        padding: 30px 34px 86px; }
        .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3 .policy-item h3 {
          font-weight: 400; }
        .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3 .policy-item p {
          font-size: 17px;
          font-weight: 300;
          color: white; }
      .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:first-child .policy-item {
        border-radius: 0 0 0 40px; }
        .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:first-child .policy-item h3 {
          color: #ff0000; }
      .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:nth-child(2) h3 {
        color: #ff9000; }
      .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:nth-child(3) h3 {
        color: #49b5ff; }
      .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:last-child .policy-item {
        border-radius: 0 0 40px 0; }
        .safety-policy-page .policy-content-wrap .col-xl-10 .policy-wrap .col-xl-3:last-child .policy-item h3 {
          color: #ffd800; }

/* -------- Catalog Page -------- */
.catalog-page h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400; }

.catalog-page .catalog-item {
  margin-bottom: 72px; }
  .catalog-page .catalog-item .logo-wrap {
    width: 215px;
    height: auto;
    margin: 0 auto; }
  .catalog-page .catalog-item:last-child .logo-wrap {
    width: 167px;
    margin-bottom: 20px; }
  .catalog-page .catalog-item .item-catalog-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 12px 0; }
    .catalog-page .catalog-item .item-catalog-wrap p:hover {
      color: #999; }
  .catalog-page .catalog-item .item-catalog-wrap:hover img {
    transform: scale(1.09); }

/* -------- Product Page -------- */
.product-detail-page {
  margin-top: 40px;
  margin-bottom: 60px; }
  .product-detail-page .gallery {
    max-height: 0;
    visibility: hidden; }
    .product-detail-page .gallery .main-img {
      border: 1px solid #ccc;
      height: 500px; }
      .product-detail-page .gallery .main-img .slick-list,
      .product-detail-page .gallery .main-img .slick-track {
        height: 100%; }
        .product-detail-page .gallery .main-img .slick-list img,
        .product-detail-page .gallery .main-img .slick-track img {
          vertical-align: middle;
          object-fit: contain; }
    .product-detail-page .gallery .sub-img {
      height: 68px;
      margin-top: 12px; }
      .product-detail-page .gallery .sub-img .slick-list,
      .product-detail-page .gallery .sub-img .slick-track {
        height: 100%; 
		 margin-left: 0;
		  margin-right: 0;
	}
        .product-detail-page .gallery .sub-img .slick-list img,
        .product-detail-page .gallery .sub-img .slick-track img {
          border: 1px solid #ccc;
          vertical-align: middle;
          object-fit: contain;
          margin: 0 6px;
          cursor: pointer; }
    .product-detail-page .gallery.active {
      max-height: 100%;
      visibility: visible; }
  .product-detail-page .product-detail {
    border-bottom: 1px solid #ebebeb; }
    .product-detail-page .product-detail h2 {
      font-size: 30px;
      margin-bottom: 10px; }
    .product-detail-page .product-detail .product-color {
      margin-bottom: 12px; }
    .product-detail-page .product-detail .product-code {
      margin-bottom: 10px; }
    .product-detail-page .product-detail .star-wrap {
      margin: 8px 0; }
      .product-detail-page .product-detail .star-wrap i {
        color: #EDA100; }
    .product-detail-page .product-detail .product-desc {
      font-size: 17px;
      font-weight: 300;
      margin-bottom: 16px; }
  .product-detail-page .product-order {
    margin-top: 15px; }
    .product-detail-page .product-order .product-price {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 15px; }
    .product-detail-page .product-order form .form-group + .form-group {
      margin-top: 24px; }
    .product-detail-page .product-order form .form-group label {
      width: 120px;
      display: inline-block;
      margin-bottom: 16px; }
    .product-detail-page .product-order form .form-group select {
      width: 40%;
      border-radius: 4px;
      padding: 6px 12px;
      border: 1px solid #ebebeb;
      background: #FFF;
      color: rgba(0, 0, 0, 0.87);
      border-color: #CDCED2;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      font-size: 17px;
      font-weight: 300; }
      .product-detail-page .product-order form .form-group select option {
        font-weight: 300;
        font-size: 17px; }
      .product-detail-page .product-order form .form-group select:focus {
        border-color: #A9A9A9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6);
        outline: none; }
    .product-detail-page .product-order form .form-group input[type='number'] {
      background: #FFF;
      color: rgba(0, 0, 0, 0.87);
      text-align: center;
      width: 60px;
      font-size: 18px;
      border: 1px solid #CDCED2;
      height: 32px; }
    .product-detail-page .product-order form .form-group span.minus {
      border: 1px solid #cdced2;
      padding: 1.5px 8px;
      border-right: none;
      border-radius: 8px 0px 0px 8px;
      height: 32px;
      line-height: 28px; }
      .product-detail-page .product-order form .form-group span.minus:hover i {
        color: #999; }
    .product-detail-page .product-order form .form-group span.plus {
      border: 1px solid #cdced2;
      padding: 1.5px 6px;
      border-left: none;
      border-radius: 0 8px 8px 0;
      height: 32px;
      line-height: 28px; }
      .product-detail-page .product-order form .form-group span.plus:hover i {
        color: #999; }
    .product-detail-page .product-order form .form-group .product-stored {
      font-size: 15px;
      font-weight: 300;
      margin-left: 24px;
      color: #999; }
    .product-detail-page .product-order form .add-to-cart {
      padding: 11px 60px;
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 18px;
      font-size: 16px;
      margin-top: 20px;
      border: 1px solid var(--primary-color); }
      .product-detail-page .product-order form .add-to-cart:hover {
        background-color: #fff;
        color: #000; }
      .product-detail-page .product-order form .add-to-cart:disabled {
        cursor: not-allowed;
        border: solid 1px rgba(0, 0, 0, 0.13);
        background-color: #f7f7f7;
        opacity: 1;
        color: rgba(0, 0, 0, 0.38); }
  .product-detail-page .product-info .product-shared {
    margin-top: 30px; }
    .product-detail-page .product-info .product-shared .separate {
      margin-right: 32px; }
      .product-detail-page .product-info .product-shared .separate::before {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #d5d5d5; }
    .product-detail-page .product-info .product-shared .wishlist::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 20px;
      width: 0;
      border-bottom: 1px solid #000;
      transition: .3s; }
    .product-detail-page .product-info .product-shared .wishlist:hover::after {
      width: 90%; }
    .product-detail-page .product-info .product-shared .wishlist.disabled {
      color: #999;
      cursor: not-allowed;
      pointer-events: none; }
      .product-detail-page .product-info .product-shared .wishlist.disabled:hover::after {
        width: 0; }
    .product-detail-page .product-info .product-shared .compare::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 21px;
      width: 0;
      border-bottom: 1px solid #000;
      transition: .3s; }
    .product-detail-page .product-info .product-shared .compare:hover::after {
      width: 76%; }
    .product-detail-page .product-info .product-shared .compare.disabled {
      color: #999;
      pointer-events: none; }
      .product-detail-page .product-info .product-shared .compare.disabled:hover::after {
        width: 0; }
  .product-detail-page .product-info .product-category {
    margin-top: 24px; }
    .product-detail-page .product-info .product-category a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      border-bottom: 1px solid #000;
      transition: .3s; }
    .product-detail-page .product-info .product-category a:hover::after {
      width: 90%; }
    .product-detail-page .product-info .product-category a + a {
      margin-left: 6px; }
    .product-detail-page .product-info .product-category a:last-child span {
      display: none; }
  .product-detail-page .product-info .product-brand {
    margin-top: 24px; }
    .product-detail-page .product-info .product-brand a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      border-bottom: 1px solid #000;
      transition: .25s; }
    .product-detail-page .product-info .product-brand a:hover::after {
      width: 90%; }
  .product-detail-page .product-content {
    margin-top: 68px;
    border-bottom: 1px solid #ccc; }
    .product-detail-page .product-content .tab-wrap {
      align-items: end; }
      .product-detail-page .product-content .tab-wrap .tab {
        display: inline-block;
        border-radius: 4px 4px 0 0;
        border: 1px solid #ccc;
        border-bottom: unset;
        padding: 12px; }
        .product-detail-page .product-content .tab-wrap .tab::after {
          content: "";
          position: absolute;
          bottom: 12px;
          left: 12px;
          width: 0;
          border-bottom: 1px solid #000;
          transition: .35s; }
        .product-detail-page .product-content .tab-wrap .tab:hover::after {
          width: 89%; }
      .product-detail-page .product-content .tab-wrap .other-tab {
        flex: 1;
        height: 100%;
        border-bottom: 1px solid #ccc; }
    .product-detail-page .product-content .content {
      padding-top: 30px;
      padding-bottom: 30px; }
  .product-detail-page .product-tag {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc; }
    .product-detail-page .product-tag a {
      display: inline-block;
      background-color: #d5d5d5;
      font-size: 15px;
      font-weight: 300;
      padding: 4px;
      margin-right: 6px;
      border: 1px solid #d5d5d5; }
      .product-detail-page .product-tag a:hover {
        background-color: #fff; }
  .product-detail-page .product-related h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400; }

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .8s; }
  .modal-popup.active {
    opacity: 1;
    visibility: visible; }
  .modal-popup.active .popup-container {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .modal-popup .popup-container {
    width: fit-content;
    height: auto;
    background-color: #fff;
    padding: 12px;
    transform: translateY(-250%);
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    transition: .8s; }
    .modal-popup .popup-container .add-success {
      padding-right: 12px;
      border-right: 1px solid #ccc; }
      .modal-popup .popup-container .add-success h2 {
        color: #28a745;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px; }
      .modal-popup .popup-container .add-success .product-info {
        margin-top: 12px; }
        .modal-popup .popup-container .add-success .product-info .img-wrap {
          width: 140px;
          height: auto;
          border: 1px solid #ebebeb;
          margin-right: 12px; }
        .modal-popup .popup-container .add-success .product-info .info-wrap {
          flex: 1;
          font-weight: 300; }
          .modal-popup .popup-container .add-success .product-info .info-wrap p + p {
            margin-top: 3px; }
          .modal-popup .popup-container .add-success .product-info .info-wrap .code {
            color: #ccc; }
          .modal-popup .popup-container .add-success .product-info .info-wrap .price-qty {
            font-weight: 400; }
    .modal-popup .popup-container .cart {
      flex-direction: column;
      padding-left: 12px; }
      .modal-popup .popup-container .cart .cart-header {
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
        margin-bottom: 6px; }
        .modal-popup .popup-container .cart .cart-header h2 {
          font-size: 20px;
          font-weight: 400;
          margin-right: 112px; }
        .modal-popup .popup-container .cart .cart-header i {
          font-size: 20px; }
          .modal-popup .popup-container .cart .cart-header i:hover {
            color: #ccc; }
      .modal-popup .popup-container .cart .cart-body {
        margin-top: 12px;
        font-size: 18px; }
      .modal-popup .popup-container .cart .button-wrap {
        flex: 1;
        align-items: end; }
        .modal-popup .popup-container .cart .button-wrap a {
          padding: 6px 12px;
          background-color: var(--primary-color);
          border-radius: 18px;
          border: 1px solid var(--primary-color);
          display: inline-block;
          height: fit-content;
          margin-bottom: 42px; }
          .modal-popup .popup-container .cart .button-wrap a:hover {
            background-color: #fff;
            color: #000; }
          .modal-popup .popup-container .cart .button-wrap a + a {
            margin-left: 30px; }

.product-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 1s; }
  .product-popup.active {
    opacity: 1;
    visibility: visible; }
  .product-popup.active .popup-container {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .product-popup .popup-container {
    width: 900px;
    height: auto;
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
    transform: translateY(-250%);
    opacity: 0;
    visibility: hidden;
    transition: 1s; }
    .product-popup .popup-container .gallery {
      visibility: hidden;
      opacity: 0;
      max-height: 0; }
      .product-popup .popup-container .gallery.active {
        visibility: visible;
        opacity: 1;
        max-height: 100%; }
      .product-popup .popup-container .gallery .main-img {
        width: 375px;
        height: 375px; }
        .product-popup .popup-container .gallery .main-img .slick-track {
          height: 100%; }
        .product-popup .popup-container .gallery .main-img .slick-list {
          border: 1px solid #ccc;
          height: 100%; }
          .product-popup .popup-container .gallery .main-img .slick-list img {
            object-fit: contain; }
      .product-popup .popup-container .gallery .sub-img {
        width: 375px;
        margin-top: 12px; }
        .product-popup .popup-container .gallery .sub-img img {
          width: 50px;
          height: 50px;
          margin: 0 6px;
          border: 1px solid #ccc;
          cursor: pointer; }
    .product-popup .popup-container .product-detail h2 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 6px;
      margin-bottom: 10px; }
      .product-popup .popup-container .product-detail h2 i:hover {
        color: #ccc; }
    .product-popup .popup-container .product-detail p + p {
      margin-top: 12px; }
    .product-popup .popup-container .product-detail .product-code {
      color: #ccc;
      font-weight: 300; }
    .product-popup .popup-container .product-order .product-price {
      margin-top: 12px;
      font-size: 20px;
      margin-bottom: 20px; }
    .product-popup .popup-container .product-order form .form-group {
      margin-bottom: 20px; }
      .product-popup .popup-container .product-order form .form-group label {
        width: 100px; }
      .product-popup .popup-container .product-order form .form-group select {
        width: 50%;
        border-radius: 4px;
        padding: 6px 12px;
        border: 1px solid #ebebeb;
        background: #FFF;
        color: rgba(0, 0, 0, 0.87);
        border-color: #CDCED2;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        font-size: 17px;
        font-weight: 300; }
        .product-popup .popup-container .product-order form .form-group select:focus {
          border-color: #A9A9A9;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6);
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6);
          outline: none; }
      .product-popup .popup-container .product-order form .form-group input[type="number"] {
        background: #FFF;
        color: rgba(0, 0, 0, 0.87);
        text-align: center;
        width: 60px;
        font-size: 18px;
        border: 1px solid #CDCED2;
        height: 32px; }
      .product-popup .popup-container .product-order form .form-group span.minus {
        border: 1px solid #cdced2;
        padding: 1.5px 8px;
        border-right: none;
        border-radius: 8px 0px 0px 8px;
        height: 32px;
        line-height: 28px; }
      .product-popup .popup-container .product-order form .form-group span.plus {
        border: 1px solid #cdced2;
        padding: 1.5px 6px;
        border-left: none;
        border-radius: 0 8px 8px 0;
        height: 32px;
        line-height: 28px; }
      .product-popup .popup-container .product-order form .form-group .product-stored {
        margin-left: 12px;
        font-weight: 300;
        font-size: 14px; }
    .product-popup .popup-container .product-order form button {
      padding: 11px 60px;
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 18px;
      font-size: 16px;
      margin-top: 20px;
      border: 1px solid var(--primary-color); }

form .form-group input[type="number"] {
  background: #FFF;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  width: 60px;
  font-size: 18px;
  border: 1px solid #CDCED2;
  height: 32px; }

form .form-group span.minus {
  border: 1px solid #cdced2;
  padding: 1.5px 8px;
  border-right: none;
  border-radius: 8px 0px 0px 8px;
  height: 32px;
  line-height: 28px; }

form .form-group span.plus {
  border: 1px solid #cdced2;
  padding: 1.5px 6px;
  border-left: none;
  border-radius: 0 8px 8px 0;
  height: 32px;
  line-height: 28px; }

/* -------- Cart Page -------- */
.cart-page h2 {
  font-weight: 400;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px; }

.cart-page .cart-detail-wrap {
  transition: .6s; }
  .cart-page .cart-detail-wrap.hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    max-width: 0; }
  .cart-page .cart-detail-wrap .cart-detail {
    border: 1px solid #00000020;
    border-radius: 6px;
    margin-bottom: 40px; }
    .cart-page .cart-detail-wrap .cart-detail__header {
      padding: 16px;
      font-size: 20px;
      font-weight: 300;
      border-bottom: 1px solid #00000020; }
    .cart-page .cart-detail-wrap .cart-detail__body {
      padding: 16px; }
      .cart-page .cart-detail-wrap .cart-detail__body .heading {
        border-bottom: 1px solid #00000020;
        padding-bottom: 12px;
        margin-bottom: 20px; }
        .cart-page .cart-detail-wrap .cart-detail__body .heading span {
          font-size: 18px;
          font-weight: 500; }
      .cart-page .cart-detail-wrap .cart-detail__body .product {
        border-bottom: 1px solid #00000020;
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .cart-page .cart-detail-wrap .cart-detail__body .product:last-child {
          border: none;
          margin-bottom: 0; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .img-wrap img {
          width: 60px;
          height: auto;
          object-fit: contain; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .product-name a {
          font-size: 17px;
          font-weight: 300; }
          .cart-page .cart-detail-wrap .cart-detail__body .product .product-name a:hover {
            color: #999; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .product-code {
          color: #aaa9a9;
          font-size: 16px; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .product-color {
          font-weight: 300; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .product-price,
        .cart-page .cart-detail-wrap .cart-detail__body .product .total {
          font-size: 18px;
          font-weight: 300; }
        .cart-page .cart-detail-wrap .cart-detail__body .product input[type='number'] {
          font-weight: 300; }
        .cart-page .cart-detail-wrap .cart-detail__body .product .remove-btn:hover {
          color: var(--primary-color); }
    .cart-page .cart-detail-wrap .cart-detail__footer {
      text-align: right;
      padding: 18px 20px;
      border-top: 1px solid #00000020; }
      .cart-page .cart-detail-wrap .cart-detail__footer button.trash {
        font-size: 18px;
        font-weight: 300; }
        .cart-page .cart-detail-wrap .cart-detail__footer button.trash::before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 0;
          border-bottom: 1px solid #000;
          transition: .3s; }
        .cart-page .cart-detail-wrap .cart-detail__footer button.trash:hover::before {
          width: 83%; }
  .cart-page .cart-detail-wrap .cart-total {
    border: 1px solid #00000020;
    border-radius: 6px; }
    .cart-page .cart-detail-wrap .cart-total__head h3 {
      padding: 16px;
      font-size: 23px;
      font-weight: 300;
      border-bottom: 1px solid #00000020; }
    .cart-page .cart-detail-wrap .cart-total__body {
      padding: 16px; }
      .cart-page .cart-detail-wrap .cart-total__body .item-wrap {
        font-size: 18px;
        font-weight: 400; }
        .cart-page .cart-detail-wrap .cart-total__body .item-wrap + .item-wrap {
          border-top: 2px dashed #00000020;
          padding-top: 16px;
          margin-top: 16px; }
  .cart-page .cart-detail-wrap .button-wrap {
    justify-content: end;
    margin-bottom: 40px;
	margin-top: 36px;	
}
    .cart-page .cart-detail-wrap .button-wrap a {
      padding: 8px 12px;
      background-color: var(--primary-color);
      border: 1px solid var(--primary-color);
      display: inline-block;
      border-radius: 18px;
      margin-left: 24px;
      font-size: 18px; }
      .cart-page .cart-detail-wrap .button-wrap a.wt-bg {
        background-color: #fff;
        color: var(--primary-color); }

.cart-page .empty-cart {
  border: 1px solid #00000020;
  border-radius: 8px;
  padding: 100px 20px;
  margin-bottom: 60px; }
  .cart-page .empty-cart svg {
    width: 60px;
    height: auto; }
  .cart-page .empty-cart h2 {
    font-size: 26px;
    font-weight: 300;
    color: #999;
    margin: 16px 0; }
  .cart-page .empty-cart .return {
    padding: 6px 18px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 18px;
    font-weight: 300;
    border: 1px solid var(--primary-color); }
    .cart-page .empty-cart .return:hover {
      background-color: #fff;
      color: #000; }

h2.sub-page-heading {
  font-weight: 400;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px; }

/* ----------Payment Page---------- */
.payment-page {
  padding-bottom: 60px; }
  .payment-page .shipping-detail__head {
    padding: 16px;
    border: 1px solid #00000020;
    border-bottom: none;
    border-radius: 4px 4px 0 0; }
    .payment-page .shipping-detail__head h3 {
      font-size: 20px;
      font-weight: 300;
      text-transform: capitalize; }
  .payment-page .shipping-detail__body {
    padding: 16px;
    border: 1px solid #00000020;
    border-radius: 0 0 4px 4px; }
    .payment-page .shipping-detail__body .form-group {
      margin-bottom: 16px; }
      .payment-page .shipping-detail__body .form-group label {
        font-size: 17px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 8px; }
        .payment-page .shipping-detail__body .form-group label span {
          color: red; }
      .payment-page .shipping-detail__body .form-group input,
      .payment-page .shipping-detail__body .form-group textarea {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 4px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
        .payment-page .shipping-detail__body .form-group input:focus,
        .payment-page .shipping-detail__body .form-group textarea:focus {
          border-color: #A9A9A9;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6);
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 169, 169, 0.6); }
      .payment-page .shipping-detail__body .form-group .form-message.invalid {
        color: #f33a58;
        font-weight: 300; }
  .payment-page .pay-method {
    margin-top: 16px; }
    .payment-page .pay-method__head {
      padding: 16px;
      border: 1px solid #00000020;
      border-bottom: none;
      border-radius: 4px 4px 0 0; }
      .payment-page .pay-method__head h3 {
        font-size: 20px;
        font-weight: 300;
        text-transform: capitalize; }
    .payment-page .pay-method__body {
      padding: 16px;
      border: 1px solid #00000020;
      border-radius: 0 0 4px 4px; }
      .payment-page .pay-method__body .payment-method + .payment-method {
        padding-top: 16px;
        margin-top: 16px;
        position: relative; }
        .payment-page .pay-method__body .payment-method + .payment-method::after {
          content: "";
          position: absolute;
          top: 0;
          left: -16px;
          border-top: 1px solid #00000020;
          width: calc(100% + 32px); }
      .payment-page .pay-method__body .payment-method .payment-banking {
        border: 1px solid #00000020;
        border-radius: 4px;
        margin-top: 12px;
        visibility: hidden;
        max-height: 0;
        transition: .3s;
        opacity: 0; }
        .payment-page .pay-method__body .payment-method .payment-banking.active {
          visibility: visible;
          max-height: 200px;
          padding: 16px;
          opacity: 1; }
  .payment-page .order-btn {
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 10px 60px;
    margin: 5px auto 10px;
    border: 1px solid var(--primary-color);
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    font-size: 17px; }
    .payment-page .order-btn:hover {
      background-color: #fff;
      color: var(--primary-color); }
    .payment-page .order-btn.disabled {
      cursor: not-allowed;
      pointer-events: none; }
  .payment-page .form-alert .message {
    color: #2dad1d;
    font-size: 16px;
    font-weight: 300; }
    .payment-page .form-alert .message i {
      margin-right: 4px; }
  .payment-page .order-summary__head {
    padding: 16px;
    border: 1px solid #00000020;
    border-bottom: none;
    border-radius: 4px 4px 0 0; }
    .payment-page .order-summary__head h3 {
      font-size: 20px;
      font-weight: 300;
      text-transform: capitalize; }
  .payment-page .order-summary__body {
    padding: 16px;
    border: 1px solid #00000020;
    border-bottom: none; }
    .payment-page .order-summary__body .order-item img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-right: 20px; }
    .payment-page .order-summary__body .order-item .product-info {
      flex: 1; }
      .payment-page .order-summary__body .order-item .product-info .product-name a {
        font-size: 17px;
        font-weight: 300; }
        .payment-page .order-summary__body .order-item .product-info .product-name a:hover {
          color: #999; }
      .payment-page .order-summary__body .order-item .product-info .product-color {
        font-size: 17px;
        font-weight: 300; }
      .payment-page .order-summary__body .order-item .product-info .price-detail {
        font-size: 17px;
        font-weight: 300;
        color: #999; }
    .payment-page .order-summary__body .order-item + .order-item {
      border-top: 1px solid #00000020;
      margin-top: 16px;
      padding-top: 16px; }
  .payment-page .order-summary__foot {
    padding: 16px;
    border: 1px solid #00000020;
    border-radius: 4px; }
    .payment-page .order-summary__foot p {
      font-size: 18px; }

/* ---------- Widget Cart ---------- */
.widget-cart {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  background-color: #fff; }
  .widget-cart .item {
    padding: 10px 0; }
    .widget-cart .item a {
      flex-direction: column; }
      .widget-cart .item a .circle {
        position: absolute;
        top: -10px;
        right: 1px;
        width: 18px;
        height: 18px;
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 300; }
      .widget-cart .item a svg {
        height: 26px;
        width: auto; }
      .widget-cart .item a .text {
        color: #999;
        margin-top: 4px;
        font-size: 13px;
        font-weight: 400; }
      .widget-cart .item a:hover svg {
        color: #999; }

/* ---------- Wishlist popup ---------- */
.wishlist-popup {
  position: fixed;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  border: 1px solid #c2c2c2;
  color: #fff;
  border-radius: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .wishlist-popup i {
    font-size: 30px; }
  .wishlist-popup p {
    font-size: 18px;
    font-weight: 300; }
  .wishlist-popup.active {
    top: 40px; }
  .wishlist-popup.exist-product {
    background-color: #ff9800; }
  .wishlist-popup.success {
    background-color: #98c871; }
  .wishlist-popup.error {
    background-color: #ef513a; }

/* ---------- Wishlist Page ---------- */
.wishlist-page {
  padding-bottom: 60px; }
  .wishlist-page .col-xl-10 {
    margin: 0 auto; }
  .wishlist-page .wishlist__head {
    padding: 16px;
    border: 1px solid #00000020;
    border-bottom: none;
    border-radius: 4px 4px 0 0; }
    .wishlist-page .wishlist__head h3 {
      font-size: 20px;
      font-weight: 300;
      text-transform: capitalize; }
  .wishlist-page .wishlist__body {
    padding: 16px;
    border: 1px solid #00000020;
    border-radius: 0 0 4px 4px; }
    .wishlist-page .wishlist__body .product-item {
      border-bottom: 1px solid #00000020;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      .wishlist-page .wishlist__body .product-item .product-img img {
        height: 150px;
        max-width: 100%;
        object-fit: contain; }
      .wishlist-page .wishlist__body .product-item .name,
      .wishlist-page .wishlist__body .product-item .code,
      .wishlist-page .wishlist__body .product-item .price {
        font-size: 19px;
        font-weight: 300;
        margin-top: 16px; }
      .wishlist-page .wishlist__body .product-item .code {
        color: #999; }
      .wishlist-page .wishlist__body .product-item .price {
        font-weight: 400; }
      .wishlist-page .wishlist__body .product-item .add-to-cart {
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
        color: #fff;
        padding: 6px 12px;
        border-radius: 18px;
        font-size: 17px;
        margin-top: 16px; }
        .wishlist-page .wishlist__body .product-item .add-to-cart:hover {
          background-color: #fff;
          color: var(--primary-color); }
      .wishlist-page .wishlist__body .product-item i {
        font-size: 18px;
        margin-top: 28px; }
        .wishlist-page .wishlist__body .product-item i:hover {
          color: var(--primary-color); }
      .wishlist-page .wishlist__body .product-item:last-child {
        border: none; }

.err-bg {
  background-color: #ef513a; }

.compare-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  transition: .6s;
  opacity: 0;
  visibility: hidden; }
  .compare-popup.active {
    opacity: 1;
    visibility: visible; }
  .compare-popup .popup-container {
    width: fit-content;
    position: fixed;
    top: -120px;
    transform: translateX(-50%);
    left: 50%;
    background-color: #ef513a;
    color: #fff;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #c2c2c2;
    transition: .6s; }
    .compare-popup .popup-container i {
      font-size: 26px;
      margin-bottom: 8px; }
    .compare-popup .popup-container .close-btn {
      position: absolute;
      top: 3px;
      right: 8px;
      font-size: 18px; }
      .compare-popup .popup-container .close-btn:hover {
        color: #999; }
  .compare-popup.active .popup-container {
    top: 40px; }

/* ------------Compare page------------ */
.compare-page .compare-table {
  margin-top: 30px;
  border-radius: 4px;
  margin-bottom: 60px; }
  .compare-page .compare-table table {
    border-collapse: collapse;
    width: 100%; }
    .compare-page .compare-table table th,
    .compare-page .compare-table table tr,
    .compare-page .compare-table table td {
      border: 1px solid #00000020;
      transition: .5s; }
    .compare-page .compare-table table tr {
      width: 100%; }
      .compare-page .compare-table table tr th {
        width: 150px;
        min-width: 150px;
        font-weight: 400;
        font-size: 18px; }
      .compare-page .compare-table table tr td {
        margin: auto;
        text-align: center;
        transition: .5s; }
        .compare-page .compare-table table tr td img {
          width: 150px;
          height: auto;
          object-fit: contain; }
        .compare-page .compare-table table tr td a:hover {
          color: #bbbbbb; }
      .compare-page .compare-table table tr .p-16 {
        padding: 16px 16px; }
      .compare-page .compare-table table tr .fw-300 {
        font-weight: 300; }
      .compare-page .compare-table table tr .stars i {
        color: #EDA100;
        font-size: 20px; }
      .compare-page .compare-table table tr .out-stock {
        color: var(--primary-color); }
      .compare-page .compare-table table tr .product-content {
        text-align: justify; }
      .compare-page .compare-table table tr .w-25 {
        width: 25%; }
      .compare-page .compare-table table tr .w-50 {
        width: 50%; }
      .compare-page .compare-table table tr .w-75 {
        width: 75%; }
      .compare-page .compare-table table tr .w-30 {
        width: 30%; }

.border {
  border: 1px solid #00000020;
  padding: 100px 0; }

.add-button {
  border: 1px solid var(--primary-color);
  border-radius: 18px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 6px 18px; }
  .add-button:hover {
    background-color: #fff;
    color: var(--primary-color); }

/* ---------Simulator Page---------- */
.design-simulator,
.technical,
.mock-up,
.install-service,
.profile,
.policy {
  margin-bottom: 60px; }
  .design-simulator h2.sub-page-heading,
  .technical h2.sub-page-heading,
  .mock-up h2.sub-page-heading,
  .install-service h2.sub-page-heading,
  .profile h2.sub-page-heading,
  .policy h2.sub-page-heading {
    margin-top: 20px; }
  .design-simulator .content,
  .technical .content,
  .mock-up .content,
  .install-service .content,
  .profile .content,
  .policy .content {
    margin: 0 auto;
    flex-direction: column;
    font-size: 18px;
    font-weight: 300; }
    .design-simulator .content h2,
    .technical .content h2,
    .mock-up .content h2,
    .install-service .content h2,
    .profile .content h2,
    .policy .content h2 {
      font-size: 24px;
      font-weight: 400; }
    .design-simulator .content p,
    .technical .content p,
    .mock-up .content p,
    .install-service .content p,
    .profile .content p,
    .policy .content p {
      margin-top: 12px; }
    .design-simulator .content img,
    .technical .content img,
    .mock-up .content img,
    .install-service .content img,
    .profile .content img,
    .policy .content img {
      width: 800px;
      height: auto;
      margin-bottom: 20px; }

.policy .content {
  text-align: left; }
  .policy .content p {
    font-size: 18px;
    margin-bottom: 12px; }

/* ---------Certificate---------- */
.certificate {
  margin-bottom: 50px; }
  .certificate-top {
    width: 100%;
    height: 187px; }
  .certificate-item {
    border: 1px solid #00000020;
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden; }
    .certificate-item__head {
      padding: 12px; }
      .certificate-item__head h3 {
        font-size: 20px;
        font-weight: 300; }
        .certificate-item__head h3 span i {
          margin-right: 4px;
          transition: .3s; }
    .certificate-item__body {
      max-height: 0;
      transition: .6s;
      opacity: 0;
      visibility: hidden; }
      .certificate-item__body img {
        max-width: 80%;
        max-height: 0;
        object-fit: contain;
        transition: .6s;
        opacity: 0;
        visibility: hidden; }
    .certificate-item.active .certificate-item__head i {
      transform: rotate(45deg); }
    .certificate-item.active .certificate-item__body {
      max-height: 100%;
      border-top: 1px solid #00000020;
      opacity: 1;
      visibility: visible; }
      .certificate-item.active .certificate-item__body img {
        max-height: 100%;
        opacity: 1;
        visibility: visible; }

/* ---------Miles Stone---------- */
.miles-stone {
  padding-bottom: 60px; }
  .miles-stone .mile-stone__item {
    margin-bottom: 16px; }
    .miles-stone .mile-stone__item span.year {
      font-size: 22px;
      font-weight: 400; }
      .miles-stone .mile-stone__item span.year svg {
        width: 18px;
        height: 18px; }
    .miles-stone .mile-stone__item .content ul {
      padding-left: 20px; }
      .miles-stone .mile-stone__item .content ul li {
        font-size: 18px;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        margin-bottom: 4px; }
        .miles-stone .mile-stone__item .content ul li::after {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #000;
          left: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }

/* ---------Search page---------- */
.search-page {
  margin-top: 60px;
  margin-bottom: 60px; }

/* ------------Hidden Menu Mobile On PC------------ */
/* ------------------------ Responsive ------------------------ */
@media screen and (max-width: 1200px) {
  header .header-bottom .logo {
    width: 124px; }
  header .header-bottom .main-menu li.arrow a h3 {
    padding: 8px 10px 9px 10px; }
  header .header-bottom .main-menu li.arrow > a > h3::before {
    right: -2px; }
  main .banner-slide .slick-list,
  main .banner-slide .slick-track {
    height: 400px; }
  .a.more-btn {
    max-width: fit-content; }
  .product-detail-page .gallery .main-img {
    height: 400px; }
  .cart-page .button-wrap.top {
    display: none; }
  .cart-page .button-wrap.bottom {
    display: flex;
    margin-top: 32px; }
  .compare-page .compare-table {
    overflow-x: scroll; }
    .compare-page .compare-table table {
      width: 1200px; } }

@media screen and (max-width: 1024px) {
  .product-info .product-shared {
    flex-wrap: unset; } }

@media screen and (max-width: 992px) {
  header .header-top-wrap {
    justify-content: end; }
    header .header-top-wrap .header-top-left {
      display: none; }
  header .header-bottom .header-bottom__wrap {
    flex-wrap: wrap; }
    header .header-bottom .header-bottom__wrap .logo {
      order: 1;
	}
	main .banner-slide--wrap .banner-slide--content h2 {
		font-size: 30px;	
	}
	
	main .banner-slide--wrap .banner-slide--content p {
		font-size: 16px;
	}
    header .header-bottom .header-bottom__wrap .main-menu {
      position: relative;
      top: 0;
      width: 100%;
      order: 3;
      flex-direction: column;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      transition: .5s; }
      header .header-bottom .header-bottom__wrap .main-menu.active {
        opacity: 1;
        visibility: visible; }
      header .header-bottom .header-bottom__wrap .main-menu li > a > h3::before {
        right: 10px;
        font-size: 18px; }
      header .header-bottom .header-bottom__wrap .main-menu li + li {
        margin: 0;
        border-top: 1px solid #fff; }
      header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu {
        position: unset;
        visibility: visible;
        opacity: 1;
        width: 100%;
        box-shadow: unset;
        max-height: 0;
        opacity: 0;
        visibility: hidden; }
        header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu.active {
          max-height: 1000px;
          opacity: 1;
          visibility: visible; }
        header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li {
          padding-left: 20px;
          position: relative;
          margin-top: 1px; }
          header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li::before {
            content: "";
            position: absolute;
            padding-left: 78%;
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 14px;
            right: 0;
            height: 43px;
            z-index: 1; }
          header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li > .sub-menu {
            position: unset;
            visibility: hidden;
            opacity: 0;
            width: 100%;
            box-shadow: unset;
            max-height: 0;
            transition: .5s; }
            header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li > .sub-menu li {
              padding-left: 20px; }
              header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li > .sub-menu li::before {
                display: none; }
            header .header-bottom .header-bottom__wrap .main-menu li > .sub-menu > li > .sub-menu.active {
              max-height: 500px;
              opacity: 1;
              visibility: visible; }
    header .header-bottom .header-bottom__wrap .btn-wrap {
      order: 2; }
      header .header-bottom .header-bottom__wrap .btn-wrap .menu-mobile {
        display: block; }
        header .header-bottom .header-bottom__wrap .btn-wrap .menu-mobile button {
          padding: 7px 13px;
          font-size: 20px;
          background-color: #fff;
          border-radius: 4px;
          margin-left: 17px;
          border: 1px solid #ebebeb; }
          header .header-bottom .header-bottom__wrap .btn-wrap .menu-mobile button:hover {
            background-color: var(--primary-color);
            color: #fff;
            border-color: var(--primary-color); }
          header .header-bottom .header-bottom__wrap .btn-wrap .menu-mobile button i {
            width: 20px;
            height: 20px; }
  main .banner-slide .banner-slide--wrap {
    padding: 25px 0 20px; }
    main .banner-slide .banner-slide--wrap .slick-list,
    main .banner-slide .banner-slide--wrap .slick-track {
      height: 300px; }
  main .about--img {
    height: 100%; }
  main .banner--left, main .banner--right {
    height: 500px; }
  main .media .video-top-wrap {
    height: 400px; }
  main .sales-channel {
    padding: 40px 0;
    background-repeat: repeat;
    background-position-x: 38%;
    background-position-y: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: contain; }
    main .sales-channel .img-wrap {
      height: 145px; }
  .product-popup .popup-container {
    width: 780px; }
    .product-popup .popup-container .gallery .main-img {
      width: 300px;
      height: 300px; }
    .product-popup .popup-container .gallery .sub-img {
      width: 300px; }
  .payment-page .page-wrap {
    flex-direction: column-reverse; }
  .compare-bar .list-image .img-wrap {
    width: 70px; }
  .wishlist-page .col-xl-10 {
    overflow-x: scroll; }
    .wishlist-page .col-xl-10 .wishlist {
      width: 1000px; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6 .policy-item h3 {
    font-size: 16px; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6 .policy-item p {
    font-weight: 300; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6:first-child .policy-item {
    border-radius: 30px 0 0 0 !important;
    background-color: #0068b0;
    padding: 21px 21px 24px; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6:nth-child(2) .policy-item {
    border-radius: 0 30px 0 0 !important;
    background-color: #0068b0;
    padding: 21px 21px 24px; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6:nth-child(3) .policy-item {
    border-radius: 0 0 0 30px !important;
    background-color: #0068b0;
    padding: 21px 21px 24px; }
  .policy-content-wrap .col-xl-10 .policy-wrap .col-md-6:last-child .policy-item {
    border-radius: 0 0 30px 0 !important;
    background-color: #0068b0;
    padding: 21px 21px 24px; } }

@media screen and (max-width: 768px) {
	main .banner-slide--wrap .banner-slide--content h2 {
    font-size: 24px;
}
	
	header .header-bottom .sub-logo {
		width: 80px;
		height: auto;
	}
	main .banner-slide--wrap .banner-slide--content {
		width: 80%;
	}
  main .about {
    padding: 40px 0 20px; }
  main .banner .banner--left,
  main .banner .banner--right {
    height: 365px; }
  main .sales-channel .img-wrap {
    height: 104px; }
  .product-popup .popup-container {
    width: 80%; }
    .product-popup .popup-container .container {
      max-width: 100%; }
    .product-popup .popup-container .gallery .main-img {
      width: 100%;
      height: auto; }
    .product-popup .popup-container .gallery .sub-img {
      display: none; }
  .modal-popup .popup-container {
    width: 80%;
    padding: 20px; }
    .modal-popup .popup-container .cart .cart-header h2 {
      margin-right: 0; }
    .modal-popup .popup-container .cart .button-wrap {
      flex-wrap: wrap; }
      .modal-popup .popup-container .cart .button-wrap a {
        width: 100%;
        display: block;
        margin-bottom: 0; }
        .modal-popup .popup-container .cart .button-wrap a + a {
          margin-top: -40px;
          margin-left: 0; }
  .cart-page .cart-detail-wrap .col-xl-8 {
    overflow-x: scroll; }
  .cart-page .cart-detail-wrap .cart-detail {
    margin-bottom: 0;
    width: 787px; }
  .cart-page .cart-detail-wrap .cart-total {
    margin-top: 40px; }
  .compare-bar .button {
    padding-top: 6px; }
  .compare-bar .delete-all {
    text-align: left;
    padding-bottom: 6px; }
    .compare-bar .delete-all button {
      margin-right: 0;
      margin-left: 12px; } }

@media screen and (max-width: 576px) {
  header .header-top {
    padding: 10px 0 6px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 9px; }
    header .header-top .header-top-wrap {
      justify-content: center; }
  header .header-bottom .search-container {
    width: 80%;
    right: 12px; }
  main .banner-slide .banner-slide--wrap .slick-list,
  main .banner-slide .banner-slide--wrap .slick-track {
    height: 230px; }
  .widget-cart {
    display: flex;
    top: unset;
    right: 50%;
    bottom: 16px;
    transform: translateX(50%);
    padding: 12px 8px 6px 8px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 250px; }
    .widget-cart .item {
      padding: 6px 10px 0; }
      .widget-cart .item a svg {
        height: 20px; }
  main .about--content h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 16px; }
  .product-popup .popup-container .gallery-wrap {
    display: none; }
  .product-popup .popup-container .product-order form .form-group {
    flex-wrap: wrap; }
    .product-popup .popup-container .product-order form .form-group .product-stored {
      width: 100%;
      text-align: center;
      margin-top: 5px;
      margin-right: 25px; }
  .product-popup .popup-container .product-order form button {
    margin-top: 0; }
  .modal-popup .popup-container {
    width: 90%;
    flex-direction: column; }
    .modal-popup .popup-container .add-success {
      border-right: 0;
      padding: 0;
      margin-bottom: 20px; }
      .modal-popup .popup-container .add-success .product-info .img-wrap {
        width: 100px; }
    .modal-popup .popup-container .cart {
      padding-left: 0; }
      .modal-popup .popup-container .cart .cart-header h2 {
        margin-right: 0; }
      .modal-popup .popup-container .cart .cart-header i {
        position: absolute;
        top: 8px;
        right: 13px; }
      .modal-popup .popup-container .cart .button-wrap {
        flex-wrap: wrap; }
        .modal-popup .popup-container .cart .button-wrap a {
          width: 100%;
          display: block;
          margin-bottom: 0;
          margin-top: 28px;
          text-align: center; }
          .modal-popup .popup-container .cart .button-wrap a + a {
            margin-top: 20px;
            margin-left: 0; }
  .product-item .product-item--wrap .product-item--img {
    height: 180px; }
  .product-info .product-shared {
    flex-wrap: wrap; }
    .product-info .product-shared .socials-shared {
      width: 100%;
      margin-top: 20px; }
  .product-item--wrap .product-item--img {
    height: 200px; }
  .single-page h2.title {
    font-size: 26px; }
  .sidebar h2 {
    font-size: 26px; }
  .cart-page .cart-detail-wrap .cart-detail {
    margin-bottom: 0;
    width: 680px; }
  .cart-page .button-wrap.bottom {
    justify-content: space-between; }
    .cart-page .button-wrap.bottom a {
      margin-left: 0;
      font-size: 16px; }
  .banner-safety a {
    display: block;
    height: 210px; }
  main .sales-channel .img-wrap {
    height: 82px; }
  .product_page--wrap .compare-bar .button a {
    margin: 8px 0 8px 10px; } 
	
	main .banner-slide--wrap .banner-slide--content h2 {
    font-size: 20px;
	}
	
	main .banner-slide--wrap .banner-slide--content p{
		 overflow: hidden;
	   display: -webkit-box;
	   -webkit-line-clamp: 2; /* number of lines to show */
			   line-clamp: 2; 
	   -webkit-box-orient: vertical;
	}
	
	main .banner-slide--wrap .banner-slide--content {
		width: 90%;
		 top: 76%;
    	left: 48%;
	}
}

@media screen and (max-width: 426px) {
  .product-item--wrap .product-item--caption .product-item--add-cart {
    padding: 6px;
    font-size: 13px; }
  .product-popup .popup-container {
    width: 90%; }
    .product-popup .popup-container .gallery-wrap {
      display: none; }
    .product-popup .popup-container .product-order form .form-group {
      flex-wrap: wrap; }
      .product-popup .popup-container .product-order form .form-group .product-stored {
        margin-right: 0;
        margin-left: 0; }
    .product-popup .popup-container .product-order form button {
      width: 100%;
      padding: 12px 12px; }
  main .banner .banner--left,
  main .banner .banner--right {
    height: 260px; } }

@media screen and (max-width: 376px) {
  .compare-bar .list-image .img-wrap {
    width: 69px; } }
