/* 03. product section css here */
.tab-content {
  padding: 20px;
}
.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;
}

@media only screen and (max-width: 767px) {
  .product_area.mb-65 {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .product_area.mb-70 {
    margin-bottom: 60px;
  }
}

.section_title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
}
.section_title::before {
  width: 27%;
  height: 2px;
  content: "";
  background: #444444;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section_title::before {
    width: 93%;
    top: 10px;
  }
}
.section_title .section-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px;
  text-transform: uppercase;
  /* background: #ffffff; */
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section_title .section-title {
    font-size: 17px;
    line-height: 17px;
    padding: 0 15px;
  }
}

.product_tab_btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn {
    margin-top: 12px;
  }
}
.product_tab_btn ul {
  justify-content: center;
}
.product_tab_btn ul li {
  margin-right: 45px;
}
.product_tab_btn ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn ul li {
    margin-right: 20px;
  }
}
.product_tab_btn ul li a {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li a {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.single_product:hover .product_thumb::before {
  opacity: 0;
}
.single_product:hover .product_thumb a.secondary_img {
  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;
}
.product_thumb::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  content: "";
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 767px) {
  .product_thumb a img {
    width: 100%;
  }
}

.action_links {
  transition: all 0.3s ease;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.action_links ul li {
  margin-bottom: 10px;
}
.action_links ul li:last-child {
  margin-bottom: 0;
}
.action_links ul li a {
  line-height: 34px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}

@media only screen and (max-width: 767px) {
  .action_links ul li a {
    line-height: 34px;
    width: 33px;
    height: 33px;
    font-size: 18px;
  }
}
.action_links ul li.wishlist a {
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
.action_links ul li.compare a {
  -webkit-transition: ease 0.7s all;
  -moz-transition: ease 0.7s all;
  transition: ease 0.7s all;
}
.action_links ul li.quick_button a {
  -webkit-transition: ease 0.9s all;
  -moz-transition: ease 0.9s all;
  transition: ease 0.9s all;
}

.product_content {
  margin-top: 10px;
  overflow: hidden;
  padding: 0px 10px 10px;
}
.product_content h4 {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
}

.product_rating {
  float: right;
}
.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: 12px;
}

.price_box {
  float: left;
}
.price_box span {
  line-height: 16px;
}
.price_box span.old_price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .price_box span.old_price {
    font-size: 13px;
  }
}
.price_box span.current_price {
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .price_box span.current_price {
    font-size: 13px;
  }
}

.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 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #a2a2a2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav div {
    display: none;
  }
}
.product_carousel .owl-nav div:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.product_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.product_items .single_product {
  margin-bottom: 35px;
}
.product_items .single_product:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product_items .single_product {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product_left {
    margin-bottom: 30px;
  }
}
.product_left .action_links {
  top: 50%;
  transform: translatey(-50%);
  left: 43%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_left .action_links {
    top: 40%;
  }
}
.product_left .product_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}
.product_left .product_content h4 a {
  color: #ffffff;
}

.product_left .price_box span {
  color: #ffffff;
}

.product_right .action_links {
  top: 50%;
  transform: translatey(-50%);
  left: 39%;
}
@media only screen and (max-width: 479px) {
  .product_right .action_links {
    left: 43%;
  }
}
.product_right .action_links ul li.quick_button a {
  transition: all 0.5s ease;
}
.product_right .single_product {
  margin-bottom: 41px;
}
@media only screen and (max-width: 767px) {
  .product_right .single_product {
    margin-bottom: 30px;
  }
}

.label_product span {
  position: absolute;
}
.label_product span.label_sale {
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.label_product span.label_new {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
  border-radius: 3px;
  text-transform: capitalize;
  z-index: 3;
}

/*custom product area css here*/
.small_product_container .single_product {
  margin-bottom: 20px;
  overflow: hidden;
}
.small_product_container .single_product:last-child {
  margin-bottom: 0;
}
.small_product_container .product_content {
  width: 73%;
  padding-left: 15px;
  margin-top: 0;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_container .product_content {
    width: 66%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small_product_container .product_content {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .small_product_container .product_content {
    width: 73%;
    padding-left: 12px;
  }
}
.small_product_container .product_content h4 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 12px;
}
.small_product_container .product_content h4 a {
  color: #ffffff;
}

.small_product_container .product_thumb {
  width: 70px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .small_product_container .product_thumb {
    width: 54px;
  }
}
.small_product_container .product_rating {
  float: inherit;
  margin-bottom: 7px;
  width: 100%;
}
.small_product_container .product_rating ul li a {
  color: #ffffff;
}
.small_product_container .price_box span {
  color: #bdbdbd;
  font-size: 13px;
}

/*home two css here*/
.deals_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.deals_carousel .single_product {
  border: 1px solid #ebebeb;
}
.deals_carousel .product_content {
  padding: 20px 14px 17px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_carousel .product_content {
    padding: 20px 10px 17px;
  }
}
.deals_carousel .product_thumb a img {
  width: 100%;
}

.section_title_style2 {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section_title_style2 {
    margin-bottom: 20px;
  }
}
.section_title_style2::before {
  width: 50px;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  z-index: 9;
}
.section_title_style2 h2 {
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .section_title_style2 h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home_section_two {
    margin-bottom: 54px;
  }
}
.home_section_two .owl-nav {
  position: absolute;
  top: -72px;
  right: 16px;
  display: flex;
  width: 35px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home_section_two .owl-nav {
    top: -63px;
  }
}
.home_section_two .owl-nav div {
  font-size: 24px;
  opacity: inherit;
  visibility: inherit;
  position: initial;
  transform: initial;
  width: initial;
  height: initial;
  line-height: initial;
  border: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_section_two .owl-nav div:hover {
  color: #f6692a;
  background: inherit;
}

@media only screen and (max-width: 767px) {
  .deals_product_area {
    margin-bottom: 58px;
  }
}

.product_timing {
  margin-bottom: 16px;
}

.single_countdown {
  display: inline-block;
  width: 54px;
  height: 55px;
  text-align: center;
  border: 1px solid #f6692a;
  border-radius: 50%;
  margin-right: 5px;
}
.single_countdown:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_countdown {
    width: 46px;
    height: 46px;
    margin-right: 3px;
  }
}

.countdown_title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown_title {
    font-size: 10px;
  }
}

.countdown_number {
  line-height: 28px;
  color: #f6692a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown_number {
    line-height: 22px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .small_product_area {
    margin-bottom: 58px;
  }
}
.small_product_area .product_content h4 a {
  color: #000000;
}
.small_product_area .product_content h4 a:hover {
  color: #f6692a;
}
.small_product_area .product_rating ul li a {
  color: #000000;
}
.small_product_area .product_rating ul li a:hover {
  color: #f6692a;
}
.small_product_area .price_box span {
  color: #000000;
}

.sidebar_product_column1 .product_thumb {
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar_product_column1 .product_thumb {
    width: 70px;
  }
}
.sidebar_product_column1 .product_content {
  width: 65%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar_product_column1 .product_content {
    width: 67%;
    padding-left: 10px;
  }
}

.product_area_two .product_tab_btn ul li a:hover {
  color: #f6692a;
}
.product_area_two .product_tab_btn ul li a.active {
  color: #f6692a;
}
.product_area_two .action_links ul li a:hover {
  color: #f6692a;
}
.product_area_two .owl-nav div:hover {
  background: #f6692a;
  border-color: #f6692a;
}
.product_area_two .product_content h4 a:hover {
  color: #f6692a;
}
.product_area_two .product_rating ul li a:hover {
  color: #f6692a;
}

.color_two .action_links ul li a:hover {
  color: #f6692a;
}
.color_two .product_content h4 a:hover {
  color: #f6692a;
}
.color_two .product_rating ul li a:hover {
  color: #f6692a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_section_left {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .home_section_left {
    margin-bottom: 56px;
  }
}

/*home three css here*/
.product_style3 .product_content h4 {
  margin-bottom: 3px;
}
.product_style3 .product_rating {
  float: inherit;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product_style3 .product_tab_btn ul li a {
    line-height: 24px;
  }
}

.deals_section_three {
  background: #f5f5f5;
  padding: 34px 0 70px;
}
@media only screen and (max-width: 767px) {
  .deals_section_three {
    padding: 23px 0 60px;
    margin-bottom: 56px;
  }
}

.deals_carousel_three .product_thumb {
  width: 35%;
  float: left;
}
.deals_carousel_three .product_thumb::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .product_thumb {
    width: 100%;
    float: inherit;
  }
}
.deals_carousel_three .product_thumb a img {
  width: inherit;
}
.deals_carousel_three .product_content {
  width: 65%;
  float: left;
  padding-left: 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .product_content {
    width: 100%;
    float: inherit;
    padding-left: 0;
  }
}
.deals_carousel_three .product_content h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .product_content h4 {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}

.deals_carousel_three .product_rating {
  float: inherit;
  width: 100%;
}
.deals_carousel_three .price_box {
  float: inherit;
  width: 100%;
}
.deals_carousel_three .price_box span.old_price {
  font-size: 18px;
  line-height: 20px;
}
.deals_carousel_three .price_box span.current_price {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .price_box span.current_price {
    font-size: 22px;
  }
}
.deals_carousel_three .product_desc {
  display: inline-block;
  margin: 15px 0 25px;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .product_desc {
    margin: 8px 0 14px;
  }
}
.deals_carousel_three .product_desc p {
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .product_desc p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .deals_title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .deals_title h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .price_box span.old_price {
    font-size: 16px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .price_box span.current_price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .cart_link_button {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .cart_link_button a {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .cart_link_button a i {
    font-size: 16px;
    margin-right: 4px;
  }
}
.deals_carousel_three .product_timing {
  margin-bottom: 16px;
  background: #ffffff;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
}
.deals_carousel_three .single_countdown {
  border: 0;
  border-radius: 0;
  margin-right: 20px;
}
.deals_carousel_three .single_countdown:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_carousel_three .single_countdown {
    margin-right: 10px;
  }
}
.deals_carousel_three .countdown_number {
  font-size: 20px;
}
.deals_carousel_three .countdown_title {
  font-size: 12px;
  line-height: 20px;
}
.deals_carousel_three:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.deals_carousel_three .owl-nav.disabled {
  display: block;
}
.deals_carousel_three .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #a2a2a2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .deals_carousel_three .owl-nav div {
    display: none;
  }
}
.deals_carousel_three .owl-nav div:hover {
  color: #ffffff;
}
.deals_carousel_three .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.deals_carousel_three.style5 .product_thumb a img {
  width: 100%;
}

.deals_title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .deals_title {
    margin-bottom: 20px;
  }
}
.deals_title h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .deals_title h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 12px;
  }
}
.deals_title h2::before {
  content: "";
  width: 80px;
  height: 2px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cart_link_button {
  display: inline-block;
  margin-top: 23px;
}
.cart_link_button a {
  height: 46px;
  line-height: 46px;
  padding: 0 23px;
  background: #282828;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
}

.cart_link_button a i {
  font-size: 18px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .cart_link_button a {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
}

.product_tab_style .action_links {
  position: inherit;
  display: inline-block;
  margin-top: 17px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .action_links {
    margin-top: 12px;
  }
}
.product_tab_style .action_links ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.product_tab_style .action_links ul li:last-child {
  margin-right: 0;
}
.product_tab_style .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
  transform: inherit;
}
.product_tab_style .action_links ul li a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .action_links ul li a {
    line-height: 34px;
    width: 36px;
    height: 36px;
  }
}
.product_tab_style .single_product {
  overflow: hidden;
}
.product_tab_style .product_thumb {
  width: 42%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .product_thumb {
    width: 37%;
  }
}
.product_tab_style .product_content {
  width: 58%;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .product_content {
    width: 63%;
  }
}
.product_tab_style .product_content h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .product_content h4 {
    margin-bottom: 3px;
  }
}
.product_tab_style .product_rating {
  float: inherit;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .product_rating {
    margin-bottom: 3px;
  }
}
.product_tab_style .section_title::before {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .product_tab_style .section_title::before {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_style .product_tab_btn ul li a {
    line-height: 24px;
  }
}

/*home four css here*/
.section_title_style4 {
  text-align: left;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.section_title_style4::before {
  display: none;
}
.section_title_style4 .section-title {
  padding: 0 0 20px;
  position: relative;
  font-size: 24px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .section_title_style4 .section-title {
    font-size: 16px;
  }
}
.section_title_style4 .section-title::before {
  height: 2px;
  width: 80px;
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_sidebar_product {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_sidebar_product {
    margin-top: 28px;
    margin-bottom: 55px;
  }
}
.deals_sidebar_product .product_thumb::before {
  display: none;
}
.deals_sidebar_product .action_links ul li a {
  border: 1px solid #000000;
  color: #000000;
}
.deals_sidebar_product .action_links ul li a:hover {
  color: #ffffff;
}
.deals_sidebar_product .product_rating {
  float: inherit;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_sidebar_product .product_rating {
    margin-bottom: 15px;
  }
}
.deals_sidebar_product .product_timing {
  margin-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_sidebar_product .product_timing {
    bottom: -60px;
  }
}
.deals_sidebar_product .single_countdown {
  width: 23%;
  height: 60px;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #e2e2e2;
}
.deals_sidebar_product .single_countdown:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .deals_sidebar_product .single_countdown {
    height: 53px;
  }
}
.deals_sidebar_product .countdown_number {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .deals_sidebar_product .countdown_number {
    font-size: 15px;
    line-height: 29px;
  }
}
.deals_sidebar_product .countdown_title {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .deals_sidebar_product .countdown_title {
    line-height: 14px;
  }
}
.deals_sidebar_product .owl-nav {
  position: absolute;
  top: -71px;
  right: 12px;
  display: flex;
  width: 34px;
  justify-content: space-between;
}
.deals_sidebar_product .owl-nav div {
  font-size: 20px;
  border: 0;
}
.deals_sidebar_product .product_content {
  padding: 45px 14px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_sidebar_product .product_content {
    padding: 83px 14px 24px;
  }
}
.deals_sidebar_product .product_content h4 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .product_style4.mb-70 {
    margin-bottom: 36px;
  }
}
.product_style4 .product_thumb::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product_style4 .product_content {
    padding-left: 10px;
  }
}
.product_style4 .product_content h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product_style4 .product_content h4 {
    font-size: 14px;
  }
}
.product_style4 .product_rating {
  float: inherit;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product_style4 .product_tab_btn ul li a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style4 .action_links ul li {
    margin-bottom: 5px;
  }
}
.product_style4 .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .product_style4 .action_links ul li a {
    line-height: 36px;
    width: 38px;
    height: 38px;
  }
}
.product_style4 .action_links ul li a:hover {
  color: #ffffff;
}
.product_style4 .owl-nav {
  position: absolute;
  top: -71px;
  right: 12px;
  display: flex;
  width: 34px;
  justify-content: space-between;
}
.product_style4 .owl-nav div {
  font-size: 20px;
  border: 0;
  opacity: inherit;
  visibility: inherit;
}
.product_style4 .owl-nav div:hover {
  background: inherit;
}
.product_style4.color_three .owl-nav div:hover {
  background: inherit;
}
.product_style4 .single_product {
  border-right: 1px solid #ebebeb;
  padding: 00px;
}
@media only screen and (max-width: 767px) {
  .product_style4 .single_product {
    padding: 10px 5px;
  }
}
.product_style4 .single_product:hover {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.13);
}

.product_carousel4 .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_carousel4 .owl-item.last .single_product {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .featured_categories_area {
    margin-bottom: 60px;
  }
}

.categories_container .single_product {
  overflow: hidden;
  padding: 30px 12px 10px 30px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.categories_container .single_product:last-child {
  margin-bottom: 0;
}
.categories_container .product_content {
  width: 40%;
  float: left;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_container .product_content {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_container .product_content {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
}
.categories_container .product_content h4 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_container .product_content h4 {
    font-size: 17px;
  }
}

.categories_container .product_thumb {
  width: 60%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_container .product_thumb {
    width: 100%;
    float: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_container .product_thumb {
    width: 100%;
    float: inherit;
  }
}
.categories_container .product_thumb::before {
  display: none;
}
.categories_container .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.categories_container .product_thumb a img {
  width: inherit;
}
.categories_container .view_more {
  margin-top: 10px;
}

.categories_container .view_more a i {
  margin-left: 5px;
}

.sub_featured_categories ul li a {
  line-height: 28px;
}
.sub_featured_categories ul li a:hover {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .product_style4.product_tab_style {
    margin-bottom: 0;
  }
}

/*home five css here*/
@media only screen and (max-width: 767px) {
  .product_style5 {
    margin-bottom: 30px;
  }
}
.product_style5 .col-lg-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.product_style5 .single_product {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px 5px 20px;
}
.product_style5 .single_product:hover {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.12);
}
.product_style5 .product_content {
  text-align: center;
}
.product_style5 .product_content h4 {
  margin-bottom: 4px;
}
.product_style5 .product_rating {
  float: inherit;
  margin-bottom: 11px;
}
.product_style5 .product_rating ul {
  justify-content: center;
}
.product_style5 .price_box {
  float: inherit;
}
.product_style5 .product_thumb::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product_style5 .product_tab_btn ul li a {
    line-height: 25px;
  }
}

.color_five .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
}
.color_five .action_links ul li a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .tab_style_five {
    margin-bottom: 15px;
  }
}
.tab_style_five .product_thumb::before {
  display: none;
}
.tab_style_five .single_product {
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab_style_five .single_product {
    padding: 20px 10px;
  }
}
.tab_style_five .single_product:hover {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.12);
}
.tab_style_five .col-lg-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.deals_s_five {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .deals_s_five {
    padding: 60px 0;
  }
}
.deals_s_five .product_content {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .deals_s_five .product_content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .product_content h4 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .deals_title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .deals_title h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .product_desc {
    margin: 8px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .price_box span.old_price {
    font-size: 16px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .price_box span.current_price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .cart_link_button {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .cart_link_button a {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_five .cart_link_button a i {
    font-size: 16px;
    margin-right: 4px;
  }
}

/*home  six css here*/
.home_description_area {
  background: url("../images/bg/banner23.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .home_description_area {
    padding: 53px 0 60px;
    margin-bottom: 57px;
  }
}

.home_description {
  text-align: center;
}
.home_description h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home_description h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.home_description p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 400;
  margin: 27px auto 0;
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .home_description p {
    font-size: 15px;
    line-height: 24px;
    margin: 12px auto 0;
    max-width: 100%;
  }
}
.home_description a {
  height: 35px;
  line-height: 33px;
  border: 1px solid #ffffff;
  padding: 0 20px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .home_description a {
    margin: 22px 0 0;
  }
}
.home_description a:hover {
  background: #e95a91;
  border-color: #e95a91;
}

.color_six .product_tab_btn ul li a:hover {
  color: #e95a91;
}
.color_six .product_tab_btn ul li a.active {
  color: #e95a91;
}
.color_six .product_rating ul li a {
  color: #e95a91;
}
.color_six .product_content h4 a:hover {
  color: #e95a91;
}
.color_six .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
}
.color_six .action_links ul li a:hover {
  background: #e95a91;
  border-color: #e95a91;
  color: #ffffff;
}
.color_six .owl-nav div:hover {
  background: #e95a91;
  border-color: #e95a91;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_list {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_style_six {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_style_six {
    margin-bottom: 0;
  }
}
.tab_style_six .product_thumb::before {
  display: none;
}
.tab_style_six .single_product {
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab_style_six .single_product {
    padding: 20px 10px;
  }
}
.tab_style_six .single_product:hover {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.12);
}
.tab_style_six .col-lg-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tab_style_six .action_links {
  opacity: inherit;
  visibility: inherit;
}

.section_title_style6 {
  text-align-last: left;
  margin-bottom: 15px;
}
.section_title_style6::before {
  display: none;
}
.section_title_style6 h2 {
  font-size: 20px;
  padding: 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section_title_style6 h2 {
    font-size: 16px;
    padding: 0 0 18px;
  }
}
.section_title_style6 h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #1e1e1e;
}

/*home seven css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_product_seven.product_reverse {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_seven.product_reverse {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_product_seven.product_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_seven.product_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_product_seven {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_product_seven {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_seven {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_product_seven .row {
    align-items: inherit !important;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_seven .banner_style_two {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_seven .single_banner {
    margin-bottom: 0;
  }
}

.product_seven_right .product_carousel .owl-stage-outer {
  padding: 5px 10px;
}
.product_seven_right .single_product {
  padding: 20px;
}
.product_seven_right .single_product:hover {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.12);
}
.product_seven_right .product_thumb::before {
  display: none;
}
.product_seven_right .product_content {
  text-align: center;
}
.product_seven_right .product_content h4 {
  margin-bottom: 4px;
}
.product_seven_right .product_rating {
  float: inherit;
  margin-bottom: 10px;
}
.product_seven_right .product_rating ul {
  justify-content: center;
}
.product_seven_right .price_box {
  float: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_seven_right .action_links ul li {
    margin-bottom: 6px;
  }
  .product_seven_right .action_links ul li:last-child {
    margin-bottom: 0;
  }
}
.product_seven_right .action_links ul li a {
  line-height: 33px;
  width: 35px;
  height: 35px;
  font-size: 18px;
}

.section_title_style7 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section_title_style7 {
    margin-bottom: 17px;
  }
}
.section_title_style7::before {
  width: 50px;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 9;
}
.section_title_style7 h2 {
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 20px;
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .section_title_style7 h2 {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 13px;
  }
}

.color_seven .product_rating ul li a {
  color: #eaca1c;
}
.color_seven .product_content h4 a:hover {
  color: #eaca1c;
}
.color_seven .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
}
.color_seven .action_links ul li a:hover {
  background: #eaca1c;
  border-color: #eaca1c;
  color: #ffffff;
}
.color_seven .owl-nav div:hover {
  background: #eaca1c;
  border-color: #eaca1c;
}

.product_style_seven {
  background: #f0f1f3;
  padding: 68px 55px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_style_seven {
    padding: 68px 15px 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style_seven {
    padding: 68px 15px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_style_seven {
    padding: 68px 15px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style_seven {
    padding: 54px 0 60px;
  }
}
.product_style_seven .product_tab_btn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .product_style_seven .product_tab_btn {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style_seven .product_tab_btn ul li a {
    line-height: 24px;
  }
}
.product_style_seven .product_tab_btn ul li a:hover {
  color: #eaca1c;
}
.product_style_seven .product_tab_btn ul li a.active {
  color: #eaca1c;
}
.product_style_seven .single_product {
  background: #ffffff;
  padding: 10px 10px 30px;
}
.product_style_seven .product_thumb::before {
  display: none;
}
.product_style_seven .product_content {
  text-align: center;
}
.product_style_seven .product_content h4 {
  margin-bottom: 4px;
}
.product_style_seven .product_rating {
  float: inherit;
  margin-bottom: 10px;
}
.product_style_seven .product_rating ul {
  justify-content: center;
}
.product_style_seven .price_box {
  float: inherit;
}
.product_style_seven .action_links ul li {
  margin-bottom: 5px;
}
.product_style_seven .action_links ul li:last-child {
  margin-bottom: 0;
}
.product_style_seven .action_links ul li a {
  line-height: 33px;
  width: 35px;
  height: 35px;
  font-size: 18px;
}

/*home eight css here*/
.color_eight .product_tab_btn ul li a:hover {
  color: #00a3e6;
}
.color_eight .product_tab_btn ul li a.active {
  color: #00a3e6;
}
.color_eight .product_rating ul li a {
  color: #00a3e6;
}
.color_eight .product_content h4 a:hover {
  color: #00a3e6;
}
.color_eight .action_links ul li a {
  color: #000000;
  border: 1px solid #000000;
}
.color_eight .action_links ul li a:hover {
  background: #00a3e6;
  border-color: #00a3e6;
  color: #ffffff;
}
.color_eight .owl-nav div:hover {
  background: #00a3e6;
  border-color: #00a3e6;
}

/* 10. shop page css here */
.canvas_padding {
  margin-bottom: 0;
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 15px;
}
.widget_list.widget_categories {
  margin-bottom: 15px;
}
.widget_list.widget_categories > ul > li > a {
  font-size: 13px;
  display: block;
  line-height: 30px;
  padding: 0 0px;
}
.widget_list.widget_categories > ul > li:last-child > a {
  border-bottom: 0;
}
.widget_list.widget_categories > ul > li.widget_sub_categories > a {
  position: relative;
}
.widget_list.widget_categories > ul > li.widget_sub_categories > a::before {
  content: "+";
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translatey(-50%);
}
.widget_list.widget_categories > ul > li.widget_sub_categories > a.active::before {
  content: "-";
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translatey(-50%);
}
.widget_list.widget_categories > ul > li ul {
  padding-left: 0px;
  display: none;
}
.widget_list.widget_categories > ul > li ul li a {
  font-size: 13px;
  line-height: 30px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_list:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list {
    margin-bottom: 53px;
  }
}

.widget_list > ul > li > a {
  font-size: 12px;
  display: block;
  line-height: 25px;
}

.widget_list.widget_color {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_color {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_color {
    margin-bottom: 45px;
  }
}
.widget_list.widget_manu {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_manu {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_manu {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.tags_widget {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.tags_widget {
    margin-bottom: 43px;
  }
}

.ui-slider-horizontal .ui-slider-range {
  height: 2px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.widget_list.widget_filter {
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_filter {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_filter {
    margin-bottom: 50px;
  }
}
.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
  width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #ffffff;
  background: #000000;
  border: 0;
  border-radius: 30px;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag_cloud a {
  margin: 4px 5px 4px 0;
  padding: 0px 10px;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #ffffff;
  border-radius: 3px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tag_cloud a {
    padding: 5px 10px;
  }
}

.shop_sidebar_product .single_product {
  margin-bottom: 20px;
  overflow: hidden;
}
.shop_sidebar_product .single_product:last-child {
  margin-bottom: 0;
}
.shop_sidebar_product .product_content {
  width: 64%;
  padding-left: 15px;
  margin-top: 0;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_sidebar_product .product_content {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_product .product_content {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_product .product_content {
    width: 73%;
    padding-left: 12px;
  }
}
.shop_sidebar_product .product_content h4 {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_sidebar_product .product_content h4 {
    font-size: 14px;
  }
}

.shop_sidebar_product .product_thumb {
  width: 90px;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_sidebar_product .product_thumb {
    width: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_product .product_thumb {
    width: 70px;
  }
}
.shop_sidebar_product .product_rating {
  float: inherit;
  margin-bottom: 7px;
  width: 100%;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.list_button ul li {
  margin-right: 12px;
}
.list_button ul li:last-child {
  margin-right: 0;
}

.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.list_button ul li a.active i {
  color: #ffffff;
}

.product_ratting ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  min-width: 30px;
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  border-radius: 3px;
}
.pagination ul li a:hover {
  color: #ffffff;
}
.pagination ul li.current {
  color: #ffffff;
}
.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

/* shop page css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../images/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../images/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../images/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../images/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../images/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../images/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}

.grid_content .product_ratings {
  margin-bottom: 11px;
}
.grid_content .product_ratings ul {
  justify-content: center;
}

.grid_list .grid_name {
  display: none;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  flex: 0 0 80%;
  max-width: 450px;
  float: left;
  padding-left: 0px;
  text-align: left;
  margin-top: 0;
  display: block;
  min-width: 450px;
}
.product_content.list_content .d-flex .flexcol1 {
  min-width: 490px;
}
.product_content.list_content .d-flex {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    min-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 0;
  }
}
.grid_list .product_content.list_content .product_rating {
  margin-bottom: 20px;
  float: inherit;
  width: 100%;
}
.grid_list .product_content.list_content h4.product_name {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 22px;
  color: #337ab7 !important;
}
.grid_list .product_content.list_content .price_box {
  margin-bottom: 0px;
}
.grid_list .product_content.list_content .price_box span.current_price {
  font-size: 16px;
}
.grid_list .product_content.list_content .action_links {
  opacity: inherit;
  visibility: visible;
  text-align: left;
  transform: inherit;
  position: inherit;
}
.grid_list .product_content.list_content .action_links ul li a {
  transform: inherit;
}
.grid_list .product_content.list_content .product_desc {
  display: inline-block;
}
.grid_list .product_content.list_content .product_desc p {
  font-size: 12px;
  line-height: 20px;
}

/* .grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  flex: 0 0 20%;
  max-width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 20px !important;
  /* margin: 0 -15px 20px -15px !important; */
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper .product_thumb a img {
    width: 100%;
  }
}
.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 24px;
}
.shop_wrapper.grid_list .single_product {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_4 .product_content h4 {
  margin-bottom: 5px;
}
.shop_wrapper.grid_4 .product_rating {
  float: inherit;
  margin-bottom: 11px;
}

/* shop page css end*/
/*shop fullwidth css here*/
.shop_fullwidth .shop_wrapper.grid_3 .product_thumb a img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
.product_variant.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px;
}
.product_variant.shoppingpage-cart.quantity input {
  width: 100px;
  border: 1px solid #ebebeb;
  background: none;
  height: 35px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 0px;
}
.product_variant.shoppingpage-cart.quantity button {
  border: 0;
  font-size: 14px;
  margin-left: 10px;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  /* min-width: 100px; */
  padding: 0 15px;
}
/*# sourceMappingURL=style.css.map */

.shoppingpage-cart {
  width: fit-content;
}
.product_variant.shoppingpage-cart.quantity input {
  width: 50px;
  border: 1px solid #ebebeb;
  background: none;
  height: 35px;
  padding: 0 5px;
  border-radius: 5px;
  margin-left: 0px;
  text-align: center;
}
.requestAquote {
  padding: 0 5px !important;
}
.product_variant.shoppingpage-cart.quantity button {
  border: 0;
  font-size: 14px;
  margin-left: 10px;

  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  /*min-width: 100px;*/
  padding: 0 15px;
}
.product_variant.shoppingpage-cart.quantity button.btnRfq{
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
/* .product_variant.shoppingpage-cart.quantity.list-view-button button{
  width: 68%;
} */
.product_variant.shoppingpage-cart.quantity.list-view-button button.btnRfq{
  width: 85%;
}
.list_content .product_variant.shoppingpage-cart.quantity input {
  /*width: 25%;*/
}

.price_box ul {
  list-style: none;
  display: inline;
  padding-left: 0px !important;
}
.price_box ul li {
  display: inline-block;
  padding-right: 10px;
}

.price_box ul li img {
  max-width: 100px;
  height: 22px;
}

.filter_by ul li,
.filter_by ul div {
  display: inline-block;
}

.filter_by {
  background: #f0f0f0;
  padding: 5px 10px 2px;
  /* margin: 0px -15px; */
}

.filter_by p {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 5px;
}
.filter_by ul div.chip {
  background: #fff;
  margin-right: 5px;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 3px;
}
.filter_by ul div.chip span {
  margin-left: 5px;
  cursor: pointer;
}
/*Checkbox*/

.product-list-checkbox .checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-list-checkbox .checkbox span {
  font-weight: normal;
}
.product-list-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-list-checkbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.product-list-checkbox .checkbox-outline-warning input:checked ~ .checkmark {
  background-color: #fff !important;
}

.product-list-checkbox .checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  background-color: #fff;
}
.product-list-checkbox .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.product-list-checkbox .checkbox-outline-warning:hover input ~ .checkmark {
  background-color: #eee;
}

.product-list-checkbox .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: -2px;
  right: 0;
  width: 4px;
  bottom: 0;
  margin: auto;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.action-buttons a {
  margin-left: 10px;
}

/* /////////////////////////////////////////////////////////////////////////// */
.price_slider_wrapper .minvalueleft input[type="text"] {
  width: 93px !important;
  height: 34px;
  text-align: right;
  border: 1px solid #d0d0d0 !important;
  padding: 6px 10px 6px 15px !important;
  margin-top: 1px;
  font-size: 13px;
}
.price_slider_wrapper .minvalueleft {
  position: relative;
}
.price_slider_wrapper {
  padding-top: 0px;
}
.price_slider_wrapper .minvalueleft .icon {
  padding: 0px;
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 12px;
}
.price_slider_wrapper .maxvalueright .icon {
  padding: 0px;
  position: absolute;
  left: 16px;
  top: 6px;
  font-size: 12px;
}
.price_slider_wrapper .maxvalueright input[type="text"] {
  width: 75px !important;
  height: 35px;
  text-align: right;
  border: 1px solid #d0d0d0 !important;
  padding: 6px 10px 6px 20px !important;
  margin-top: 0px;
  font-size: 13px;
}
.price_slider_wrapper .maxvalueright {
  padding: 0px 0px 0px 5px;
  position: relative;
}
.price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 3px;
  margin-top: 0px;
  /* background: #fed700; */
  margin-left: 5px;
  height: 35px;
}
.resetprice {
  cursor: pointer;
}
.widget_list .widgetList {
  /* max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden; */
}

.shop_toolbar_btn button {
  display: inline-block;
  vertical-align: middle;
}

form.form-electro-wc-ppp {
  display: inline-block;
  margin-left: 10px;
}
form.woocommerce-ordering {
  display: inline-block;
}
.woocommerce-ordering label {
  margin-bottom: 0px;
}

/* brandPopup */

.morebrandalphabetsalign {
  margin-bottom: 1px;
  margin-left: 1px;
}
.btn-primary-alphabets {
  /* color: #333e48;
  background-color: #fed700;
  border-color: #fed700; */
  padding: 0px 7px;
  font-size: 0.8rem;
  border-radius: 0px;
  border-width: 0;
  display: inline-block;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}
.btn-primary-alphabets:hover {
  color: #fff;
}
ul.brandListFiler li {
  padding: 2px 0;
  font-size: 14px;
  width: 210px;
  margin-right: 10px;
  overflow: hidden;
}
ul.brandListFiler li .checkbox-label-align small {
  font-size: 13px;
}
.styles_modal__gNwvD .brandListFiler {
  list-style: none;
  padding: 0px;
  margin: 0px 5px;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 2px;
  height: 288px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.brandFilterSearch {
  position: relative;
  margin: 0px 0px 10px;
}
.brandFilterSearch .btn.btn-secondary {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 15px;
  background: transparent;
  color: #333e48;
  font-size: 16px;
  line-height: 35px;
}
.brandFilterSearch .btn.btn-secondary:hover {
  opacity: 0.6;
}
.brandFilterSearch input#exampleInputEmail1 {
  padding: 8px 15px;
}
.styles_modal__gNwvD {
  border-radius: 0.3rem;

  /* margin: 1.75rem auto; */
  position: relative;
  width: auto;
  /* margin: .5rem; 
pointer-events: none;*/
}

.styles_overlay__CLSq- {
  background: rgba(0, 0, 0, 0.45);
}

.styles_modal__gNwvD {
  /* max-width: 900px; */
  /* max-width: 50% !important; */
  top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  /* pointer-events: auto; */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  /* padding: 0.5rem 0.56rem; */
}
/* .styles_modal__gNwvD .custom-modal-header {
display: none !important;
} */
ul.brandListFiler li label {
  margin-bottom: 0px;
}
.msrp-saved .msrp {
  display: table;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
.msrp-saved .saved {
  display: table;
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
.shop_wrapper.grid_list .product_thumb {
  min-height: 190px;
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.widget_list.widget_categories a.collapsePlus[aria-expanded="false"]:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 12px;
  color: #333e48;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.widget_list.widget_categories a.collapsePlus[aria-expanded="true"]:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 12px;
  color: #333e48;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.widget_categories a.collapsePlus[aria-expanded="true"] + .parentCategoryName {
  font-weight: bold;
}

.sidebar_search .navbar-search .input-group-btn .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  height: 42px;
  border-radius: 0px 3px 3px 0px;
  padding: 0px 13px;
  color: #ddd;
  font-size: 16px !important;
  z-index: 9;
}
.sidebar_search .navbar-search .input-group-btn .btn:hover{
  cursor: pointer;
}
.sidebar_search {
  margin-bottom: 15px;
}

.msrponcondition {
  text-align: center;
}
.collapseSubCategory {
  padding-left: 25px;
  margin: 5px 0px;
}

.collapseSubCategory li {
  font-size: 12px;
  line-height: 18px;
}
.collapseSubCategory li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 13px;
  color: #333e48;
}

.sidebar_search .navbar-search {
  float: none;
  width: 100%;
  margin-bottom: 11px;
}
.sidebar_search .navbar-search .form-control {
  background: #fff;
  line-height: 1.34em;
  padding: 1.01em 2.134em;
  font-size: 1.071em;
  border-width: 0;
  color: #818181;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 2.467em;
}
.sidebar_search .navbar-search > .input-group {
  width: 100%;
}
.sidebar_search .navbar-search .form-control {
  border-radius: 9px 0px 0px 9px;
  height: 42px;
  padding: 10px 20px;
  background: #f5f5f5;
}
.sidebar_search .navbar-search button {
  border-radius: 0px 9px 9px 0px;
  padding: 11px 15px;
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.36em;
  position: relative;
  font-size: 0.875rem;
  border-width: 0;
  display: inline-block;
  border-color: #efecec;
}

li.product-list-checkbox {
  margin: 0px 0px 5px;
}

.paginationselected {
  color: #fff;
}
@media (min-width: 544px) {
  #myModal2 .modal-dialog {
    margin: 10px !important;
  }
}

/* Brand POPUP */
.max-pop-length-search {
  max-width: 920px !important;
}
.activeGroupKeyBrandFilter {
  text-shadow: 2px 2px 20px #fff;
  font-size: 25px;
  color: #000;
}
.btn-primary-alphabets.disabled {
  cursor: not-allowed;
}

@media screen\0 {
  .styles_modal__gNwvD .brandListFiler {
    height: 330px;
    overflow-y: hidden;
  }
}

.loadingProducts {
  margin: 20vh auto;
  text-align: center;
}
@media (max-width: 991px) {
  .loadingProducts {
    margin: 100px auto;
    text-align: center;
  }
}

.final-price-configuration .product_variant.shoppingpage-cart.quantity input{
  margin-right: -1px;
  border: 1px solid #a6a6a6;
}
.product_variant.shoppingpage-cart.quantity button.See-Discounted-Price-AddtoCart {
  border: 0;
  font-size: 14px;
  margin-left: 0px;
  height: 45px;
  line-height: 20px;
  text-transform: capitalize;
  min-width: 100px;
  padding: 0 15px;
}
