






/* 15. product details css here */
.product_page_bg {
  background: #F5F5F9;
  padding: 60px 0 5px;
}
@media only screen and (max-width: 767px) {
  .product_page_bg {
    padding: 60px 0 50px;
  }
}

.product_details_wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
}

.product_details {
  padding: 30px 30px 55px;
}
@media only screen and (max-width: 767px) {
  .product_details {
    padding: 30px 20px 52px;
  }
}

#img-1 {
  border: 1px solid #ebebeb;
}

.header_product {
  border-bottom: 1px solid #ebebeb;
}

.product_d_right h3 {
	text-transform: capitalize;
	line-height: 24px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	padding-top:20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h3 {
    margin-bottom: 17px;
    font-size: 18px;
  }
}
.product_d_right h3 a:hover {
  color: #c40316;
}
.product_d_right .product_rating {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_rating {
    margin-bottom: 12px;
  }
}
.product_d_right .product_rating ul li.review a {
  color: #222222;
  margin-left: 10px;
  font-size: 14px;
}
.product_d_right .product_rating ul li.review a:hover {
  color: #c40316;
}
.product_d_right .price_box {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.current_price {
    font-size: 18px;
  }
}
.product_d_right .price_box span.old_price {
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.old_price {
    font-size: 17px;
  }
}
.product_d_right .product_desc {
  margin-bottom: 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 16px;
  line-height: 35px;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 0;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 3px;
    font-size: 11px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3B5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1DA1F2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #CB2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}
.product_d_right .product_timing {
  margin-bottom: 20px;
  margin-top: 26px;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_timing {
    margin-bottom: 16px;
    margin-top: 25px;
  }
}
.product_d_right .countdown_title {
  text-align: center;
}

.product_nav {
  float: right;
  position: relative;
  top: -46px;
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: none;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  background: #c40316;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #222222;
}

.product_variant.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 130px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
  }
}
.product_variant.quantity button {
  border: 0;
  font-size: 16px;
  margin-left: 20px;
  background: #c40316;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity button {
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity button {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity button {
    min-width: inherit;
    margin-left: 10px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.product_variant.quantity button:hover {
  background: #3E444A;
}
.product_variant.color {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
}
.product_variant.color label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.color ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.product_variant.color ul li:hover {
  border-color: #E88888;
}
.product_variant.color ul li:last-child {
  margin-right: 0;
}
.product_variant.color ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.product_variant.color ul li.color1 a {
  background: #000000;
}
.product_variant.color ul li.color2 a {
  background: #BEBEBE;
}
.product_variant.color ul li.color3 a {
  background: #FE0000;
}
.product_variant.color ul li.color4 a {
  background: #FFFF01;
}
.product_variant.size {
  margin-bottom: 30px;
}
.product_variant.size label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.size .niceselect_option {
  float: inherit;
  max-width: 200px;
}

.product_d_action {
  margin-bottom: 14px;
}
.product_d_action ul li a {
  font-size: 14px;
  line-height: 28px;
}
.product_d_action ul li a:hover {
  color: #c40316;
}

.product_meta {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 20px;
  }
}
.product_meta span {
  font-weight: 500;
}
.product_meta span a {
  margin-left: 10px;
  font-weight: 400;
}
.product_meta span a:hover {
  color: #c40316;
}

.product_info_button {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li {
    margin-bottom: 5PX;
  }
  .product_info_button ul li:last-child {
    margin-bottom: 0;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
  color: #555;
  font-weight: 500;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 17px;
  }
}
.product_info_button ul li a.active {
  color: #333333;
}
.product_info_button ul li a:hover {
  color: #333333;
}
.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_review_form button {
  border: none;
  background: #222222;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px 3px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 13px;
}
.product_review_form button:hover {
  background: #c40316;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_review_form form .row {
    flex-direction: row;
  }
}

.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}

.product_d_inner {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 0 20px 30px;
  }
}

.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

.reviews_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .reviews_wrapper h2 {
    font-size: 15px;
  }
}
.reviews_wrapper .product_rating {
  margin-bottom: 20px;
}
.reviews_wrapper .product_rating h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ebebeb;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
}
.reviews_meta .product_rating {
  float: right;
}
.reviews_meta .product_rating ul li {
  display: inline-block;
}
.reviews_meta .product_rating ul li a {
  color: #212529;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #c40316;
  color: #ffffff;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 56px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 90%;
  margin: 0 auto;
}
.single-zoom-thumb img {
  height:98px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-zoom-thumb {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}
.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}
.single-zoom-thumb ul li a {
  width: 100%;
}








/*******************/



/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.categories_product_inner {
  overflow: hidden;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.home_section_bg {
  background: #F5F5F9;
  padding: 60px 0 132px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_section_bg {
    padding: 60px 0 79px;
  }
}
@media only screen and (max-width: 767px) {
  .home_section_bg {
    padding: 60px 0 57px;
  }
}

.single_categories_product {
  display: flex;
  align-items: center;
  width: 20%;
  float: left;
  padding: 7px 10px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_categories_product {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_categories_product {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single_categories_product {
    width: 100%;
  }
}
.single_categories_product:hover {
  z-index: 2;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.categories_product_content {
  width: 60%;
  padding: 10px;
}
.categories_product_content h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 9px;
}
.categories_product_content h4 a:hover {
  color: #c40316;
}
.categories_product_content p {
  font-size: 13px;
  line-height: 23px;
}

.categories_product_thumb {
  width: 40%;
}

.section_title {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 15px;
  }
}
.section_title h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 7px;
  text-transform: capitalize;
  border-bottom: 3px solid #c40316;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title h2 {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 17px;
    line-height: 20px;
  }
}

.product_area .owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}

.single_product {
	border-radius: 4px;
	background: #ffffff;
	margin-left:10px;
	margin-right:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
.single_product:hover {
  -webkit-box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .add_to_cart {
  visibility: visible;
  opacity: 1;
  bottom: -61px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.product_thumb {
  position: relative;
  padding: 10px;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .product_thumb a img {
    width: 100%;
  }
}

.product_content_inner {
  padding: 20px 0px 25px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_content_inner {
    padding: 20px 16px 25px 16px;
  }
}

.product_content {
  position: relative;
  text-align: center;
}
.product_content h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 13px;
}

.product_content h4 a{
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  color: #212529;
}



.product_content h4 a:hover {
  color: #c40316;
  text-decoration: underline;
}

.add_to_cart {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #fff;
  padding: 20px 0 25px;
}
.add_to_cart a {
  border: 2px solid #ebebeb;
  height: 45px;
  line-height: 41px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  border-radius: 4px;
  width: 220px;
}
.add_to_cart a:hover {
  background: #c40316;
  border-color: #c40316;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .add_to_cart a {
    height: 38px;
    line-height: 34px;
    font-size: 13px;
    width: 150px;
  }
}

.price_box span {
  line-height: 16px;
  font-size: 14px;
}
.price_box span.old_price {
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .price_box span.old_price {
    font-size: 13px;
  }
}
.price_box span.current_price {
  font-size: 16px;
  font-weight: 500;
  color: #c40316;
}

.countdown_text p {
  font-size: 14px;
  line-height: 25px;
}
.countdown_text p span {
  font-weight: 700;
  color: #c40316;
}

.product_timing {
  margin-top: 15px;
}

.single_countdown {
  display: inline-block;
  margin-right: 6px;
}
.single_countdown:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single_countdown {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_countdown {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_countdown {
    margin-right: 3px;
  }
}

.countdown_title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 18px;
}

.countdown_number {
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #F5F5F9;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .countdown_number {
    line-height: 46px;
    width: 46px;
    height: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown_number {
    line-height: 46px;
    width: 46px;
    height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown_number {
    line-height: 46px;
    width: 46px;
    height: 46px;
  }
}

.action_links {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 9;
  text-align: center;
}
.action_links ul li {
  display: inline-block;
}
.action_links ul li a {
  font-size: 21px;
  border: 2px solid #ebebeb;
  height: 43px;
  width: 43px;
  line-height: 39px;
  text-align: center;
  background: #ffffff;
  display: block;
}
.action_links ul li a:hover {
  background: #c40316;
  border-color: #c40316;
  color: #ffffff;
}

.product_rating ul {
  display: flex;
}
.product_rating ul li {
  line-height: 23px;
  margin-right: 3px;
}
.product_rating ul li:last-child {
  margin-right: 0;
}
.product_rating ul li a {
  font-size: 20px;
  color: #ffc600;
}

.product_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_header {
    flex-direction: column;
    align-items: inherit;
    margin-bottom: 20px;
  }
}
.product_header .section_title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product_header .product_tab_btn {
    margin-top: 15px;
  }
}

.product_tab_btn ul li {
  margin-right: 35px;
}
.product_tab_btn ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_btn ul li {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_btn ul li {
    margin-right: 13px;
  }
}
.product_tab_btn ul li a {
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  display: block;
}
.product_tab_btn ul li a:hover {
  color: #c40316;
}
.product_tab_btn ul li a.active {
  color: #c40316;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_btn ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_btn ul li a {
    line-height: 27px;
  }
}

.label_product span {
  position: absolute;
}
.label_product span.label_sale {
  top: 15px;
  right: 15px;
  text-transform: capitalize;
  color: #ffffff;
  background: #62ab00;
  font-size: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.label_product span.label_new {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  border-radius: 3px;
  text-transform: capitalize;
  z-index: 3;
}

.product_carousel .owl-item.last .single_product {
  border-right: 1px solid #ebebeb;
}
.product_carousel .product_thumb a img {
  width: inherit;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product_carousel .product_thumb a img {
    width: 100%;
  }
}
.product_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_carousel .owl-nav.disabled {
  display: block;
}
.product_carousel .owl-nav div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 46%;
  transform: translatey(-50%);
  font-size: 24px;
  border: 1px solid #ebebeb;
  width: 65px;
  height: 65px;
  line-height: 63px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav div {
    left: 0;
    width: 38px;
    height: 38px;
    line-height: 37px;
    font-size: 20px;
  }
}
.product_carousel .owl-nav div:hover {
  color: #ffffff;
  background: #c40316;
  border-color: #c40316;
}
.product_carousel .owl-nav div.owl-next {
  right: -30px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav div.owl-next {
    right: 0;
  }
}

.product_items .single_product:first-child {
  border-bottom: 0;
}
.product_items .single_product:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.product_footer {
  position: relative;
}



















/*! table*/
table{width:100%;margin:30px auto 30px;text-align:center;border:none;}
table tbody{width:100%;min-width:320px;margin:0;border-collapse:collapse;border-spacing:0;border-top:solid 1px #e8e8e8}
table td,.table th{
	padding:6px;
	
}
table caption,.table tfoot td{padding:10px 15px}
.nowrap,.nowrap td,.nowrap th,.nowrap--10>tr>th:nth-last-child(10) .nowrap--11>tr>td:nth-last-child(11),.nowrap--11>tr>th:nth-last-child(11) .nowrap--12>tr>td:nth-last-child(12),.nowrap--12>tr>th:nth-last-child(12),.nowrap--1>tr>th:nth-last-child(1) .nowrap--2>tr>td:nth-last-child(2),.nowrap--2>tr>th:nth-last-child(2) .nowrap--3>tr>td:nth-last-child(3),.nowrap--3>tr>th:nth-last-child(3) .nowrap--4>tr>td:nth-last-child(4),.nowrap--4>tr>th:nth-last-child(4) .nowrap--5>tr>td:nth-last-child(5),.nowrap--5>tr>th:nth-last-child(5) .nowrap--6>tr>td:nth-last-child(6),.nowrap--6>tr>th:nth-last-child(6) .nowrap--7>tr>td:nth-last-child(7),.nowrap--7>tr>th:nth-last-child(7) .nowrap--8>tr>td:nth-last-child(8),.nowrap--8>tr>th:nth-last-child(8) .nowrap--9>tr>td:nth-last-child(9),.nowrap--9>tr>th:nth-last-child(9) .nowrap--10>tr>td:nth-last-child(10),.nowrap-10>tr>th:nth-child(10) .nowrap-11>tr>td:nth-child(11),.nowrap-11>tr>th:nth-child(11) .nowrap-12>tr>td:nth-child(12),.nowrap-12>tr>th:nth-child(12) .nowrap--1>tr>td:nth-last-child(1),.nowrap-1>tr>td:nth-child(1),.nowrap-1>tr>th:nth-child(1) .nowrap-2>tr>td:nth-child(2),.nowrap-2>tr>th:nth-child(2) .nowrap-3>tr>td:nth-child(3),.nowrap-3>tr>th:nth-child(3) .nowrap-4>tr>td:nth-child(4),.nowrap-4>tr>th:nth-child(4) .nowrap-5>tr>td:nth-child(5),.nowrap-5>tr>th:nth-child(5) .nowrap-6>tr>td:nth-child(6),.nowrap-6>tr>th:nth-child(6) .nowrap-7>tr>td:nth-child(7),.nowrap-7>tr>th:nth-child(7) .nowrap-8>tr>td:nth-child(8),.nowrap-8>tr>th:nth-child(8) .nowrap-9>tr>td:nth-child(9),.nowrap-9>tr>th:nth-child(9) .nowrap-10>tr>td:nth-child(10),.nowrap-th th{white-space:nowrap}
table.collapse{overflow:hidden}
.toggle-target,.toggle-trigger{display:block;width:100%}
.toggle-trigger{cursor:pointer}
table .toggle-target,.table .toggle-trigger{margin:0}
.table-caption{position:relative;margin-bottom:0;padding:10px 15px;line-height:1;text-align:center}
.table-caption>span{display:inline-block;margin:0;padding:0}
.table-caption:after{content:'+';font-size:16px;font-weight:700;line-height:20px;display:block;position:absolute;right:15px;top:50%;height:22px;width:22px;margin-top:-11px;border-radius:50%;text-align:center;background-color:#666;color:#fff}
.expanded .table-caption:after{content:'â€“'}
.table-collapse.table-animate .table-caption{text-align:left}
.table-collapse.table-animate .table-caption>span{position:relative;left:0;text-align:left;-webkit-transition:all 240ms ease;-o-transition:all 240ms ease;transition:all 240ms ease}
.table-collapse.table-animate .expanded .table-caption>span{left:50%;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.table-wrapper{display:block;width:100%;overflow-y:auto}
.table-wrapper table{border-top:none}
table table,.table-caption>span{line-height:1.42857}
table caption,.table th,.table-caption>span{font-weight:700}
table td,.table-caption{border:1px solid #e8e8e8}
table thead tr th{color:#333;border:1px solid #e8e8e8;border-top:0}
table caption{background:#fff;color:#333;border-bottom:0}
table td,.table th{border-top:none}
table th,.table-caption>span{color:#333; border: 1px solid #e8e8e8;}
table-hover tbody>tr:hover,.table:not(.table-hover) tbody>tr:nth-child(odd){background:#fff}
table thead{background-color:#fafafa}
table tr.background-color-1 td{background-color:#f0f2f5}
table tr.background-color-2 td{background-color:#d8dce6}








/************产品列表**********/


/*Property Styles*/
.property {
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
  padding: 7px;
  margin-bottom: 20px;
}
.property .feature-image {
  position: relative;
  margin-bottom: 24px;
}
.property .feature-image img {
  width: 100%;
}
.property .btn-sale {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 7px 2px 7px;
  z-index: 1;
}
.property .btn-sale:hover {
  background: #333;
}
.property .property-contents {
  margin: 0 10px;
}
.property .property-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.property .entry-title {
  text-transform: capitalize;
  margin: 0 0 8px 0;
}
.property .entry-title a {
  color: #000;
}
.property .property-location {
  font-size: 12px;
  color: #999;
  display: block;
}
.property .property-location .fa {
  margin-right: 5px;
  font-size: 14px;
}
.property .btn-price {
  font-size: 15px;
  font-weight: 600;
}
.property .property-meta {
  color: #707070;
  font-size: 13px;
  margin-left: -19px;
}
.property .property-meta span {
  color: inherit;
  float: left;
  margin-left: 19px;
  margin-bottom: 2px;
}
.property .property-meta .fa {
  font-size: 14px;
  margin-right: 5px;
}
.property .author-box {
  display: none;
  font-size: 12px;
}
.property .author-box .author-img {
  float: left;
  margin-right: 10px;
}
.property .author-box .author-img img {
  border-radius: 50%;
}
.property .author-box .author-name {
  font-size: inherit;
  margin: 5px 0 0 0;
  color: inherit;
  display: block;
  font-style: normal;
}
.property .author-box .phone {
  font-weight: 600;
  font-size: inherit;
}
.property .author-box .phone .fa {
  color: #6c98e1;
  margin-right: 5px;
}
.property .contents {
  margin-bottom: 10px;
}
.list-style .feature-image {
  margin: 0 20px 0 0;
  float: left;
  width: calc(43% - 20px);
}
.list-style .property-contents {
  margin: 20px 20px 0 0;
  float: left;
  width: calc(57% - 20px);
}
.list-style .property-meta {
  margin-bottom: 18px;
}
.list-style .author-box,
.list-style .contents {
  display: block;
}


#property-listing {
  padding: 20px 0;
}
#property-listing .section-header {
  margin-bottom: 50px;
}
#property-listing .section-header h2 {
  margin-bottom: 10px;
}

.section-header h2 {
    margin: 0 0 30px 0;
    color: #373B85;
}
.pull-left {
    float: left !important;
}

.section-md2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

img {
    max-width: 100%;
}

.btn__bordered.btn__primary {
  color:#d90a2c;
  border-color:#d90a2c;
  padding:15px 50px 15px 50px;
  margin-top:20px;
}
.btn__bordered.btn__primary:active,.btn__bordered.btn__primary:focus,.btn__bordered.btn__primary:hover {
  color:#fff;
  background-color:#d90a2c;
  border-color:#d90a2c;
}

.section-md2 {
    padding-top: 50px;
    padding-bottom: 70px;
}





table {
        width: 100%;
	margin: 10px 0 10px 0;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d90a2c;
	border-left-color: #DEE0E0;
	border-collapse:collapse;  
	border-spacing:0;  
}
table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: middle;
}

table th {
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight:bold;
}

 table td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	line-height:25px;
}

table tr:nth-child(2n) {
    background: #f5f5f5;
}




/*Image Zoom*/
img[data-action="zoom"] {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  transition: all 300ms;
}
img.zoom-img {
  cursor: zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
/*Image Zoom*/


.ssrope{
	width:auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding-top:20px;
	margin-bottom:15px;
}
.ssrope img{border: 1px solid #666;padding:0px;}

.pbmit-portfoliobox-style-22 {
    margin-bottom: 20px;
}
.pbmit-portfoliobox-style-22 .pbmit-box-content{        
    text-align: left;
    margin-top: 20px;
}
.pbmit-portfoliobox-style-22 .pbmit-box-content h3{
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0;
}
.pbmit-portfoliobox-style-22 .pbmit-pf-box-title a{
    color: #42474c;
}
.pbmit-portfoliobox-style-22 .pbmit-box-category{
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.pbmit-portfoliobox-style-22 .pbmit-box-category a{
    color: var(--pbmit-global-color);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
.pbmit-portfoliobox-style-22 .pbmit-item-thumbnail{
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.pbmit-portfoliobox-style-22:hover .pbmit-item-thumbnail{
    top: -0.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}