* {
  font-family: 'Arial', 'Roboto';
  box-sizing: border-box;
}

.fancybox-container {
	z-index: 99999999999 !important;
}

.popup {
  background-color: #000000a6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  /* 	display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-new {
  display: none;
  max-width: 630px;
  width: 100%;
  background: #fff;
  min-height: 200px;
  overflow: auto;
  position: relative;
  padding: 15px;
  margin: 1.75rem auto;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  height: 100%;
  max-height: 700px!important;
}
.popup-content {
  display: none;
  max-width: 630px;
  width: 100%;
  background: #fff;
  min-height: 200px;
  position: relative;
  padding: 15px;
  margin: 1.75rem auto;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  height: auto;
  max-height: auto;
}
.popup-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
body.showPopup .popup {
  display: block;
}
body.showPopup.popup-product .popup-content {
  max-height: calc(100% - 30px);
}
body.showPopup .popup-content {
  display: block;
  animation: popup 0.3s forwards;
}
body.removePopup .popup-content {
  animation: popupclose 0.3s forwards !important;
}

.popup-content h3 {
  margin: 0;
}

.popup p {
  text-align: unset;
}

@keyframes popup {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupclose {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}

/* button */
.open-btn {
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 24px;
  cursor: pointer;
}


  /*css custom */

.popup-body {
    width: 100%;
    margin-top: 20px;
}

.popup-body .product-box {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.popup-body .left {
    width: 50%;
    display: inline-block;
}

.popup-body .right {
    width: 50%;
    padding-left: 15px;
}

.popup-body .left img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #f5f5f5;
}

.popup-body .right p {
  width: 100%;
}

.popup-body .right .lbl-title {
    margin-bottom: 15px;
    width: 100%;
}

.popup-body .right h3.title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 62px;
  display: inline-block;
  overflow: hidden;
}

.popup-body .right .description {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    color: #555555;
    margin-bottom: 15px;
    width: 100%;
    overflow: auto;
	padding-right: 5px;
}
.popup-body .right .description strong {
	color: #ec272e;
}
.product-content {
  max-height: 335px;
  overflow: auto;
}

.price-external-link {
  display: flex;
  width: 100%;
  padding-top: 10px;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
  flex-direction: column-reverse;
}

.external-link-box.contact {
  margin-bottom: 15px;
}

.external-link-box.contact p {
  padding: 5px 10px;
  font-size: 14px;
}

.external-link-box.contact span.label {
  font-weight: 700;
  width: 70px;
  float: left;
}

.popup .product-box .price-box {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.external-link-box {
  width: 50% !important;
}

.popup .product-box .price-box p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: red;
}

.popup .product-box .price-box p.price.origin {
  text-decoration-line: line-through;
  font-size: 14px;
  font-weight: normal;
}

.popup .product-box .price-box p i {
  font-size: 13px;
  font-weight: normal;
  color: #cb0b0b;
}

.popup-body .right .external-link-box a.external-link {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  background-color: #ec272e;
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px #ec272e;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px auto;
}

.popup-body .right .external-link-box a.external-link:hover {
  background-color: #e8bb0e;
  box-shadow: 1px 1px 4px #d6ae0c;
}


.slider-for {
    margin-bottom: 14px;
}

.slider-nav .slick-slide {
  height: 150px;
}

.slider-for-product .slick-slide {
  height: 300px;
}

.slider-nav .slick-slide img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.slider-nav .slick-prev {
  left: 5px;
  z-index: 9;
}

.slider-nav .slick-next {
  right: 5px;
  z-index: 9;
}

.slider-for-product .slick-prev {
    left: 5px;
    z-index: 9;
}

.slider-for-product .slick-next {
  right: 5px;
  z-index: 9;
}

/*/* the slides */
.slider-nav .slick-slide {
    margin: 0 5px;
}

/* the parent */
.slider-nav .slick-list {
    margin: 0 -5px;
}

.slider-for-product .slick-track {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #f5f5f5;
}

.slider-for .slick-slide img {
  width: inherit;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.popup .iframe-box iframe {
  width: 100% !important;
  height: 400px !important;
}

.popup .product-box iframe {
  width: 100% !important;
  height: 100% !important;
}

.popup .product-box p.info-line {
  font-size: 14px;
}

.popup .product-box p.info-line span {
  font-weight: 600;
  padding-right: 5px;
  float: left;
  font-size: 14px;
}

.popup .product-box p.info-line {
  display: inline-block;
  width: 100%;
  line-height: 5px;
}

button#btn-product {
  z-index: 12;
  position: absolute;
  top: 15px;
  right: 15px;
}


.showPopup.popup-product .popup-new {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
  min-height: 400px;
}

.showPopup.popup-product .popup-new .popup-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-right {
  padding: 15px;
}

.product-right .product-filter {
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.product-right .product-filter-form {
  margin: 0 auto;
  display: inline-block;
}

.product-right .product-filter input {
  width: 260px;
  height: 34px;
  background: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.5);
  box-sizing: border-box;
  outline: none;
  float: left;
  border-right: 0;
}

.product-right .product-filter button {
  width: 34px;
  height: 34px;
  float: left;
  border: none;
  background-color: #ec272e;
  cursor: pointer;
}

.product-right .product-filter button img {
  width: 80%;
  height: 80%;
}

.product-right .product-filter button:hover img {
  width: 100%;
  height: 100%;
}

.product-right .poduct-box p.no-data {
  width: 100%;
  text-align: center;
  margin: 100px 0px;
}

.product-left ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}

.product-left ul li {
  list-style-type: none;
  float: left;
}

.product-left ul li a {
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.product-left ul li a:hover, 
.product-left ul li a.active {
  font-weight: 600;
  color: #ec272e;
  background-color: #f5f5f5;
}

/*Product item*/
.product-box-list {
  width: 100%;
  clear: both;
  display: block;
  box-sizing: border-box;
  background-color: #f1f1f1;
}

.product-box-list .box_item_product {
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.box_item_product .item_product {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 6px #dddcdc;
  border-radius: 4px;
}

.box_item_product .item_product:hover {
  background: #fcfcfc;
}

.box_item_product .item_product .img_product {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.box_item_product .item_product .name_product {
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box_item_product .item_product .name_product a {
  font-weight: 400;
  font-size: 10px;
  color: #454545;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 600;
}

.box_item_product .item_product .price_product p {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: red;
  margin: 0;
}

.box_item_product .item_product .price_product p i {
  font-weight: normal;
  font-size: 13px;
  color: #cb0b0b;
}

.item_product .product-by {
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
}

.box_item_product .item_product .price_product {
  width: 100%;
}

.box_item_product .item_product .img_product img {
  width: 100%;
  height: 200px;
  transition: all 0.5s;
  object-fit: contain;
  object-position: center;
}

.box_item_product:hover .item_product .img_product img {
  transform: scale(1.2);
}

.product-box .slider-nav .slider-nav-product {
  height: 60px;
}

p.no-data {
  text-align: center;
  padding: 100px 0px;
}

/*Iframe*/
.iframe-box {
  position: relative;
  height: 100%;
}

.iframe-box a.iframe-zoom {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../external/images/fullscreen-in.svg);
}

body.fullscreen .iframe-box a.iframe-zoom {
  background-image: url(../external/images/fullscreen-out.svg);
}

.iframe-box a.iframe-zoom:hover {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

body.fullscreen .popup .iframe-box iframe {
  width: 100% !important;
  height: 100% !important;
}


body.popup-product .popup {
  height: 100%;
      overflow-x: unset;
  overflow-y: unset;
}
.showPopup.popup-product .popup-content {
  height: calc(100% - 30px);
      margin: 15px auto;
}
.showPopup.popup-product .popup-content .popup-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100% - 43px);
  overflow: auto;
}


.category-box .logo,
.nav-toggle {
  display: none;
}

.price i {
	color:#cb0b0b !important;
}

.ecommerce-box {
  text-align: center;
}

.ecommerce img {
  width: 30px;
  height: 30px;
}

.ecommerce-box a.ecommerce {
  text-decoration: none;
  padding: 0 5px;
  border-right: 2px solid #f589a3;
  display: inline-block;
}

.ecommerce-box a.ecommerce:last-child {
  border-right: none;
}


@media (min-width: 481px) {
  .showPopup.popup-product .popup-content  {
    max-width: 540px; 
  } 

  .product-box-list .box_item_product {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .showPopup.popup-product .popup-content {
    max-width: 720px; 
  }

  .product-box-list .box_item_product {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .showPopup.popup-product .popup-content {
    max-width: 960px; 
  } 
  
  .popup-content {
	  display: none;
	  max-width: 720px;
  }
  
  .product-box-list .box_item_product {
    width: 33.33333333%;
  }

  .slider-for-product .slick-slide {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .showPopup.popup-product .popup-content {
    max-width: 1140px; 
  }

  .popup-content {
	  display: none;
	  max-width: 960px;
  }
  .product-box-list .box_item_product {
    width: 25%;
  }
}

@media (min-width: 1600px) {
	.showPopup.popup-product .popup-content {
		max-width: 1500px; 
	}
	
	.product-box-list .box_item_product {
		width: 25%;
   }
}

@media (min-width: 2560px) {
	.showPopup.popup-product .popup-content {
		max-width: 2000px; 
	}
	
	.product-box-list .box_item_product {
		width: 20%;
   }
}

@media (max-width:600px)  { 
  
  /*Menu*/
  
  .product-left {
    position: fixed;
    width: calc(100% - 30px);
  }

  .category-box {
    background-color: #ffffff;
  }

  .category-box .logo,
  .nav-toggle {
    display: block;
  }

  .category-box .logo {
    float: left;
    margin-right: 1rem;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    color: #ec272e;
    text-decoration: none;

  }

  .nav-toggle {
   
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 34px;
    width: 34px;
    cursor: pointer;
    padding: 8px 8px;
  }

  .nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #000;
    transition: all .25s;
  }

  .nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
  }

  .nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
  }

  ul.mobile-menu:before {
    content: '';
    display: table;
    clear: both;
  }

  ul.mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
    background-color: #ffffff;
  }

  ul.mobile-menu.collapse {
    max-height: none;
  }

  .product-left ul li,
  .product-left ul li a { 
    width: 100%;
  }

  .product-right {
    margin-top: 40px;
  }
}

@media (max-width:480px)  { 

	body .popup {
		height: 100%;
		overflow-x: unset;
		overflow-y: unset;
	}
	
	.showPopup .popup-content {
		height: 100%;
		margin: 0px auto;
	}
	
	.popup-title {
		height: 50px;
		line-height: 50px;
		padding: 0px 15px;
	}
	
	.popup-body {
		width: 100%;
		margin: 0;
		height: calc(100% - 127px);
		overflow: auto;
		padding: 0px 10px;
	}
	
	.popup-body .product-box {
		width: calc(100% - 5px);
	}

  /* width */
  ::-webkit-scrollbar {
    width: 3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333; 
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
  }

  .popup-content {
    width: 100% !important;
	  padding: 0px;
    max-height: 100%;
  }

  .popup-body {
    width: 100%;
    margin-top: 0;
  }

  .popup-body .product-box {
    display: block;
  }

  .popup-body .left,
  .popup-body .right {
    width: 100%;
  }

  .popup-body .right {
    padding: 0;
    padding-top: 30px;
  }

  .product-right {
    padding: 15px 0px;
  }
  
.showPopup.popup-product .popup-content {
  padding-right: 0;
  padding-left: 0;
}
.showPopup.popup-product .popup-content .popup-body {
  height: calc(100% - 50px);
}

body.showPopup.popup-product .popup-content {
    height: 100%;
    margin: 0px auto;
    max-height: 100%;
}

  .product-box-list .box_item_product {
    width: 100%;
  }

  .product-box .slider-nav .slider-nav-product {
    height: 80px;
  }
  
  .slider-nav-info-tab.slick-slide {
    height: 80px;
  }

  .price-external-link {
    width: 100%;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    height: 77px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-content {
      max-height: unset;
      overflow: auto;
  }

  .popup .product-box iframe {
    height: 300px !important; 
  }
}
.mb-3 {
	color: #ec2f59;
}

.slider-similar-nav .slick-slide {
  height: 150px;
}
.slider-similar-nav .slick-slide img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.slider-similar-nav .slick-prev {
  left: 5px;
  z-index: 9;
}

.slider-similar-nav .slick-next {
  right: 5px;
  z-index: 9;
}
.slider-similar-nav .slick-slide {
  margin: 0 5px;
}
.slider-similar-nav .slick-list {
  margin: 0 -5px;
}
.slider-similar-nav .slider-nav-product {
  position: relative;
  height: 120px;
}
.slider-similar-nav .slider-nav-product:hover span {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  /*border-radius: 5px;*/
}
.slick-slider {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #dadada;
  text-align: center;
  cursor: pointer;
}