.menu {
  padding: 0px 10px 10px 10px;
}
.menu i {
  margin: 0px 5px;
}
.home_btn:hover {
  text-decoration: none;
}
.home_btn img {
  width: 18px;
  margin-bottom: 4px;
}


.menublog {
  padding: 12px 0px 21px 20px;
  font-size: 12px;
  font-weight: 400;
}
.menublog i {
  margin: 0px 5px;
}
.home_btn_blog:hover {
  text-decoration: none;
}
.home_btn_blog img {
  width: 18px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .menu-prod-detail_blog {
    display: block;
    padding: 23px 0px 50px 95px !important;
  }
}

.cate-name {
  color: #4c4e6d;
}

.cate-name:hover {
  color: #4c4e6d;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto !important;
}
.link-prev,
.link-next {
  align-items: center;
  background: #5c5c5c;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  place-content: center;
}
.link-prev:hover,
.link-next:hover {
  text-decoration: none;
}

.product-detail-info .link-next,
.product-detail-info .link-prev {
  font-size: 12px !important;
  color: #11143d !important;
}

.info-product {
  padding: 10px;
  color: #737373;
}

.info-product .price h3 {
  font-weight: bold !important;
  margin-bottom: 7px !important;
}

.row-info-detail {
  justify-content: space-between;
}

.btn-simulate {
  padding: 6px;
  background-color: #505383;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  font-size: 12px;
  width: 76px;
  height: 36;
}
.row-info-detail li {
  font-size: 13px;
  line-height: 30px;
}

.li-description {
  overflow-wrap: anywhere;
}

.space {
  height: 30px;
  background: #f2f5f9;
  border: 0px !important;
  margin: 0px;
}

.realistic-perspective {
  padding: 10px;
}
.link-style {
  position: relative;
  height: 100% !important;
  display: flex;
}
.text-style-type {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  background: linear-gradient(to right, #ffffff00, #ffffff9e);
  color: #181460;
  font-size: 12px;
}
.link-style img {
  width: -webkit-fill-available;
}

.product-detail-info{
  width: 416px;
}

@media (max-width: 1300px) {
  .product-detail-info{
    width: 380px;
  }
}

@media (max-width: 1200px) {
  .product-detail-info{
    width: 350px;
  }
}

@media (max-width: 991px) {
  .relation-prod-desk {
    display: none;
  }

  .link-prev i,
  .link-next i {
    color: white;
    font-size: 24px;
  }

  .product-detail-info{
    width: 100%;
  }
}

@media (max-width: 576px) {
  .home_btn img {
    width: 16px;
  }
  .space {
    height: 16px;
  }
  .row-info-detail li {
    font-size: 13px;
  }
  .text-style-type {
    font-size: 12px !important;
  }
}

.code,
.text-icon {
  font-size: 12px;
}

@media (max-width: 480px) {
  .menu {
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .btn-simulate {
    padding: 4px 8px;
    line-height: 13.5px;
    font-size: 10px;
  }

  .info-product .price h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-simulate {
    width: 150px !important;
    height: 35px;
  }

  .row-info .col-2 {
    padding-left: 0px !important;
  }

  .product-detail-col {
    padding: 0px 83px !important;
  }
}

@media (min-width: 992px) {
  .btn-simulate {
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    width: 85px;
  }

  .row-info-detail li {
    font-size: 14px;
  }

  hr {
    border-top: 1px solid #f2f2f2;
    margin: 20px 0px;
  }

  .relation-prod-mobile {
    display: none !important;
  }

  .realistic-perspective {
    padding: 0px 10px;
  }

  .realistic-perspective h5 {
    font-size: 20px;
  }

  .prod-detail-right{
    padding-left: 24px !important;
  }

  .prod-detail-right .wrapper-product{
    padding: 11px !important;
  }

  .prod-detail-right .products-relation{
    padding: 0px !important;
    max-width: 604px;
  }

  .prod-detail-right .more-product{
    padding-top: 9px !important;
  }

  .link-prev:hover,
  .link-next:hover {
    background: #dfdfdf !important;
    box-shadow: 0 0 5px #cfcfcf;
  }

  .close-popup-Img {
    background: none;
    border: 0px;
    font-size: 31px;
    color: white;
    font-weight: 100;
    margin-top: 10px;
    margin-right: 15px;
    opacity: 1;
  }

  .close-popup-Img:hover{
    background: none;
    color: white;
    opacity: 1 !important;
  }

  .realistic-perspective {
    padding: 0px 11px;
    max-width: 604px;
    margin-bottom: 60px;
  }

  .product-detail-col {
    padding: 0px 40px !important;
  }
}
