.imgCover img, .pro-img .swiper-slide img, .cart-2 .add-row .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.container {
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
  max-width: 1400px;
}

.product-list .pro-column {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  width: 24.5%;
}

.product-list .pro-column .pro-img {
  height: 319px;
}

.product-list .pro-column:hover .pro-img .pro-mask {
  opacity: 1;
}

.product-list .pro-img {
  position: relative;
}

.product-list .pro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.product-list .pro-mask {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

.product-list .pro-mask .btn-detail {
  position: absolute;
  width: 60%;
  height: 40px;
  line-height: 40px;
  top: calc(50% - 20px);
  left: 20%;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.product-list .btn-addcart {
  position: absolute;
  width: 90%;
  height: 40px;
  line-height: 40px;
  left: 5%;
  bottom: 5%;
  background-color: #2fb076;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.product-list .pro-name {
  font-size: 1.2rem;
  font-weight: bold;
}

.product-list .pro-name a {
  color: #333333;
}

.product-list .pro-info span {
  display: block;
}

.product-list .pro-info .origin {
  float: right;
  font-size: 13px;
  color: #949494;
}

.product-list .pro-info .sold {
  float: left;
  font-size: 15px;
  color: #949494;
}

.product-list .pro-price {
  text-align: right;
}

.product-list .pro-price .nt {
  margin-right: 3px;
  font-size: 13px;
  color: #949494;
}

.product-list .pro-price .price {
  font-size: 1.6rem;
  color: #C99D1C;
  font-weight: bold;
}

.product-list .dropdown-sort {
  position: relative;
  display: inline-block;
}

.product-list .dropdown-sort .dropbtn {
  border-bottom: 1px solid #949494;
  background-image: url(../images/common/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  color: #949494;
  padding: 3px 20px 3px 10px;
  width: 170px;
  text-align: left;
  cursor: pointer;
}

.product-list .dropdown-sort .dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
}

.product-list .dropdown-sort .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-list .dropdown-sort .dropdown-content a:hover {
  color: #b3995b;
}

.product-list .dropdown-sort .show {
  display: block;
}

.product-list .mob-btn {
  display: none;
  float: right;
}

.product-list .mob-btn .btn-addcart {
  position: relative;
  width: 50px;
  height: 26px;
  margin-top: 4px;
  background-image: url(../images/common/icon-cart-white.svg);
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.product .pro-img {
  width: 700px;
}

.product .pro-info {
  padding-left: 3%;
  width: calc(100% - 700px);
}

.product .pro-img,
.product .pro-info {
  float: left;
}

.product .pro-name {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
}

.product .pro-desc {
  margin: 25px 0;
  color: #666666;
  min-height: 150px;
}

.product .pro-price {
  margin-bottom: 15px;
}

.product .sold {
  margin-top: 10px;
  padding: 0 5px;
  float: right;
  color: #B3995B;
  border: 1px solid #B3995B;
  border-radius: 3px;
}

.product .sale, .product .origin, .product .sold {
  font-size: 1.2rem;
}

.product .sale, .product .origin {
  display: inline-block;
  vertical-align: middle;
}

.product .origin {
  margin-top: 5px;
  margin-left: 20px;
  color: #949494;
}

.product .sale {
  color: 666666;
}

.product .sale .price {
  font-size: 2rem;
  font-weight: bold;
  color: #CD0019;
}

.product .btn-addcart {
  padding: 15px 0;
  margin-top: 20px;
  background-color: #B3995B;
  color: #fff;
  border-radius: 7px;
}

.product .tab {
  margin-top: 3vw;
  border-bottom: 3px solid #e1e1e1;
}

.product .tab button {
  padding: 14px 16px;
  margin-bottom: -3px;
  float: left;
  cursor: pointer;
  width: 25%;
  background-color: inherit;
  border-bottom: 3px solid transparent;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  color: #949494;
}

.product .tab button:hover, .product .tab button.active {
  border-bottom: 3px solid #B3995B;
  color: #000;
}

.product .tabcontent {
  display: none;
  padding: 3vw 12px;
}

.product .tabcontent img {
  max-width: 100%;
  height: auto !important;
}

.amount-control {
  border: 1px solid #F2F2F2;
}

.amount-control .btn-control,
.amount-control .form-control {
  float: left;
}

.amount-control .btn-control {
  padding: 0;
  background-color: #F2F2F2;
  border-radius: 0;
}

.amount-control .form-control {
  border: none;
  text-align: center;
}

.amount-control:not(.sm) .btn-control {
  width: 55px;
  height: 55px;
}

.amount-control:not(.sm) .form-control {
  width: calc(100% - (55px *2));
  height: 55px;
  line-height: 55px;
}

.amount-control.sm .btn-control {
  width: 32px;
  height: 32px;
}

.amount-control.sm .form-control {
  width: calc(100% - (32px *2));
  height: 32px;
  line-height: 32px;
}

.pro-img .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.pro-img .swiper-slide {
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
}

.pro-img .main-swiper,
.pro-img .thumb-swiper {
  height: 600px;
}

.pro-img .main-swiper {
  position: relative;
  float: right;
  width: calc(100% - 110px);
  overflow: hidden;
}

.pro-img .main-swiper .swiper-button-prev,
.pro-img .main-swiper .swiper-button-next {
  opacity: 0;
}

.pro-img .main-swiper:hover .swiper-button-prev,
.pro-img .main-swiper:hover .swiper-button-next {
  opacity: 1;
}

.pro-img .thumb-swiper {
  float: left;
  padding-right: 10px;
  width: 100px;
  padding: 10px 0;
  overflow: hidden;
}

.pro-img .thumb-swiper .swiper-slide {
  width: 100%;
  height: 100px;
  opacity: 0.4;
  border: 1px solid #EDEDED;
}

.pro-img .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.cart .title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 5px;
}

.cart .title-gold {
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8c7439;
  background: url(../images/index/icon-order.svg) no-repeat left center;
  background-size: auto 30px;
}

.cart .title-gold.message {
  margin: 25px 0 20px 0;
  background-image: url(../images/common/icon-message.svg);
}

.cart .step-row {
  margin: 3vw auto;
  max-width: 900px;
  text-align: center;
}

.cart .step-row .step {
  position: relative;
  float: left;
  width: calc((100% - 28px) / 3);
}

.cart .step-row .step:before {
  content: "";
  position: absolute;
  left: 28px;
  top: calc((100% - 4px) / 2);
  display: block;
  width: calc(100% - 28px);
  height: 4px;
  background-color: #E4E4E4;
}

.cart .step-row .step:last-of-type {
  width: calc((100% - 28px) / 3 + 28px);
}

.cart .step-row .step label {
  position: absolute;
  top: -15px;
  left: 28px;
  width: calc(100% - 28px);
  margin-bottom: 0;
  color: #666666;
}

.cart .step-row .step .dot {
  top: calc((100% - 28px) / 2);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #E4E4E4;
  border-radius: 50%;
  color: #fff;
}

.cart .step-row .step .dot.last {
  position: absolute;
  right: 0;
}

.cart .step-row .step.current:before,
.cart .step-row .step.complete:before {
  background-color: #93C100;
}

.cart .step-row .step.current .dot,
.cart .step-row .step.complete .dot {
  background-color: #93C100;
}

.cart .btn-shop {
  padding: 3px 30px;
  border: 1px solid #B3995B;
  color: #B3995B;
  font-size: 1.2rem;
  border-radius: 30px;
}

.cart .btn-next {
  margin-top: 20px;
  padding: 15px 35px;
  min-width: 300px;
  background: #B3995B;
  color: #fff;
}

.cart .btn-continue {
  margin-top: 20px;
  padding: 15px 35px;
  min-width: 300px;
  border: 1px solid #B3995B;
  color: #B3995B;
}

.cart .table-title {
  margin-top: 25px;
  padding: 15px 20px;
  background-color: rgba(239, 239, 239, 0.5);
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #666666;
}

.cart .table-title a {
  color: #666666;
}

.cart .table-order .div-header {
  font-weight: bold;
}

.cart .table-order .div-header, .cart .table-order .div-td {
  padding: 15px 8px;
  text-align: center;
  vertical-align: middle;
}

.cart .table-order .div-td-amount {
  width: 150px;
}

.cart .table-order .div-td-amount,
.cart .table-order .div-td-price {
  white-space: nowrap;
}

.cart .table-order .td-info a, .cart .table-order .td-info img {
  display: inline-block;
  vertical-align: middle;
}

.cart .table-order .td-info img {
  margin-right: 1%;
  width: 17.5%;
  height: auto;
}

.cart .table-order .td-info a {
  color: #333333;
  font-size: 1.2rem;
  width: 80%;
  text-align: left;
}

.cart .table-order .btn-delete {
  background-color: #f2f2f2;
  color: #666;
}

.cart .table-order .btn-delete svg {
  height: 12px;
}

.cart .table-order .btn-detail {
  color: #b3995b;
}

.cart .table-order .inner-left {
  display: inline-block;
  text-align: left;
}

.cart .table-order .origin {
  color: #949494;
}

.cart .sale .price,
.cart .total .price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #CD0019;
}

.cart .total .price {
  margin-left: 25px;
}

.notice-row {
  margin-top: 25px;
}

.notice-row p {
  margin-bottom: 10px;
  padding-left: 25px;
  color: #949494;
  background-image: url(../images/common/icon-info.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
}

.cart-2 .order-form {
  padding-top: 15px;
}

.cart-2 .order-info {
  float: left;
  width: 60%;
  color: #666666;
}

.cart-2 .order-info .form-control {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

.cart-2 .order-info .col-6 {
  padding-right: 2%;
}

.cart-2 .order-detail {
  float: right;
  width: 40%;
  border: 1px solid #44916f;
  border-radius: 10px;
  overflow: hidden;
}

.cart-2 .order-detail .inner {
  padding: 5px 20px;
}

.cart-2 .order-detail .label {
  background-color: #44916f;
  color: #fff;
  font-size: 1.3rem;
}

.cart-2 .add-row {
  padding-top: 15px;
}

.cart-2 .add-row .img-wrap,
.cart-2 .add-row .info-wrap {
  display: inline-block;
  vertical-align: top;
}

.cart-2 .add-row .img-wrap {
  border: 1px solid #ededed;
  width: 70px;
  height: 70px;
}

.cart-2 .add-row .info-wrap {
  width: calc(100% - 75px);
  color: #333333;
  font-size: 1.2rem;
}

.cart-2 .add-row .info-wrap > div {
  margin-bottom: 10px;
}

.cart-2 .subtotal-row {
  margin: 15px 0;
  padding: 7px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.cart-2 .total-row {
  margin-bottom: 20px;
}

.cart-3 .icon {
  margin-bottom: 35px;
}

.cart-3 .icon .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #93C100;
  background-color: #93C100;
}

.cart-3 .icon .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #fff;
  z-index: 3;
}

.checkbox-wrap {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap:not(.inline) {
  display: block;
}

.checkbox-wrap.inline {
  display: inline-block;
}

.checkbox-wrap.inline a {
  text-decoration: underline;
  color: #5ba79a;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-wrap input:checked ~ .checkmark {
  background-color: #44916f;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-form .form-control {
  width: 450px;
}

.search-form .btn-search {
  background-color: #b3995b;
  color: #fff;
  min-width: 110px;
}

.search-form .form-control,
.search-form .btn-search {
  display: inline-block;
  vertical-align: middle;
}

.order-list .table-order ul {
  float: left;
  padding-left: 20px;
}

.order-list .table-order ul label {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}

.order-list .div-table-outer {
  min-height: 40vh;
}

.order-list .div-table .div-heads.heads-bg {
  padding: 15px 20px;
  background-color: rgba(239, 239, 239, 0.5);
}

.order-list .div-table.border-top {
  margin-top: 2vw;
}

.order-list .div-table.border-top .div-header {
  border-top: 1px solid #dcdcdc;
}

.order-list .btn-row {
  margin-top: 3vw;
}

.order-list .message-row {
  margin-bottom: 20px;
  padding: 20px 3%;
  border-radius: 7px;
}

.order-list .message-row .name {
  float: left;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
}

.order-list .message-row .time {
  float: right;
  display: inline-block;
}

.order-list .message-row .content {
  margin-top: 10px;
}

.order-list .message-row.self {
  background-color: rgba(238, 238, 238, 0.5);
}

.order-list .message-row.self .name {
  background-color: #999999;
}

.order-list .message-row.self .time {
  color: #999999;
}

.order-list .message-row.store {
  background-color: rgba(179, 153, 91, 0.15);
}

.order-list .message-row.store .name {
  background-color: #b3995b;
}

.order-list .message-row.store .time {
  color: #b3995b;
}

.order-list .message-row.write {
  background-color: rgba(238, 238, 238, 0.5);
}

.order-list .message-row.write textarea {
  margin-bottom: 10px;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  min-height: 200px;
}

.order-list .message-row .btn-message {
  background-color: #b3995b;
  color: #fff;
  width: 160px;
}

:root {
  --swiper-navigation-size: 30px;
  --swiper-theme-color: rgba(0,0,0,.2);
}

.custom .title {
  font-size: 1.3rem;
  color: #8c7439;
  font-weight: bold;
  padding: 0 15px 10px 15px;
}

.custom .custom-content {
  padding: 2vw 15px;
  min-height: 40vh;
}

.custom.mutli-column .side-menu {
  background-color: #F2F2F2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.custom.mutli-column .side-menu .menu-title {
  padding: 10px 5%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #8c7439;
  font-weight: bold;
  font-size: 1.3rem;
}

.custom.mutli-column .menu-links {
  padding: 10px 5%;
}

.custom.mutli-column .menu-links .link {
  margin: 5px 0;
}

.custom.mutli-column .menu-links .link a {
  display: block;
  padding: 3px 0;
  color: #666;
}

.custom.mutli-column .menu-links .link a:hover {
  color: #8c7439;
}

@media (max-width: 1600px) {
  .product-list .pro-column .pro-img {
    height: calc((90vw / 4) - 24px - 8px);
  }
  .product .pro-info {
    width: calc(100% - 40vw);
  }
  .product .pro-img {
    width: 40vw;
  }
  .pro-img .main-swiper {
    width: calc(40vw - 75px);
  }
  .pro-img .main-swiper,
  .pro-img .thumb-swiper {
    height: calc(40vw - 75px);
  }
  .pro-img .thumb-swiper {
    width: 75px;
  }
  .pro-img .thumb-swiper .swiper-slide {
    height: 75px;
  }
}

@media (max-width: 1024px) {
  .product-list .pro-column {
    width: calc((100% / 3) - .5%);
  }
  .product-list .pro-column .pro-img {
    height: calc((90vw / 3) - 24px - 5px);
  }
  .product-list .mob-btn {
    display: block;
  }
  .product-list .pro-column:hover .pro-img .pro-mask {
    display: none;
  }
  .product-list .pro-price {
    float: left;
    text-align: left;
  }
  .product-list .pro-price .nt {
    margin-right: 0;
  }
  .product-list .pro-price .nt span {
    display: none;
  }
  .product .btn-addcart {
    margin-top: 10px;
    padding: 8px 0;
    border-radius: 5px;
  }
  .amount-control:not(.sm) .btn-control {
    width: 35px;
    height: 35px;
  }
  .amount-control:not(.sm) .form-control {
    width: calc(100% - (35px *2));
    height: 35px;
    line-height: 35px;
  }
  .product .pro-img .thumb-swiper,
  .product .pro-img .main-swiper {
    float: none;
    width: 85vw;
  }
  .product .pro-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product .pro-img .thumb-swiper {
    height: 75px;
  }
  .product .pro-img .thumb-swiper .swiper-slide {
    width: 75px;
  }
  .product .pro-img .main-swiper {
    height: 85vw;
  }
  .product .pro-desc {
    min-height: auto;
  }
  .product .pro-info {
    width: 100%;
    padding-left: 0;
  }
  .cart-2 .order-detail {
    margin-bottom: 20px;
  }
  .cart-2 .order-info {
    margin: 0;
  }
  .cart-2 .order-detail,
  .cart-2 .order-info {
    width: 100%;
    float: none;
  }
  .search-form {
    margin-top: 10px;
    width: 100%;
  }
  .search-form .form-control {
    width: calc(100% - 85px);
  }
  .search-form .btn-search {
    width: 80px;
    min-width: initial;
  }
  .order-list .div-table-outer .col-6 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

@media (max-width: 767px) {
  .cart .step-row {
    margin: 35px 0 25px 0;
  }
  .cart:not(.order-list) .table-order .inner-left {
    display: block;
  }
  .cart:not(.order-list) .table-order .sale, .cart:not(.order-list) .table-order .origin {
    display: inline-block;
  }
  .cart:not(.order-list) .table-order .btn-delete {
    width: 82%;
    float: right;
  }
  .cart:not(.order-list) .table-order .div-td {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  .cart:not(.order-list) .table-order .div-td.td-info {
    width: 100%;
  }
  .cart:not(.order-list) .table-order .div-td.div-td-price {
    padding-left: 18%;
    width: 100%;
  }
  .cart:not(.order-list) .table-order .div-td.div-td-amount {
    padding-left: 18%;
    width: calc(100% - 100px);
    text-align: right;
  }
  .cart:not(.order-list) .table-order .div-td.div-td-total {
    width: 100px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    color: #cd0019;
  }
  .cart:not(.order-list) .table-order .div-td.div-td-total:before {
    content: "$";
  }
  .cart:not(.order-list) .table-order .div-td.div-td-btn {
    width: 100%;
    float: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
  }
  .amount-control:not(.sm) .btn-control {
    width: 30px;
    height: 30px;
  }
  .amount-control:not(.sm) .form-control {
    width: calc(100% - (30px *2));
    height: 30px;
    line-height: 30px;
  }
  .cart.order-list .small-heads,
  .cart.order-list .div-td {
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: left;
  }
  .cart.order-list .small-heads.div-td-amount:before,
  .cart.order-list .div-td.div-td-amount:before {
    content: "x";
  }
  .cart.order-list .small-heads.div-td-total,
  .cart.order-list .div-td.div-td-total {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
  }
  .cart.order-list .inner-left {
    display: block;
  }
  .cart.order-list .sale, .cart.order-list .origin {
    display: inline-block;
  }
  .cart.order-list .btn-delete {
    width: 82%;
    float: right;
  }
  .cart.order-list .div-td {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  .cart.order-list .div-td.td-info {
    width: 100%;
  }
  .cart.order-list .div-td.div-td-price {
    padding-left: 18%;
    width: calc(100% - 100px);
  }
  .cart.order-list .div-td.div-td-amount {
    width: 100px;
    text-align: right;
  }
  .cart.order-list .div-td.div-td-total {
    padding-left: 18%;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
  }
  .cart.order-list .div-td.div-td-total:before {
    content: "$";
  }
  .cart.order-list .div-td.div-td-btn {
    width: 100%;
    float: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
  }
  .cart.order-list .small-heads {
    padding-left: 20px;
    width: 90px;
  }
  .cart.order-list .div-td {
    width: calc(100% - 90px);
    min-height: initial;
  }
  .cart.order-list .div-td.div-functions {
    width: 65%;
  }
  .order-list .table-order ul.width-50p {
    width: 100%;
  }
  .cart .sale .price,
  .cart .total .price {
    font-size: 1.2rem;
  }
  .custom.mutli-column .title {
    padding-top: 10px;
  }
  .custom.mutli-column .col-3, .custom.mutli-column .col-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .custom.mutli-column .side-menu {
    padding: 0 15px;
  }
  .custom.mutli-column .side-menu .menu-title {
    display: none;
  }
  .custom.mutli-column .side-menu .menu-links {
    padding: 0;
    margin-bottom: 10px;
  }
  .custom.mutli-column .side-menu .menu-links .link {
    display: inline-block;
  }
  .custom.mutli-column .side-menu .menu-links .link a {
    padding: 0;
  }
  .custom.mutli-column .side-menu .menu-links .link a::after {
    content: "/";
    display: inline-block;
    padding: 0 3px 0 8px;
  }
  .custom.mutli-column .side-menu .menu-links .link:last-of-type a::after {
    display: none;
  }
}

@media (max-width: 567px) {
  .product-list .pro-column {
    padding: 0 10px;
    width: 49.4%;
  }
  .product-list .pro-column .pro-img {
    height: calc((90vw / 2) - 20px);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 20px 0;
  }
  .series-title {
    width: 100%;
  }
  .breadcrumb .home svg {
    height: 13px;
  }
  .product-list .pro-info .sold {
    font-size: 13px;
  }
  .product-list .pro-price .price {
    font-size: 18px;
  }
  .product .pro-name {
    font-size: 15px;
  }
  .product .tab button {
    padding-left: 2%;
    padding-right: 2%;
  }
  .cart .total .label {
    float: left;
  }
  .cart .btn-next {
    width: 100%;
  }
  .cart .table-order .td-info img {
    width: 16%;
  }
  .cart .title-gold.message {
    margin-bottom: 10px;
  }
  .notice-row p {
    padding-left: 20px;
    background-size: 15px;
  }
  .cart-2 .order-info .row {
    margin: 0;
  }
  .cart-2 .order-info .col-4, .cart-2 .order-info .col-6, .cart-2 .order-info .col-12 {
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .cart .title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .cart .table-title {
    padding: 10px 3%;
    font-size: 15px;
  }
  .cart.order-list .small-heads {
    padding-left: 3%;
  }
  .order-list .table-order ul {
    padding-left: 3%;
  }
  .order-list .message-row {
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .order-list .message-row .btn-message {
    width: 100%;
  }
  .order-list .message-row.write textarea {
    min-height: 120px;
  }
}
