.text-justify {
  text-align: justify !important;
}
.product_tab_btn {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_btn {
    margin: 21px 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_btn {
    margin: 18px 0 21px;
  }
}
.product_tab_btn ul.nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
}
.product_tab_btn ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #C70909;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_tab_btn ul li a:hover {
  color: #C70909;
}
.product_tab_btn ul li a:hover::before {
  opacity: 1;
}
.product_tab_btn ul li a.active {
  color: #C70909;
}
.product_tab_btn ul li a.active::before {
  opacity: 1;
}
@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 {
    font-size: 13px;
    line-height: 24px;
  }
}

.product_area {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_area {
    margin-bottom: 0;
  }
}
.product_area .owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}

.single_product {
  border-radius: 4px;
  background: #ffffff;
  /*padding-top: 20px;*/
}
.single_product:hover {
  -webkit-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 .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links {
  visibility: visible;
  opacity: 1;
  bottom: -55px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.single_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}

.product_thumb {
  position: relative;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .product_thumb a img {
    width: 100%;
  }
}

.product_content_inner {
  padding: 10px 15px 20px;
}

.product_content {
  position: relative;
}
.product_content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  height: 30px;
}
.product_content h4 a:hover {
  color: #C70909;
  text-decoration: underline;
}
.product_content p.product_name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  height: 30px;
}
.product_content p.product_short_description {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: justify;
}
.product_content h4 a {
  color: inherit;
}
.product_content h4 a:hover {
  color: #157A4A;
  font-weight: 700;
  transition: all 0.3s ease;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.product_content .product_view_button {
  background: linear-gradient(0deg,#157A4A 0,#157A4A38 100%);
  line-height: 42px;
  padding: 0;
  border: none;

  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
  outline: 0;
  text-align: center;
}
.product_content .product_view_button::before {
  background: #157A4A;
  box-shadow: -7px -7px 20px 0 rgba(255,255,255,.9),-4px -4px 5px 0 rgba(255,255,255,.9),7px 7px 20px 0 rgba(0,0,0,.2),4px 4px 5px 0 rgba(0,0,0,.3);
  transition: .3s;
  content: "";
}
.product_content .product_view_button:hover {
  transition: all 0.3s ease;
  color: #157A4A;
  background: 0 0;
  font-weight: 700;
}
.product_content .product_view_button:hover span a {
  transition: all 0.3s ease;
  color: #157A4A;
  font-weight: 700;
}
.product_content .product_view_button span a {
  color: #fff;
}
.product_content .product_view_button span a:hover {
  transition: all 0.3s ease;
  color: #157A4A;
  font-weight: 700;
}
.product_content p.product_name a:hover {
  color: #C70909;
  text-decoration: underline;
}
.product_content p.manufacture_product {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.product_content p.manufacture_product a:hover {
  color: #C70909;
}

@media only screen and (max-width: 767px) {
/*  .price_box {
    height: 50px;
  }*/
}
.price_box span {
  line-height: 18px;
  font-size: 14px;
}
.price_box span.old_price {
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
}

.product_content_inner .add-to-cart {
  padding: 0 26px;
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #157A4A;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  cursor: pointer;
}
.product_content_inner .add-to-cart:hover {
  background: #C70909;
  font-weight: 700;
}

.product_content_inner .view-product-detail {
  padding: 0 26px;
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #157A4A;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  cursor: pointer;
}
.product_content_inner .view-product-detail:hover {
  background: #C70909;
  font-weight: 700;
}

.price_box span.current_price {
  font-size: 16px;
  font-weight: 700;
  color: #C70909;
  margin-right: 5px;
}

.quick_button {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s
}
.quick_button a,
.quick_button .quick-view,
.quick_button .modal-box,
.quick_button .add-to-cart,
.quick_button .add-to-wish,
.quick_button .remove-wish-list {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #157A4A;
  color: #ffffff;
  /*border-radius: 2px;*/
  border-radius: 50%;
  margin: 0px 5px 0px 5px;
}
.quick_button a:hover,
.quick_button .quick-view:hover,
.quick_button .modal-box:hover,
.quick_button .add-to-cart:hover,
.quick_button .add-to-wish:hover,
.quick_button .remove-wish-list:hover {
  background: #ffc107;
  font-size: 18px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);  
  transform: rotate(360deg);
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;  
  cursor: pointer;
}

.action_links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
  padding: 0 15px 20px;
}
.action_links ul li {
  display: inline-block;
  margin-right: 10px;
}
.action_links ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .action_links ul li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .action_links ul li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .action_links ul li {
    margin-right: 10px;
  }
}
.action_links ul li.add_to_cart a {
  padding: 0 26px;
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #C70909;
  color: #ffffff;
}
.action_links ul li.add_to_cart a:hover {
  background: #999;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .action_links ul li.add_to_cart a {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .action_links ul li.add_to_cart a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action_links ul li.add_to_cart a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action_links ul li.add_to_cart a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .action_links ul li.add_to_cart a {
    padding: 0 26px;
  }
}
.action_links ul li a {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  display: block;
}
.action_links ul li a:hover {
  color: #C70909;
}

.product_rating {
  margin: 20px 0px 10px 0px;
}
.product_rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  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_rating.weratings-container ul li i {
  color: #FFBB5C;
}
.label_product span {
  position: absolute;
}
.label_product span.label_bestseller {
  top: 10px;
  left: 15px;
  text-transform: capitalize;
  color: #ffffff;
  background: #157A4A;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
  line-height: 23px;
  text-align: center;
  display: block;
  border: 1px solid #157A4A;
  border-radius: 50%;
  font-weight: 700;
  width: 45px;
  height: 45px;
}
.label_product span.label_hot {
  top: 10px;
  left: 15px;
  text-transform: capitalize;
  color: #ffffff;
  background: #C70909;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
  line-height: 23px;
  text-align: center;
  display: block;
  border: 1px solid #C70909;
  border-radius: 50%;
  font-weight: 700;
}
.label_product span.label_sale {
  top: 10px;
  left: 15px;
  text-transform: capitalize;
  color: #ffffff;
  background: #C70909;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
  line-height: 23px;
  text-align: center;
  display: block;
  border: 1px solid #C70909;
  border-radius: 50%;
  font-weight: 700;
}
.label_product span.label_new {
  top: 10px;
  left: 15px;
  text-transform: capitalize;
  color: #ffffff;
  background: #1560b2;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
  line-height: 23px;
  text-align: center;
  display: block;
  border: 1px solid #1560b2;
  border-radius: 50%;
  font-weight: 700;
}
.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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.product_carousel .owl-nav {
  position: absolute;
  top: -49px;
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65px;
  background: #F8F8F8;
  padding: 0 10px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_carousel .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav {
    display: none;
  }
}
.product_carousel .owl-nav div {
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_carousel .owl-nav div:hover {
  color: #C70909;
}

.product_items .single_product {
  margin-bottom: 30px;
}
.product_items .single_product:last-child {
  margin-bottom: 0;
}
.product_items .single_product {
  -webkit-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_style_right .action_links ul li {
  margin-right: 5px;
}
.product_style_right .action_links ul li:last-child {
  margin-right: 0;
}
.product_style_right .action_links ul li.add_to_cart a {
  padding: 0 13px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_style_left {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style_left {
    margin-bottom: 30px;
  }
}
.product_style_left .single_product {
  overflow: hidden;
  padding: 20px 15px 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style_left .single_product {
    padding: 40px 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style_left .single_product {
    margin-bottom: 30px;
  }
}
.product_style_left .single_product:hover .action_links {
  bottom: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.product_style_left .product_thumb {
  width: 51%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product_style_left .product_thumb {
    width: 100%;
  }
}
.product_style_left .product_content {
  padding-left: 15px;
  width: 49%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product_style_left .product_content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.product_style_left .action_links {
  position: inherit;
  opacity: inherit;
  visibility: inherit;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style_left .action_links ul li {
    margin-right: 8px;
  }
  .product_style_left .action_links ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style_left .action_links ul li.add_to_cart a {
    padding: 0 12px;
  }
}
.product_style_left .product_desc {
  margin: 18px 0 22px;
}

/* 13. cart page css here */
.cart_page_bg {
  background: #F8F8F8;
  padding: 60px 0;
}

.shopping_cart_area {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .shopping_cart_area {
    padding: 0;
  }
}

.header_cart_page {
  border-bottom: 1px solid #ebebeb;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #ebebeb;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .table_desc {
    border: 0;
  }
}
.table_desc .cart_page table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table_desc .cart_page table thead {
    display: none;
  }
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #157A4A;
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table_desc .cart_page table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #ebebeb;
  }
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .table_desc .cart_page table tbody tr td {
    border: 0;
  }
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #222222;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #C70909;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .table_desc .cart_page table tbody tr td.product_thumb {
    max-width: 100%;
  }
}
.table_desc .cart_page table tbody tr td.product_thumb a img {
  width: 100px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  color: #222222;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #C70909;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 500;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 110px;
  height: 40px;
  padding: 0 0px 10px 5px;
  background: none;
  border: 0px;
  margin: 0px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .cart_submit {
    text-align: center;
  }
}
.cart_submit button {
  background: #222222;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #C70909;
}

.coupon_inner {
  padding: 10px 20px 25px;
}
@media only screen and (max-width: 767px) {
  .coupon_inner {
    padding: 10px 14px 25px;
  }
}
.coupon_inner p {
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner button {
  background: #222222;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.coupon_inner button:hover {
  background: #C70909;
}
.coupon_inner input {
  border: 1px solid #ebebeb;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
.coupon_inner a {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  border-radius: 3px;
}
.coupon_inner a:hover {
  color: #C70909;
}

.coupon_code {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 50px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #0a98dd;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p {
    font-size: 13px;
  }
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p.cart_amount {
    font-size: 13px;
  }
}
.cart_subtotal p span {
  margin-right: 30px;
}
.cart_subtotal .order_payment {
  height: 20px;
  min-width: auto;
}
.cart_subtotal .order_status {
  height: 20px;
  min-width: auto;
}

.checkout_btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .checkout_btn {
    text-align: center;
  }
}
.checkout_btn a {
  background: #157A4A;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout_btn a:hover {
  background: #C70909;
  color: #ffffff;
}

.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}
.cart-plus-minus {
  float: left;
  margin: 0 15px 0 60px;
  position: relative;
  width: 112px;
  text-align: left;
}
.cart-plus-minus .cart-plus-minus-box {
  border: 1px solid #e1e1e1;
  color: #3c3c3c;
  text-align: center;
  width: 48px;
  height: 48px;
  background: #fff;
}
.cart-plus-minus .dec.qtybutton {
  top: 0;
  left: 0;
}
.cart-plus-minus .inc.qtybutton {
  top: 0;
  right: 0;
}
.cart-plus-minus .dec.qtybutton, .cart-plus-minus .inc.qtybutton {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  padding: 2px 0 0;
}
.cart-plus-minus .dec.qtybutton:hover, .cart-plus-minus .inc.qtybutton:hover {
  background: #157A4A;
  color: #fff;
  cursor: pointer;
  border: 1px solid #157A4A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.cart-page-total {
  padding-top: 30px;
}
.cart-page-total > ul {
  border: 1px solid #ddd;
}
.cart-page-total a {
  display: inline-block;
  padding: 1rem 1.5rem;
  max-width: 150px;
  color: #157A4A;
  border: .1rem solid #157A4A;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #252525;
  padding: 10px 30px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-family: LabGrotesqueVN,sans-serif;
}
.cart-page-total ul > li > span, .coupon2 {
  float: right;
}
@media only screen and (max-width: 767px) {
  .cart-page-total a {
    margin: 10px 0;
  }
}
/*cart page css end*/

/* 14. checkout page css here */
.checkout_page_bg {
  background: #F8F8F8;
  padding: 60px 0;
}

.checkout_form_left {
  background: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .checkout_form_left {
    margin-bottom: 60px;
  }
}

.checkout_form_right {
  background: #ffffff;
  padding: 20px;
}

.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background: #ffffff;
  padding: 15px 10px;
  border-top: 3px solid #C70909;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #C70909;
}

.checkout_info {
  border: 1px solid #ebebeb;
  background: #ffffff;
  margin-top: 25px;
  padding: 20px 30px;
}
.checkout_info p {
  margin-bottom: 15px;
}
.checkout_info a {
  color: #C70909;
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
}
.form_group input {
  border: 1px solid #ebebeb;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #222222;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #C70909;
}

.form_group input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #C70909;
}

#checkout_coupon input {
  background: none;
  border: 1px solid #ebebeb;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #222222;
}
#checkout_coupon button {
  width: 130px;
  background: #222222;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #checkout_coupon button {
    margin-top: 20px;
  }
}
#checkout_coupon button:hover {
  background: #C70909;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #222222;
  font-weight: 500;
}
.checkout_form input {
  border: 1px solid #ebebeb;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #222222;
}
.checkout_form .nice-select {
  width: 100%;
}
.checkout_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.checkout_form .nice-select::after {
  top: 56%;
}
.checkout_form label {
  font-weight: 500;
  margin-bottom: 6px;
}
.checkout_form label span {
  color: #C70909;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #222222;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.checkout_form label.righ_0:hover {
  background: #C70909;
}

.checkout_form input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.order_button button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #C70909;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .order_button button {
    font-size: 14px;
  }
}
.order_button button:hover {
  background: #222222;
}

.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #222222;
}
.order-notes label {
  line-height: 13px;
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type=radio] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}
p.checkout-coupon input[type="submit"]:hover {
  background: #fed700;
}
.form-row>label {
  margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}
p.lost-password a:hover {
  color: #fed700;
}
.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
p.checkout-coupon input[type="text"] {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #fed700;
}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.country-select {
  margin-bottom: 25px;
}
.checkout-form-list {
  margin-bottom: 30px;
}
.country-select label,
.checkout-form-list label {
  color: #333;
  margin: 0 0 5px;
  display: block;
}
.country-select label span.required,
.checkout-form-list label span.required {
  color: #dc3545;
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}
.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}
.create-acc label {
  color: #333;
  display: inline-block;
}
.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  color: #363636;
}
.ship-different-title input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 1px;
  width: auto;
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #ddd;
  height: 90px;
  padding: 15px;
  width: 100%;
}
.create-account,
#ship-box-info {
  display: none;
}
.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
thead {
  background-color: #f6f6f6;
}
.your-order-table table th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  font-family: 'LabGrotesqueVN', sans-serif;
  padding: 15px 0;
  text-align: center;
}
.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}
/*.your-order-table table .order-total td {
  border-bottom: medium none;
}*/
.your-order-table table tr.order-total td span {
  color: #0dcaf0;
  font-size: 20px;
  font-weight: 700;
}
.your-order-table table .order-total th {
  font-size: 18px;
  font-weight: 700;
}
.your-order-table table tr.cart-discount td span {
  color: #C70909;
  font-size: 16px;
  font-weight: 700;
}
.your-order-table table .cart-discount th {
  font-size: 16px;
  font-weight: 700;
}
.your-order-table table tr.cart-shippingfee td span {
  color: #C70909;
  font-size: 16px;
  font-weight: 700;
}
.your-order-table table .cart-shippingfee th {
  font-size: 16px;
  font-weight: 700;
}
.your-order-table table tr.cart-subtotal td span {
  color: #464646;
  font-size: 16px;
  font-weight: 700;
}
.your-order-table table .cart-subtotal th {
  font-size: 16px;
  font-weight: 700;
}

.payment-method {
  margin-top: 40px;
}
.payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
}
.payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f2f2f2;
  border-bottom: 0;
}
.payment-accordion .card-body {
  padding: 0;
}
.payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}
.payment-accordion h5.panel-title {
  color: #444;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.payment-accordion h5.panel-title>a:hover {
  color: #fed700 !important;
}
.payment-accordion .card-body>p {
  color: #515151;
}
.order-button-payment input {
  background: #c70909 none repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 10px 0px 0px 20%;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60%;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 4px;
}
.order-button-payment input:hover {
  background: #fed700 none repeat scroll 0 0;
  color: #C70909;
}
/*checkout page css end*/
/* 22. wishlist css here */
.wishlist_page_bg {
  background: #F8F8F8;
  padding: 60px 0;
}

.wishlist_inner {
  background: #ffffff;
  /*padding: 20px;*/
  margin: 20px;
  /*margin-bottom: 60px;*/
}

.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .table_desc.wishlist table tbody tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.table_desc.wishlist table tbody tr td.product_total a {
  background: #157A4A;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
}
.table_desc.wishlist table tbody tr td.product_total a:hover {
  background: #C70909;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_desc.wishlist table tbody tr td.product_remove {
    min-width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_desc.wishlist table tbody tr td.product-price {
    min-width: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_desc.wishlist table tbody tr td.product_quantity {
    min-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_desc.wishlist table tbody tr td.product_name {
    min-width: 141px;
  }
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #ebebeb;
  background: #ffffff;
}
.wishlist_share h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #C70909;
}

/*wishlist css end*/

/*Single product css begin*/
.product_d_right h3 {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 22px;
}
@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: #C70909;
}
.product-short-desc > p {
  text-align: justify;
  font-style: italic;
}
.small-rating {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  line-height: 16px;
}
.small-rating i {
  color: #e3c01c;
  margin-right: 4px;
}
.product_item_awareness {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  /*margin-bottom: 1.7rem;*/
  line-height: 2.5;
  white-space: nowrap;
  color: #ffc107;
}
.product_item_awareness .customer-views {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #dc3545;
  font-family: Montserrat, sans-serif;
}
.product_item_awareness .customer-views span {
  color: #3c3c3c;
}
.product_item_awareness .customer-searches {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #dc3545;
  font-family: Montserrat, sans-serif;
}
.product_item_awareness .customer-searches span {
  color: #3c3c3c;
}
.price-box .new-price,
.price-box .new-price-2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #e80f0f;
}
.price-box .old-price {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 5px 0px 5px;
  text-decoration: line-through;
}
.product__details__button .add-detail-to-cart, 
.product__details__button .add-modal-to-cart, 
.product__details__button .add-to-cart {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #157A4A;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: transparent;
}
.product__details__button .buy-now, 
.product__details__button .buy-now-detail, 
.product__details__button .buy-now-modal {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #C70909;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: transparent;
}
.product__details__button .contact-now {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #157A4A;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: transparent;
}
.product__details__button .contact-now-modal {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #157A4A;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: transparent;
}
/*Single product css end*/

/*filter product mobile begin*/
@-webkit-keyframes liSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes liSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#filterProdMobile {
  position: fixed;
  right: 12px;
  bottom: 400px;
  height: 50px;
  width: 50px;
  line-height: 48PX;
  border-radius: 100%;
  text-align: center;
  background: #157A4A;
  border: 1px solid #157A4A;
  color: #fcfcfc;
  -webkit-animation: .8s ease-in-out both liSlideInUp;
  animation: .8s ease-in-out both liSlideInUp;
  z-index: 1000 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.coupon, .product__details__button ul {
  float: left;
}
.header__left__auth a:last-child, .header__left__widget li:last-child, .product__details__button ul li:last-child {
  margin-right: 0;
}
.product__details__button ul li {
  list-style: none;
  display: inline-block;
}
.product__details__button ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding-top: 1px;
}
.product-hover li a {
  background: #dae6f2;
  color: #c70909;
}
.product__details__button ul li a:hover {
  opacity: .7;
  border: 1px solid #c70909;
}
.product-details-tab .product-details-images .modal_tab_camera:hover, .product-hover li:hover a {
  background: #c70909;
  color: #fff;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.modal_social ul li.facebook a {
  background: #3c5b9b;
}
.modal_social ul li.facebook a:hover {
  background: #C70909;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #C70909;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #C70909;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #C70909;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #C70909;
}
.facebook {
  background: #3c5b9b;
}
.facebook:hover {
  background: #C70909;
}
.linkedin {
  background: #0077b5;
}
.linkedin:hover {
  background: #C70909;
}
.twitter {
  background: #40c1df;
}
.twitter:hover {
  background: #C70909;
}
.youtube {
  background: #c72982;
}
.youtube:hover {
  background: #C70909;
}
.instagram {
  background: #c619b8;
}
.instagram:hover {
  background: #C70909;
}
.tiktok {
  background: #000000;
}
.tiktok:hover {
  background: #C70909;
}
.pinterest {
  background: #eb8314;
}
.pinterest:hover {
  background: #C70909;
}
.instagram2 {
  background: #c619b8;
}
.instagram2:hover {
  background: #C70909;
}
.product_info_button {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 29px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
  color: #555;
  font-weight: 700;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
}
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.product_info_content p {
  line-height: 28px;
  text-align: justify;
}
.product-details-tab .product-details-images .modal_tab_camera {
  position: absolute;
  left: 30px;
  color: #157A4A;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  line-height: 2rem;
}
.rs-single-shop .tab-content .tab-pane table {
  table-layout: fixed !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
  background-color: transparent !important;
}
.rs-single-shop .tab-content .tab-pane table tbody tr td, 
.rs-single-shop .tab-content .tab-pane table tbody tr th {
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
}
.rs-single-shop .tab-content .tab-pane table tbody tr td, 
.rs-single-shop .tab-content .tab-pane table tbody tr th {
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
}
/*filter product end begin*/

/*Some responsive css begin*/
@media only screen and (max-width: 767px) {
  .product_content_inner {
    padding: 10px 10px 20px;
  }
  .price_box span.current_price {
    font-size: 14px;
  }
  .price_box span.old_price {
    font-size: 12px;
    margin-right: 0px;
  }
  .offcanvas-shopfilter-overlay {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      content: "";
      z-index: 98;
      -webkit-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      transition: all, 0.5s;
      visibility: hidden;
  }
  .offcanvas-shopfilter-overlay.active {
      visibility: visible;
  }
  .offcanvas-shopfilter-wrapper {
      position: fixed;
      left: -300px;
      width: 300px;
      height: 100%;
      background: #ffffff;
      padding: 90px 20px 30px 30px;
      display: block;
      z-index: 99;
      overflow-y: auto;
      -webkit-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      transition: all, 0.5s;
      opacity: 0;
  }
  .offcanvas-shopfilter-wrapper.active {
      opacity: 1;
      left: 0;
  }
  .filter__product__mobile__close {
      position: absolute;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 31px;
      border: 1px solid #222;
      border-radius: 50%;
      cursor: pointer;
      float: right;
      top: 1%;
      left: 85%;
      color: #222;
  }
  .additional-attributes .title {
    font-size: 13px;
  }
  .additional-attributes .description {
    font-size: 13px;
  }
  .price-box .new-price,
  .price-box .new-price-2 {
    font-size: 14px;
  }
  .price-box .old-price {
    font-size: 12px;
  }
  .cart-plus-minus {
    width: 112px;
    margin: 0;
  }
  .cart-plus-minus .cart-plus-minus-box {
    width: 112px;
    border: 0;
    padding: 0 10px 15px 15px;
  }
  .cart-plus-minus .dec.qtybutton, .cart-plus-minus .inc.qtybutton, .product__item__pic {
    height: auto;
  }
  .cart_info_mobile, 
  .header, 
  .product_item_awareness .customer-searches, 
  .product_item_awareness .customer-views, 
  .wishlist_info_mobile {
    display: inline-block;
  }
  .cart_info_mobile ul li {
    line-height: 25px;
    display: grid;
  }
  .cart_info_mobile ul, 
  .wishlist_info_mobile ul {
    list-style: none;
  }
}
.product_content_inner .add-to-cart {
  padding: 0 10px;
  font-size: 12px;
  background-color: #157A4A;
  color: #fff;
}
.product_content_inner .view-product-detail {
  padding: 0 10px;
  font-size: 12px;
  background-color: #157A4A;
  color: #fff;
}
/*Some responsive css end*/

/*Some effect css for product begin*/
.hide-product-image {
  display: none;
}
.show-product-image {   
  animation: fadeInProductAnimation 5s;
}
@keyframes fadeInProductAnimation {
    0% {
        opacity: 0;      
    }
    100% {
        opacity: 1;     
     }
}
/*Some effect css for product end*/

/*Some css about modal begin*/
.modal_title {
  line-height: 2.5em;
  position: absolute;
  text-align: center;
  font-weight: 700;
  color: #157A4A;
  padding-left: 10px;
}
.modal-content button.close, .modal_header button.close {
  position: absolute;
  left: 95%;
  width: 40px;
  height: 40px;
  line-height: 33px;
  display: block;
  border: 2px solid #c70909;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
  background: #c70909;
  color: #fff;
  font-weight: 500;
}
.modal-attribute > span.title {
  font-size: 13px;
}
.modal-attribute > span.description {
  font-size: 14px;
}
.modal_tab_img .modal_tab_camera {
  position: absolute;
  left: 30px;
  color: #157A4A;
  padding: 10px;
}
.modal-backdrop {
  z-index: 1049;
}
.modal-wrapper.modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}
/*Some css about modal end*/