/* ---------------------------------- wrap-product-page ----------------------------------*/
.comment-page {
  margin-top: 20px;
}

.proDetailContentBox {
  margin-top: 20px;
}

.proDetailContentBox h3,
.title-style-1 {
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'blc-b';
  /* text-align: center; */
  padding: 5px 10px;
  background: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
  color: #fff;
  /* border-radius: 5px 5px 0 0; */
  box-shadow: 1px 1px 3px #0000001a;
  width: fit-content;
  min-width: 150px;
  text-align: center;
}

.proDetailContentBox .res-detail-content {
  /* background-color: #fff; */
  border-radius: 0 3px 3px 3px;
  padding: 15px 0;
  /* box-shadow: 1px 1px 3px #00000026; */
  /* border: 1px solid #2966b047; */
}

.wrap-product-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mn-product-page>form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.mnProBox {
  width: 20%;
  padding: 0 10px;
  position: relative;
}

.mnProBox>ul,
.mnProBoxContent {
  position: absolute;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #ffffff;
  z-index: 1;
  /* box-shadow: 1px 1px 3px #0000002e; */
  border-radius: 4px;
  overflow: hidden;
  display: none;
  border: 1px solid #adadad;
  border-top: 0;
}

.mnProBoxContent {
  padding: 30px 10px 10px
}

.mn-product-page {
  width: 100%;
  margin-bottom: 20px;
}

#sort-by {
  cursor: pointer;
}

#sort-by::after,
.mn-product-page .title::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Light';
  position: absolute;
  right: 5px;
}

.mn-product-page .title {
  font-size: 14px;
  font-family: qs-r;
  color: #1E1F20;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #ADADAD;
  cursor: pointer;
  position: relative;
  background: #fff;
  user-select: none;
}

.content-product-page {
  width: 100%;
}

.mn-propage-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mn-propage-ul li {
  margin-bottom: 10px;
}

.mn-propage-ul li label {
  font-family: var(--font-title);
  font-size: 14px;
}

.mn-propage-ul li input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border-color: #757575;
}

.mn-propage-ul li:hover label {
  color: #4a7eb5;
}

/* ---------------------------------- Prices range filter ----------------------------------*/

.wrapper {
  /* height: 100vh; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
}

.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  /* color: #fff; */
  font-size: 14px;
  line-height: 1.2em;
  font-family: qs-b;
  /* width: 100%; */
}

.price-field {
  position: relative;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  /* padding-top: 15px; */
  /* padding-left: 16px; */
  /* border-radius: 3px; */
}

.price-field input[type=range] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 4px solid #808080;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #3333339e;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  /* justify-content: center; */
  /* color: #fff; */
  font-size: 14px;
  line-height: 1.2em;
  /* font-weight: 400; */
  margin-bottom: 7px;
  width: 100%;
  flex-wrap: wrap;
}

.price-wrap-1,
.price-wrap-2 {
  display: inline-flex;
  width: calc(100% - 50px);
  justify-content: end;
}

.price-title {
  margin-right: 5px;
  /* background: #d58e32; */
  width: 45px;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 85px;
  text-align: right;
  /* margin: 0; */
  /* padding: 0; */
  /* margin-right: 2px; */
  /* background: 0; */
  border: 0;
  outline: 0;
  /* color: #fff; */
  font-family: qs-b;
  font-size: 14px;
  line-height: 1.2em;
  /* font-weight: 400; */
  padding-right: 5px;
}

.price-wrap label {
  text-align: right;
  font-family: qs-b;
}

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
  border-color: #1b6ef3
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

#btn-mn-search-propage {
  cursor: pointer;
  /* margin-top: 30px; */
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-title);
  background: rgb(79, 136, 191);
  background: var(--Gradient, linear-gradient(180deg, #6eab2b 0%, #073000 100%));
  transition: all .2s;
  width: 20%;
  border: none;
  outline: none;
}

#btn-mn-search-propage:hover {
  filter: invert(1);
  transition: all .2s;
}

/* The container */
.check-box-container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 0;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  /* background-color: #eee; */
  border: 1px solid #757575;
  border-radius: 2px;
  margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked~.checkmark {
  background-color: rgba(74, 126, 181, 1);
  border-color: rgba(74, 126, 181, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.right-pro-detail {
  width: calc(50% - 50px);
}

.left-pro-detail {
  position: relative;
  text-align: center;
  width: 50%;
  /* display: flex;
  justify-content: space-between; */
}

.left-pro-detail .MagicZoom {
  margin: 0 0 0 auto;
  overflow: hidden;
  /* box-shadow: 1px 1px 10px #a0a0a0; */
  width: 100%;
  margin-bottom: 12px;
  height: fit-content;
}

.gallery-thumb-pro {
  position: relative;
  width: 100%;
  /* margin-top: 10px; */
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid transparent;
  /* border-radius: 3px; */
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
  /* box-shadow: 1px 1px 5px #b5b5b5; */
  margin: 0 2px;
  border: 1px solid #dcdcdc9e;
  overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: var(--hover-color);
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.info-review-pro-detail {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  margin: 10px 0;
}

.info-review-pro-detail li:nth-child(1) {
  justify-content: start;
  padding-left: 0;
}

.info-review-pro-detail li {
  line-height: 15px;
  border-right: 1px solid #C6C6C6;
  color: #757575;
  font-family: var(--font-title);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.info-review-pro-detail li>span {
  font-family: qs-r;
  margin-left: 5px
}

.info-review-pro-detail li:nth-child(3) {
  border: none
}

.title-pro-detail {
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  font-family: 'blc-b';
  color: #27a3dc;
  margin: 0 !important;
  line-height: 1.2;
}

.slogan-pro-detail {
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  font-family: 'blc-b';
  color: #0E69B4;
  line-height: 1.2;
}

.comment-pro-detail .comment-star {
  height: 15px
}

.social-plugin-pro-detail {
  /* margin-bottom: 1rem; */
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

label.attr-label-pro-detail {
  color: #757575
}

label.attr-label-pro-detail.d-inline-block {
  min-width: 90px;
  color: #1E1F20;
  margin-bottom: 5px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.price-new-pro-detail {
  font-family: var(--font-title);
  font-size: 24px;
  color: #DE1717;
}

.price-old-pro-detail {
  color: #393A44;
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 14px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0px 3px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  padding: 5px;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #D4D4D4;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  border-radius: 30px;
  color: #333333
}

.size-pro-detail:not(.active):hover {
  filter: brightness(.5)
}

.size-pro-detail.active {
  opacity: 1;
  /* border-color: #2975bb; */
  color: #fff;
  background: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
}

.color-pro-detail.active {
  border: 5px solid #fff;
}

.color-pro-detail:not(.active):hover {
  filter: brightness(.5);
}

.color-pro-detail.active:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #D4D4D4
}


.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
/*  width: 100%;*/
  max-width: 60%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span:hover {
  border-color: #cccccc;
  background: #cccccc;
  color: #000
}

.quantity-pro-detail span {
  line-height: 36px;
  padding: 0px;
  width: 50px;
  height: 40px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 25px;
  border: 1px solid #cccccc;
  user-select: none;
}
.cart-product{
  margin-left: 5px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  /* border-left: 0px; */
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  /* border-right: 0px; */
}

.quantity-pro-detail input {
  height: 40px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px;
  width: 100% !important;!i;!;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  margin: 10px 0 !important;
}

.cart-pro-detail .like-btn-card-detail:hover {
  background: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
  color: #fff !important;
  border-color: #296bb4;
}

.cart-pro-detail a:nth-child(1) {
  margin-left: 0
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff;
  margin: 0 5px;
}

.like-btn-card-detail.active i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.like-btn-card-detail.active {
  border-color: #DD2534;
}

.like-btn-card-detail {
  display: block;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  color: #DD2534 !important;
  text-align: center;
  line-height: 40px;
  font-size: 18px !important;
}

.tags-pro-detail a,
.tags-page {
  float: left;
  font-size: 16px;
  padding: 7px 20px;
  margin: 5px;
  background: linear-gradient(to right, #cc0000, #810000);
  transition: all 0.3s;
}

.tags-pro-detail a:hover,
.tags-page:hover {
  transition: all 0.3s;
  box-shadow: 1px 1px 5px 0 #000;
  transform: scale(0.95);
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

.cart-pro-detail a.mua-ngay {
  display: block;
  color: #fff;
  padding: 0 35px;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 14px;
  border: none;
  line-height: 35px;
  transition: all 0.3s;
  border-radius: 4px !important;
  overflow: hidden;
  font-family: var(--font-title);
  background: rgb(79, 136, 191);
  border-radius: 4px;
  background: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
  border: 1px solid #279dd8;
}

.cart-pro-detail a.mua-ngay:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  filter: invert(1);
}

.cart-pro-detail a.them-gio span {
  font-size: 14px;
  font-family: var(--font-title);
  background: -webkit-linear-gradient(180deg, #0063fb 0%, #00a9ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-pro-detail a.them-gio {
  background-color: #EDEDEE;
  color: #414042;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  font-family: var(--font-title);
  padding: 0 48px 0 20px;
  line-height: 35px;
  white-space: nowrap;
  border-radius: 4px !important;
  border: 1px solid #5589bd;
  background: url(../images/cart-333.svg) no-repeat calc(100% - 20px) center;
}

.cart-pro-detail a.them-gio:hover span {
  color: #fff !important;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
}

.cart-pro-detail a.them-gio:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: url(../images/cart-white.svg);
  background-color: #0064fb;
}

/* Product */
#sort-by {
  width: 100%;
  padding: 0px 10px;
  background: #fff;
  /* margin-left: auto; */
  border-radius: 4px;
  position: relative;
  line-height: 40px;
  border: 1px solid #ADADAD;
}

#sort-by label {
  /* font-family: 'Arial'; */
  font-weight: 400;
  line-height: 40px;
  font-size: 14px;
  /* margin-right: 10px; */
  margin-bottom: 0;
  color: #222;
  display: inline-block;
}

#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#sort-by .ul_col>li>span {
  font-family: var(--font-title);
}

#sort-by>ul>li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 3px;
  /* position: relative; */
}

#sort-by ul ul {
  position: absolute;
  display: none;
  /* visibility: hidden; */
  width: 100%;
  right: 0px;
  top: 100%;
  z-index: 10000;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-left: 0px !important;
  box-shadow: 1px 1px 3px #0000002e;
  border-radius: 4px;
  overflow: hidden;
}

#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 5px 10px;
  line-height: 20px;
}

#sort-by li>a {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  transition: all 0s ease-in-out;
}

#sort-by .content_ul li:hover {
  background: #333;
  color: #fff;
}

#sort-by a:link,
#sort-by a:visited {
  color: #333;
  text-decoration: none;
}

.slickProductMain .slick-track {
  margin-left: 0;
  display: flex;
}

.slickProductMain .product {
  box-shadow: unset;
  height: calc(100% - 10px);
  margin: 0;
}

.slickProductMain .slick-slide {
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit;
}

.slickProductMain .slick-slide>div {
  height: 50%
}

.titleProBrand {
  font-size: 24px;
  color: #fff;
  font-family: qs-b
}

.wrapProMain {
  padding: 10px 10px 20px;
  border-radius: 10px;
/*  background: var(--Gradient, linear-gradient(180deg, #6eab2b 0%, #073000 100%));*/
  margin-bottom: 20px;
}

.slickProductMain .slick-dots li {
  width: unset;
  height: unset;
}

.slickProductMain .slick-dots li button {
  font-size: 14px;
  color: #757575;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}

.slickProductMain .slick-dots li.slick-active button,
.slickProductMain .slick-dots li button:hover {
  background-color: #F68633;
  color: #fff;
}

.slickProductMain .slick-dots li button:before {
  display: none;
}

/* #sort-by:hover ul ul {
  visibility: visible;
} */
.linkReviewProduct {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 3px;
}

.linkReviewProduct:hover {
  box-shadow: 1px 1px 3px #00000079;
  border-radius: 3px;
  overflow: hidden;
}

.linkReviewProduct img {
  max-width: 60px;
  max-height: 30px;
}

@media(max-width: 1100px) {

  .cart-pro-detail .addcart,
  .cart-pro-detail .like-btn-card-detail {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px !important;
  }
}


@media(max-width: 1001px) {
  .mnProBox {
    width: 25%;
  }

  .wrap-product-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wrapProMain {
    border-radius: 0 !important;
  }

  .grid-pro {
    grid-template-columns: repeat(4, 1fr);
  }

  .left-pro-detail {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 20px;
  }

  .grid-pro-ajax {
    grid-template-columns: repeat(4, 1fr);
  }

  .right-pro-detail {
    width: 100%;
  }

  .mn-product-page {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .content-product-page {
    width: 100%;
  }

  .mn-propage-ul {
    display: flex;
    flex-wrap: wrap;
  }

  .mn-propage-ul li {
    padding: 5px 5px 5px 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media(max-width: 768px) {

  #btn-mn-search-propage {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
  }

  .slickProductMain .slick-dots li button {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .grid-pro {
    grid-template-columns: repeat(3, 1fr);
  }

  .mnProBox {
    width: 50%;
    margin-bottom: 10px;
  }

  .mn-product-page>form {
    flex-wrap: wrap;
  }

  .grid-pro,
  .grid-pro-ajax {
    grid-template-columns: repeat(3, 1fr);
  }

  .wrapProMain {
    border-radius: 0;
  }
}

@media(max-width: 620px) {

  .left-pro-detail {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .left-pro-detail .MagicZoom {
    width: 100%;
  }

  .gallery-thumb-pro {
    width: 100%;
  }

  .grid-pro,
  .grid-pro-ajax {
    grid-template-columns: repeat(2, 1fr);
  }

  .thumb-pro-detail {
    margin: 0 5px;
  }

  /* .group-btn-procard {
    display: none;
  } */
}

@media(max-width: 600px) {
  .grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 400px) {
  .cart-product span {
    padding: 5px;
    background: unset;
  }

  .price-per {
    border-radius: 2px;
    width: 50px;
    height: 25px;
    line-height: 25px;
  }

}

@media(max-width: 370px) {
  #btn-mn-search-propage {
    width: calc(100% - 20px);
  }

  .mnProBox {
    width: 100%;
  }

}

@media(max-width: 320px) {
  .grid-pro {
    grid-template-columns: repeat(1, 1fr);
  }
}