.section_coupons {
  margin-top: 30px; }
  .section_coupons .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .section_coupons .coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    display: flex;
    min-height: 120px;
    min-height: 100px;
    height: 100%; }
    .section_coupons .coupon_item .coupon_icon {
      width: 80px;
      flex: 0 0 80px;
      padding: 8px 4px 8px 8px;
      background-color: var(--coupon-code-background); }
    .section_coupons .coupon_item.no-icon:before {
      color: #fff; }
    .section_coupons .coupon_item:after {
      bottom: -4px;
      top: auto; }
    .section_coupons .coupon_item .coupon_body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 12px 15px; }
      .section_coupons .coupon_item .coupon_body .coupon_title {
        font-size: 16px;
        color: var(--coupon-title-color);
        font-weight: bold;
        margin-bottom: 10px; }
      .section_coupons .coupon_item .coupon_body .coupon_desc {
        font-size: 14px;
        line-height: 1.2;
        color: #727272;
        padding-bottom: 20px; }
      .section_coupons .coupon_item .coupon_body .coupon_head {
        text-align: center; }

.coupon_copy {
  background: var(--coupon-button-color);
  color: #fff; }
  .coupon_copy:hover {
    color: #fff;
    background: var(--coupon-button-color);
    filter: brightness(1.08) !important; }

.coupon-action button.btn.btn-main {
  border-color: var(--coupon-button-color);
  color: var(--coupon-button-color);
  border-radius: 5px; }

.coupon-action button.btn.btn-main.coupon_copy {
  border-color: #fff;
  color: #fff; }

.coupon_item .coupon_copy {
  border: none;
  padding: 2px 8px 3px 8px;
  border-radius: 0;
  margin-bottom: 3px; }

.coupon_item .coupon_body button span {
  display: block;
  line-height: 24px;
  height: 24px;
  font-size: 14px; }

.coupon_item.no-icon .coupon_body {
  width: 100%; }

.coupon_info {
  display: none; }

.coupon_info_toggle {
  font-size: 14px;
  color: #353945;
  cursor: pointer;
  margin-bottom: 3px;
  text-decoration: underline;
  margin-left: 10px; }

.coupon-modal {
  z-index: 99999; }
  .coupon-modal .coupon_desc {
    display: none; }
  .coupon-modal .coupon_info {
    display: block; }
  .coupon-modal .modal-content {
    padding: 15px 20px; }
  .coupon-modal .window-close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: -1px; }

.coupon-action {
  --primary-color: var(--coupon-button-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  grid-gap: 15px; }

.coupon-title {
  color: var(--coupon-title-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 32px;
  max-height: 32px;
  font-weight: 500;
  margin: 0px 16px 16px;
  text-align: center; }

.coupon-row {
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-gap: 5px;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px; }
  .coupon-row:nth-child(2n) {
    background-color: #f3f3f3; }
  .coupon-row .coupon-info {
    grid-column: 1/-1;
    grid-row: 2; }

.coupon-action {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F0F1F2; }

.coupon-label {
  color: #4c4c4c; }

.product-coupons {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
  cursor: pointer;
  overflow-x: auto; }
  .product-coupons::-webkit-scrollbar {
    display: none; }
  .product-coupons .icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    color: var(--coupon-lite-border); }

.coupon_item.lite {
  flex: 0 0 auto;
  border-radius: 0;
  filter: none;
  min-height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin-left: 5px;
  margin-right: 5px; }
  .coupon_item.lite:before {
    content: normal; }
  .coupon_item.lite .coupon_content {
    border: 1px solid var(--coupon-lite-border);
    color: var(--coupon-lite-border);
    border-radius: 5px;
    padding: 3px 12px;
    position: relative;
    font-size: 14px; }
    .coupon_item.lite .coupon_content:before, .coupon_item.lite .coupon_content:after {
      content: '';
      position: absolute;
      border-radius: 999px;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid var(--coupon-lite-border);
      top: 50%;
      transform: translateY(-50%); }
    .coupon_item.lite .coupon_content:before {
      left: -5px; }
    .coupon_item.lite .coupon_content:after {
      right: -5px; }

.coupon-action .btn {
  padding: 10px; }

#template-collection .section_coupons .container {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 1024px) {
  .section_coupons [class*=col-lg] {
    padding-right: 4px; }
  .coupon_item {
    min-height: calc(100% - 18px); }
  .section_coupons .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px; }
  .section_coupons .col-lg {
    padding-right: 4px; }
  .section_coupons .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .section_coupons .row::-webkit-scrollbar {
      display: none; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .section_coupons .col-lg {
    flex: 0 0 31%; } }

@media (max-width: 767px) {
  .coupon_item .coupon_body {
    padding: 10px; }
  .coupon-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    top: auto !important;
    transform: none !important; }
  .coupon-modal .modal-content {
    border-radius: 5px 5px 0 0; } }

@media (max-width: 767px) {
  .coupon_item .coupon_copy {
    margin-bottom: 7px; } }

#coupon-modal.show ~ .modal-backdrop {
  z-index: 9999; }

.coupon-toggle {
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 1;
  border-bottom: solid 1px #e4e5e7;
  margin-bottom: 15px; }
  .coupon-toggle img {
    width: 20px;
    margin-right: 7px !important; }
  .coupon-toggle div {
    display: flex;
    align-items: center; }
  .coupon-toggle .coupon-toggle-btn {
    cursor: pointer;
    color: #2e72d2; }

@media (min-width: 768px) {
  .coupon-toggle {
    border-top: solid 1px #e4e5e7;
    margin-top: 15px; } }

@media (max-width: 767px) {
  .coupon-toggle img {
    width: 16px; }
  .coupon_item.lite .coupon_content {
    font-size: 12px; } }

.containername {
  padding: 0 5px; }

#home-slider .slick-dots {
  display: none; }

.logopa {
  display: block;
  padding: 15px; }

main {
  padding-top: 0; }

.newproductcus_grid2 {
  /**
	*  Progress Bar
	*/ }
  .newproductcus_grid2 .sliderforimagesliderver .slicitem {
    margin-top: 10px; }
  .newproductcus_grid2 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .newproductcus_grid2 .progress {
    display: block;
    width: 3px;
    position: absolute;
    z-index: 9;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out; }

#product-quickview .product-sw-select-item input {
  display: none !important; }

#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px;
      flex-wrap: wrap; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 43px;
        height: 25px;
        line-height: 25px;
        padding: 0px 3px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  gap: 10px; }

.sliderforimage .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sliderforimage .slider-index.next svg {
    width: 24px; }
    .sliderforimage .slider-index.next svg path {
      stroke: #fff; }

.sliderforimage .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sliderforimage .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .sliderforimage .slider-index.prev svg path {
      stroke: #fff; }

.sliderforimage:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.sliderforimage .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .sliderforimage .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.slideroncoupon {
  /* the slides */
  /* the parent */ }
  .slideroncoupon .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slideroncoupon .slider-index.next svg {
      width: 24px; }
      .slideroncoupon .slider-index.next svg path {
        stroke: #fff; }
  .slideroncoupon .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slideroncoupon .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .slideroncoupon .slider-index.prev svg path {
        stroke: #fff; }
  .slideroncoupon:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .slideroncoupon .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .slideroncoupon .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .slideroncoupon .slick-slide {
    margin: 0 7px; }
  .slideroncoupon .slick-list {
    margin: 0 -7px; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
  padding: 0 15px; }
  header .gridheader {
    display: flex;
    padding-top: 10px;
    gap: 10px; }
    header .gridheader .gridheader1 {
      width: 7%; }
      header .gridheader .gridheader1 svg:nth-child(2) {
        display: none; }
    header .gridheader .gridheader3 {
      width: 30%; }
      header .gridheader .gridheader3 .formsubmitheader {
        position: relative; }
      header .gridheader .gridheader3 input {
        width: 100%;
        border: 1px solid #000;
        height: 30px; }
      header .gridheader .gridheader3 button {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        padding: 5px 20px; }
    header .gridheader .gridheader4 {
      width: 25%;
      display: flex;
      gap: 10px;
      justify-content: flex-end; }
    header .gridheader .gridheader2 {
      width: 43%; }
      header .gridheader .gridheader2 .gridheader2list a {
        text-transform: uppercase; }
      header .gridheader .gridheader2 .gridheader2logo > a {
        display: block;
        max-width: 200px; }
      header .gridheader .gridheader2 .gridheader2list {
        margin-top: 10px; }
        header .gridheader .gridheader2 .gridheader2list ul {
          display: flex;
          gap: 15px; }

.content-product-list.newlayout {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  @media (max-width: 992px) {
    .content-product-list.newlayout {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 767px) {
    .content-product-list.newlayout {
      grid-template-columns: repeat(2, 1fr); } }
  .content-product-list.newlayout .looproductnew {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    min-width: 0; }
    .content-product-list.newlayout .looproductnew:nth-child(n+1) {
      border-top: 1px solid #000; }
    .content-product-list.newlayout .looproductnew:nth-child(n+7) {
      border-top: 1px solid transparent; }
  .content-product-list.newlayout .product-block .product-detail {
    padding: 0 5px; }

.baner6olw2 .content-product-list.newlayout .looproductnew {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  min-width: 0; }
  .baner6olw2 .content-product-list.newlayout .looproductnew:nth-child(n+1) {
    border-top: 1px solid #000; }
  .baner6olw2 .content-product-list.newlayout .looproductnew:nth-child(n+13) {
    border-top: 1px solid transparent; }

.baner6olw2 .content-product-list.newlayout .product-block .product-detail {
  padding: 0 5px; }

body.collection.baner6olw .looproductnew:nth-child(6n) {
  border-right: 1px solid #000; }

.view-option-selector {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  gap: 10px;
  width: 78px; }
  .view-option-selector button {
    background: transparent;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: center; }

.baner6olw2 .view-option-selector button[dataclass="baner6olw2"] {
  border: 1px solid #000; }

.baner6olw .view-option-selector button[dataclass="baner6olw"] {
  border: 1px solid #000; }

body.collection.baner6olw2 .content-product-list.newlayout {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  @media (max-width: 992px) {
    body.collection.baner6olw2 .content-product-list.newlayout {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 767px) {
    body.collection.baner6olw2 .content-product-list.newlayout {
      grid-template-columns: repeat(4, 1fr); } }
  body.collection.baner6olw2 .content-product-list.newlayout .product-detail, body.collection.baner6olw2 .content-product-list.newlayout .product-icon-action {
    display: none !important; }

.flexlocbproduct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 7%;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-left: 18px; }
  .flexlocbproduct .flexlocbproductmenu {
    z-index: 9999;
    position: relative;
    width: calc(100% - 88px);
    margin-top: 10px; }
    @media (min-width: 1200px) {
      .flexlocbproduct .flexlocbproductmenu {
        margin-top: -25px; } }
  .flexlocbproduct .insmenu1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .flexlocbproduct .insmenu1 a {
      display: block;
      border: 1px solid #000;
      color: #000;
      padding: 2px 5px;
      text-transform: uppercase;
      font-size: 12px; }

.flexlocbproductmenu .boxwrapffillter {
  position: relative;
  display: inline-block; }
  .flexlocbproductmenu .boxwrapffillter > div {
    display: block;
    border: 1px solid #000;
    color: #000;
    padding: 1px 0px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px; }

.flexlocbproductmenu .boxwrapffillterboxwap {
  display: flex;
  position: absolute;
  width: 540px;
  z-index: 1;
  border: 1px solid #000;
  top: 100%;
  flex-direction: column;
  background: #fff;
  max-width: 100vw;
  opacity: 0;
  visibility: hidden;
  opacity: 0; }
  @media (max-width: 992px) {
    .flexlocbproductmenu .boxwrapffillterboxwap {
      position: fixed;
      top: 185px;
      z-index: 9999999999;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff; } }

.flexlocbproductmenu .boxwrapffillterboxwapitem {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: auto;
  max-height: 200px; }
  .flexlocbproductmenu .boxwrapffillterboxwapitem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .flexlocbproductmenu .boxwrapffillterboxwapitem::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5; }
  .flexlocbproductmenu .boxwrapffillterboxwapitem::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.flexlocbproductmenu .zinitem {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .flexlocbproductmenu .zinitem.active {
    font-weight: bold; }
  .flexlocbproductmenu .zinitem:nth-child(6n) {
    border-right: 1px solid transparent; }

.flexlocbproductmenu .boxwrapffillterboxwabittomm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin-top: 20px; }
  .flexlocbproductmenu .boxwrapffillterboxwabittomm > div {
    border-top: 1px solid #000;
    padding: 10px;
    border-right: 1px solid #000; }
    .flexlocbproductmenu .boxwrapffillterboxwabittomm > div:nth-child(2) {
      border-right: 1px solid transparent; }
    .flexlocbproductmenu .boxwrapffillterboxwabittomm > div a {
      text-transform: uppercase;
      font-size: 12px; }

.boxwrapffillter.active .boxwrapffillterboxwap {
  visibility: visible;
  opacity: 1; }

.boxwrapffillter_click {
  padding: 2px 5px;
  display: block;
  font-size: 11px; }

.gridheader2logo {
  position: relative; }
  .gridheader2logo .gridheader2logomenupix {
    position: absolute;
    top: 0;
    width: 401px;
    height: 1600px;
    max-height: 85vh;
    border: 1px solid #000;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 99099999; }
    .gridheader2logo .gridheader2logomenupix .gridheader2logomenupix2 {
      display: flex;
      gap: 15px;
      padding: 0 15px; }
    .gridheader2logo .gridheader2logomenupix .gridheader2logomenupix1 {
      max-height: 30vh;
      overflow: auto;
      margin-bottom: 40px; }
      .gridheader2logo .gridheader2logomenupix .gridheader2logomenupix1 img {
        max-width: 170px; }
    .gridheader2logo .gridheader2logomenupix .gridheader2logomenupix2 {
      max-height: 10vh; }
    .gridheader2logo .gridheader2logomenupix .lismenucap2full {
      max-height: 45vh;
      overflow: hidden;
      padding: 10px 20px; }
      .gridheader2logo .gridheader2logomenupix .lismenucap2full::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5; }
      .gridheader2logo .gridheader2logomenupix .lismenucap2full::-webkit-scrollbar {
        width: 0px;
        background-color: #F5F5F5; }
      .gridheader2logo .gridheader2logomenupix .lismenucap2full::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #555; }
  .gridheader2logo .classapr {
    display: block;
    padding: 10px 0;
    text-transform: uppercase; }
  .gridheader2logo .lideonmeni {
    height: 1px;
    background: #000;
    width: 100%; }

.pagehlepcontent .vpcauhoigridblo {
  margin-top: 40px; }

.pagehlepcontent .vpcauhoigridbloititle {
  font-weight: bold;
  font-size: 24px; }

.pagehlepcontent .vpcauhoigrid_flex {
  margin: 30px 0; }
  .pagehlepcontent .vpcauhoigrid_flex a {
    display: inline-block;
    border: 1px solid #000;
    padding: 2px 10px;
    margin-right: 20px;
    margin-bottom: 20px; }

.pagehlepcontent .boxblocgridnext {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .pagehlepcontent .boxblocgridnext {
      grid-template-columns: repeat(2, 1fr); } }
  .pagehlepcontent .boxblocgridnext > div {
    min-width: 0;
    border: 1px solid #000;
    padding: 20px;
    padding-bottom: 47px; }
    .pagehlepcontent .boxblocgridnext > div a {
      font-size: 12px;
      margin-bottom: 5px;
      display: block; }

.pagehlepcontent .vtitles2 {
  margin-top: 100px;
  margin-bottom: 30px; }

.pagehlepcontent .lisbumenuli > li:nth-child(n+4) {
  display: none; }

.pagehlepcontent .boxblocgridnextitem.actived .lisbumenuli > li:nth-child(n+4) {
  display: block; }

.pagehlepcontent .help-categorysee {
  margin-top: 12px;
  display: block;
  text-decoration: underline; }

.pagehlepcontent .help-category__subcategories-title:hover {
  text-decoration: underline; }

.pagehlepcontent .help-category__categories-title {
  font-size: 18px; }

.newproductcus .newproductcus_grid {
  display: flex;
  gap: 15px; }
  @media (min-width: 1200px) {
    .newproductcus .newproductcus_grid {
      padding: 0 8px; } }
  .newproductcus .newproductcus_grid > div {
    width: calc(100%/3 - 15px); }

.boxswiperflex {
  display: flex;
  align-items: flex-end; }
  .boxswiperflex > div {
    position: relative; }
    .boxswiperflex > div:nth-child(1) {
      width: 90%; }
    .boxswiperflex > div:nth-child(2) {
      width: 5px; }
    .boxswiperflex > div:nth-child(3) {
      width: calc(10% - 5px); }

.sliderforimageslider .slick-arrow, .sliderforimageslider .slick-dots {
  display: none !important;
  visibility: hidden; }

.headmenuacctive header .gridheader .gridheader1 svg:nth-child(2) {
  display: block; }

.headmenuacctive header .gridheader .gridheader1 svg:nth-child(1) {
  display: none; }

.headmenuacctive .gridheader2logo .gridheader2logomenupix {
  visibility: visible;
  opacity: 1; }

.headmenuacctive .activmnutheme {
  position: fixed;
  z-index: 99;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.itemmenuroofmenu a, .itemmenuroofmenu .link2titlmnu {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  display: block; }

.itemmenuroofmenu .link2titlmnu {
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 11px; }

#home-slider .slick-dots {
  display: none !important; }

.zmenuclickj a.active {
  font-weight: bold; }

.classapr.active {
  font-weight: bold; }

.lismenucap2full .slick-arrow {
  display: none !important; }

.lismenucap2full .slick-dots {
  display: none !important; }

.list-variants-img {
  align-items: flex-start; }

#section-collection-2 .slick-list.draggable, #section-collection .slick-list.draggable {
  border-right: 1px solid #000; }

#section-collection-2 > div, #section-collection > div {
  padding: 0 5px; }

#section-collection-2 #owl-collection .d-flex-column, #section-collection #owl-collection .d-flex-column {
  padding-left: 15px;
  border: 1px solid #000;
  border-right: 0; }

#section-collection-tab .row-left-list {
  margin-left: 0; }

#section-collection-tab .tab-result .tab-pane > .d-flex-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #000;
  border-bottom: 0;
  border-top: 0;
  border-right: 0; }
  #section-collection-tab .tab-result .tab-pane > .d-flex-wrap .d-flex-column {
    width: 100%;
    min-width: 0;
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }
    #section-collection-tab .tab-result .tab-pane > .d-flex-wrap .d-flex-column:nth-child(n+1) {
      border-top: 1px solid #000; }
    #section-collection-tab .tab-result .tab-pane > .d-flex-wrap .d-flex-column:nth-child(n+7) {
      border-top: 1px solid transparent; }
  @media (max-width: 992px) {
    #section-collection-tab .tab-result .tab-pane > .d-flex-wrap {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 767px) {
    #section-collection-tab .tab-result .tab-pane > .d-flex-wrap {
      grid-template-columns: repeat(2, 1fr); } }

.formobile {
  display: none; }

@media (max-width: 992px) {
  .gridheader4_1 a:nth-child(1) {
    display: none; }
  .formobile {
    display: block; }
  header .gridheader .gridheader3 {
    display: none !important; }
  header .gridheader .gridheader2 .gridheader2logo > a {
    max-width: 150px;
    padding: 0; }
  header .gridheader .gridheader2 .gridheader2list {
    display: none !important; }
  header .gridheader .gridheader2 {
    width: 25%; }
  header .gridheader .gridheader4 {
    width: 65%;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    font-size: 12px; }
  .gridheader2logo .gridheader2logomenupix {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%; } }

.closetinger {
  padding: 15px; }

.numbase {
  position: relative;
  text-align: center; }
  .numbase .formsubmitheadersea {
    position: fixed;
    z-index: 99;
    bottom: 5px;
    width: 95%;
    background: transparent;
    left: 50%;
    transform: translateX(-50%); }
  .numbase input {
    width: 100%;
    border: 1px solid #000;
    height: 30px;
    background: transparent; }
  .numbase button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 5px 20px; }

@media (max-width: 767px) {
  .footer-link-wanda {
    display: none; }
  footer .top-ft-wanda .title-footer h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .top-ft-wanda .title-footer h4 span {
      font-size: 18px; } }

#section-collection-2 #owl-collection .d-flex-column, #section-collection #owl-collection .d-flex-column {
  padding-left: 0px; }
  #section-collection-2 #owl-collection .d-flex-column .product-block, #section-collection #owl-collection .d-flex-column .product-block {
    padding: 5px; }

.motacol {
  padding: 0 30px; }

.wrappericenag {
  width: 95%;
  padding: 20px 30px;
  margin: 0 auto; }

.removefilter, .xemketquall {
  display: block; }

.zinitem.active span {
  font-weight: bold; }

.filteron_color .zinitem.active span {
  border: 1px solid #000; }

.filteron_color .zinitem.active > div {
  font-weight: bold; }

@media (max-width: 992px) {
  .flexlocbproduct {
    padding-left: 0; }
  .flexlocbproduct .flexlocbproductmenu {
    width: 100%;
    margin-top: 10px; }
  .flexlocbproduct .insmenu1 {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto; }
    .flexlocbproduct .insmenu1 > div {
      flex: 0 0 auto; }
  .flexlocbproductmenu .boxwrapffillterboxwap {
    width: 100vw;
    max-width: 100vw; } }

.newproductcus_grid1 {
  display: flex;
  align-items: flex-end; }
  .newproductcus_grid1.active {
    margin-top: 0; }
  .newproductcus_grid1 .boxrwapdeswap {
    padding: 25px;
    width: 280px;
    max-height: 258px;
    overflow: hidden;
    font-size: 12px; }
  .newproductcus_grid1 .boxrwapdes {
    padding-bottom: 20px;
    border: 1px solid #000;
    width: 100%;
    overflow-x: hidden !important; }
    .newproductcus_grid1 .boxrwapdes::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5; }
    .newproductcus_grid1 .boxrwapdes::-webkit-scrollbar {
      width: 4px;
      background-color: #F5F5F5; }
    .newproductcus_grid1 .boxrwapdes::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
  .newproductcus_grid1 .xemthemmore {
    padding: 25px;
    padding-top: 10px; }
    .newproductcus_grid1 .xemthemmore a {
      text-decoration: underline;
      font-size: 12px; }
  .newproductcus_grid1 .boxrwapdes.active .boxrwapdeswap {
    max-height: initial; }

.nonetop {
  border-top: 0 !important; }

.newproductcus_grid3 {
  margin-left: 50px; }
  @media (min-width: 1200px) {
    .newproductcus_grid3 {
      max-width: 280px;
      margin-left: auto; } }
  .newproductcus_grid3 .boxwrapinfo1 {
    border: 1px solid #000;
    padding: 20px; }
  .newproductcus_grid3 .producttitle {
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    .newproductcus_grid3 .producttitle .product-wishlist {
      position: relative; }
    .newproductcus_grid3 .producttitle button {
      border: none;
      background: transparent; }
  .newproductcus_grid3 .productpricewin {
    font-size: 14px;
    margin-bottom: 15px; }
  .newproductcus_grid3 .boxwrapinfoth a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #000;
    border-top: 0;
    font-size: 12px; }

.sliderforimagever {
  padding-left: 5px; }
  .sliderforimagever .slicitem {
    cursor: pointer; }

#product-sider-seen .slick-track, #section-related .slick-track {
  margin-left: 0; }

#product-sider-seen .slick-list.draggable, #section-related .slick-list.draggable {
  border-right: 1px solid #000; }

#product-sider-seen .d-flex-column, #section-related .d-flex-column {
  padding: 5px;
  border: 1px solid #000;
  border-left: 0; }

#product-sider-seen .slick-callback .slick-arrow.slick-next, #section-related .slick-callback .slick-arrow.slick-next {
  right: 0; }

#product-sider-seen .slick-callback .slick-arrow.slick-prev, #section-related .slick-callback .slick-arrow.slick-prev {
  left: 0; }

@media (max-width: 1200px) {
  .newproductcus_grid1 .boxrwapdeswap {
    padding: 15px;
    width: 100%;
    max-height: 258px;
    overflow: hidden; } }

@media (max-width: 992px) {
  .boxrwapdes.active {
    height: initial !important; }
  .product-fixed-buy-mart.visible-xs {
    visibility: hidden; }
  .boxswiperflex {
    display: block; }
  .newproductcus_grid3 {
    margin-left: 0;
    display: none; }
  .boxswiperflex > div:nth-child(3) {
    display: none !important; }
  .newproductcus .newproductcus_grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; }
    .newproductcus .newproductcus_grid > div {
      width: 100% !important; }
  .boxswiperflex > div:nth-child(1) {
    width: 100%; }
  .newproductcus_grid1 {
    order: 3;
    flex-grow: 1; }
  .newproductcus_grid1 {
    order: 1;
    flex-grow: 1; }
  .newproductcus_grid3 {
    order: 2;
    flex-grow: 1; } }

.actionformobile {
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px; }
  .actionformobile .actionformobile_add {
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 7px; }
  .actionformobile .infoprmbile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }
    .actionformobile .infoprmbile .infoprmbileitem1 {
      text-align: left; }
  .actionformobile .bodercolor {
    display: flex;
    align-items: center;
    gap: 4px; }
  .actionformobile .boxcolir {
    width: 27px;
    height: 27px;
    display: block; }
  .actionformobile .titlep {
    display: flex;
    gap: 5px; }
    .actionformobile .titlep button {
      background: transparent;
      border: none; }

.mobilexulydulieu {
  position: fixed;
  z-index: 999999999;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  min-height: 100px;
  display: none; }
  .mobilexulydulieu .colordulieu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px solid #000;
    padding: 5px; }
    .mobilexulydulieu .colordulieu span {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #ccc; }

.sizedulieu .fixforsize {
  display: flex; }

.sizedulieu .miniclass {
  min-width: 30px;
  padding: 4px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin-right: 10px; }
  .sizedulieu .miniclass.active {
    background: #000;
    color: #fff; }

@media (min-width: 992px) {
  .actionformobile {
    display: none !important; } }

.themvaogio {
  display: block;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 7px;
  color: #f5f5f5; }
  .themvaogio.active {
    color: #000; }

.flexhandleinfo {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 10px; }
  .flexhandleinfo .flexhandleinfo2 {
    display: flex;
    justify-content: flex-end; }
    .flexhandleinfo .flexhandleinfo2 .pluscontrol {
      width: 30px;
      border: 1px solid #ccc;
      height: 30px;
      justify-content: center;
      display: flex;
      align-items: center; }
  .flexhandleinfo > div {
    width: calc(100%/2);
    flex-grow: 1; }

.binkichthuoc {
  margin-top: 10px; }

.nosizecho #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
  border: 1px solid #e1e1e1 !important; }

.modal-wp-ct {
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  #owl-collection-related, #result-pd-seen {
    margin-left: 0;
    border-left: 1px solid #000; } }

.coupon_body .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.slideroncoupon:not(.slick-initialized) > div:nth-child(n+2) {
  display: none !important; }

.slideroncoupon .slider-index.next svg path {
  stroke: #000; }

.slideroncoupon .slider-index.prev svg path {
  stroke: #000; }

.slideroncoupon .slider-index.next svg {
  width: 17px; }

.slideroncoupon .slider-index.prev svg {
  width: 17px; }

.slideroncoupon .slider-index.next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #fff;
  z-index: 9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.slideroncoupon .slider-index.prev {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #fff;
  z-index: 9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.poncopupn {
  margin-bottom: 15px; }

.huongdanveco {
  font-size: 12px; }

@media (min-width: 1200px) {
  .formsubmitheader {
    max-width: 400px; } }

.looproductnew .product-wishlist {
  display: none !important; }

.looproductnew .list-variants-img {
  display: none !important; }

.showzzzz .flexlocbproduct {
  display: none !important; }

.inline-block.icon-addcart {
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  bottom: 6px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inline-block.icon-addcart svg {
    width: 12px; }
  .inline-block.icon-addcart path {
    fill: #000; }

.formsubmitheader {
  margin-top: 17px; }

.slidervideoallhan:not(.slick-initialized) > div:nth-child(n+2) {
  display: none !important; }

.slidervideoallhan .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .slidervideoallhan .slider-index.next svg {
    width: 24px; }
    .slidervideoallhan .slider-index.next svg path {
      stroke: #fff; }

.slidervideoallhan .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .slidervideoallhan .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .slidervideoallhan .slider-index.prev svg path {
      stroke: #fff; }

.slidervideoallhan:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.slidervideoallhan .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .slidervideoallhan .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

@media (min-width: 1199px) {
  .slidervideoallhan iframe {
    height: 100vh; }
  .slidervideoallhan img {
    height: 100vh;
    width: 100%; } }

@media (max-width: 480px) {
  #home-slider {
    min-height: initial; } }

@media (max-width: 1199px) {
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.itemmenuroofmenu a:hover {
  font-weight: bold;
  text-decoration: underline; }

.sliderforimagesliderver {
  max-height: 500px;
  overflow: auto; }
  .sliderforimagesliderver::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .sliderforimagesliderver::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5; }
  .sliderforimagesliderver::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.slicitem img {
  width: 100%; }

footer a:hover, footer li:hover a {
  text-decoration: underline; }

.zmenuclickj li.active a {
  font-weight: bold;
  text-decoration: underline; }

.headmenuacctive .actionformobile {
  opacity: 0; }

@media (max-width: 767px) {
  .gridheader2logo .gridheader2logomenupix {
    max-height: 100vh;
    padding-bottom: 50px; }
  .gridheader2logo .gridheader2logomenupix .lismenucap2full {
    padding-bottom: 30px; } }

.formsubmitheader input {
  text-transform: uppercase; }

.gridheader4 a {
  text-transform: uppercase; }

.soldOut {
  pointer-events: none; }

header .gridheader .gridheader3 input {
  background: transparent; }

@media (min-width: 1200px) {
  #collection-template {
    padding-top: 0; }
  .content-product-list {
    margin-top: 0px; } }

@media (max-width: 992px) {
  #collection-template {
    padding-top: 0px; }
  .filterproductgoud {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: auto; }
    .filterproductgoud > div {
      flex: 0 0 auto; }
  .view-option-selector {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    gap: 10px;
    width: 78px;
    margin-left: auto; }
  .content-product-list {
    margin-top: 0; }
  .flexlocbproduct {
    margin-left: 0; } }

.product-block .product-detail .pro-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

@media (max-width: 767px) {
  .actionformobile {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px; }
  .product-block .product-detail .pro-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .content-product-list.newlayout .looproductnew:nth-child(n+3) {
    border-top: none; }
  .product-block .add-cart-mb-loop {
    top: 0; }
  html::-webkit-scrollbar {
    width: 36px;
    background-color: #ccc;
    display: none; } }

.itemmenuroofmenu {
  overflow: auto;
  max-height: 40vh; }
  .itemmenuroofmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .itemmenuroofmenu::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5; }
  .itemmenuroofmenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.overlopphu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }

.product-block.item .product-wishlist {
  display: none !important; }

.headmenuacctive .mobilexulydulieu {
  visibility: hidden; }

.formsubmitheadersill {
  margin: 15px;
  position: relative;
  right: 0; }
  @media (min-width: 992px) {
    .formsubmitheadersill {
      display: none !important; } }
  .formsubmitheadersill input {
    width: 100%;
    border: 1px solid #000; }
  .formsubmitheadersill button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background: transparent;
    border: none; }

@media (min-width: 992px) {
  #modal-sizechart {
    max-width: 900px; } }

#form-password2 label {
  display: flex;
  align-items: center;
  gap: 5px; }

#form-password2 #checkboxkham {
  width: initial;
  height: initial; }

.underl {
  text-decoration: underline; }

.action_account_custommer {
  position: relative; }
  .action_account_custommer .ghitacheck {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: red;
    z-index: 999;
    opacity: 0; }

header .gridheader .gridheader3 button {
  font-weight: 500;
  color: #000; }

#modal-sizechart table {
  width: 100% !important;
  margin-left: 0 !important; }
  @media (max-width: 767px) {
    #modal-sizechart table p, #modal-sizechart table span, #modal-sizechart table strong {
      margin-bottom: 0 !important;
      font-size: 10px !important; } }

header .gridheader .gridheader3 .formsubmitheader {
  background: #fff; }

.titlechons {
  text-align: center;
  font-weight: bold;
  font-size: 20px; }

.gridbangsize {
  display: flex;
  justify-content: center;
  margin: 10px; }
  .gridbangsize .gridbangsize1 {
    border: 1px solid #000;
    padding: 5px 15px;
    min-width: 160px;
    text-align: center; }
    .gridbangsize .gridbangsize1:nth-child(2) {
      border: 1px solid #000;
      padding: 5px 15px;
      background: #000;
      color: #fff; }

#modal-sizechart table {
  border: 1px solid #ccc !important; }

.option-selection-register {
  margin-bottom: 10px; }

.option-selection-register ul {
  display: flex;
  justify-content: space-between; }

.option-selection-register ul li {
  width: 50%; }

.phoneCheckShow {
  display: none; }

.otpcode {
  display: none; }

.option-selection-register ul li label.mobile {
  display: none; }

@media (max-width: 767px) {
  .option-selection-register ul li label.desktop {
    display: none; }
  .option-selection-register ul {
    display: flex; }
  .option-selection-register ul li input {
    display: none; }
  .option-selection-register ul li label.mobile {
    background: #000000;
    color: #fff;
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center; }
  .option-selection-register ul li {
    padding: 0 5px;
    display: flex;
    align-items: center;
    text-align: center; } }

.userbox {
  clear: both; }
