/* 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: 1;
} */
.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);
}
.action_links ul li a:hover {
  /* color: #000000; */
  /* background: #ffffff; */
}
@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("../img/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;
}

/* 05. blog area css here */
@media only screen and (max-width: 767px) {
  .blog_section {
    margin-bottom: 54px;
  }
}

.blog_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.blog_carousel .owl-nav.disabled {
  display: block;
}
.blog_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) {
  .blog_carousel .owl-nav div {
    display: none;
  }
}
.blog_carousel .owl-nav div:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.blog_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.blog_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog_content {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .blog_content {
    padding-top: 14px;
  }
}
.blog_content p.post_desc {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_content p.post_desc {
    font-size: 13px;
    line-height: 22px;
  }
}
.blog_content h4 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_content h4 {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

.blog_content .btn_more {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .blog_content .btn_more {
    margin-top: 5px;
  }
}
.blog_content .btn_more a {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
}

.blog_content .btn_more a i {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .blog_content .btn_more a i {
    margin-left: 5px;
  }
}

/*hone two css here*/
.color_two .blog_content h4 a:hover {
  color: #f6692a;
}
.color_two .blog_content .btn_more a:hover {
  color: #f6692a;
}
.color_two .blog_carousel .owl-nav div:hover {
  background: #f6692a;
  border-color: #f6692a;
}

.blog_two {
  background: #f8f8f8;
  padding: 65px 0 64px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_two {
    padding: 55px 0 54px;
  }
}

/*home three css here*/
.blog_s_three {
  background: #f8f8f8;
  padding: 68px 0 65px;
}
@media only screen and (max-width: 767px) {
  .blog_s_three {
    padding: 58px 0 55px;
  }
}
.blog_s_three .section_title .section-title {
  background: #f8f8f8;
}

/*home five css here*/

.blog_five {
  background: #f8f8f8;
  padding: 65px 0 65px;
}
@media only screen and (max-width: 767px) {
  .blog_five {
    padding: 57px 0 53px;
    margin-bottom: 0;
  }
}
.blog_five .section_title .section-title {
  background: #f8f8f8;
}

/*home six css here*/
.color_six .blog_content h4 a:hover {
  color: #e95a91;
}
.color_six .blog_content .btn_more a:hover {
  color: #e95a91;
}
.color_six .owl-nav div:hover {
  background: #e95a91;
  border-color: #e95a91;
}

/*home seven css here*/
.color_seven .blog_content h4 a:hover {
  color: #eaca1c;
}
.color_seven .blog_content .btn_more a:hover {
  color: #eaca1c;
}
.color_seven .owl-nav div:hover {
  background: #eaca1c;
  border-color: #eaca1c;
}

/*home eight css here*/
.color_eight .blog_content h4 a:hover {
  color: #00a3e6;
}
.color_eight .blog_content .btn_more a:hover {
  color: #00a3e6;
}
.color_eight .owl-nav div:hover {
  background: #00a3e6;
  border-color: #00a3e6;
}

/*06. newsletter area css here*/
.newsletter_area {
  padding: 80px 0;
  background: url("../img/bg/banner5.jpg") no-repeat 0 0;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .newsletter_area {
    margin-bottom: 55px;
    padding: 55px 0 60px;
  }
}

.newsletter_container {
  text-align: center;
}
.newsletter_container h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_container h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 14px;
  }
}
.newsletter_container p {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  max-width: 515px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .newsletter_container p {
    font-size: 14px;
    line-height: 22px;
  }
}

.subscribe_form {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .subscribe_form {
    margin-top: 24px;
  }
}
.subscribe_form form {
  display: flex;
  justify-content: center;
}
.subscribe_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.subscribe_form form input {
  width: 440px;
  border: 1px solid #c4c4c3;
  background: none;
  padding: 0 15px;
  height: 52px;
  font-size: 13px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_form form input {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe_form form input {
    width: 190px;
    height: 40px;
    font-size: 12px;
  }
}
.subscribe_form form button {
  padding: 0 20px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  height: 52px;
  border: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 15px;
}
.subscribe_form form button:hover {
  color: #ffffff;
  background: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_form form button {
    line-height: 36px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe_form form button {
    line-height: 36px;
    height: 40px;
    font-size: 12px;
    padding: 0 8px;
    margin-left: 8px;
    letter-spacing: 0px;
  }
}

.newsletter_s_one .mailchimp-error {
  color: #ffffff;
}
.newsletter_s_one .mailchimp-success {
  color: #ffffff;
}

.mailchimp-error {
  text-align: center;
  color: green;
}

.mailchimp-success {
  text-align: center;
  max-width: 510px;
  color: green;
  margin: 0 auto;
}
.mailchimp-success.active {
  margin-top: 20px;
}

/*home two css here*/
.newsletter_style2 {
  background: inherit;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter_style2 {
    margin-bottom: 0;
  }
}
.newsletter_style2 .subscribe_form form {
  position: relative;
  width: 100%;
}
.newsletter_style2 .subscribe_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.newsletter_style2 .subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.newsletter_style2 .subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.newsletter_style2 .subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.newsletter_style2 .subscribe_form form input {
  width: 100%;
  padding: 0 60px 0 15px;
  color: #000000;
  opacity: 0.7;
}
.newsletter_style2 .subscribe_form form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #f6692a;
  padding: 0;
  width: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.newsletter_style2 .subscribe_form form button:hover {
  background: #000000;
}
.newsletter_style2 .newsletter_content {
  text-align: left;
}
.newsletter_style2 .newsletter_content p {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  margin-top: 18px;
  max-width: 100%;
}

/*home four css here*/
.newsletter_four .mailchimp-error {
  color: #ffffff;
}
.newsletter_four .mailchimp-success {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_four {
    margin-bottom: 60px;
  }
}
.newsletter_four .newsletter_container {
  padding: 70px 30px;
  background: url("../img/bg/banner16.jpg") no-repeat 0 0;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsletter_four .newsletter_container {
    flex-direction: column;
    padding: 60px 18px;
  }
}
.newsletter_four .newsletter_container h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_four .newsletter_container h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_four .newsletter_container h3 {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_four .newsletter_container h3 {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.newsletter_four .subscribe_form {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter_four .subscribe_form {
    width: 100%;
  }
}
.newsletter_four .subscribe_form form {
  width: 540px;
  position: relative;
  background: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_four .subscribe_form form {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_four .subscribe_form form {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_four .subscribe_form form {
    width: 100%;
  }
}
.newsletter_four .subscribe_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.newsletter_four .subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.newsletter_four .subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.newsletter_four .subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.newsletter_four .subscribe_form form input {
  color: #000000;
  width: 100%;
  border: 0;
  padding: 0 55px 0 15px;
}
.newsletter_four .subscribe_form form button {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter_four .subscribe_form form button:hover {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_four .subscribe_form form button {
    right: 4px;
  }
}

/*home five css here*/
.newsletter_Five {
  background: url("../img/bg/banner19.jpg") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  .newsletter_Five .subscribe_form form input {
    width: 180px;
  }
}
.newsletter_Five .subscribe_form form button {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_Five .subscribe_form form button {
    padding: 0 5px;
  }
}
.newsletter_Five .subscribe_form form button:hover {
  color: #000000;
  background: #ffffff;
}
.newsletter_Five .subscribe_form form button i {
  margin-left: 5px;
}
.newsletter_Five .mailchimp-error {
  color: #ffffff;
}
.newsletter_Five .mailchimp-success {
  color: #ffffff;
}

/*home eight css here*/
.newsletter_eight {
  background: url("../img/bg/banner31.jpg") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  .newsletter_eight {
    margin-bottom: 56px;
  }
}
.newsletter_eight .mailchimp-error {
  color: #ffffff;
}
.newsletter_eight .mailchimp-success {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_eight .subscribe_form form input {
    width: 180px;
  }
}
.newsletter_eight .subscribe_form form button {
  background: #00a3e6;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .newsletter_eight .subscribe_form form button {
    padding: 0 5px;
  }
}
.newsletter_eight .subscribe_form form button:hover {
  color: #000000;
  background: #ffffff;
}
.newsletter_eight .subscribe_form form button i {
  margin-left: 5px;
}

/* 21. shipping css here */
@media only screen and (max-width: 767px) {
  .shipping_area {
    margin-bottom: 57px;
  }
}

.shipping_container {
  padding: 70px 0;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .shipping_container {
    padding: 60px 0 28px;
  }
}

.single_shipping {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 29px;
  }
}

.shipping_icone img {
  border: 1px solid #dadada;
}

.shipping_content {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .shipping_content {
    margin-top: 17px;
  }
}
.shipping_content h4 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content h4 {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_content h4 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_content h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/*home seven css here*/
.shipping_seven {
  background: #15161b;
  padding: 55px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_seven {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_seven {
    margin-bottom: 30px;
    padding: 55px 0 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_seven {
    padding: 60px 0 30px;
    margin-top: 30px;
  }
}
.shipping_seven .single_shipping {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_seven .single_shipping {
    margin-bottom: 30px;
  }
}
.shipping_seven .shipping_content {
  margin-top: 0;
  margin-left: 6px;
}
.shipping_seven .shipping_content h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_seven .shipping_content h4 {
    font-size: 12px;
  }
}
.shipping_seven .shipping_icone {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #eaca1c;
  text-align: center;
}
.shipping_seven .shipping_icone i {
  font-size: 16px;
  color: #eaca1c;
}

/*testimonial css here*/
.testimonial_area {
  background: url("../img/bg/banner4.jpg") no-repeat 0 0;
  padding: 67px 0 62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_area {
    padding: 65px 0 103px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_area {
    margin-bottom: 57px;
    padding: 57px 0 54px;
  }
}

.testimonial_container .section_title::before {
  background: #ffffff;
}
.testimonial_container .section_title .section-title {
  color: #ffffff;
  background: #0b0b13;
}

.testimonial_carousel .testimonial_img a img {
  width: inherit;
  display: inline-block;
  border-radius: 50%;
}
.testimonial_carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_carousel .owl-dots {
    display: none;
  }
}
.testimonial_carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 13px;
  display: inline-block;
}
.testimonial_carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.testimonial_carousel .owl-dots .owl-dot.active {
  background: #bababa;
}

.single_testimonial {
  text-align: center;
}

.testimonial_content h4 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.testimonial_content h4 a {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .testimonial_content h4 {
    margin-top: 22px;
  }
}
.testimonial_content p {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  max-width: 775px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_content p {
    font-size: 13px;
    line-height: 23px;
    margin: 18px auto 0;
  }
}

/*home two css here*/
@media only screen and (max-width: 767px) {
  .testimonial_style_two {
    margin-bottom: 50px;
  }
}
.testimonial_style_two .section_title_style2::before {
  background: #000000;
}
.testimonial_style_two .section_title_style2 h2 {
  color: #000000;
  background: inherit;
}
.testimonial_style_two .testimonial_content h4 a {
  color: #000000;
}
.testimonial_style_two .testimonial_content h4 a:hover {
  color: #f6692a;
}
.testimonial_style_two .testimonial_content p {
  color: #000000;
}

.testimonial_sidebar_carousel .testimonial_img a img {
  width: inherit;
  display: inline-block;
  border-radius: 50%;
}

.testimonial_seven {
  background: url("../img/bg/banner26.jpg") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_seven {
    padding: 54px 0 48px;
  }
}
.testimonial_seven .section_title_style7 h2 {
  background: inherit;
}
.testimonial_seven .owl-dots {
  margin-top: 30px;
}
.testimonial_seven .owl-dots .owl-dot.active {
  background: #eaca1c;
}

.testimonial_desc {
  position: relative;
  width: 60%;
  margin: 0 auto 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_desc {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_desc {
    width: 100%;
  }
}
.testimonial_desc::before {
  content: "";
  background: url("../img/about/before-testimal.png") no-repeat 0 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 34px;
  height: 29px;
}
.testimonial_desc::after {
  content: "";
  background: url("../img/about/after-testimal.png") no-repeat 0 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 34px;
  height: 29px;
}
.testimonial_desc p {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .testimonial_desc p {
    padding: 0 34px;
  }
}

.testimonial_author h4 {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.testimonial_author h4 a {
  color: #ffffff;
}
.testimonial_author h4 a:hover {
  color: #eaca1c;
}

/*home eight css here*/
.testimonial_eight {
  background: url("../img/bg/banner30.jpg") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_eight {
    padding: 56px 0 48px;
  }
}
.testimonial_eight .section_title_style7 h2 {
  background: inherit;
}
.testimonial_eight .owl-dots {
  margin-top: 30px;
}
.testimonial_eight .owl-dots .owl-dot.active {
  background: #00a3e6;
}

/*brand css here*/
.brand_container {
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .brand_container {
    padding: 20px 0;
  }
}
.brand_container .single_brand img {
  width: inherit;
  margin: 0 auto;
}
.brand_container:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.brand_container .owl-nav.disabled {
  display: block;
}
.brand_container .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) {
  .brand_container .owl-nav div {
    display: none;
  }
}
.brand_container .owl-nav div:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.brand_container .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

/*home two css here*/
.brand_two .brand_container {
  border: 0;
}
.brand_two .owl-nav div:hover {
  background: #f6692a;
  border-color: #f6692a;
}

/*home six css here*/
.brand_six .brand_container {
  border-top: 0;
}

.color_six .owl-nav div:hover {
  background: #e95a91;
  border-color: #e95a91;
}

/*home seven css here*/
.color_seven .owl-nav div:hover {
  background: #eaca1c;
  border-color: #eaca1c;
}

/*home eight css here*/
.color_eight .owl-nav div:hover {
  background: #00a3e6;
  border-color: #00a3e6;
}

/*collection area css here*/
.collection_area {
  margin-bottom: 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_area {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_area {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_img {
    margin-bottom: 21px;
  }
}
.collection_img img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .collection_content {
    text-align: center;
  }
}
.collection_content h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
.collection_content h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
.collection_content h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.collection_content p {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection_content p {
    font-size: 15px;
  }
}
.collection_content a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content a {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_2 {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_2 .collection_content {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_4 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_4 .collection_content {
    margin-bottom: 29px;
  }
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_area {
    margin-top: 68px;
  }
}

.categories_thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .categories_thumb {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb a {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.categories_content {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_content {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content {
    right: 15px;
  }
}
.categories_content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .categories_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.categories_content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .categories_content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.categories_content p {
  font-size: 17px;
  width: 440px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content p {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content p {
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.categories_content a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
}

#fp-nav {
  right: 31px;
}

.categories_area .col-12 {
  padding: 0;
}

.categories_content.content_left {
  left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content.content_left {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content.content_left {
    left: 30px;
  }
}

/* 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 > 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 h3 {
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list h3 {
    font-size: 12px;
  }
}
.widget_list h3::before {
  content: "";
  background: #444444;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget_list > ul > li > a {
  font-size: 12px;
  display: block;
  line-height: 25px;
}

.widget_list.widget_color {
  margin-bottom: 27px;
}
@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: 30px;
}
@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;
  width: auto;
  min-width: 30px;
  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: center;
  margin-bottom: 0;
}
@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(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/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(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/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 73.666667%;
  max-width: 73.666667%;
  float: left;
  padding-left: 25px;
  text-align: left;
  margin-top: 0;
  display: block;
}
.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: 18px;
  margin-bottom: 8px;
}
.grid_list .product_content.list_content .price_box {
  margin-bottom: 21px;
}
.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;
  }
}

@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 30px;
}
@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;
}
.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;
  }
}

/* 15. product details css here */
#img-1 {
  border: 1px solid #ebebeb;
}

.header_product {
  border-bottom: 1px solid #ebebeb;
}

.product_d_right h1 {
  text-transform: capitalize;
  line-height: 28px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 22px;
}
.product_d_right h1 ul li {
  font-size: 12px;
  line-height: 21px;
  list-style: disc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1 {
    margin-bottom: 17px;
    font-size: 18px;
  }
}
.product_d_right .product_ratting {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_ratting {
    margin-bottom: 12px;
  }
}
.product_d_right .product_ratting ul li.review a {
  color: #5a5a5a;
  margin-left: 10px;
}
.product_d_right .price_box {
  margin-bottom: 0px;
  float: inherit;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.current_price {
    font-size: 18px;
  }
}
.product_d_right .price_box span.old_price {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.old_price {
    font-size: 17px;
  }
}
.product_d_right .product_desc {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 12px;
  line-height: 20px;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 2px;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 4px;
    font-size: 11px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3b5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1da1f2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #cb2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}
.product_d_right .product_timing {
  position: inherit;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_timing {
    margin-bottom: 16px;
    margin-top: 25px;
  }
}
.product_d_right .countdown_area {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .countdown_area {
    max-width: 190px;
  }
}

.product_nav {
  float: right;
  position: relative;
  /* top: -46px; */
  /* min-width: 70px; */
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: inline-block;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  border-radius: 0px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #000000;
}

.product_variant.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 75px;
  border: 1px solid #ebebeb;
  background: none;
  height: 35px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
  }
}
.product_variant.quantity button {
  border: 0;
  font-size: 14px;
  margin-left: 10px;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  /*min-width: 270px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity button {
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity button {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity button {
    min-width: inherit;
    margin-left: 10px;
  }
}
/* .product_variant.quantity button:hover {
  background: #3e444a;
} */
.product_variant.color {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
}
.product_variant.color label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.color ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.product_variant.color ul li:hover {
  border-color: #e88888;
}
.product_variant.color ul li:last-child {
  margin-right: 0;
}
.product_variant.color ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.product_variant.color ul li.color1 a {
  background: #000000;
}
.product_variant.color ul li.color2 a {
  background: #bebebe;
}
.product_variant.color ul li.color3 a {
  background: #fe0000;
}
.product_variant.color ul li.color4 a {
  background: #ffff01;
}
.product_variant.size {
  margin-bottom: 30px;
}
.product_variant.size label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.size .niceselect_option {
  float: inherit;
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .product_d_info {
    margin-bottom: 57px;
  }
}

.product_d_action {
  margin-bottom: 14px;
}
.product_d_action ul li a {
  font-size: 14px;
  line-height: 28px;
}

.product_meta {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 20px;
  }
}
.product_meta span {
  font-weight: 500;
}
.product_meta span a {
  margin-left: 10px;
  font-weight: 400;
}

.product_info_button {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 25px;
  background: #000000;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li {
    margin-bottom: 5px;
  }
  .product_info_button ul li:last-child {
    margin-bottom: 0;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 17px;
    line-height: 16px;
  }
}
.product_info_button ul li a:hover {
  color: #ddd;
}
.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_review_form button {
  border: none;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px 3px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 13px;
}

.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}

.product_d_inner {
  padding: 0px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 20px 20px 27px;
  }
}

.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

.reviews_wrapper h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .reviews_wrapper h2 {
    font-size: 15px;
  }
}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ebebeb;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 58px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}
.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

.related_products {
  margin-bottom: 51px;
}
.related_products .section_title::before {
  display: none;
}

.upsell_products {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .upsell_products {
    margin-bottom: 54px;
  }
}
.upsell_products .section_title::before {
  display: none;
}

/*# sourceMappingURL=style.css.map */

.shoppingpage-cart {
  width: 100%;
}
.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;
}

.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;
}

.product-detail-offers table td,
.product-detail-offers table th {
  padding: 10px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.all_brand_logos {
  margin-bottom: 0px;
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.all_brand_logos ul {
  list-style: none;
  display: inline;
  padding-left: 0px !important;
}
.all_brand_logos ul li {
  display: inline-block;
  padding-right: 10px;
}
.all_brand_logos ul li img {
  height: 25px;
  max-width: 100%;
}

.zoomWrapper.single-zoom img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.product-details-tab #img-1 {
  border: 1px solid #ebebeb;
  width: 350px;
  height: 350px;
}

.current_price {
  font-size: 16px;
  font-weight: bold;
}
.price-details hr {
  margin-bottom: 5px;
  margin-top: 5px;
}
.price-details p {
  margin-bottom: 0px;
}

.product_tour {
  margin: 10px 0px;
}
.product_tour a {
  background: #ffffff00;
  color: #fff;
  padding: 5px 0px;
  border-radius: 3px;
  margin: 5px 0px;
}

.sharemainul {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0 5px;
  padding-top: 0.923em;
  cursor: pointer;
  font-size: 14px;
}
.shareul {
  display: none;
  list-style: none;
}
.sharemainli .shareul li {
  margin: 5px 0px 5px;
  font-size: 18px;
}
/* .sharemainli .shareul li:hover {
  color: #fed700;
} */
.sharemainli .shareul li:hover .fa-facebook {
  color: #1777f2;
}
.sharemainli .shareul li:hover .fa-twitter {
  color: #1ca1f2;
}
.sharemainli:hover .shareul {
  display: block;
  position: absolute;
  background: #fffefe;
  border: 1px solid #ddd;
  width: 40px;
  cursor: pointer;
  list-style: none;
  padding: 5px 5px;
  margin-left: 0px;
  text-align: center;
  border-radius: 4px;
  z-index: 2;
}
.action-buttons a {
  margin-right: 10px;
}
.price_box p {
  margin-bottom: 0px;
}
.product-detail-offers .price_box .price {
  font-size: 20px;
}
.product_area .slick-slider {
  margin-bottom: 50px;
  user-select: initial;
}
.productParent {
  width: 260px;
}
.productParent .product_thumb {
  min-height: 250px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.electro-price ins {
  text-decoration: none;
}
.thumbnails-single {
  background: #fff;
  padding: 0px;
  margin-bottom: 15px;
  max-height: 300px;
  /*min-height: 300px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid #f0f0f0;
}
.product-details-thumbnails .slick-slider .slick-track{
  height: auto !important;
}
.thumbnails-single img {
  max-height: 300px;
}
.thumbnails-single img.thumbnails-single-img {
  max-height: 250px;
  width: auto !important;
}
.thumbnails-single > div > div > img {
  max-width: initial;
}
.thumbnails-all a {
  border: 1px solid #f0f0f0;
  padding: 5px 5px;
  margin: 0px 10px 10px 0px;
  background-color: #fff;
  width: 60px !important;
  height: 60px !important;
  vertical-align: top;
  display: inline-block;
}
.thumbnails-all a img {
  width: auto;
  max-height: 45px;
}
.thumbnails-all a {
  text-align: center;
}
.product-details-tab div.images > .thumbnails-single div div:last-child {
  z-index: 1000;
  background: #fff;
}
.showmoreless {
  cursor: pointer;
}
.product_d_inner table tr td:first-child {
  width: 30%;
  border-right: 1px solid #dee2e6;
}
.youSavePrice {
  color: #05a905;
}
body .slick-next,
body .slick-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
}
body .slick-prev {
  left: -25px;
  z-index: 1;
}
body .slick-next {
  right: 0px;
  z-index: 1;
}
body .slick-prev:before {
  content: "\f060";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  top: 25%;
  right: 0px;
}
body .slick-next:before {
  content: "\f061";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  top: 25%;
  right: 0px;
}

span.callforprice {
  font-size: 20px;
  color: #ee0000;
}
#Components .accessories .products li.product::before {
  display: none;
}
#Components ul.products > li.product.list-view {
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 15px;
}
#Components ul.products > li.product.list-view div.availability {
  display: block;
  padding-bottom: 0;
  border-bottom: 0px solid #ddd;
  margin-bottom: 0em;
  position: relative;
  top: 22px;
}
ul.products > li.product.list-view .media-left {
  padding-right: 2.5em;
}
ul.products > li.product.list-view .media-left a {
  display: block;
}
ul.products > li.product.list-view .media-left .wp-post-image {
  position: static;
  display: block;
  max-width: none;
  height: 140px;
  width: 140px;
  object-fit: contain;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.media-middle {
  vertical-align: middle;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.single-product.full-width .loop-product-categories {
  margin-bottom: 1em;
  display: block;
  font-size: 0.857em;
  line-height: 1.05em;
  height: 1.05em;
  color: #878787;
  overflow: hidden;
}
.accessories .products li.product:first-child a {
  color: #64686c;
}
#Components li.product h3 {
  font-weight: bold !important;
  font-size: 1.071em;
  line-height: 1.286em;
  height: 2.572em;
  overflow: hidden;
}
#Components ul.products > li.product.list-view div.availability {
  display: block;
  padding-bottom: 0;
  border-bottom: 0px solid #ddd;
  margin-bottom: 0em;
  position: relative;
  top: 22px;
}
.single-product .availability span {
  font-weight: bold;
  color: #8f8e94;
}
.accessories .products li.product .price {
  color: #343f49;
  font-size: 1.429em;
  line-height: 1.286em;
  font-weight: normal;
  text-align: right;
  float: right;
  margin-right: 25px;
}
@media (min-width: 768px) {
  ul.products > li.product.list-view .media-body .col-xs-12:first-child {
    width: 65.926%;
    padding-right: 45px;
    overflow: hidden;
  }

  ul.products > li.product.list-view .media-body .col-xs-12:last-child {
    width: 34.074%;
  }
}

/* .addto_companyfav {
  width: auto;
  height: auto;
  background: url(/static/images/company.png) no-repeat center left;
  vertical-align: middle;
  padding: 5px 0px 5px 20px !important;
}
.addto_companyfav_selected {
  width: auto;
  height: auto;
  background: url(/static/images/company-red.png) no-repeat center left;
  vertical-align: middle;
  padding: 5px 0px 5px 20px !important;
} */
.action-buttons a i {
  transition: all 0.3s ease 0s;
}
.appliedOffer {
  font-weight: normal;
  font-size: 11px;
  color: #f00;
  letter-spacing: normal;
}
.product_carousel .slick-arrow.slick-next {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  right: -15px;
  z-index: 1000;
  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;
}
.product_carousel .slick-arrow.slick-prev {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  left: -15px;
  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;
  z-index: 1000;
  background: #ffffff;
}
.product_carousel .slick-arrow.slick-prev:before {
  content: "\f060";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 15px;
  right: 0;
  height: 100%;
  line-height: 45px;
}
.product_carousel .slick-arrow.slick-next:before {
  height: 100%;
  line-height: 45px;
  content: "\f061";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 15px;
  right: 0;
}
.bundleImage {
  text-align: center;
  border: 1px solid #f0f0f0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.bundleImage img {
  max-width: 100px;
  text-align: center;
  margin: 0px auto;
}
.bundlePriceDetails div {
  display: inline-block;
  width: 45%;
}
.bundleListView {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
#bundleMain .bundleListView:last-child {
  border-bottom: 0px;
}
/* @media screen\0 {
  ul.products > li.product.list-view .media-body .col-xs-12:first-child {
      width: auto;
      max-width: 700px;
    }
    ul.products > li.product.list-view .media-body .col-xs-12:last-child {
      min-width: 300px;
    }
} */
@media (min-width: 1200px) {
  .product_area .product_carousel .slick-initialized .slick-slide {
    width: 271px !important;
    /* border-right: 1px solid #dee2e6; */
    margin-right: 14px;
  }
  .product_area .product_carousel .suggested-product-category-list .slick-initialized .slick-slide{
    width: 295px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .product_area .product_carousel .suggested-product-category-list .slick-initialized .slick-slide{
    width: 260px !important;
  }
}
.product_area .product_carousel .slick-initialized .slick-slide:last-child {
  border-right: 0px;
}
.product_area .product_carousel .slick-initialized .slick-slide .prouctName {
  min-height: 50px;
}
.conf_carousel {
  padding-left: 12px;
}

.conf_carousel .product_thumb a img {
  width: inherit;
  margin: 0 auto;
}

.conf_carousel .col-lg-3 {
  flex: 0 0 90%;
  max-width: 90%;
}

.conf_carousel .owl-nav.disabled {
  display: block;
}
.conf_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;
  background: #ffffff;
}

.conf_carousel .owl-nav div:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.conf_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.conf_carousel4 .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.conf_carousel4 .owl-item.last .single_product {
  border-right: 0;
}

.conf_carousel .product_thumb a img {
  width: inherit;
  margin: 0 auto;
}
.conf_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.conf_carousel .owl-nav.disabled {
  display: block;
}
.conf_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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: #ffffff;
}

.conf_carousel .owl-nav div:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.conf_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.conf_carousel4 .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.conf_carousel4 .owl-item.last .single_product {
  border-right: 0;
}
.conf_carousel .slick-arrow.slick-next {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  right: -12px;
  z-index: 1000;
  font-size: 18px;
  width: 20px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.conf_carousel .slick-arrow.slick-prev {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  left: -15px;
  font-size: 18px;
  width: 20px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  background: transparent;
}
.conf_carousel .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 15px;
  right: 0;
  height: 100%;
  line-height: 45px;
  opacity: 1;
  visibility: visible;
}
.conf_carousel .slick-arrow.slick-next:before {
  height: 100%;
  line-height: 45px;
  content: "\f105";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 15px;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.conf_carousel .slick-slider .slick-list .slick-track {
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .mfrsku p {
    text-align: center;
  }
  .prouctName h4 {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }
  .price_block {
    border-bottom: 0px solid #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 0px;
    min-height: 40px;
    margin-top: 10px;
    text-align: center;
  }
  .total-ratings-number-background.product-detail {
    padding: 0px 0px;
    position: static;
    width: fit-content;
    width: inherit;
    justify-content: center;
  }
}

.configuration-tab-nav .conf_carousel {
  padding-left: 0px;
}
.configuration-tab-nav .conf_carousel .slick-arrow.slick-prev {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  left: 0px;
  font-size: 18px;
  width: 20px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  background: transparent;
}
.configuration-tab-nav .conf_carousel .slick-arrow.slick-next {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  right: 0px;
  z-index: 1000;
  font-size: 18px;
  width: 20px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.configuration-tab-nav .slick-slider .slick-list {
  margin: 0px 25px 18px 25px;
}

.discount-chart .table.discount-chart {
  width: 100%;
  margin-bottom: 0rem;
  border: 1px solid #dee2e6;
}
.discount-chart .offerQuntityHead {
  font-size: 11px;
  font-weight: normal;
  word-break: break-word !important;
  padding: 6px 0px 6px 4px;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  color: #000;
}
.discount-chart .table td,
.discount-chart .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
  font-size: 11px;
  padding: 6px 0px 6px 6px;
  position: relative;
}
.discount-chart .table th h6 {
  margin-bottom: 0px;
}
.product-right h1 {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
}
.product-right .product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-right .product-icon .wishlist-btn,
.Configurator-product-PartDetail .wishlist-btn {
  background-color: transparent;
  border: none;
}
.product-right .product-icon .wishlist-btn:hover,
.Configurator-product-PartDetail .wishlist-btn:hover {
  color: #636363;
}
.product-right .product-icon .wishlist-btn i,
.Configurator-product-PartDetail .wishlist-btn i {
  /* border-left: 1px solid #dddddd; */
  font-size: 14px;
  /* padding-left: 10px; */
  /* margin-left: 5px; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-right .product-icon .wishlist-btn span,
.Configurator-product-PartDetail .wishlist-btn span {
  padding-left: 0px;
  font-size: 14px;
}

a.shareIcon:hover {
  color: #636363;
}
.single-product-tables.detail-section {
  margin-top: 0;
}
.single-product-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.single-product-tables.detail-section table {
  width: 100%;
}
.single-product-tables table tr td:first-child {
  font-weight: 600;
}
/* ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  display: inline-block;
} */
.all_brand_logos img {
  max-width: 100%;
  height: 30px;
  margin-right: 10px;
}
.pdf_download li {
  display: block;
}
.pdf_download li a {
  color: #212529;
}
.pdf_download li a i {
  color: #ff4c3b;
}
.product-right .product-buttons {
  margin-bottom: 20px;
}
.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
  padding: 7px 25px;
}
.product_tour.product-buttons a {
  margin-left: 0px !important;
}
.btn-solid {
  padding: 13px 29px;
  color: #ffffff;
  letter-spacing: 0.05em;
  /* border: 2px solid #e4604a; */
  background-image: linear-gradient(30deg, #e4604a 50%, transparent 50%);
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.btn {
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product_nav {
  position: relative;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li a {
  /* background: #ff4c3b; */
  border-radius: 0px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px;
  margin-top: -40px;
}
.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
.product-right h3 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.product-right h4 del {
  color: #777777;
}
del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}
.product-right h4 span {
  padding-left: 5px;
  color: #e4604a;
}
.product-right h3 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.product-right .border-product {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd;
  margin-top: 20px;
}
.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
}
.product-right .product-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px;
}
.product-right.product-form-box .product-description .qty-box {
  margin-bottom: 0px;
}
.product-right .product-description .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}
.product-right.product-form-box .product-description .qty-box .input-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px;
}
.qty-box .input-group span button {
  background: #ffffff !important;
  border: 1px solid #ced4da;
  margin: 0px;
}
.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #777777;
  cursor: pointer;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.qty-box .input-group button i {
  font-weight: 900;
  color: #222222;
}
.product-right .product-description .qty-box .input-group .form-control {
  border-right: none;
}
.qty-box .input-group .form-control {
  text-align: center;
  width: 75px;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
.product-right.product-form-box .product-buttons {
  margin-bottom: 0;
}
.product-right .product-buttons a:last-child {
  margin-left: 10px;
}
.product-detail-quantity {
  text-align: center;
  width: 65px;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  border: 1px solid #ced4da;
  border-right: 0px;
}
.electro-price.priceColor .amount-for-productDetail {
  font-size: 28px;
  font-weight: 600;
  width: 100% !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}
.product_nav.d-flex.justify-content-end {
  position: relative;
  top: -40px;
}
.product-details-thumbnails .slick-vertical .slick-slide {
  border: 1px solid #0000;
  width: 60px !important;
  height: 60px !important;
  float: none;
  margin-bottom: 5px;
  margin-right: 10px;
}
.product-details-thumbnails .thumbnails-all a {
  border: 1px solid #f0f0f0;
  padding: 5px 5px;
  margin: 0px 10px 10px 0px;
  background-color: #fff;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center;
}
.product-details-thumbnails .slick-list {
  height: auto !important;
  max-height: 330px !important;
  /* min-height: 330px !important; */
  padding: 30px 0px;
  background: #fff;
  margin-top: 10px;
}

.product-details-thumbnails .slick-slider .slick-arrow.slick-prev,
.product-details-thumbnails .slick-slider .slick-arrow.slick-next {
  opacity: 1;
  visibility: visible;
}
.product-details-thumbnails .slick-disabled {
  display: block !important;
}
.product-details-thumbnails .slick-slider .slick-arrow.slick-prev {
  position: absolute;
  width: 60px;
  left: 1px;
  top: 0px;
  z-index: 9;
  background: #fff;
}
.product-details-thumbnails .slick-slider .slick-arrow.slick-next {
  position: absolute;
  width: 60px;
  left: 1px;
  bottom: -15px;
  top: auto;
  background: #fff;
}
.product-details-thumbnails .slick-arrow.slick-prev::before {
  content: "\f106";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 20px;
  right: 0;
  line-height: 22px;
}
.product-details-thumbnails .slick-arrow.slick-next::before {
  content: "\f107";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #000;
  font-size: 20px;
  right: 0;
  line-height: 22px;
}
.product-details-thumbnails .slick-arrow.slick-prev,
.product-details-thumbnails .slick-arrow.slick-next {
  transform: none;
}
.product-details-thumbnails a:hover {
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .single-product-tables.detail-section table {
    width: 100%;
  }
  .product-description.border-product .d-flex.justify-content-between {
    justify-content: space-around !important;
  }
  .product_d_inner table tr td:first-child {
    width: 100px;
    border-right: 1px solid #dee2e6;
    max-width: 120px;
    word-break: break-word;
  }
}
.reconfigure.btn {
  text-transform: unset;
  height: 35px;
  padding: 5px 15px;
  line-height: inherit;
  font-size: 12px !important;
  width: 130px;
}

.magnifier-container {
  position: relative;
  display: inline-block;
}

.zoom-image {
  width: 100%;
  height: auto;
  cursor: crosshair;
}

.magnifier-glass {
  position: absolute;
  border: 2px solid #ddd;
  cursor: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  display: none;
  pointer-events: none;
}