.form-note{
  display: none;
  font-size: 14px;
  margin-top: 4px;
}
.form-note.active{
  display: block;
}
.travel-bn-tit{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-top: 100px;
  margin-bottom: 8px;
}
.travel-bn{
  height: 260px;
  background-size: cover;
  background-position: center center;
}
.travel-card{
  position: relative;
}
.travel-box{
  width: calc( 100% - 60px );
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 40px 30px;
  box-shadow: 5px 5px 15px #ccc;
  margin: -20% auto 30px auto;
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #777;
  letter-spacing: 0.05em;
}
.travel-box a{
  color: #3e935d;
  text-decoration: underline;
  font-size: 0.9em;
}
.travel-title{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
.btn.more-btn{
  border-radius: 0;
  min-width: 160px;
  position: absolute;
  z-index: 4;
  bottom: -24px;
  right: 0;
}
.fa {
  width: auto;
}
.pd-side {
  width: 320px;
  padding-right: 40px;
}

.pd-main {
  width: calc(100% - 320px);
  min-height: 380px;
}

.show {
  display: inline-block !important;
}

.pd-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.dropdown-menu.show {
  left: auto !important;
  right: 0 !important;
  min-width: 100%;
  border-radius: 0;
}

.filter-box {
  padding: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.filter-btn {
  display: inline-block;
  color: #363636;
  padding: 0 20px;
  line-height: 32px;
  background-color: #f3f3f3;
}

.filter-btn:hover {
  background-color: #f3f3f3;
  color: #363636;
  text-decoration: none;
}

.check-container {
  display: inline-block;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
  position: relative;
  margin-right: 16px;
  margin-bottom: 8px;
  text-decoration: none;
}

.check-container.block {
  width: 100%;
  margin-right: 0;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-container-check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #BEBEBE;
  border-radius: 2px;
}

.check-container input:checked~.check-container-check {
  border: solid 1px #45515A;
  background-color: #45515A;
  background-image: url("../images/shop/checked.svg");
  background-size: cover;
}

.check-container input:disabled~.check-container-check {
  background-color: #E4E4E4;
  border: solid 1px #BEBEBE;
}

.check-container input:checked:disabled~.check-container-check {
  background-color: #E4E4E4;
  border: solid 1px #BEBEBE;
  background-image: url("../images/checked-1.svg");
  background-size: cover;
}

.category {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.category i {
  display: none;
}

.main-category {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #363636;
  line-height: 50px;
  border-bottom: solid 1px #eee;
}

.main-category:hover {
  color: #000;
  text-decoration: none;
}

.main-category span {
  font-size: 70%;
  font-weight: 300;
  color: #808080;
}

.main-category i {
  width: auto;
  position: absolute;
  right: 0;
  top: 15px;
  transition: transform 0.3s ease-in-out;
}

.main-category.active i {
  transform: rotate(180deg);
}

.sub-category {
  list-style-type: none;
  padding: 15px 0;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.sub-category.active {
  display: flex;
}

.brand-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.brands-box {
  display: flex;
  list-style-type: none;
  padding: 15px 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.product-info a.product-ship-btn {
  color: #3e935d;
  text-decoration: underline;
}

.swiper-button-prev.fix,
.swiper-button-next.fix {
  color: #000;
}

.swiper-button-prev.fix {
  left: 0;
}

.swiper-button-next.fix {
  right: 0;
}

.nav-box.fix {
  padding-right: calc(4.125vw + 90px);
}

.swiper-slide .card {
  height: 100%;  
}

.card {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}

.popular {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.mask-box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.side-bag-list {
  max-width: 360px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 50px 20px;
  transform: translateX(360px);
  overflow: auto;
}

.mask-box.active {
  display: block;
}

.mask-box.active .side-bag-list {
  animation: side 0.5s forwards 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes side {
  0% {
    transform: translateX(360px);
  }

  100% {
    transform: translateX(0);
  }
}

.side-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/close.svg);
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}

.side-close:hover {
  opacity: 0.7;
}

.bag-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bag-img {
  width: 80px;
}

.bag-info {
  width: calc(100% - 110px);
  padding: 0 10px;
}

.delete-btn {
  font-size: 18px;
  display: inline-block;
  color: #000;
}

.bag-name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
}

.bag-price {
  color: rgb(220, 9, 9);
  font-size: 16px;
  font-weight: 500;
}

.bag-btn-box {
  border-top: solid 1px #eee;
  padding-top: 16px;
}

.bag-btn-box .btn {
  min-width: 160px;
}

.swiper-pagination-bullet {
  background: #000;
}

.eye {
  top: 39px;
}

.contact-box {
  padding: 0;
}

.contact-box {
  max-width: 100%;
  padding: 0;
  margin: 40px auto 0 auto;
}

.od-link {
  color: #1b635c;
}

.od-link:hover {
  color: #3e935d;
}

.other-box,
.invoice-box {
  margin-top: 10px;
  display: none;
}

.other-box.active,
.invoice-box.active {
  display: block;
}

.shopping-table tr {
  background: #fff;
}

.lable {
  display: block;
  font-weight: 500;
}

.radio-container {
  display: inline-block;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 6px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container-check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #BEBEBE;
  border-radius: 50%;
}

.radio-container input:checked~.radio-container-check {
  border: solid 1px #45515A;
}

.radio-container input:disabled~.radio-container-check {
  background-color: #E4E4E4;
  border: solid 1px #BEBEBE;
}

.radio-container input:checked~.radio-container-check::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 10px;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.radio-container input:checked:disabled~.radio-container-check::after {
  background-color: #BEBEBE;
}

.form-group.fix-1 {
  margin-bottom: 0;
}

.shopping-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto 20px auto;
  border: solid 1px #eee;

}

.shopping-table tr:nth-child(even) {
  background: #fff;
}

.shop-bag-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
}

.shop-bag-link:hover {
  color: #000;
  text-decoration: underline;
}

.shop-bag-delete-btn a {
  display: inline-block;
  color: #000;
}

.shop-bag-delete-btn a:hover {
  color: #636363;
}

.shopping-table th {
  background: #59b47a;
  color: #fff;
  font-weight: 400;
  padding: 1rem;
  font-size: 1rem;
  font-variant: small-caps;
  text-align: center;
}

.shopping-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: solid 1px #eee;
}

.shopping-table td:last-child {
  border-right: 0 none;
}

.shop-bag-img,
.shop-bag-delete,
.shop-bag-color {
  width: 100px;
}

.shop-bag-name {
  width: calc(55% - 300px);
}

.shop-bag-price,
.shop-bag-num,
.shop-bag-sum {
  width: 15%;
}

.shop-bag-total {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.breadcrumb {
  margin-bottom: 20px;
}

.login-box.fix {
  border-bottom: none;
}

.shop-btn-box {
  display: flex;
  padding-top: 20px;
}

.shop-btn-box .btn {
  min-width: 160px;
}

.modal-header {
  height: 50px;
  width: 100%;
  text-align: right;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-radius: 0;
}

.close-btn {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: auto;
  cursor: pointer;
  right: 0;
}

.close:hover {
  opacity: 0.6;
}

.modal-mask {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-mask.active {
  display: flex;
}

.modal-box {
  max-width: 800px;
  width: 90%;
  max-height: 70vh;
  overflow: auto;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background: #FFF;
  padding: 0 20px 20px 20px;
  position: relative;
}

.modal-container {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.active .modal-box {
  animation: popup 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.pd-row {
  display: flex;
}

.product-pic {
  width: 50%;
  padding-right: 60px;
}

.product-info {
  width: 50%;
}

.product-name {
  max-width: 680px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}

.product-price {
  font-size: 32px;
  font-weight: 500;
  color: #e40307;
  margin-bottom: 16px;
}

.product-num {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  display: flex;
}

.product-num .number-box {
  margin-bottom: 0;
  padding-left: 0;
}

.number-box {
  display: inline-block;
  margin-bottom: 4px;
}

.number-box input {
  width: 40px;
  height: 28px;
  text-align: center;
  border: none;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  margin: 0 2px;
  background-color: transparent;
}

.number-spinner {
  display: flex;
}

.num-bt {
  cursor: pointer;
  border: none;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  outline: none;
}

.num-bt.minus {
  background-image: url(../images/shop/minus.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
}

.num-bt.plus {
  background-image: url(../images/shop/plus.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
}

.num-bt:focus {
  outline: none;
  box-shadow: 0 0 5px #46a69d;
}

.product-ship-btn {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
  margin-bottom: 6px;
}

.product-ship-info {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.product-ship-info ol,
.product-ship-info ul,
.product-ship-info p {
  margin-bottom: 24px;
}

.pd-swiper {
  overflow: hidden;
  margin-bottom: 10px;
}

.thumbs {
  overflow: hidden;
  position: relative;
}
.product-item-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.product-item{
  font-size: 14px;
  line-height: 26px;
  border:solid 1px #59b47a;
  color: #59b47a;
  font-weight: 400;
  padding: 0 12px;
  margin-right: 8px;
  margin-bottom: 4px;
  text-decoration: none;
}
.product-item:hover{
background-color: #59b47a;
color: #fff;
text-decoration: none;
}
.product-box {
  max-width: 1240px;
  padding: 40px 20px 120px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.product-box.fix {
  padding: 0 20px 120px;
}
.product-box h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}

.product-box h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 1.6em;
}
.modal-btn{
  display: inline-block;
  color: #28a745;
  border: solid 1px #28a745;
  padding: 5px 15px;
  margin-top: 8px;
  text-decoration: none;
}
.modal-btn:hover{
  color: #fff;
  background-color:#28a745; 
  text-decoration: none;
}
.product-box h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.p-fix {
  padding: 0 80px;
}

.shop-banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 15px;
}

.car {
  display: inline-block;
  width: 36px;
  height: 30px;
  background-image: url(../images/shop/car.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  position: absolute;
  right: 3.125vw;
  top: 50%;
  transform: translateY(-50%);
}

.bag-num {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: rgb(225, 13, 13);
  font-size: 9px;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -3px;
  letter-spacing: 0;
}

.user {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/shop/login.png);
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3.125vw + 60px);
}

.user.active {
  background-image: url(../images/shop/login-1.png);
}

.pd-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
  border-left: solid 5px #46a69d;
  ;
  padding-left: 15px;

}

.swiper-button-prev,
.swiper-button-next {
  color: #FFF;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 24px;
}

@media (max-width:1024px) {
  .nav-box.fix {
    padding-right: 0;
  }

  .car {
    width: 30px;
    height: 24px;
    background-size: auto 24px;
    right: 58px;
  }

  .user {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
    right: 96px;
  }

  .product-box {
    padding: 20px 20px 60px;
    font-size: 16px;
    text-align: justify;
  }

  .p-fix {
    padding: 0;
  }

  .shop-banner {
    margin-bottom: 20px;
  }

  .product-box h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .product-box h5 {
    font-size: 18px;
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .col-6 {
    padding: 0 8px;
  }
}

@media (max-width:768px) {
  .pd-row {
    max-width: 540px;
    margin: 0 auto;
    flex-direction: column;
  }

  .product-pic {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .pd-swiper {
    margin-bottom: 8px;
  }

  .product-info {
    width: 100%;
  }

  .product-name {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .product-price {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .shop-btn-box {
    padding-top: 10px;
  }

  .shop-btn-box .btn {
    width: 100%;
    min-width: 0;
  }

  .modal-box {
    max-height: 70dvh;
    width: 100%;
  }
}

@media (max-width:540px) {

  .shopping-table,
  .table {
    border: none;
    font-size: 14px;
    position: relative;
  }

  .shopping-table thead,
  .table thead {
    display: none;
  }

  .shopping-table tr {
    border: solid 1px #eee;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px 0px #eee;
    padding-left: 110px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .shopping-table td,
  .table td {
    display: block;
    padding: 0.5rem;
    text-align: left;
    border-bottom: none;
  }

  .shopping-table tr td,
  .table tr td {
    display: flex;
    padding: 10px 0 0 10px;
    text-align: left;
    border-bottom: none;
  }

  .shopping-table td:before {
    min-width: 0;
    padding: 0;
    height: auto;
    content: attr(data-head);
    display: inline-block;
  }

  .shopping-table tr.fix td:before {
    display: none;
  }

  .shop-bag-img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .shopping-table tr.fix {
    padding: 0 0 5px 0;
  }

  .shopping-table tr:nth-child(even) {
    background: #fff;
  }

  .shopping-table tr td.pfix {
    padding-bottom: 10px;
  }

  .shop-bag-link {
    font-size: 16px;
  }

  .shop-bag-delete-btn {
    font-size: 18px;
    padding: 0;
    height: 0;
  }

  .shop-bag-delete-btn a {
    display: inline-block;
    color: #000;
    position: absolute;
    top: 18px;
    right: 10px;
  }

  .form-group.fix-1 {
    margin-bottom: 10px;
  }

  .radio-container {
    font-size: 14px;
  }

  .product-box {
    font-size: 14px;
    padding-bottom: 0;
  }

  .product-box h5 {
    font-size: 16px;
  }

  .eye {
    top: 36px;
  }

  .form-group.row {
    width: 100%;
    margin: 0 0 1em 0;
  }

  .form-group.row .form-col-6 {
    width: 100%;
    padding: 0;
    margin: 0 0 1em 0;
  }

  .xs-mb-0 {
    margin-bottom: 0 !important;
  }

  .num-bt {
    padding: 0;
  }

  .category {
    font-size: 20px;
    line-height: 40px;
    border: solid 1px #363636;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    text-align: center;
    position: relative;
  }

  .category.active {
    background-color: #d9d9d9;
  }

  .category i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .category.active i {
    transform: rotate(180deg);
  }

  .filter-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .brand-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .pd-side {
    width: 100%;
    padding-right: 0;
  }

  .pd-main {
    width: 100%;
  }
}

@media (max-width:430px) {
  .eye {
    top: 32px;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .card-title {
    margin-bottom: 4px !important;
  }

  .card-text {
    margin-bottom: 12px !important;
  }

  .card-body {
    padding: 10px 12px 15px 12px;
  }

  .contact-box {
    padding: 0;
    margin: 30px auto 0 auto;
  }

  .mt-xs-2 {
    margin-top: 12px;
  }

  .xs-pr-fix {
    padding-right: 10px !important;
  }
  .travel-bn{
    height: 200px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
  }
  .travel-box {
    width: calc( 100% - 40px );
    padding: 20px 20px 30px 20px;
    box-shadow: 5px 5px 15px #ccc;
    margin: -20% auto 30px auto;
    position: relative;
    z-index: 3;
    font-size: 14px;
}
.travel-title {
  font-size: 18px;
  margin-bottom: 4px;
}
.btn.more-btn {
  min-width: 140px;
  bottom: -20px;
  right: 0;
}
.travel-bn-tit {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.product-item-list{
  margin-bottom: 20px;
  font-size: 16px;
}
}