/* Product Detail Css Start Here */
.product_detail {
  padding: 40px 0;
}
.product_detail .product_images .slider-for img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}
.product_detail .product_images .slick-track {
  margin-left: 0;
}
.product_detail .product_images .slider-nav .slick-slide {
  background: #ffffff;
  box-shadow: 0px 0px 10px #ccc;
  padding: 0px 0px;
  margin: 10px 15px 10px 3px;
}
.product_detail .product_images .slider-nav .slick-slide img {
  margin: 0px auto;
  width: 100%;
}
.product_detail .about_product h3 {
  font-size: 35px;
  color: #363636;
  padding-bottom: 10px !important;
}
.product_detail .about_product .pro_detail {
  padding: 15px 0 30px;
}
.product_detail .about_product .pro_detail h6 {
  display: flex;
  margin-bottom: 25px;
}
.product_detail .about_product .pro_detail h6 span {
  font-size: 15px;
  color: #001a26;
}
.product_detail .about_product .pro_detail h6 span.value {
  font-weight: 400;
}
.product_detail .about_product .pro_detail h6 span.property {
  width: 180px;
}
.product_detail .about_product .priceDv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #70707066;
  padding-bottom: 10px;
}
.product_detail .about_product .priceDv h4 {
  color: #005de0;
  font-weight: 700;
}
.product_detail .about_product .priceDv i {
  color: #005de0;
  font-size: 20px;
}
.product_detail .about_product .available_options {
  padding-top: 25px;
}
.product_detail .about_product .available_options .model {
  padding-bottom: 30px;
  padding-top: 10px;
}
.product_detail .about_product .available_options .model label {
  color: #001a26;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 15px;
}
.product_detail .about_product .available_options .model select.form-control {
  border-radius: 0;
  height: 50px;
  color: #989898;
  box-shadow: 0px 2px 5px #989898a1;
  background-image: url(../img/angel.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 20px;
}
.product_detail .about_product .available_options .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail .about_product .available_options .quantity label {
  color: #001a26;
  font-weight: 500;
  font-size: 15px;
}
.product_detail .about_product .available_options .quantity .FLnex input {
  width: 30px;
  text-align: center;
}
.product_detail
  .about_product
  .available_options
  .quantity
  .FLnex
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .about_product .available_options .quantity .FLnex button {
  border: 1px solid #a4a4a4;
  background: transparent;
  height: 40px;
  width: 35px;
  color: #6b6b6b;
  transition: 0.6s;
}
.product_detail
  .about_product
  .available_options
  .quantity
  .FLnex
  button:hover {
  background: #005de0;
  color: #fff;
  border-color: #005de0;
}
.product_detail .about_product .available_options .quantity .FLnex input {
  text-align: center;
  border: 1px solid #a4a4a4;
  background: transparent;
  height: 40px;
  width: 45px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 0 2px;
}
.product_detail .about_product .available_options .buttons-group {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  justify-content: space-between;
}
.product_detail .about_product .available_options .buttons-group a.btn {
  border: 2px solid #005de0;
  transition: 0.6s;
}
.product_detail .about_product .available_options .buttons-group a.btn:hover {
  background: transparent !important;
  border-color: #005de0 !important;
  color: #005de0;
}
.product_detail
  .about_product
  .available_options
  .buttons-group
  .cart_btns
  a.wishlist.btn {
  background: #e5e5e5;
  color: #005de0;
  padding: 10px 20px;
  margin-left: -5px;
  border: 2px solid #e5e5e5;
}
.product_detail
  .about_product
  .available_options
  .buttons-group
  .compare_btn
  a.btn {
  display: flex;
  align-items: baseline;
}
.product_detail
  .about_product
  .available_options
  .buttons-group
  .compare_btn
  a.btn
  figure {
  margin-bottom: 0;
  padding-right: 10px;
  transition: 0.6s;
}
.product_detail
  .about_product
  .available_options
  .buttons-group
  a.btn:hover
  img {
  filter: brightness(0);
}
.product_detail .about_product .available_options .shares_btn {
  padding-top: 20px;
  display: flex;
  align-items: center;
  z-index: -1;
}
.product_detail .about_product .available_options .shares_btn ul.social_icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.product_detail
  .about_product
  .available_options
  .shares_btn
  ul.social_icons
  li {
  margin-right: 15px;
}
.product_detail
  .about_product
  .available_options
  .shares_btn
  ul.social_icons
  li
  i {
  font-size: 25px;
}
.product_detail
  .about_product
  .available_options
  .shares_btn
  ul.social_icons
  li
  i.fa.fa-facebook-official {
  color: #3b5998;
}
.product_detail .about_product .available_options .shares_btn label {
  width: 70px;
  color: #001a26;
  font-weight: 500;
  font-size: 15px;
}
.product_detail .product_desc ul.nav-tabs {
  border-color: #707070;
  margin-bottom: 40px;
}
.product_detail .product_desc ul.nav-tabs li.nav-item button {
  width: 230px;
  padding: 15px 0;
  color: #000;
}
.product_detail .product_desc ul.nav-tabs li.nav-item button:hover {
  border-color: transparent;
}
.product_detail .product_desc ul.nav-tabs li.nav-item button.active {
  background: #005de0;
  border-radius: 0;
  border-color: #005de0;
  color: #fff;
}
.product_detail .product_desc ol.features {
  padding-left: 20px;
}
.product_detail .product_desc ol {
  padding: 0 0 0 15px;
}
.product_detail .product_desc ol li {
  color: #707070;
  padding: 4px 0;
}
.product_detail .product_desc .package h5 {
  font-weight: 600;
  font-size: 24px;
  padding: 30px 0 20px;
}
.product_desc .reviews_Dv .title h5 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}
.product_desc .reviews_Dv .reviews {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.product_desc .reviews_Dv .reviews .img_box figure {
  margin-bottom: 0;
}
.product_desc .reviews_Dv .reviews .img_box img {
  width: 100%;
  min-width: 90px;
}
.product_desc .reviews_Dv .reviews .abt_review {
  padding-left: 20px;
}
.product_desc .reviews_Dv .reviews p {
  padding: 8px 0 0;
  color: #525252;
  font-size: 13px;
  line-height: 23px;
}
.product_desc .reviews_Dv .reviews .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_desc .reviews_Dv .reviews .name span.client-name {
  color: #000000;
  font-size: 14px;
}
.product_desc .reviews_Dv .reviews .name span.spacer {
  padding: 0 20px;
  color: #525252;
}
.product_desc .reviews_Dv .reviews .name span.date {
  color: #909090;
  font-size: 14px;
}
.product_desc .reviews_Dv .reviews .stars i {
  color: #005de0;
}
.product_detail .product_desc .leave_review {
  padding: 60px 0;
}
.product_detail .product_desc .leave_review h4 {
  font-size: 28px;
  color: #000000;
  padding-bottom: 10px;
}
.product_detail .product_desc .leave_review h4 span.clr {
  color: #005de0;
  font-weight: 500;
}
.product_detail .product_desc .leave_review .form-control {
  border-radius: 0;
  padding: 13px 20px;
}
.product_detail .product_desc .leave_review textarea.form-control {
  margin-top: 15px;
  height: 180px;
  resize: none;
}
.product_detail .product_desc .leave_review .form-control::placeholder {
  color: #6360607a;
}
.product_detail .product_desc .leave_review .ratings {
  display: flex;
  align-items: center;
}
.product_detail .product_desc .leave_review .ratings label {
  font-size: 15px;
  color: #000000;
  padding-right: 10px;
}
.product_detail .product_desc .leave_review .ratings .stars i {
  color: #005de0;
}
.product_detail .product_desc .leave_review button.btn {
  margin-top: 15px;
  background: #005de0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 12px 40px;
  transition: 0.6s;
  border: 2px solid #fff;
}
.product_detail .product_desc .leave_review button.btn:hover {
  box-shadow: 0px 0px 0px 2px #005de0;
}
@media (max-width: 1100px) {
  .product_detail .about_product h3 {
    font-size: 25px;
  }
  .product_detail .about_product .pro_detail h6 span.property {
    width: 150px;
  }
  .product_detail .about_product h4 {
    font-size: 25px;
  }
  a.btn {
    padding: 10px 15px;
  }
  .product_detail .product_desc .leave_review .ratings label {
    font-size: 10px;
    padding-right: 10px;
  }
  .product_detail .product_desc .leave_review .ratings .stars i {
    margin: 0 -2px;
  }
}
@media (max-width: 991px) {
  .product_detail .product_images .slider-nav ul.slick-dots {
    display: none !important;
  }
  .product_desc .youtube_video iframe {
    height: 350px;
  }
  .product_detail .product_images .slider-nav {
    overflow: hidden;
  }
  .product_detail .product_desc .leave_review .form-control {
    margin-bottom: 10px;
  }
  .product_detail .product_desc .leave_review .ratings label {
    font-size: 15px;
    padding-right: 10px;
  }
  .bread_crumbs {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .product_desc .youtube_video iframe {
    height: 350px;
  }
  .product_desc .reviews_Dv .reviews {
    display: block;
  }
  .product_desc .reviews_Dv .reviews .abt_review {
    padding: 0;
  }
  .product_desc .reviews_Dv .reviews .img_box img {
    width: 10%;
    margin: 0px auto 20px;
    display: block;
  }
  .product_detail .product_images .slider-nav .slick-slide {
    margin: 10px 3px 10px 3px;
  }
}
@media (max-width: 480px) {
  .product_detail .about_product h3 {
    font-size: 22px;
  }
  .product_detail .product_desc ul.nav-tabs {
    display: block;
  }
  .product_detail .product_desc ul.nav-tabs li.nav-item button {
    width: 100%;
    margin-bottom: 5px;
  }
  .product_detail .about_product .available_options .buttons-group {
    display: block;
  }
  .product_detail .about_product .available_options .buttons-group a.btn {
    width: 100%;
    margin: 5px 0;
  }
  .product_detail
    .about_product
    .available_options
    .buttons-group
    .cart_btns
    a.wishlist.btn {
    margin: 0;
  }
  .product_detail
    .about_product
    .available_options
    .buttons-group
    .compare_btn
    a.btn {
    justify-content: center;
  }
  .product_desc .reviews_Dv .title h5 {
    text-align: center;
  }
  .product_desc .reviews_Dv .reviews .header {
    display: block;
  }
  .product_desc .reviews_Dv .reviews .header .name {
    margin-bottom: 10px;
  }
}
/* Product Detail Css Start Here */
