.header-top {
  position: relative;
  width: 100%;
  padding: 6px 0;
}
.account-section .history-box .single-history,
.category-style-four .sec-title,
.deals-style-three .title-inner,
.footer-bottom .bottom-inner,
.header-top .top-inner,
.header-upper .upper-inner,
.main-header .outer-box,
.price-range-slider .range-box,
.shop-style-five .title-inner,
.shop-style-nine .title-box,
.shop-style-three .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .top-inner .info-list,
.header-top .top-inner .right-column {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top .top-inner .info-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.header-top .top-inner .info-list li.chat-toggler {
  cursor: pointer;
}
.blog-details-content .comment-box .form-inner .check-box label,
.blog-details-content .content-two .list-style-one li,
.header-top .top-inner .info-list li i,
.sign-section .form-inner .other-option .check-box label {
  font-size: 16px;
}
.header-top .top-inner .text p {
  font-size: 14px;
  color: #fff;
}
.about-section .content-box p span,
.header-top .top-inner .text p span,
.shop-page-section .item-shorting .left-column .text p span {
  font-weight: 700;
}
.header-top .top-inner .nice-select {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 15px;
}
.header-top .top-inner .nice-select:before {
  font-size: 7px;
}
.main-header .currency-box {
  position: relative;
  padding-left: 25px;
}
.main-header .currency-box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.blog-details-content .author-box .thumb-box img,
.main-header .currency-box .icon-box img,
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image
  img,
.testimonial-block-one .inner-box .author-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}
.main-header .outer-box .support-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-header .outer-box .support-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
}
.main-footer .support-box h3,
.main-header .outer-box .support-box h3 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}
.account-section .history-box .single-history .product-box .product-info h6 a,
.blog-sidebar .post-widget .post h5 a,
.category-block-one .inner-box h4 a,
.category-block-three .inner-box h4 a,
.collection-block-one .inner-box .lower-content h4 a,
.deals-block-one .inner-box .content-box h3 a,
.deals-block-two .inner-box h5 a,
.main-footer .info-list li a,
.main-header .outer-box .support-box h3 a,
.news-block-one .inner-box .lower-content h3 a,
.news-block-one .inner-box .post-info li a,
.product-details-content .other-option li a,
.shop-block-five .inner-box .content-box h3 a,
.shop-block-four .content-box h4 a,
.shop-block-one .inner-box .lower-content h4 a,
.shop-block-three .inner-box .lower-content h3 a,
.shop-block-two .inner-box .lower-content h4 a,
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: #ffffff;
}
.main-header .outer-box .support-box span,
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
}
.main-header .logo-box {
  position: relative;
  padding: 15px 0;
}
.main-header .search-box,
.main-header .search-inner {
  position: relative;
  width: 300px;
}
.blog-sidebar .search-widget .search-form .form-group,
.main-footer .subscribe-widget form .form-group,
.main-header .search-box .form-group,
.shop-sidebar .search-widget .form-group,
.subscribe-section .form-inner .form-group {
  position: relative;
  margin-bottom: 0;
}
.main-header .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  background: #f8edf0;
  border: 1px dashed;
  border-radius: 0;
  font-size: 15px;
  color: var(--text-color);
  padding: 17px 60px 17px 20px;
}
.main-header .search-box .form-group button[type="submit"] {
  position: absolute;
  top: 12px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.main-header .option-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.main-header .option-list li {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.main-header .option-list li a,
.main-header .option-list li button {
  display: inline-block;
  color: #ffffff;
  transition: 0.5s;
}
.main-header .option-list li.shop-cart button {
  padding-right: 13px;
  padding-top: 5px;
}
.main-header .option-list li.shop-cart button span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}
.main-header .header-lower .shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 11px;
  background-repeat: repeat-x;
}
.main-menu {
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation {
  margin: 0;
  display: flex;
}
.main-menu .navigation > li {
  position: inherit;
  z-index: 2;
  margin: 0 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li > a,
.mobile-menu .navigation li > a {
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li:last-child {
  margin-right: 0 !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0 !important;
}
/* .banner-section.style-five .content-box h2,
.banner-section.style-five .content-box h3,
.banner-section.style-five .content-box h3 span,
.blog-sidebar .tags-widget .tags-list li a:hover,
.collection-block-one .inner-box .image-box .reaction-btn button:active,
.collection-block-one .inner-box .image-box .reaction-btn button:focus,
.collection-block-one .inner-box .image-box .reaction-btn button:hover,
.deals-block-one .inner-box .image-box .option-list li a:hover,
.deals-block-one .inner-box .image-box .option-list li button:active,
.deals-block-one .inner-box .image-box .option-list li button:focus,
.deals-block-one .inner-box .image-box .option-list li button:hover,
.footer-light .bottom-inner .copyright p,
.footer-light .info-list li,
.footer-light .info-list li a,
.footer-light .links-widget .links-list li a,
.footer-light .subscribe-widget p,
.footer-light .widget-title h4,
.main-header .header-top .option-list li a,
.main-header .header-top .option-list li button,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > .megamenu li > a:hover,
.main-menu .navigation > li > ul > li > a:hover,
.shop-block-one .inner-box .image-box .option-list li a:hover,
.shop-block-one .inner-box .image-box .option-list li button:active,
.shop-block-one .inner-box .image-box .option-list li button:focus,
.shop-block-one .inner-box .image-box .option-list li button:hover,
.shop-block-two .inner-box .image-box .reaction-btn button:active,
.shop-block-two .inner-box .image-box .reaction-btn button:focus,
.shop-block-two .inner-box .image-box .reaction-btn button:hover,
.shop-details .product-discription .tab-btns li.active-btn,
.shop-style-five .tab-btns li.active-btn,
.shop-style-five .tab-btns li:hover,
.shop-style-nine .tab-btns li.active-btn,
.shop-style-three .tab-btns li.active-btn {
  color: #fff !important;
} */
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-family: var(--text-font);
  opacity: 1;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 17px;
}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 29px;
  right: 0;
  font-weight: 500;
  transition: 0.5s;
}
.main-menu .navigation > li > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform: scale(0, 0);
  transition: 0.5s;
}
.banner-style-three .active .content-inner,
.deals-style-two .owl-theme .owl-dots .owl-dot.active:before,
.deals-style-two .owl-theme .owl-dots .owl-dot:hover:before,
.main-menu .navigation > li:hover > a:after {
  transform: scale(1, 1);
}
.main-menu .navigation > li > .megamenu,
.main-menu .navigation > li > ul {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  padding: 15px;
  z-index: 100;
  display: none;
  background: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0 12px 12px rgba(0, 80, 191, 3%);
  border-radius: 0 0 6px 6px;
  transition: 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.main-menu .navigation > li > ul.from-right,
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}
.about-section .image-box img,
.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li,
.price-range-slider {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > .megamenu li > a,
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 16px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: var(--title-color);
  text-align: left;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li > .megamenu li > a:before,
.main-menu .navigation > li > ul > li > a:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
}
.main-menu .navigation > li > .megamenu li > a:hover:before,
.main-menu .navigation > li > ul > li > a:hover:before {
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.category-block-two .inner-box h4,
.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.main-footer.home-3 .widget-section,
.main-menu .navigation > li > .megamenu li:last-child > a,
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > ul > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child > a,
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li:last-child,
.shop-style-eight .content-column .shop-block-four:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 15px;
  background: var(--secondary-color);
  border-top: solid;
  border-width: 2px;
  width: 230px;
  z-index: 100;
  display: none;
  border-radius: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li > ul > li > a,
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li,
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: #fff;
  text-align: left;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 35px;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > .megamenu,
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 0;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: 0.5s;
}
.color-list .check-box input,
.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col h6,
.deals-block-one
  .inner-box
  .content-box
  .timer
  .cs-countdown
  .count-col:last-child:after,
.deals-block-one
  .inner-box
  .content-box
  .timer
  .cs-countdown
  .count-col:last-child:before,
.deals-style-three .title-inner .count-col:last-child:after,
.deals-style-three .title-inner .count-col:last-child:before,
.deals-style-two .owl-theme .owl-dots .owl-dot span,
.featured-style-four .featured-block-one .inner-box:before,
.featured-style-three .featured-block-one .inner-box:before,
.funfact-block:last-child .funfact-block-one:before,
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn,
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu,
.news-block-one .inner-box .post-info li:last-child:before,
.shop-block-three .inner-box .count-col:last-child:after,
.shop-block-three .inner-box .count-col:last-child:before,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:last-child:before,
.shop-page-section .shop-block-one .inner-box:before,
.shop-section .shop-block-one .inner-box:before,
.shop-sidebar .check-box input,
.shop-style-four.home-4 .ads-block:before,
.shop-style-nine .shop-block-one .inner-box:before,
.shop-style-seven .shop-block-one .inner-box:before,
.shop-style-three.home-4:before,
.wrapper.grid .shop-list-content,
.wrapper.list .shop-grid-content {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--theme-color);
  display: none;
}
.mobile-menu .nav-logo img {
  max-width: 160px;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account-section .inner-container .tab-btns li:last-child,
.blog-details-content .content-two p:last-child,
.blog-sidebar .archives-widget .archives-list li:last-child,
.blog-sidebar .category-widget .category-list li:last-child,
.contact-section .form-inner .form-group:last-child,
.main-footer .info-list li:last-child,
.main-footer .links-widget .links-list li:last-child,
.menu-area .mobile-nav-toggler .icon-bar:last-child,
.mobile-menu .contact-info ul li:last-child,
.product-details-content .content-box .discription-box li:last-child,
.product-details-content .content-box .text-box p:last-child,
.product-details-content .other-option li:last-child,
.product-details-content .slider-content .thumb-box li:last-child,
.product-details-content.style-two .slider-content .thumb-box li,
.shop-block-one .inner-box .image-box .option-list li:last-child,
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 360px 30px 50px;
  left: 0;
  border-bottom: none;
  border: 1px dashed var(--theme-color);
  border-radius: 10px;
}
.main-menu .navigation li.dropdown .megamenu li h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 16px;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  background: #e52d2d;
  padding: 34px 30px 40px;
  border-radius: 0 10px 10px 0;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 110px;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box h4 span {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.main-menu .navigation > li.dropdown > .megamenu .advice-box .theme-btn {
  padding: 3px 22px;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: 0.9s;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px 30px;
  text-align: left;
}
.mobile-menu-visible,
.testimonial-section.style-two .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.deals-section .owl-carousel .owl-stage-outer .owl-item.active,
.deals-style-two .owl-carousel .owl-stage-outer .owl-item.active,
.mobile-menu-visible .mobile-menu,
.shop-style-six .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.9s;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.9s !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.about-section .content-box,
.banner-section .content-box,
.banner-section .image-box,
.blog-details-content .content-two,
.blog-sidebar .widget-title,
.fluid-section .testimonial-content,
.funfact-block-one,
.mobile-menu .navigation,
.mobile-menu .navigation li,
.mobile-menu .navigation li > a,
.product-details-content,
.project-tab .p-tabs-content,
.shop-banner .content-box,
.shop-block-one .inner-box .image-box,
.shop-block-three .inner-box .lower-content,
.shop-details .product-discription .review-content {
  position: relative;
  display: block;
}
.mobile-menu .navigation {
  width: 100%;
  float: none;
}
.mobile-menu .navigation li > a {
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
}
.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li > a:before {
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  transition: 0.5s;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.5s;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .social-links {
  position: relative;
  padding: 0 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
div#mCSB_1_container {
  top: 0 !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.header-style-two .main-menu .navigation > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-style-two .logo-box {
  padding: 25.5px 20px;
}
.about-section,
.account-section,
.banner-style-three,
.blog-details-content,
.category-section,
.category-style-five,
.category-style-three,
.category-style-two,
.collection-section,
.contact-info-section,
.contact-section,
.deals-style-three,
.deals-style-two,
.end-line,
.featured-section,
.featured-style-five,
.featured-style-four,
.featured-style-three,
.featured-style-two,
.header-style-four,
.header-style-three,
.highlights-style-two,
.main-header .search-inner .form-group,
.news-section,
.popular-product,
.shop-banner,
.shop-details,
.shop-section,
.shop-sidebar,
.shop-sidebar .category-widget .accordion,
.shop-sidebar.style-two .category-list li,
.shop-style-eight,
.shop-style-five,
.shop-style-four,
.shop-style-nine,
.shop-style-seven,
.shop-style-six,
.shop-style-two,
.sidebar-page-container,
.sign-section,
.subscribe-section,
.testimonial-section {
  position: relative;
}
.main-header .search-inner .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  font-size: 15px;
  color: var(--title-color);
  padding: 10px 25px 10px 0;
  transition: 0.5s;
}
.main-header .search-inner .form-group button[type="submit"] {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.mobile-menu .logo-box {
  display: none !important;
}
.header-upper {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: dashed;
  border-width: 2px;
  border-color: #d8d8d8;
}
.header-upper .search-box {
  position: relative;
  width: 850px;
}
.header-upper .search-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.header-upper .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 2px dashed;
  border-radius: 50px;
  background: #f8edf0;
  font-size: 15px;
  color: #111;
  padding: 10px 60px 10px 20px;
  transition: 0.5s;
}
.header-upper .search-box .form-group button[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.main-header .category-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.main-header .category-toggle i {
  font-size: 28px;
}
.about-section .content-box h2,
.recovery-content h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
.featured-block:nth-child(2) .featured-block-one .inner-box,
.header-style-four .header-top {
  background: #e91a3e;
}
.header-style-four .header-upper {
  padding-bottom: 0;
  border-bottom: none;
}
.header-style-four .header-lower .shape {
  height: 163px;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  bottom: -40px;
  background-size: cover;
}
.header-lower-f {
  background-color: var(--theme-color);
}
.header-style-five .outer-box .left-column {
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
}
.main-header .header-top .option-list li button span {
  background: #fff;
  color: var(--theme-color);
}
.header-style-one {
  box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.03);
}
.rtl .main-header .category-toggle {
  padding-right: 0;
  padding-left: 28px;
}
.rtl .category-style-four .content-box .image-box,
.rtl .main-header .category-toggle:before,
.rtl .shop-section .owl-nav,
.rtl .shop-sidebar .category-widget .accordion .acc-btn .icon-box,
.rtl .shop-style-eight .content-column .title-box .image,
.rtl .shop-style-seven .owl-nav,
.rtl .shop-style-six .owl-nav,
.shop-style-four.home-4 .ads-block {
  right: inherit;
  left: 0;
}
.rtl .header-style-five .outer-box .logo-box:before {
  right: inherit;
  left: -36px;
}
@media only screen and (max-width: 1299px) {
  .main-header .outer-box .support-box {
    display: none;
  }
  .header-style-three .outer-box .support-box {
    display: flex;
    padding: 20px 0;
  }
}
.end-line::before {
  content: "";
  position: absolute;
  height: 72%;
  width: 1px;
  background-color: #fff;
  right: -12px;
  top: 2px;
}
.about-section .image-box {
  position: relative;
  display: block;
  margin-right: 27px;
  padding-right: 142px;
  padding-bottom: 35px;
}
.about-section .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 300px 300px 300px 10px;
  overflow: hidden;
}
.about-section .image-box .image-22 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 250px 250px 10px;
}
.about-section .image-box .image-22 img {
  border-radius: 250px 250px 10px;
}
.about-section .image-box .image-22:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  right: 16px;
  bottom: 16px;
  border-radius: 250px 250px 10px;
}
.about-section .image-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 57px;
  top: 58px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  background: #fff;
  border-radius: 50%;
  border: 1px dashed;
  z-index: 2;
}
.about-section .image-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-section .image-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}
.about-section .content-box .inner-box {
  position: relative;
  display: block;
  background: #fdf7f9;
  border-radius: 10px;
  border: 1px dashed;
  border-top: 3px solid;
  padding: 35px 40px;
}
.funfact-block-one:before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0;
  right: 15px;
}
.funfact-block-one .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:first-child
  h3,
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:last-child
  h3,
.featured-style-five
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h2,
.featured-style-five
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h4,
.featured-style-five
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h6,
.featured-style-three
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h2,
.featured-style-three
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h4,
.featured-style-three
  .featured-block:first-child
  .featured-block-one
  .inner-box
  h6,
.footer-bottom .bottom-inner .copyright p,
.funfact-block-one p,
.info-block-one .inner-box p a,
.shop-page-section .item-shorting .right-column .short-box .nice-select:before,
.sign-section .form-inner .lower-text p,
.testimonial-block-one .inner-box .author-box h4 a {
  color: #ffffff;
}

.shop-block-one .inner-box .lower-content h4 a {
    color: #000000;
}
.sign-section .form-inner .lower-text p{
    color: #000000;
}
.info-block-one .inner-box p a{
    color: #000000;
}
.sign-section .form-inner .form-group label{
    color: #000000 !important;
}
.shop-style-nine .tab-btns li.active-btn{
    color: #fff;
}
.funfact-block-one .count-outer .symble {
  position: relative;
  top: -10px;
}
.rtl .about-section .image-box {
  margin-right: 0;
  margin-left: 117px;
}
.rtl .funfact-block-one:before {
  right: inherit;
  left: 15px;
}
.recovery-section {
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #eeeeeecc;
}
.recovery-content {
  max-width: 750px;
  margin: 0 auto 60px;
  animation: 1s fadeUp;
}
.helpline-card:hover a,
.helpline-card:hover h4,
.recovery-content h2 {
  color: #000;
}
.recovery-content .sub {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.recovery-content .main {
  font-size: 20px;
  line-height: 1.6;
}
.helpline-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.helpline-card {
  background: rgb(0 0 0);
  padding: 0 30px;
  border-radius: 15px;
  min-width: 230px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
  animation: 1s fadeUp;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
}
.helpline-card:hover {
  transform: translateY(-10px) scale(1.03);
  background: rgb(255 127 41);
}
.helpline-card h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.helpline-card a {
  font-size: 22px;
  font-weight: 700;
  color: #ff7f29;
  text-decoration: none;
}
.helpline-card span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-section {
  position: relative;
  padding: 70px 0 115px;
  overflow: hidden;
}
.banner-section .pattern-layer {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
.banner-section .image-box .image {
  position: relative;
  max-width: 556px;
  width: 100%;
  margin: 0 auto;
}
.banner-section .content-box h2 {
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 21px;
}
.banner-section .content-box h3 {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 31px;
}
.banner-section .content-box h3 span {
  display: inline-block;
  font-weight: 800;
  color: #e92530;
}
.banner-section .anim-icon .anim-icon-1 {
  position: absolute;
  left: 20px;
  bottom: 145px;
  width: 130px;
  height: 130px;
  z-index: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-2 {
  position: absolute;
  left: 8px;
  bottom: 175px;
  width: 192px;
  height: 144px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.banner-section .anim-icon .anim-icon-3,
.banner-section .anim-icon .anim-icon-4,
.banner-section .anim-icon .anim-icon-5,
.banner-section .anim-icon .anim-icon-6 {
  width: 34px;
  height: 31px;
  background-repeat: no-repeat;
  position: absolute;
}
.banner-section .anim-icon .anim-icon-3 {
  left: 88px;
  top: 184px;
}
.banner-section .anim-icon .anim-icon-4 {
  left: 46%;
  top: 255px;
}
.banner-section .anim-icon .anim-icon-5 {
  top: 87px;
  right: 555px;
}
.banner-section .anim-icon .anim-icon-6 {
  bottom: 170px;
  right: 520px;
}
.banner-section .anim-icon .anim-icon-7 {
  position: absolute;
  left: 45%;
  top: 102px;
  width: 128px;
  height: 95px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-8 {
  position: absolute;
  right: 95px;
  top: 120px;
  width: 168px;
  height: 119px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-9 {
  position: absolute;
  top: 54px;
  right: 140px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner-section .anim-icon .anim-icon-10 {
  position: absolute;
  right: 233px;
  bottom: 209px;
  width: 68px;
  height: 79px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-11 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 268px;
  height: 221px;
  background-repeat: no-repeat;
}
.account-section .history-box .single-history .product-box .image-box img,
.banner-section .image-box .image img,
.product-details-content .image-box img,
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li
  img,
.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before {
  width: 100%;
}
.banner-style-two {
  position: relative;
  padding: 0;
  background: 0 0;
}
.banner-style-two .banner-content {
  border-radius: 20px;
  overflow: hidden;
}
.banner-style-two .image-box .image {
  max-width: 519px;
}
.banner-style-two .lower-content {
  position: relative;
  width: 100%;
  background: #9ab3d8;
  padding: 18px 30px;
  z-index: 5;
}
.banner-style-two .lower-content:after,
.banner-style-two .lower-content:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  opacity: 0.4;
}
.banner-style-two .lower-content:before {
  left: 33.333%;
}
.banner-style-two .lower-content:after {
  left: 66.666%;
}
.banner-style-two .lower-content .info-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner-style-two .lower-content .info-list li {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}
.banner-style-two .slide-item {
  position: relative;
  padding: 60px 120px;
}
.banner-style-two .slide-item .bg-color-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #beefff;
}
.banner-style-two .slide-item .bg-color-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffee97;
}
.banner-style-two .slide-item .bg-color-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffaf97;
}
.banner-carousel .content-box,
.banner-carousel .image-box {
  position: relative;
  z-index: 5;
}
.banner-carousel .content-box .btn-box,
.banner-carousel .content-box h2,
.banner-carousel .content-box h3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.banner-carousel .active .content-box h2,
.banner-carousel .active .content-box h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}
.banner-carousel .active .content-box h2 {
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.banner-carousel .active .content-box h3 {
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.banner-style-two .big-text {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 280px;
  line-height: 200px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.5;
  width: 100%;
  text-align: center;
}
.banner-section .anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #009f8921;
}
.banner-section .anim-icon .anim-icon-12 {
  position: absolute;
  top: -270px;
  right: -85px;
  width: 822px;
  height: 822px;
  background: #fff;
  opacity: 0.2;
  border-radius: 50%;
}
.banner-section .anim-icon .anim-icon-13 {
  position: absolute;
  left: 280px;
  top: 38px;
  width: 137px;
  height: 103px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-14 {
  position: absolute;
  left: 50%;
  top: 277px;
  width: 137px;
  height: 103px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-15 {
  position: absolute;
  top: 203px;
  right: 47px;
  width: 137px;
  height: 103px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-16 {
  position: absolute;
  left: 52px;
  top: 53px;
  width: 140px;
  height: 100px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-17 {
  position: absolute;
  left: 511px;
  bottom: 113px;
  width: 96px;
  height: 93px;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .anim-icon-18 {
  position: absolute;
  left: 57%;
  top: 150px;
  width: 107px;
  height: 111px;
  background-repeat: no-repeat;
  z-index: 6;
}
.banner-section .anim-icon .anim-icon-19 {
  position: absolute;
  top: 0;
  right: 136px;
  width: 85px;
  height: 187px;
}
.banner-section .anim-icon .anim-icon-20 {
  position: absolute;
  right: 50px;
  bottom: 160px;
  width: 117px;
  height: 105px;
  background-repeat: no-repeat;
}
.banner-style-three .slide-item {
  padding: 90px 0 60px;
}
.banner-style-three .slide-item .pattern-layer,
.category-style-five .pattern-layer,
.fluid-section .right-column .shape,
.shop-banner .inner-container .pattern-layer,
.shop-section .ads-block .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-style-three .content-inner {
  position: relative;
  display: flex;
  width: 500px;
  height: 500px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: scale(0, 0);
  transition: 1.5s;
}
.ads-section .pattern-layer,
.banner-style-three .content-inner .shape,
.category-block-one .inner-box .image-box .shape,
.category-block-two .inner-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-style-three .content-inner .inner-box {
  max-width: 400px;
  margin: 0 auto;
}
.banner-style-three .content-inner h2 {
  display: block;
  font-size: 72px;
  line-height: 79px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 24px;
}
.banner-style-four {
  position: relative;
  padding: 60px 0 30px;
  background: linear-gradient(180deg, #fde0e8 0, #fff 100%);
}
.banner-style-four .content-box-one {
  position: relative;
  display: block;
  background: #e91a3e;
  border-radius: 10px;
  padding: 36px 30px 140px;
  border: 2px dashed #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-style-four .content-box-one:before {
  position: absolute;
  content: "";
  background: #000;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  top: -130px;
  opacity: 0.05;
  left: 50%;
  margin-left: -310px;
  -webkit-animation: 13s linear infinite zoom-fade;
  animation: 13s linear infinite zoom-fade;
}
.banner-style-four .content-box-one h2 {
  font-size: 56px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
}
.banner-style-four .content-box-one h2 span {
  font-weight: 800;
  display: block;
}
.banner-style-four .content-box-one h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.banner-style-four .content-box-one h3 span,
.featured-block-two .inner-box h4 span,
.shop-style-four .ads-block h2 span,
.shop-style-four .ads-block h3 span {
  font-weight: 400;
}
.banner-style-four .content-box-two {
  position: relative;
  display: block;
  background: #ff8a00;
  border-radius: 10px;
  border: 2px dashed #fff;
  margin-bottom: 30px;
  padding: 35px 35px 30px;
}
.banner-style-four .content-box-two:last-child,
.shop-style-eight .single-column:nth-child(2) .content-column .title-box {
  background: #f76188;
}
.banner-style-four .content-box-two .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  background: #d57300;
  border: 1px dashed #fff;
  padding: 1px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-style-four .content-box-two:last-child .text {
  background: #e83664;
}
.banner-style-four .content-box-two h2 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 9px;
}
.banner-style-four .content-box-two h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 72px;
}
.banner-style-four .content-box-two h4 span {
  font-weight: 800;
}
.banner-style-four .content-box-two a {
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.banner-style-four .content-box-two a:hover {
  color: #000;
  border-color: #000;
}
.banner-style-four .content-box-two .text-box {
  max-width: 200px;
  float: left;
}
.icon-pencil:before {
  content: "\e600";
}
.banner-section.style-five {
  position: relative;
  padding: 180px 0;
}
.bann-video {
  position: absolute;
  width: 100%;
  top: -225px;
  left: 0;
  height: 1120px;
}
.banner-section.style-five .anim-icon .anim-icon-2 {
  width: 362px;
  height: 272px;
}
.banner-section.style-five .anim-icon .anim-icon-8 {
  width: 199px;
  height: 141px;
}
.banner-section.style-five .pattern-layer .pattern-1,
.banner-section.style-five .pattern-layer .pattern-2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
}
.banner-section .anim-icon .anim-icon-21 {
  position: absolute;
  top: 0;
  left: 120px;
  width: 85px;
  height: 187px;
}
.banner-section.style-five .pattern-layer .pattern-1 {
  left: 0;
  bottom: -1px;
  height: 31px;
}
.banner-section.style-five .pattern-layer .pattern-2 {
  left: 0;
  bottom: 0;
  height: 63px;
}
.rtl .banner-carousel .content-box {
  text-align: right;
}
.image-2 {
  width: 35%;
  height: 580px;
}
.image-2 img {
  width: 53%;
}
.testimonial-section .big-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 200px;
  line-height: 210px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e5e5e5;
}
.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed #d8d8d8;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}
.category-block-three .inner-box h4,
.main-footer .widget-title h4,
.testimonial-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.testimonial-block-one .inner-box .date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
}
.testimonial-block-one .inner-box .rating {
  margin-bottom: 20px;
}
.testimonial-block-one .inner-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  color: var(--title-color);
  padding-bottom: 55px;
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 30px;
}
.testimonial-block-one .inner-box .author-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
}
.testimonial-block-one .inner-box .author-box .thumb-box {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  min-width: 75px;
  border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box h5 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #e92530;
  margin-top: 5px;
}
.deals-section .owl-carousel .owl-stage-outer,
.deals-style-two .owl-carousel .owl-stage-outer,
.shop-style-six .owl-carousel .owl-stage-outer,
.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-section .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
  margin-top: 60px;
}
.testimonial-section .testimonial-carousel {
  position: relative;
  display: block;
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-section .pattern-layer {
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-size: cover;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down,
.shop-style-four .content-box,
.testimonial-section.style-two
  .owl-carousel
  .owl-stage-outer
  .owl-item:nth-child(odd) {
  margin-top: 0;
}
.testimonial-section.style-two .testimonial-block-one .inner-box p {
  padding-bottom: 0;
  border-bottom: none;
  color: #6a6a6a;
  font-weight: 400;
  font-style: normal;
}
.testimonial-section.style-two .testimonial-block-one .inner-box h4 {
  font-weight: 600;
}
.testimonial-block-one .inner-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.testimonial-section.style-two
  .testimonial-block-one
  .inner-box
  .author-box
  .thumb-box {
  width: 60px;
  height: 60px;
  padding: 4px;
  border: 1px dashed;
  min-width: 60px;
}
.testimonial-section.style-two .testimonial-block-one .inner-box .author-box {
  gap: 15px;
}
.testimonial-section.style-two .big-text {
  top: 75px;
}
.testimonial-block-one .inner-box .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 50px;
  opacity: 0.1;
}
.popular-product .owl-nav,
.testimonial-section.style-two .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 100%;
}
.popular-product .owl-nav button,
.testimonial-section.style-two .owl-nav button {
  position: absolute;
  display: inline-block;
  top: 0;
  font-size: 48px;
  color: var(--title-color);
  margin: 0;
  cursor: pointer;
  transition: 0.5s;
}
.popular-product .owl-nav button.owl-prev,
.testimonial-section.style-two .owl-nav button.owl-prev {
  left: -40px;
}
.popular-product .owl-nav button.owl-next,
.testimonial-section.style-two .owl-nav button.owl-next {
  right: -40px;
}
.testimonial-section.about-page .outer-container {
  padding-bottom: 90px;
}
.rtl .deals-block-one,
.rtl .deals-block-two,
.rtl .testimonial-block-one .inner-box {
  direction: rtl;
}
.sign-section .form-inner {
  position: relative;
  display: block;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  background: #fdf7f9;
  border-radius: 10px;
  padding: 29px 30px 32px;
  border: 1px dashed;
}
.blog-details-content .comment-box .form-inner .form-group,
.sign-section .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.main-footer .info-list li,
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  label,
.sign-section .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 4px;
}
.sign-section .form-inner .form-group input[type="email"],
.sign-section .form-inner .form-group input[type="password"],
.sign-section .form-inner .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed #d8d8d8;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--title-color);
  transition: 0.5s;
}
.sign-section .form-inner .form-group .theme-btn {
  width: 100%;
  color: #fff;
  padding: 8px 30px;
  border-color: #fff !important;
}
.blog-details-content .comment-box .form-inner .theme-btn:after,
.blog-details-content .comment-box .form-inner .theme-btn:before,
.contact-section .form-inner .form-group .theme-btn:after,
.contact-section .form-inner .form-group .theme-btn:before,
.shop-sidebar .color-widget .color-list li:nth-child(4) .check-box label:before,
.sign-section .form-inner .form-group .theme-btn:after,
.sign-section .form-inner .form-group .theme-btn:before {
  background: #000;
}
.sign-section .form-inner .form-group .theme-btn span {
  background: var(--title-color);
}
.sign-section .form-inner .text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 22px;
  text-transform: capitalize;
}
.product-details-content .slider-content .thumb-box li,
.shop-details .group-title,
.sign-section .form-inner .social-links li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.sign-section .form-inner .social-links li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  border: 1px dashed #d8d8d8;
  background: #fff;
  border-radius: 50px;
  padding: 9px 30px;
}
.sign-section .form-inner .social-links li a img {
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.sign-section .form-inner .other-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.sign-section .form-inner .other-option .forgot-password {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--title-color);
  transition: 0.5s;
}
.sign-section .form-inner .lower-text p a {
  display: inline-block;
  font-weight: 500;
}
.footer-bottom .bottom-inner .copyright p a:hover,
.info-block-one .inner-box p a:hover,
.main-footer .info-list li a:hover,
.main-footer .links-widget .links-list li a:hover,
.shop-block-five .inner-box .content-box h3 a:hover,
.sign-section .form-inner .lower-text p a:hover {
  text-decoration: underline;
}
.sign-section .form-inner .check-box label:after {
  background: 0 0 !important;
  content: "\e928";
  font-family: icomoon;
  font-size: 7px;
  top: 0;
  left: 3px;
}
.account-section .sec-title h2,
.contact-info-section .sec-title h2,
.sidebar-page-container .sec-title h2,
.sign-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.rtl .sign-section .form-inner .social-links li a img {
  margin-right: 0;
  margin-left: 12px;
}
.shop-section .inner-container {
  position: relative;
  display: block;
  padding-left: 430px;
}
.shop-section .ads-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 430px;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 40px 712px;
}
.shop-section .ads-block .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.shop-section .ads-block h2 {
  display: block;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 30px;
}
.main-footer.home-3 .footer-bottom,
.shop-section .shop-block-one .inner-box,
.shop-sidebar .color-widget .color-list li .check-box label,
.shop-sidebar .sidebar-table tbody tr td:last-child,
.shop-style-nine .shop-block-one .inner-box,
.shop-style-seven .shop-block-one .inner-box {
  padding: 0;
}
.shop-section .shop-block-one .inner-box .image-box,
.shop-style-seven .shop-block-one .inner-box .image-box {
  background: #fff6f8;
  border-radius: 10px;
}
.shop-section .shop-block-one .inner-box .image-box .option-list,
.shop-style-seven .shop-block-one .inner-box .image-box .option-list {
  top: 20px;
  right: 20px;
}
.shop-section .owl-nav {
  position: absolute;
  top: -91px;
  right: 0;
}
.shop-section .shop-block-one .inner-box .image-box .image {
  max-width: 280px;
}
.shop-section .content-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -8px;
}
.shop-section .shape-layer .shape-1 {
  position: absolute;
  top: 0;
  right: 25px;
  width: 123px;
  height: 131px;
  background-repeat: no-repeat;
}
.shop-section .shape-layer .shape-2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 189px;
  height: 298px;
  background-repeat: no-repeat;
}
.shop-style-two .content-box .four-item-carousel {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  border: 1px dashed #d8d8d8;
}
.shop-style-six .owl-nav button,
.shop-style-three.home-4,
.shop-style-two .shop-block-one .inner-box .image-box {
  background: 0 0;
}
.shop-style-two .shop-block-one .inner-box {
  border-right: 1px dashed #d8d8d8;
}
.shop-style-two .shop-block-one .inner-box .lower-content {
  padding: 0 30px 40px !important;
  margin: 0 !important;
  background: 0 0;
}
.shop-style-six .shop-block-one .inner-box .lower-content .btn-box,
.shop-style-two .shop-block-one .inner-box .lower-content .btn-box {
  position: relative;
  bottom: 0;
  opacity: 1;
  transform: scaleX(1);
}
.shop-style-two .ads-block {
  padding-bottom: 324px;
  background: #e91a3e;
}
.shop-style-two .pattern-layer {
  position: absolute;
  left: 0;
  top: -500px;
  width: 100%;
  height: 1657px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.shop-section .shape-layer .shape-3 {
  position: absolute;
  top: 55px;
  right: 690px;
  width: 156px;
  height: 161px;
  background-repeat: no-repeat;
}
.shop-section .shape-layer .shape-4 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 179px;
  height: 188px;
  background-repeat: no-repeat;
}
.ads-section,
.shop-style-three {
  position: relative;
  background: #e2d1ff;
}
.project-tab .p-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.project-tab .p-tab.active-tab .collection-block-one,
.project-tab .p-tab.active-tab .shop-block-one {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.project-tab .p-tab .collection-block-one,
.project-tab .p-tab .shop-block-one {
  position: relative;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.shop-style-nine .tab-btns,
.shop-style-three .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
  border: 1px dashed #d8d8d8;
}
.shop-style-nine .tab-btns li,
.shop-style-three .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 35px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
}
.category-style-four .pattern-layer .pattern-1,
.shop-style-three .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 11px;
  background-repeat: repeat-x;
}
.shop-style-three:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 190px;
  left: 0;
  bottom: 0;
}
.shop-style-three .pattern-layer,
.shop-style-three .pattern-layer-2 {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
}
.shop-style-three .pattern-layer {
  height: calc(100% - 190px);
  background-size: cover;
  background-position: center;
}
.shop-style-three .pattern-layer-2 {
  height: 1478px;
  background-position: top center;
}
.shop-style-four .inner-container {
  padding-left: 0;
  padding-right: 670px;
}
.shop-style-four .ads-block {
  left: inherit;
  right: 0;
  width: 640px;
  padding-bottom: 231px;
  border-radius: 20px;
}
.shop-style-four .ads-block:before {
  position: absolute;
  content: "";
  border: 2px dashed #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-radius: 16px;
}
.shop-style-four .ads-block h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.shop-style-four .ads-block h2 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 15px;
}
.shop-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
  border: 1px dashed #d8d8d8;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
}
.shop-block-two .inner-box .image-box {
  position: relative;
  display: block;
  background: #fff6f8;
}
.blog-sidebar .post-widget .post .post-thumb img,
.blog-standard-content .news-block-one .inner-box .image-box img,
.collection-block-one .inner-box .image-box .image img,
.deals-block-two .inner-box .image-box img,
.shop-block-five .inner-box .image-box img,
.shop-block-four .image-box img,
.shop-block-two .inner-box .image-box .image img {
  width: 100%;
  transition: 0.5s;
}
.blog-standard-content .news-block-one .inner-box:hover .image-box img,
.category-block-one .inner-box:hover .image-box .image img,
.category-block-three .inner-box:hover .image-box img,
.collection-block-one .inner-box:hover .image-box .image img,
.deals-block-one .inner-box:hover .image-box .image img,
.shop-block-four:hover .image-box img,
.shop-block-one .inner-box:hover .image-box .image img,
.shop-block-two .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}
.shop-block-two .inner-box .image-box .reaction-btn button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.shop-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 20px 24px;
  transition: 0.5s;
}
.shop-style-five .pattern-layer .pattern-1,
.shop-style-five .pattern-layer .pattern-2 {
  position: absolute;
  width: 100%;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}
.shop-block-one .inner-box .lower-content .text,
.shop-block-three .inner-box .lower-content .text,
.shop-block-two .inner-box .lower-content .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #7c7c7c;
}
.shop-block-one .inner-box .lower-content h4,
.shop-block-two .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}
.shop-block-two .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #e92530;
  font-weight: 700;
}
.shop-block-one .inner-box .lower-content .price del,
.shop-block-three .inner-box .lower-content .price del,
.shop-block-two .inner-box .lower-content .price del {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: 400;
  margin-right: 10px;
}
.shop-style-four .owl-nav {
  top: 50%;
  margin-top: -24px;
  width: 100%;
}
.shop-style-four .owl-nav button.owl-prev {
  position: absolute;
  left: -24px;
  top: 0;
}
.shop-style-four .owl-nav button.owl-next {
  position: absolute;
  right: -24px;
  top: 0;
}
.shop-style-five:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 110px);
  left: 0;
  top: 55px;
  opacity: 0.19;
}
.shop-style-five .pattern-layer .pattern-1 {
  top: 0;
  background-position: top center;
}
.shop-style-five .pattern-layer .pattern-2 {
  bottom: 0;
  background-position: bottom center;
}
.shop-style-five .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.shop-style-five .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #666;
  background: #fff;
  cursor: pointer;
  text-align: center;
  border: 1px dashed #fff;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
}
.shop-style-five .inner-content {
  position: relative;
  margin: 0 -15px;
}
.shop-style-five .inner-content .shop-block-one {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 15px;
}
.shop-style-five .inner-content .shop-block-one .inner-box:before {
  border: none;
}
.shop-style-five .inner-content .shop-block-one .inner-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
.shop-style-five
  .inner-content
  .shop-block-one
  .inner-box:hover
  .lower-content {
  margin-top: -75px;
}
.shop-style-five .inner-content .shop-block-one .inner-box .image-box {
  background: #fff6f8;
  border-radius: 8px;
  border: 1px dashed;
}
.shop-style-five .inner-content .shop-block-one .inner-box .lower-content {
  padding-left: 20px;
  padding-right: 20px;
}
.shop-style-five
  .inner-content
  .shop-block-one
  .inner-box
  .lower-content
  .btn-box {
  width: calc(100% - 20px);
  left: 10px;
}
.shop-style-six .content-block {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  border: 1px dashed #d8d8d8;
  overflow: hidden;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
}
.shop-style-six .pattern-layer {
  position: absolute;
  left: 0;
  top: -350px;
  width: 100%;
  height: 1475px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.deals-section .owl-carousel .owl-stage-outer .owl-item,
.deals-style-two .owl-carousel .owl-stage-outer .owl-item,
.shop-style-six .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.shop-style-six .shop-block-one .inner-box .lower-content {
  padding: 0 0 40px !important;
  margin: 0 !important;
}
.shop-style-six .single-column:first-child .content-block {
  margin-right: -70px;
}
.shop-style-six .single-column:last-child .content-block {
  margin-left: -70px;
}
.shop-style-six .ads-block-one {
  margin-left: 70px;
  margin-right: 70px;
}
.ads-block-one .inner-box {
  position: relative;
  display: block;
  background: #b468ff;
  border-radius: 20px;
  padding: 40px 30px 232px;
}
.ads-block-one .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ads-block-one .inner-box h2 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 30px;
}
.ads-block-one .inner-box .theme-btn {
  background: 0 0;
  color: #fff;
  border-color: #fff !important;
}
.deals-section .owl-nav,
.shop-style-seven .owl-nav,
.shop-style-six .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
.shop-block-three .inner-box {
  position: relative;
  display: block;
  background: #fff6f8;
  border-radius: 10px;
  padding: 50px 30px;
  border: 1px dashed;
}
.shop-block-three .inner-box .image-box {
  position: relative;
  max-width: 252px;
  width: 100%;
  margin: 0 auto 50px;
}
.deals-style-three .title-inner .cs-countdown,
.shop-block-three .inner-box .cs-countdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.deals-style-three .title-inner .count-col,
.shop-block-three .inner-box .count-col {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 60px;
  text-align: center;
  background: #ffe8ee;
  border-radius: 8px;
  border: 1px dashed;
  padding: 12px 0;
}
.deals-style-three .title-inner .count-col span,
.shop-block-three .inner-box .count-col span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.deals-style-three .title-inner .count-col h6,
.shop-block-three .inner-box .count-col h6 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.deals-style-three .title-inner .count-col:before,
.shop-block-three .inner-box .count-col:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 22px;
  right: -9px;
  border-radius: 50%;
}
.deals-style-three .title-inner .count-col:after,
.shop-block-three .inner-box .count-col:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  bottom: 22px;
  right: -9px;
  border-radius: 50%;
}
.shop-block-three .inner-box .lower-content h3 {
  display: block;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 4px;
}
.shop-block-one .inner-box .lower-content .price,
.shop-block-three .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 20px;
  color: #e92530;
  font-weight: 700;
  margin-bottom: 17px;
}
.shop-style-seven .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  top: -90px;
  width: 158px;
  height: 266px;
  background-repeat: no-repeat;
}
.shop-style-seven .pattern-layer .pattern-2 {
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 189px;
  height: 298px;
  background-repeat: no-repeat;
}
.shop-style-three.home-4 .pattern-layer-2 {
  position: absolute;
  left: 0;
  top: -400px;
  width: 100%;
  height: 1695px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-size: cover;
}
.shop-style-three.home-4 .pattern-layer-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 171px;
  height: 255px;
  background-repeat: no-repeat;
}
.shop-style-seven.home-4 .shop-block-three .inner-box {
  background: 0 0;
  overflow: hidden;
}
.shop-style-seven.home-4 .shop-block-three .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(50% + 64px);
  left: 0;
  top: 0;
}
.account-section .inner-container .tab-btns li.active-btn,
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:first-child,
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:last-child,
.collection-section .tab-btns li.active-btn,
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li:nth-child(odd),
.shop-style-seven.home-4 .shop-block-three .inner-box .count-col {
  background: #fff;
}
.shop-style-seven .pattern-layer .pattern-3 {
  position: absolute;
  top: 20px;
  left: 70%;
  width: 123px;
  height: 131px;
  background-repeat: no-repeat;
}
.shop-style-seven .pattern-layer .pattern-4 {
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 127px;
  height: 80px;
  background-repeat: no-repeat;
}
.shop-style-four.home-4 .inner-container {
  padding-right: 0;
  padding-left: 670px;
}
.shop-style-eight .content-column {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed #d8d8d8;
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-style-eight .content-column .title-box {
  position: relative;
  display: block;
  background: #0ab31b;
  padding: 40px 40px 46px;
}
.shop-style-eight .single-column:nth-child(3) .content-column .title-box {
  background: #ad00fe;
}
.shop-style-eight .content-column .title-box h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 6px;
}
.shop-style-eight .content-column .title-box span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}
.shop-block-four {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
}
.shop-block-four .image-box {
  position: relative;
  display: block;
  width: 110px;
  min-width: 110px;
}
.shop-block-four .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.collection-block-one .inner-box .lower-content h5,
.shop-block-four .content-box h5 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #e92530;
}
.shop-block-four .content-box h5 del {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.shop-style-eight .content-column .shop-block-four {
  border-bottom: dashed;
  border-width: 1px;
  border-color: #d8d8d8;
}
.shop-style-nine .shop-block-one .inner-box .image-box .image {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.shop-style-nine .shop-block-one .inner-box .lower-content {
  padding: 15px 10px 15pxpx !important;
  margin: 0 !important;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #00000047;
}
.shop-block-one .inner-box .image-box .reaction-btn {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 5;
}
.shop-block-one .inner-box .image-box .reaction-btn button {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.shop-style-nine .owl-nav {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
}
.shop-style-nine .owl-nav button {
  position: absolute;
  top: 0;
}
.shop-style-nine .owl-nav button.owl-prev {
  left: -38px;
}
.shop-style-nine .owl-nav button.owl-next {
  right: -38px;
}
.rtl .blog-sidebar .gallery-widget .image-list li,
.rtl .blog-sidebar .tags-widget .tags-list li,
.rtl .highlights-section .list-item li,
.rtl .shop-style-five .inner-content .shop-block-one {
  float: right;
}
.featured-block-one .inner-box,
.featured-block-two .inner-box {
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.featured-block-one .inner-box {
  position: relative;
  background: #0ab31b;
  padding: 40px;
  z-index: 2;
}
.featured-block-one .inner-box h6 {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.featured-block-one .inner-box h2 {
  display: block;
  font-size: 36px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 8px;
}
.featured-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 82px;
}
.featured-block-one .inner-box h4 span {
  display: inline-block;
  font-weight: 800;
}
.featured-block-one .inner-box .theme-btn {
  border-color: #fff !important;
  border-width: 1px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  padding: 9px 25px;
}
.featured-block:nth-child(3) .featured-block-one .inner-box {
  background: #1a6de9;
}
.featured-block-one .inner-box .text-box {
  position: relative;
  max-width: 200px;
  float: left;
}
.featured-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #000;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0.1;
  top: 65px;
  right: 50px;
}
.featured-block-two .inner-box {
  position: relative;
  background: #bb1137;
  padding: 40px 50px 210px 40px;
}
.featured-block-two .inner-box h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 7px;
}
.featured-block-two .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.featured-style-two .featured-block:first-child .featured-block-two {
  margin-right: -30px;
}
.featured-style-two .featured-block:nth-child(2) .featured-block-two {
  margin-right: 30px;
  margin-left: 30px;
}
.featured-style-two .featured-block:last-child .featured-block-two {
  margin-left: -30px;
}
.featured-style-two
  .featured-block:nth-child(2)
  .featured-block-two
  .inner-box {
  background: #009af1;
}
.featured-style-two .featured-block:last-child .featured-block-two .inner-box,
.featured-style-two.home-4
  .featured-block:nth-child(3)
  .featured-block-two
  .inner-box {
  background: #0ab31b;
}
.featured-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.featured-style-two
  .featured-block:nth-child(2)
  .featured-block-two
  .inner-box
  h2 {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 24px;
}
.featured-block-two .inner-box .theme-btn {
  border-width: 1px;
  border-color: #fff !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  padding: 9px 30px;
}
.featured-style-three
  .featured-block:first-child
  .featured-block-one
  .inner-box {
  background: #ffb2bd;
}
.featured-style-three
  .featured-block:nth-child(2)
  .featured-block-one
  .inner-box {
  background: #e52d2d;
}
.featured-style-three
  .featured-block:nth-child(3)
  .featured-block-one
  .inner-box {
  background: #fd8905;
}
.featured-style-three .featured-block-one .inner-box .text-box {
  max-width: 230px;
}
.featured-style-five
  .featured-block:first-child
  .featured-block-one
  .inner-box
  .theme-btn,
.featured-style-three
  .featured-block:first-child
  .featured-block-one
  .inner-box
  .theme-btn {
  background: 0 0;
  color: var(--title-color) !important;
  border-color: var(--secondary-color) !important;
}
.featured-style-three .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  top: -123px;
  width: 158px;
  height: 266px;
  background-repeat: no-repeat;
}
.featured-style-three .pattern-layer .pattern-2 {
  position: absolute;
  right: 80px;
  bottom: -10px;
  width: 146px;
  height: 176px;
  background-repeat: no-repeat;
}
.featured-style-four .featured-block-one .inner-box {
  background: #03ccb4;
}
.featured-style-four
  .featured-block:nth-child(2)
  .featured-block-one
  .inner-box {
  background: #e91abb;
}
.featured-style-four
  .featured-block:nth-child(3)
  .featured-block-one
  .inner-box {
  background: #e9a31a;
}
.featured-style-two.home-4 .featured-block-two .inner-box {
  background: #32adf1;
}
.featured-style-two.home-4
  .featured-block:nth-child(2)
  .featured-block-two
  .inner-box {
  background: #b468ff;
}
.featured-block-two .inner-box .text-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 74px;
}
.featured-block-two .inner-box .text-inner .text-box h2 {
  margin-bottom: 0 !important;
}
.featured-style-five .featured-block-one .inner-box .text-box {
  max-width: 260px;
}
.featured-style-five .featured-block-one .inner-box {
  background: #f9cd52;
}
.featured-style-five
  .featured-block:nth-child(2)
  .featured-block-one
  .inner-box {
  background: #78b77e;
}
.featured-style-five
  .featured-block:nth-child(3)
  .featured-block-one
  .inner-box {
  background: #6d56aa;
}
.rtl .featured-style-two .featured-block:first-child .featured-block-two {
  margin-right: 0;
  margin-left: -30px;
}
.rtl .featured-style-two .featured-block:last-child .featured-block-two {
  margin-left: 0;
  margin-right: -30px;
}
.category-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.category-block-one .inner-box .image-box {
  position: relative;
  display: block;
  max-width: 203px;
  width: 100%;
  margin: 0 auto 15px;
  padding-left: 37px;
  padding-top: 15px;
  padding-bottom: 22px;
}
.category-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fff;
  overflow: hidden;
}
.category-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.category-section .shape-box .shape-1 {
  position: absolute;
  left: 89px;
  top: -44px;
  width: 85px;
  height: 187px;
  background-repeat: no-repeat;
  z-index: 1;
}
.category-section .shape-box .shape-2 {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 128px;
  height: 95px;
  background-repeat: no-repeat;
}
.category-section .pattern-layer {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: calc(100% + 200px);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-size: cover;
}
.category-block-two {
  max-width: 245px;
  margin: 0 auto;
}
.category-block-two .inner-box {
  position: relative;
  display: block;
  padding: 60px 0;
}
.category-style-three .category-block-two .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}
.category-style-three .category-block-two .inner-box {
  padding: 71px 0;
}
.category-style-four {
  position: relative;
  background: #fddddd;
}
.category-style-four .pattern-layer .pattern-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
.category-style-four .pattern-layer .pattern-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: 90s linear infinite slide;
  -webkit-animation: 90s linear infinite slide;
}
.category-style-four .sec-title .theme-btn {
  padding: 8px 30px;
}
.category-style-four .content-one {
  position: relative;
  display: block;
  background: #e91a3e;
  border-radius: 20px;
  padding: 40px 30px 0;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.category-style-four .content-one:before {
  position: absolute;
  content: "";
  background: #000;
  width: 220px;
  height: 220px;
  left: 50%;
  margin-left: -110px;
  bottom: -63px;
  opacity: 0.1;
  border-radius: 50%;
}
.category-style-four .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px dashed #fff;
  border-radius: 50px;
  margin-bottom: 9px;
  padding: 1px 10px;
}
.category-style-four .inner-container .big-column,
.category-style-four .inner-container .single-column {
  padding: 0 10px;
}
.category-style-four .inner-container,
.category-style-four .inner-container .content-box {
  position: relative;
  margin: 0 5px;
}
.category-style-four .content-three,
.category-style-four .content-two {
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.category-style-four .inner-container h3 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 26px;
}
.category-style-four .content-two {
  background: #fff;
  padding: 40px 40px 233px;
}
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:first-child
  .text,
.category-style-four
  .content-box
  .single-column:last-child
  .content-three:last-child
  .text,
.category-style-four .content-two .text {
  color: var(--theme-color);
}
.category-style-four .inner-container h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
}
.category-style-four .content-three {
  background: #d52bff;
  padding: 30px 30px 66px;
  overflow: hidden;
}
.category-style-four .content-three h3 {
  margin-bottom: 0;
  z-index: 1;
}
.category-style-four
  .content-box
  .single-column:first-child
  .content-three:last-child {
  background: #0047ff;
}
.category-block-three,
.collection-block-one .inner-box .image-box .image {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.category-block-three .inner-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.category-block-three .inner-box .image-box {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 50%;
  border: 2px dashed;
  margin-bottom: 0;
  overflow: hidden;
}
.category-block-three.border-one .inner-box .image-box {
  border-color: #025a5a;
}
.category-block-three.border-two .inner-box .image-box {
  border-color: #e97d3f;
}
.category-block-three.border-three .inner-box .image-box {
  border-color: #063ecc;
}
.category-block-three.border-four .inner-box .image-box {
  border-color: #ff9d09;
}
.category-block-three.border-five .inner-box .image-box {
  border-color: #366319;
}
.category-block-three.border-six .inner-box .image-box {
  border-color: #ea6bea;
}
.category-block-three .inner-box .image-box img {
  object-fit: contain;
  object-position: bottom;
  height: 97%;
  width: 100%;
  border-radius: 50%;
  transition: 0.5s;
}
.ads-section .content-box {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.ads-section .content-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
}
.ads-section .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 11px;
}
.ads-section .content-box h2 span,
.shop-banner .content-box h2 span {
  position: relative;
  display: block;
  font-weight: 400;
}
.ads-section .content-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}
.ads-section .content-box h3 span {
  color: red;
}
.ads-section .image-box-one {
  position: absolute;
  left: 80px;
  bottom: -90px;
}
.ads-section .image-box-two {
  position: absolute;
  right: 80px;
  bottom: -90px;
}
.ads-section .image-inner .author-box {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  border: 2px dashed;
}
.ads-section .image-inner .author-box img {
  width: 1005;
}
.ads-section .image-inner .image-box-one .author-box {
  left: 0;
  top: 50px;
}
.ads-section .image-inner .image-box-two .author-box {
  right: 0;
  top: 50px;
}
.popular-product .inner-container {
  position: relative;
  display: block;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 10px;
  z-index: 2;
}
.shop-block-one .inner-box {
  position: relative;
  display: block;
  padding: 30px 30px 0;
  text-align: center;
  transition: 0.5s;
}
.shop-block-one .inner-box:before {
  position: absolute;
  content: "";
  border-right: dashed;
  border-width: 1px;
  border-color: #d8d8d8;
  top: 0;
  right: -15px;
  height: 100%;
}
.shop-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.shop-block-one .inner-box .image-box .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;
  margin: 0 auto;
}
.shop-block-one .inner-box .image-box .option-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.shop-block-one .inner-box .image-box .option-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: 40px;
  -webkit-transition:
    opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition:
    opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}
.deals-block-one .inner-box:hover .image-box .option-list li,
.shop-block-one .inner-box:hover .image-box .option-list li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.deals-block-one .inner-box .image-box .option-list li:first-child,
.shop-block-one .inner-box .image-box .option-list li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(2),
.shop-block-one .inner-box .image-box .option-list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(3),
.shop-block-one .inner-box .image-box .option-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(4),
.shop-block-one .inner-box .image-box .option-list li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.shop-block-one .inner-box .image-box .option-list li a,
.shop-block-one .inner-box .image-box .option-list li button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: rgba(247, 97, 136, 0.2);
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.deals-block-one .inner-box .image-box .option-list li a:hover i,
.deals-block-one .inner-box .image-box .option-list li button:active i,
.deals-block-one .inner-box .image-box .option-list li button:focus i,
.deals-block-one .inner-box .image-box .option-list li button:hover i,
.highlights-block-one:hover .inner-box .icon-box img,
.highlights-section .list-item .single-item:hover .icon-box img,
.info-block-one:hover .inner-box .icon-box img,
.shop-block-one .inner-box .image-box .option-list li a:hover i,
.shop-block-one .inner-box .image-box .option-list li button:active i,
.shop-block-one .inner-box .image-box .option-list li button:focus i,
.shop-block-one .inner-box .image-box .option-list li button:hover i {
  animation: 0.7s forwards toBottomFromTop;
}
.shop-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 16px;
  transition: 0.5s;
}
.shop-block-one .inner-box:hover .lower-content {
  margin-top: -73px;
}
.shop-block-one .inner-box .lower-content .btn-box {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.5s;
}
.shop-block-one .inner-box:hover .lower-content .btn-box {
  opacity: 1;
  transform: scaleX(1);
}
.shop-block-one .inner-box .lower-content .btn-box .theme-btn {
  width: 100%;
  padding: 8px 30px;
}
.popular-product .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  top: -500px;
  width: 100%;
  height: 1579px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -11;
  background-size: cover;
}
.popular-product .pattern-layer .pattern-2 {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 171px;
  height: 255px;
  background-repeat: no-repeat;
}
.highlights-section {
  position: relative;
  z-index: 2;
}
.highlights-section .inner-container {
  position: relative;
  display: block;
  background: #ffe8ee;
  border-radius: 20px;
  border: 1px dashed;
  padding: 34px 50px 19px;
}
.highlights-section .list-item li {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}
.highlights-section .list-item .single-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.highlights-section .list-item .single-item .icon-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 58px;
  min-width: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 1px dashed;
}
.highlights-block-one .inner-box .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  min-width: 80px;
}
.highlights-block-one .inner-box h4,
.highlights-section .list-item .single-item h5 {
  font-size: 18px;
  line-height: 24px;
}
.highlights-style-two .inner-container {
  position: relative;
  margin: 0 -10px;
}
.highlights-style-two .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  padding: 0 10px;
}
.highlights-block-one .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px;
  border-radius: 20px;
  background: #fecdb1;
  margin-bottom: 20px;
}
.highlights-style-two
  .list-item
  li:nth-child(2)
  .highlights-block-one
  .inner-box,
.info-column:nth-child(2) .info-block-one .inner-box {
  background: #bbd2ff;
}
.highlights-style-two
  .list-item
  li:nth-child(3)
  .highlights-block-one
  .inner-box,
.info-column:nth-child(3) .info-block-one .inner-box {
  background: #a2f8b2;
}
.highlights-style-two
  .list-item
  li:nth-child(4)
  .highlights-block-one
  .inner-box,
.info-column:nth-child(4) .info-block-one .inner-box {
  background: #ffacac;
}
.highlights-style-two
  .list-item
  li:nth-child(5)
  .highlights-block-one
  .inner-box {
  background: #ffb0df;
}
.highlights-section .inner-container:before {
  position: absolute;
  content: "";
  background-image: url(../../images/shape/shape-82.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1400px) {
  .highlights-style-two .list-item li {
    width: 33.333%;
  }
}
.collection-section .sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-section .sec-title a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-bottom: solid;
  border-width: 1px;
}
.collection-section .sec-title a:hover {
  color: var(--title-color);
  border-color: var(--secondary-color) !important;
}
.collection-section .tabs-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed;
  padding-left: 305px;
  overflow: hidden;
}
.collection-section .tab-btn-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 305px;
}
.collection-section .tab-btns li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
  background: #fff6f8;
  padding: 20px 50px;
  cursor: pointer;
  transition: 0.5s;
}
.collection-block-one .inner-box {
  position: relative;
  display: block;
  padding: 20px 0 32px;
}
.collection-block-one .inner-box .image-box,
.news-block-one .inner-box .image-box,
.shop-details .product-discription .specification-content .specification-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.collection-block-one .inner-box .image-box .reaction-btn {
  position: absolute;
  top: 0;
  right: 20px;
}
.collection-block-one .inner-box .image-box .reaction-btn button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fff6f8;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.collection-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 8px;
}
.collection-block-one .inner-box .lower-content .text,
.shop-block-five .inner-box .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.collection-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.collection-section .shape-layer .shape-1 {
  position: absolute;
  left: 0;
  top: -100px;
  width: 179px;
  height: 199px;
  background-repeat: no-repeat;
  z-index: -1;
}
.collection-section .shape-layer .shape-2 {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 146px;
  height: 176px;
  background-repeat: no-repeat;
}
.collection-section .shape-layer .shape-3 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 301px;
  height: 304px;
  background-repeat: no-repeat;
}
.shop-sidebar.style-two .category-list li label,
.shop-style-nine.collection-section .sec-title,
.wrapper.grid .shop-grid-content,
.wrapper.list .shop-list-content {
  display: block;
}
.shop-style-nine.collection-section .tab-btns {
  display: inline-flex;
  z-index: 5;
}
.shop-style-nine.collection-section .tab-btns li {
  padding: 6px 27px;
}
.shop-style-nine.collection-section .p-tabs-content {
  background: #fff;
  border: 1px dashed;
  border-radius: 10px;
  padding-top: 26px;
  margin-top: -26px;
}
.shop-style-nine.collection-section .owl-nav button {
  font-size: 48px;
  background: #fff;
  transition: 0.5s;
}
.shop-style-nine.collection-section .owl-nav {
  top: 50%;
  margin-top: -24px;
}
.shop-style-nine.collection-section .pattern-layer {
  position: absolute;
  left: 0;
  top: -350px;
  width: 100%;
  height: 1475px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.fluid-section {
  position: relative;
  background: #ffd6e1;
}
.fluid-section .left-column {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  padding: 110px 115px;
  overflow: hidden;
}
.fluid-section .left-column .big-text {
  position: absolute;
  left: -10px;
  bottom: -22px;
  width: 100%;
  text-align: center;
  font-size: 128px;
  line-height: 130px;
  font-weight: 900;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(17, 17, 17, 0.1);
}
.fluid-section .left-column .left-content {
  position: relative;
  display: block;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
.fluid-section .testimonial-content .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.fluid-section .testimonial-content p {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 30px;
}
.fluid-section .testimonial-content .signature {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.fluid-section .testimonial-content .signature img {
  display: inline-block;
}
.fluid-section .testimonial-content .thumb-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  border: 1px dashed;
  margin-bottom: 12px;
}
.fluid-section .testimonial-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.fluid-section .testimonial-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}
.fluid-section .right-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f3f1d8;
  padding: 110px 0 116px 125px;
}
.fluid-section .collection-block-one .inner-box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}
.fluid-section .collection-block-one .inner-box .theme-btn {
  padding: 8px 30px;
  width: 100%;
}
.fluid-section .right-column .right-content {
  position: relative;
  display: block;
  margin-right: -143px;
}
.fluid-section .right-column .owl-nav {
  position: absolute;
  top: -86px;
  right: 278px;
}
.fluid-section .collection-block-one .inner-box .image-box .image {
  max-width: 216px;
}
@media only screen and (max-width: 1600px) {
  .fluid-section .right-column .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header-upper .search-box {
    width: 440px;
  }
  .banner-style-two .slide-item,
  .fluid-section .left-column {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ads-section .image-inner,
  .banner-section.style-five .image-layer,
  .popular-product .owl-nav,
  .shop-style-seven .pattern-layer {
    display: none;
  }
  .shop-section .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-section .ads-block {
    position: relative;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .shop-section .content-box {
    margin-top: 30px;
    padding-left: 0;
  }
  .highlights-section .list-item li,
  .shop-style-five .inner-content .shop-block-one {
    width: 33.333%;
  }
  .shop-style-five .title-inner {
    display: block;
  }
  .shop-style-five .title-inner .sec-title {
    margin-bottom: 30px;
  }
  .ads-block-one .inner-box h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .collection-section .tabs-box,
  .shop-style-four.home-4 .inner-container {
    padding-left: 0;
  }
  .shop-style-nine .owl-nav button.owl-prev {
    left: 0;
  }
  .shop-style-nine .owl-nav button.owl-next {
    right: 0 !important;
  }
  .collection-section .tab-btn-box {
    position: relative;
    width: 100%;
    border-bottom: dashed;
    border-width: 1px;
    border-color: var(--theme-color);
  }
  .fluid-section .right-column {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-two .lower-content .info-list,
  .header-top .top-inner {
    display: block;
    text-align: center;
  }
  .header-top .top-inner .info-list,
  .header-top .top-inner .right-column {
    justify-content: center;
  }
  .about-section .image-box {
    margin: 0 0 30px;
  }
  .rtl .about-section .image-box {
    margin-left: 0;
  }
  .banner-carousel .content-box,
  .banner-section .image-box,
  .funfact-block-one,
  .shop-style-nine .title-box .sec-title {
    margin-bottom: 30px;
  }
  .banner-section .anim-icon,
  .banner-section br,
  .banner-style-two .lower-content:after,
  .banner-style-two .lower-content:before,
  .deals-style-three .owl-nav,
  .deals-style-three .pattern-layer,
  .deals-style-two .shape-layer .shape-2,
  .funfact-block-one:before,
  .shop-style-three.home-4 .pattern-layer-3,
  .testimonial-section.style-two .owl-nav {
    display: none;
  }
  .about-section .content-box .inner-box {
    padding-bottom: 5px;
  }
  .shop-style-nine .title-box,
  .shop-style-three .title-box {
    display: block;
  }
  .shop-style-three .title-box .sec-title {
    margin-bottom: 40px;
  }
  .shop-style-nine .tab-btns,
  .shop-style-three .tab-btns {
    display: inline-flex;
  }
  .highlights-section .list-item li,
  .highlights-style-two .list-item li,
  .shop-style-five .inner-content .shop-block-one {
    width: 50%;
  }
  .shop-style-six .single-column:first-child .content-block {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .fluid-section .right-column .right-content,
  .shop-style-six .ads-block-one {
    margin: 0;
  }
  .shop-style-six .single-column:last-child .content-block {
    margin-left: 0;
    margin-top: 40px;
  }
  .featured-block .featured-block-two {
    margin: 0 0 30px !important;
  }
  .fluid-section .left-column {
    float: none;
    width: 100%;
  }
  .fluid-section .right-column {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 60px;
  }
}
.deals-section {
  position: relative;
  background: #ffe8ee;
}
.deals-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  background-position: top center;
  background-repeat: repeat-x;
}
.deals-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.deals-block-one {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.blog-details-content .post-share-option ul,
.color-list,
.deals-block-one .inner-box,
.price-range-slider .range-value,
.product-details-content .content-box .color-list,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list,
.shop-details .product-discription .review-content .single-review .image-list,
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box,
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn,
.shop-page-section .item-shorting .left-column,
.shop-page-section .item-shorting .right-column,
.shop-page-section .item-shorting .right-column .menu-box,
.shop-page-section .item-shorting .right-column .short-box {
  position: relative;
  display: flex;
  align-items: center;
}
.deals-block-one .inner-box .image-box {
  position: relative;
  display: block;
  min-width: 380px;
}
.deals-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.deals-block-one .inner-box .image-box .image img {
  width: 100%;
  border-radius: 6px;
  transition: 0.5s;
}
.deals-block-one .inner-box .image-box .option-list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.5s;
}
.deals-block-one .inner-box .image-box .option-list li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  -webkit-transition:
    opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition:
    opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}
.deals-block-one .inner-box .image-box .option-list li a,
.deals-block-one .inner-box .image-box .option-list li button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fddfe7;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.deals-block-one .inner-box .image-box .option-list li:first-child a {
  font-size: 14px;
}
.deals-block-one .inner-box .content-box {
  position: relative;
  display: block;
  padding: 15px 30px 20px 50px;
}
.deals-block-one .inner-box .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
}
.deals-block-one .inner-box .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.deals-block-one .inner-box .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #e92530;
  margin-bottom: 10px;
}
.deals-block-one .inner-box .content-box h4 del {
  font-weight: 500;
  color: #7c7c7c;
  margin-right: 6px;
}
.deals-block-one .inner-box .content-box .rating {
  margin-bottom: 13px;
}
.deals-block-one .inner-box .content-box .timer .cs-countdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #ffe8ee;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}
.deals-block-one
  .inner-box
  .content-box
  .timer
  .cs-countdown
  .count-col:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 17px;
  right: -9px;
  border-radius: 50%;
}
.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  bottom: 17px;
  right: -9px;
  border-radius: 50%;
}
.deals-block-one .inner-box .content-box .theme-btn,
.product-details-content .addto-cart-box .theme-btn,
.shop-block-five .inner-box .content-box .theme-btn {
  padding: 8px 60px;
}
.deals-section .shape-layer .shape-1 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 85px;
  height: 187px;
  background-repeat: no-repeat;
}
.deals-section .shape-layer .shape-2 {
  position: absolute;
  left: 0;
  bottom: 140px;
  width: 135px;
  height: 163px;
  background-repeat: no-repeat;
}
.deals-section .shape-layer .shape-3 {
  position: absolute;
  top: 100px;
  right: 360px;
  width: 286px;
  height: 364px;
  background-repeat: no-repeat;
}
.deals-style-two .sec-title h2 {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.deals-style-two .sec-title:before {
  position: absolute;
  content: "";
  background-image: url(../../images/shape/shape-53.png);
  width: 100%;
  height: 11px;
  left: 0;
  top: 23px;
  background-repeat: repeat-x;
}
.deals-style-two .owl-theme .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.deals-style-two .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.deals-style-two .owl-theme .owl-dots .owl-dot.active,
.deals-style-two .owl-theme .owl-dots .owl-dot:hover {
  opacity: 1;
  transform: scale(1.2);
}
.deals-style-two .owl-theme .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  border: 1px solid;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  transform: scale(0, 0);
  transition: 0.5s;
}
.deals-style-two .shape-layer .shape-1 {
  position: absolute;
  left: 0;
  top: -400px;
  width: 100%;
  height: 1475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.deals-style-two .shape-layer .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 189px;
  height: 298px;
  background-repeat: no-repeat;
}
.deals-block-two {
  position: relative;
  display: block;
  border: 1px dashed #bcbcbc;
  border-radius: 10px;
  padding: 26px 30px;
  background: #fff;
  margin-bottom: 30px;
}
.deals-block-two .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
.deals-block-two .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 135px;
  min-width: 135px;
}
.deals-block-two .inner-box:hover .image-box img {
  transform: scale(1.04);
}
.deals-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.deals-block-two .inner-box h5 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
.deals-block-two .inner-box h6 {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #e92530;
  margin-bottom: 25px;
}
.deals-block-two .inner-box h6 del {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-right: 8px;
}
.deals-block-two .inner-box .theme-btn {
  padding: 3px 25px;
}
.deals-style-three .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -24px;
}
.deals-style-three .owl-nav button {
  position: absolute;
  top: 0;
  font-size: 48px;
  color: var(--title-color);
  cursor: pointer;
  transition: 0.5s;
}
.deals-style-three .owl-nav button.owl-prev {
  left: -35px;
}
.deals-style-three .owl-nav button.owl-next {
  right: -35px;
}
.deals-style-three .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  top: -500px;
  width: 100%;
  height: 1695px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-size: cover;
}
.deals-style-three .pattern-layer .pattern-2 {
  position: absolute;
  top: 120px;
  right: 500px;
  width: 171px;
  height: 255px;
  background-repeat: no-repeat;
}
.rtl
  .deals-block-one
  .inner-box
  .content-box
  .timer
  .cs-countdown
  .count-col:after,
.rtl
  .deals-block-one
  .inner-box
  .content-box
  .timer
  .cs-countdown
  .count-col:before,
.rtl .deals-style-three .title-inner .count-col:after,
.rtl .deals-style-three .title-inner .count-col:before {
  right: inherit;
  left: -9px;
}
.news-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
  margin-top: 14px;
}
.sidebar-page-container.blog-standard .inner-box .image-box img {
  width: 60%;
  height: 400px;
  object-fit: cover;
}
.news-block-one .inner-box .image-box .overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translatey(-50%) scaleY(1.5);
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s;
  z-index: 1;
}
.news-block-one .inner-box:hover .image-box .overlay-image {
  transform: translatey(0) scaleY(1);
  opacity: 1;
  filter: blur(0);
}
.news-block-one .inner-box .post-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
}
.news-block-one .inner-box .image-box .post-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  z-index: 5;
  background: #fff;
  border-radius: 0 10px 0 0;
  padding: 6px 0;
}
.news-block-one .inner-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  padding: 5px 20px 5px 0;
}
.news-block-one .inner-box .post-info li:before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 20px;
  height: 1px;
  top: 18px;
  right: -19px;
}
.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 24px;
}
.news-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.news-section .shape-layer {
  position: absolute;
  left: 50%;
  margin-left: -73px;
  top: 50px;
  width: 146px;
  height: 176px;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.rtl .news-block-one .inner-box .post-info li:before {
  right: inherit;
  left: -38px;
}
.subscribe-section .bg-color {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #20191b;
}
.subscribe-section .inner-container {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 80px;
}
.subscribe-section .inner-container:before {
  position: absolute;
  content: "";
  border: 1px dashed #fff;
  border-radius: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.main-footer .anim-shape .shape-1,
.main-footer .anim-shape .shape-2,
.main-footer .anim-shape .shape-3,
.main-footer .anim-shape .shape-4 {
  width: 34px;
  height: 31px;
  background-repeat: no-repeat;
}
.subscribe-section h2 {
  display: block;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
}
.subscribe-section .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  border: 2px dashed;
  font-size: 16px;
  color: rgba(17, 17, 17, 0.7);
  padding: 10px 80px 10px 30px;
}
.subscribe-section .form-inner .form-group button[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.rtl .subscribe-section .form-inner {
  margin-left: 0;
  margin-right: 130px;
}
@media only screen and (max-width: 767px) {
  .collection-section .shape-layer,
  .deals-section .owl-nav,
  .deals-section .shape-layer,
  .deals-style-two .owl-theme .owl-dots,
  .header-style-five .menu-right-content,
  .main-header .search-box,
  .shop-section .owl-nav,
  .shop-section .shape-layer,
  .shop-style-seven .owl-nav,
  .shop-style-six .owl-nav,
  .testimonial-section .big-text {
    display: none;
  }
  .about-section .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-section,
  .popular-product,
  .sign-section {
    padding-bottom: 70px;
  }
  .banner-section .content-box h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-style-two .slide-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ads-section .content-box h2,
  .banner-style-four .content-box-one h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-section.style-five {
    padding: 110px 0 150px;
  }
  .deals-style-three,
  .shop-section,
  .testimonial-section.style-two {
    padding: 70px 0 40px;
  }
  .category-style-five,
  .featured-style-five,
  .featured-style-two.home-4,
  .testimonial-section .inner-container.pb_90,
  .testimonial-section.about-page .outer-container {
    padding-bottom: 40px;
  }
  .category-style-two,
  .featured-style-four,
  .shop-style-eight,
  .testimonial-section.about-page .outer-container {
    padding-top: 70px;
  }
  .testimonial-section.about-page {
    margin-top: 0;
  }
  .shop-style-two {
    padding-bottom: 60px;
  }
  .shop-style-three.popular-product.pt_110 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .highlights-section .list-item li,
  .shop-style-five .inner-content .shop-block-one,
  .shop-style-four .ads-block {
    width: 100%;
  }
  .deals-block-one .inner-box,
  .deals-style-three .title-inner,
  .shop-style-five .tab-btns,
  .shop-style-nine.collection-section .tab-btns {
    display: block;
  }
  .shop-style-five .tab-btns li {
    margin-bottom: 5px;
  }
  .shop-style-five {
    padding: 110px 0 80px;
  }
  .shop-style-six {
    padding: 65px 0 70px;
  }
  .category-style-three.pt_0,
  .highlights-section.pt_0,
  .news-section.pt_0,
  .shop-section.home-4,
  .shop-style-three.home-4 {
    padding-top: 0;
  }
  .shop-style-seven.home-4 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .popular-product.pt_120,
  .shop-style-three.home-5 {
    padding-top: 65px;
  }
  .featured-section {
    padding-bottom: 30px;
  }
  .featured-block-two .inner-box .text-inner {
    display: block;
    padding-bottom: 0;
  }
  .featured-block-two .inner-box .text-inner .text-box h2 {
    margin-bottom: 20px !important;
  }
  .category-style-four {
    padding: 70px 0 50px;
  }
  .ads-section {
    padding: 70px 0;
  }
  .highlights-style-two {
    padding-bottom: 50px;
  }
  .collection-section {
    padding: 35px 0 70px;
  }
  .fluid-section .left-column,
  .fluid-section .right-column {
    padding: 70px 30px;
  }
  .deals-block-one {
    padding: 40px 30px;
  }
  .deals-block-one .inner-box .content-box {
    padding: 30px 0 0;
  }
  .deals-style-three .title-inner .sec-title {
    margin-bottom: 30px;
  }
  .news-section {
    padding: 65px 0 40px;
  }
  .subscribe-section .inner-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .subscribe-section h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.main-footer {
  position: relative;
  background: #fae0e7;
}
.main-footer .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 11px;
  background-repeat: repeat-x;
  background-position: bottom center;
}
.main-footer .logo-widget .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 27px;
  filter: brightness(0) invert(1);
}
.main-footer .info-list {
  margin-bottom: 32px;
}
.footer-card,
.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-footer .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 50%;
  text-align: center;
  background: #004da8;
}
.main-footer .social-links li:nth-child(2) a {
  background: #00b2f3;
}
.main-footer .social-links li:nth-child(3) a {
  background: #036dc4;
}
.main-footer .social-links li:nth-child(4) a {
  background: #ff4c8b;
}
.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 27px;
}
.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.main-footer .links-widget .links-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.main-footer .subscribe-widget p {
  color: var(--title-color);
  line-height: 26px;
  margin-bottom: 23px;
}
.main-footer .subscribe-widget form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 2px dashed #fff;
  border-radius: 50px;
  background: rgba(247, 97, 136, 0.2);
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 70px 10px 20px;
  transition: 0.5s;
}
.main-footer .subscribe-widget form .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  width: 56px;
  height: 50px;
  top: 5px;
  right: 5px;
  border-radius: 105px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.main-footer .widget-section {
  border-bottom: dashed;
  border-width: 3px;
  border-color: #fff;
}
.footer-bottom {
  position: relative;
  padding: 20px 0;
}
.footer-card li a {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}
.footer-card li a img {
  width: 100%;
  border-radius: 5px;
}
.main-footer .anim-shape .shape-1 {
  position: absolute;
  left: 77px;
  bottom: 122px;
}
.main-footer .anim-shape .shape-2 {
  position: absolute;
  left: 486px;
  top: 126px;
}
.main-footer .anim-shape .shape-3 {
  position: absolute;
  right: 170px;
  top: 65px;
}
.main-footer .anim-shape .shape-4 {
  position: absolute;
  right: 620px;
  top: 200px;
}
.main-footer .anim-shape .shape-5 {
  position: absolute;
  left: 0;
  top: 140px;
  width: 68px;
  height: 99px;
  background-repeat: no-repeat;
}
.main-footer .anim-shape .shape-6 {
  position: absolute;
  left: 50%;
  bottom: 110px;
  width: 131px;
  height: 87px;
  background-repeat: no-repeat;
}
.main-footer .anim-shape .shape-7 {
  position: absolute;
  right: 0;
  bottom: 105px;
  width: 77px;
  height: 107px;
  background-repeat: no-repeat;
}
.footer-light {
  background: #111;
}
.footer-light .social-links li a {
  border: none;
  line-height: 48px;
}
.footer-light .subscribe-widget form .form-group input[type="email"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-light .widget-section {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-light .anim-shape .shape-1,
.footer-light .anim-shape .shape-2,
.footer-light .anim-shape .shape-3,
.footer-light .anim-shape .shape-4 {
  opacity: 0.3;
}
.main-footer.home-3 {
  position: relative;
  background: #20191b;
}
.main-footer .support-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: rgba(247, 97, 136, 0.2);
  border: 1px dashed;
  padding: 21px 25px;
}
.main-footer .support-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
.main-footer .support-box h3 a {
  display: inline-block;
  color: #fff;
}
.main-footer .support-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.main-footer.home-3 .footer-bottom .bottom-inner {
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  background: #151313;
}
.product-details-content .image-inner {
  position: relative;
  padding-left: 140px;
}
.product-details-content.style-two .image-inner,
.rtl .blog-sidebar .check-box label,
.rtl .shop-sidebar .check-box label {
  padding-left: 0;
}
.product-details-content.style-two .slider-content .slider-pager {
  position: relative;
  margin-top: 20px;
}
.product-details-content.style-two .slider-content .thumb-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-details-content .image-box {
  position: relative;
  display: block;
  background: #fdf7f9;
  border: 1px dashed;
  border-radius: 10px;
}
.product-details-content .slider-content .slider-pager {
  position: absolute;
  left: 0;
  top: 0;
}
.product-details-content .slider-content .thumb-box li a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px dashed #d8d8d8;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.5s;
}
.color-list li,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button
  i {
  margin-right: 8px;
}
.color-list li:last-child {
  margin: 0;
}
.color-list .check-box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
}
.color-list .check-box label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}
.color-list .check-box label:after {
  position: absolute;
  content: "\e919";
  font-family: icomoon;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
  transition: 0.5s;
}
.blog-sidebar .archives-widget .archives-list li a:hover i,
.color-list .check-box input:checked + label:after,
.shop-sidebar .check-box input:checked + label:after {
  opacity: 1;
}
.color-list .check-box label.color-1:before {
  background: #f4edc7;
}
.color-list .check-box label.color-2:before {
  background: #ade9b7;
}
.color-list .check-box label.color-3:before {
  background: #dbdbdb;
}
.color-list .check-box label.color-4:before {
  background: #adbee9;
}
.color-list .check-box label.color-5:before {
  background: #e9ade3;
}
.product-details-content .content-box {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details-content .content-box .upper-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 7px;
}
.product-details-content .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}
.product-details-content .content-box h3 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 41px;
  color: #e92530;
  margin-bottom: 7px;
}
.product-details-content .content-box h3 del {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--text-font);
  margin-left: 10px;
}
.product-details-content .content-box .text-box p,
.shop-sidebar .sidebar-table .widget-title {
  margin-bottom: 25px;
}
.product-details-content .content-box .discription-box {
  position: relative;
  display: block;
  background: #fdf7f9;
  border: 1px dashed;
  border-radius: 10px;
  padding: 21px 40px;
}
.product-details-content .content-box .discription-box li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-details-content .content-box .discription-box li strong {
  position: relative;
  display: inline-block;
  width: 160px;
  color: var(--title-color);
}
.product-details-content .content-box .discription-box li span {
  color: #28c01b;
}
.product-details-content .content-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-details-content .comment-box .form-inner .form-group label span,
.product-details-content .content-box h6 span {
  color: #ff2d2d;
}
.product-details-content .content-box .color-list li {
  margin-right: 6px;
}
.product-details-content .content-box .color-list .check-box label:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #18181c;
  border: none !important;
  top: 0;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(2)
  .check-box
  label:before {
  background: #b09f7d;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(3)
  .check-box
  label:before {
  background: #785099;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(4)
  .check-box
  label:before {
  background: #e54d4d;
}
.product-details-content .content-box .color-list .check-box label:after {
  background-image: none;
  width: 28px;
  height: 28px;
  border: 1px solid;
  left: -4px;
  top: 0;
  border-radius: 50%;
}
.product-details-content .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  float: left;
  padding: 0 40px;
  margin-left: 0;
  border: 1px dashed #d8d8d8;
  border-radius: 30px;
  height: 50px;
  z-index: 1;
}
.product-details-content .item-quantity input.quantity-spinner {
  line-height: 48px;
  height: 46px;
  width: 43px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: 0 0;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 24px;
  background: 0 0;
  padding: 0;
  left: -35px;
  border-radius: 0;
  border: none !important;
  border-right: 1px solid #e5e5e5 !important;
  width: 40px;
  top: 12px;
}
.product-details-content
  .bootstrap-touchspin
  .btn.bootstrap-touchspin-up:before,
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:before {
  color: var(--title-color) !important;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 24px;
  background: 0 0;
  padding: 0;
  right: -45px;
  margin-top: 0;
  border-radius: 0;
  border: none !important;
  border-left: 1px solid #e5e5e5 !important;
  width: 50px;
  top: 12px;
}
.product-details-content .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.product-details-content .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.product-details-content .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}
.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
  top: 15px;
  left: 15px;
  font-size: inherit !important;
}
.product-details-content .bootstrap-touchspin .btn:focus,
.product-details-content .bootstrap-touchspin .btn:hover {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.product-details-content .addto-cart-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.blog-details-content .post-share-option .social-links li:last-child,
.blog-details-content .post-share-option .tags-list li:last-child,
.product-details-content .addto-cart-box ul li:last-child {
  margin-right: 0;
}
.product-details-content .addto-cart-box ul li a,
.product-details-content .addto-cart-box ul li.like-btn button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #e5e5e5;
  border-radius: 50%;
  font-size: 18px;
  color: var(--title-color);
  transition: 0.5s;
}
.blog-details-content .post-share-option .tags-list li a:hover,
.product-details-content .addto-cart-box ul li a:hover,
.product-details-content .addto-cart-box ul li.like-btn button:active,
.product-details-content .addto-cart-box ul li.like-btn button:focus,
.product-details-content .addto-cart-box ul li.like-btn button:hover,
.product-details-content .other-option li.social-links a:hover {
  color: #fff;
  border-color: #fff;
}
.product-details-content .other-option li {
  position: relative;
  display: block;
  color: var(--title-color);
  margin-bottom: 8px;
}
.product-details-content .other-option li strong {
  display: inline-block;
  width: 160px;
}
.product-details-content .other-option li.social-links a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  color: var(--title-color);
  font-size: 20px;
  border: 1px dashed rgba(17, 17, 17, 0.15);
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.shop-details .product-discription .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
  border: 1px dashed;
  border-radius: 100px;
  background: #fff;
  padding: 5px;
  z-index: 2;
}
.shop-details .product-discription .tab-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-details .product-discription .tabs-content,
.shop-details.style-two .product-discription {
  position: relative;
  display: block;
  background: #fdf7f9;
  border: 1px dashed;
  border-radius: 10px;
  padding: 63px 40px 51px;
}
.shop-details.style-two .product-discription h2 {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
.shop-details.style-two .product-discription .discription-content,
.shop-details.style-two .product-discription .specification-content {
  padding-bottom: 51px;
  margin-bottom: 50px;
  border-bottom: dashed;
  border-width: 1px;
}
.shop-details .product-discription .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  cursor: pointer;
  padding: 12px 30px;
  border-radius: 40px;
  transition: 0.5s;
}
.shop-details .product-discription .tab-btns li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
.blog-details-content .content-two p,
.shop-details .product-discription .discription-content p {
  color: var(--title-color);
  margin-bottom: 26px;
}
.shop-details .product-discription .discription-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
.shop-details .product-discription .review-content .single-review {
  position: relative;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 40px;
}
.shop-details .product-discription .review-content .single-review .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 3px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li {
  font-size: 16px;
  color: var(--title-color);
  margin-right: 30px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:last-child,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list:last-child,
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li:last-child,
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li:last-child {
  margin: 0 !important;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li
  button {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #7c7c7c;
  margin-right: 7px;
  transition: 0.5s;
}
.shop-details .product-discription .review-content .single-review p {
  margin-bottom: 15px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .reply-review {
  margin-left: 80px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box {
  position: relative;
  display: flex;
  width: 150px;
  height: 150px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .upload-field
  input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box
  .upload-content
  i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--title-color);
  margin-bottom: 10px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box
  .upload-content
  span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
}
.shop-details .product-discription .review-content .customer-review h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-box
  p {
  color: var(--title-color);
  margin-bottom: 10px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li {
  position: relative;
  margin-right: 42px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #bdbdbd;
  transition: 0.5s;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:active,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:focus,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:hover {
  color: #f5b020;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: 16px;
  top: 5px;
  right: -22px;
}
.contact-section .form-inner .form-group,
.shop-details .product-discription .review-content .form-inner .form-group {
  position: relative;
  margin-bottom: 22px;
}
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  input[type="email"],
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  input[type="text"],
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed #e5e5e5;
  border-radius: 55px;
  background: #fff;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 20px;
  transition: 0.5s;
}
.shop-details .product-discription .review-content .check-box label:before {
  top: 5px;
}
.contact-section .form-inner .form-group textarea,
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  textarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li
  strong {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 12px 0 12px 30px;
  margin-right: 40px;
  border-right: 5px solid #fdf7f9;
}
.shop-details .group-title h3 {
  display: block;
  font-size: 28px;
  line-height: 38px;
}
.rtl .product-details-content .content-box .color-list li {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .product-details-content .content-box .color-list .check-box label:after {
  right: inherit;
  left: -3px;
  top: -1px;
}
.rtl .blog-details-content .post-share-option .tags-list li,
.rtl .product-details-content .content-box .size-list li,
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li,
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image,
.rtl .shop-page-section .item-shorting .right-column .menu-box button.mr_10,
.rtl .shop-page-section .item-shorting .right-column p {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-details-content .addto-cart-box ul li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .shop-details .product-discription .tab-btns li {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li {
  margin-right: 0;
  margin-left: 30px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li
  button {
  margin-right: 0;
  margin-left: 7px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li {
  margin-right: 0;
  margin-left: 42px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:before {
  right: inherit;
  left: -22px;
}
.rtl
  .shop-details
  .product-discription
  .specification-content
  .specification-list
  li
  strong {
  margin-right: 0;
  margin-left: 40px;
  text-align: right;
  padding-right: 30px;
  border-left: 5px solid #fdf7f9;
  border-right: none;
}
.rtl .product-details-content .content-box .cs-countdown .count-col {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .product-details-content .content-box .cs-countdown .count-col:before {
  right: inherit;
  left: -10px;
}
.shop-page-section .item-shorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8edf0;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 40px;
}
.shop-page-section .item-shorting .left-column .text p {
  font-size: 14px;
  color: var(--title-color);
}
.shop-page-section .item-shorting .right-column p {
  font-size: 14px;
  color: #7c7c7c;
  margin-right: 10px;
}
.shop-page-section .item-shorting .right-column .select-box {
  min-height: 30px;
}
.shop-page-section .item-shorting .right-column .short-box .nice-select {
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  text-transform: capitalize;
}
.shop-page-section .item-shorting .right-column .short-box .nice-select .list {
  min-width: 120px;
}
.shop-page-section .item-shorting .right-column .menu-box button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background: #fff;
  border: 1px dashed #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
  cursor: pointer;
  transition: 0.5s;
}
.shop-page-section .item-shorting .right-column .menu-box button img {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.5s;
}
.shop-page-section .item-shorting .right-column .menu-box button.on img {
  opacity: 1;
  filter: grayscale(0%);
}
.shop-page-section .wrapper .inner-container .shop-block-one {
  float: left;
  width: 20%;
  margin: 0 15px;
}
.shop-page-section .shop-block-one .inner-box {
  padding: 0 0 35px;
  max-width: 224px;
  margin: 0 auto;
}
.shop-page-section .shop-block-one .inner-box .lower-content {
  padding: 0 !important;
  margin: 0 !important;
  background: 0 0;
}
.shop-page-section .shop-block-one .inner-box .image-box .image {
  max-width: 180px;
}
.shop-page-section .shop-block-two .inner-box .lower-content h5 {
  max-height: 24px;
}
.shop-page-section .cta-section .inner-container,
.sidebar-page-container .cta-section .inner-container {
  padding-left: 540px;
}
.shop-page-section .cta-section h2,
.sidebar-page-container .cta-section h2 {
  font-size: 40px;
  line-height: 48px;
}
.shop-block-five .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px dashed #e5e5e5;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: 0.5s;
}
.shop-block-five .inner-box .image-box {
  position: relative;
  display: block;
  width: 277px;
  min-width: 277px;
}
.shop-block-five .inner-box:hover .image-box img {
  transform: scale(0.9);
}
.shop-block-five .inner-box .content-box {
  position: relative;
  display: block;
  padding: 0 50px;
}
.blog-details-content .content-two h3,
.shop-block-five .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
}
.shop-block-five .inner-box .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #e92530;
  margin-bottom: 23px;
}
.shop-block-five .inner-box .content-box h4 del {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
  margin-right: 6px;
}
.shop-block-five .inner-box .feature-content {
  position: relative;
  display: block;
  border-left: 1px dashed #d9d9d9;
  padding: 30px 0 50px 60px;
}
.shop-block-five .inner-box .feature-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
}
.shop-block-five .inner-box .feature-list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 12px;
  border-radius: 50%;
}
.shop-sidebar .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.shop-sidebar .sidebar-table {
  min-width: 1585px;
  width: 100%;
}
.shop-sidebar .sidebar-table tbody {
  vertical-align: top;
}
.shop-sidebar .sidebar-table tbody tr td {
  padding-right: 60px;
  width: 280px;
}
.shop-sidebar .sidebar-table tbody tr .filter-widget {
  width: 220px;
}
.shop-sidebar .category-list li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--title-color);
}
.shop-page-section .item-shorting .left-column .filter-button button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 20px;
  width: 180px;
  border-radius: 6px;
  text-align: left;
}
.shop-page-section .item-shorting .left-column .filter-button button i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 7px;
}
.shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one {
  width: 16.666%;
}
.shop-banner .inner-container {
  position: relative;
  padding: 80px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.shop-banner .content-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.shop-banner .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.shop-banner .content-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.shop-banner .content-box .theme-btn {
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}
.rtl .shop-block-five .inner-box .feature-content {
  padding-left: 0;
  padding-right: 60px;
  border-left: none;
  border-right: 1px solid #d9d9d9;
}
.rtl .blog-sidebar .archives-widget .archives-list li a:hover,
.rtl .shop-block-five .inner-box .feature-list li {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .blog-details-content .author-box .thumb-box,
.rtl .blog-sidebar .check-box label:after,
.rtl .blog-sidebar .post-widget .post .post-thumb,
.rtl .shop-block-five .inner-box .feature-list li:before,
.rtl .shop-sidebar .category-widget .accordion .acc-btn:before,
.rtl .shop-sidebar .check-box label:after {
  left: inherit;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .product-details-content .content-box {
    margin: 0;
  }
  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one,
  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 33.333%;
  }
  .shop-page-section .cta-section .inner-container {
    padding-left: 30px;
  }
  .sidebar-page-container .cta-section .inner-container {
    padding-left: 30px;
    text-align: center;
  }
}
.shop-page-section .shop-block-one {
  float: unset !important;
}
.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  border: 1px dashed #d8d8d8;
  border-radius: 10px;
  padding: 32px 30px 40px;
  margin-bottom: 20px;
}
.shop-sidebar .search-widget {
  padding-top: 40px;
}
.shop-sidebar .search-widget .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed;
  border-radius: 50px;
  padding: 10px 70px 10px 20px;
  font-size: 15px;
  background: #f8edf0;
  color: var(--title-color);
  transition: 0.5s;
}
.shop-sidebar .search-widget .form-group button[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  transition: 0.5s;
}
.shop-sidebar .search-widget .form-group button:hover,
.shop-sidebar .search-widget .form-group input:focus + button {
  background: #ffac00;
}
.shop-sidebar .sidebar-widget .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
}
.price-range-slider .range-value span {
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-right: 5px;
}
.price-range-slider .range-value input {
  width: 100%;
  background: 0 0;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--text-font);
  color: var(--title-color);
  box-shadow: none;
  border: none;
}
.price-range-slider .range-bar {
  border: none;
  height: 2px;
  width: 100%;
  background: rgba(247, 97, 136, 0.2);
  border-radius: 30px;
}
.price-range-slider .ui-slider-range {
  height: 2px;
}
.price-range-slider .ui-slider-handle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  top: -8px;
  border: none;
}
.price-range-slider .range-box .theme-btn {
  padding: 4.5px 21px;
  border-color: #fff !important;
  color: #fff !important;
}
.shop-sidebar .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}
.shop-sidebar .check-box label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background: 0 0;
}
.shop-sidebar .check-box label:after {
  position: absolute;
  content: "\e919";
  font-family: icomoon;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
}
.shop-sidebar .category-widget .accordion .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 28px;
  padding-right: 30px;
  cursor: pointer;
}
.shop-sidebar .category-widget .accordion .acc-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background: 0 0;
}
.shop-sidebar .category-widget .accordion .acc-btn .icon-box {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  width: 17px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #b5b5b5;
  font-size: 14px;
  color: #b5b5b5;
  text-align: center;
  background: 0 0;
  font-weight: 600;
}
.shop-sidebar .category-widget .accordion .acc-btn .icon-box:before {
  position: absolute;
  content: "+";
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 10px;
  left: 0;
  top: 0;
  right: 0;
}
.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box:before {
  content: "-";
  font-size: 30px;
  font-weight: 400;
  line-height: 3px;
}
.shop-sidebar .category-widget .accordion .acc-content {
  padding-left: 27px;
  margin-bottom: 10px;
}
.blog-details-content .post-share-option ul li,
.shop-sidebar .color-widget .color-list {
  position: relative;
  display: inline-block;
}
.shop-sidebar .color-widget .color-list li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
}
.shop-sidebar .color-widget .color-list li .check-box label:after,
.shop-sidebar .color-widget .color-list li .check-box label:before {
  top: -19px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}
.shop-sidebar .color-widget .color-list li .check-box label:after {
  color: #fff;
  line-height: 22px;
}
.shop-sidebar .color-widget .color-list li:first-child .check-box label:before {
  background: #f8cd2e;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(15)
  .check-box
  label:before,
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(2)
  .check-box
  label:before {
  background: #0578ff;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(16)
  .check-box
  label:before,
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(3)
  .check-box
  label:before {
  background: #ff6b00;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(5)
  .check-box
  label:before {
  background: #792424;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(6)
  .check-box
  label:before {
  background: #2ec8f8;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(7)
  .check-box
  label:before {
  background: red;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(8)
  .check-box
  label:before {
  background: #6100ff;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(9)
  .check-box
  label:before {
  background: #4db8a5;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(10)
  .check-box
  label:before {
  background: #92de57;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(11)
  .check-box
  label:before {
  background: #c24444;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(12)
  .check-box
  label:before {
  background: #b72ef8;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(13)
  .check-box
  label:before {
  background: #063f83;
}
.shop-sidebar
  .color-widget
  .color-list
  li:nth-child(14)
  .check-box
  label:before {
  background: #ffa96a;
}
.shop-sidebar .review-widget .category-list li label i {
  font-size: 16px;
  margin-right: 7px;
  color: #ffc844;
}
.shop-sidebar .review-widget .category-list li label i.light {
  color: #d3d3d3;
}
.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fecdb1;
  border-radius: 20px;
  padding: 37px 30px 36px 156px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.info-block-one .inner-box:hover {
  box-shadow: 0 10px 50px 0 rgba(255, 107, 0, 0.15);
  transform: translateY(-10px);
}
.info-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.info-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
}
.contact-section .inner-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px dashed;
  background: #fdf7f9;
}
.contact-section .map-inner {
  position: relative;
  height: 578px;
  margin-left: -15px;
}
.contact-section .map-inner iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-section .form-inner {
  position: relative;
  display: block;
  margin-right: -15px;
  padding: 52px 60px 60px;
}
.contact-section .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  transition: 0.5s;
}
.contact-section .form-inner .form-group .theme-btn {
  color: #fff;
  border-color: #fff !important;
  padding: 8px 30px;
}
.rtl .info-block-one .inner-box {
  padding-left: 30px;
  padding-right: 156px;
}
.rtl .info-block-one .inner-box .icon-box {
  left: inherit;
  right: 30px;
}
.rtl .contact-section .form-inner {
  margin-right: 0;
  margin-left: -15px;
}
.rtl .contact-section .map-inner {
  margin-left: 0;
  margin-right: -15px;
}
.blog-grid-content .news-block-one .inner-box {
  margin-bottom: 55px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 {
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 14px;
}
.blog-standard-content .news-block-one .inner-box {
  margin-bottom: 60px;
}
.blog-standard-content .news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-details-content .news-block-one .inner-box .image-box .post-info,
.blog-standard-content .news-block-one .inner-box .image-box .post-info {
  width: 250px;
}
.blog-details-content .content-one blockquote {
  position: relative;
  display: block;
  background: #fdf7f9;
  border-radius: 10px;
  padding: 40px 30px 32px 110px;
  border: 1px dashed;
  border-top: 3px solid;
}
.blog-details-content .content-one blockquote .icon-box {
  position: absolute;
  left: 30px;
  top: 45px;
  font-size: 45px;
}
.blog-details-content .content-one blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 16px;
  font-style: italic;
}
.blog-details-content .content-one blockquote h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.blog-details-content .content-one .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details-content .content-one .image-box img,
.blog-sidebar .gallery-widget .image-list li .image img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-content .content-two h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.blog-details-content .post-share-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #d8d8d8;
}
.blog-details-content .post-share-option ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  padding-right: 4px;
}
.blog-details-content .post-share-option .tags-list li {
  margin-right: 10px;
}
.blog-details-content .post-share-option .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  background: #f4f4f4;
  border-radius: 50px;
  padding: 4px 24px;
  border: 1px dashed #f4f4f4;
}
.blog-details-content .post-share-option .social-links li {
  margin-right: 20px;
}
.blog-details-content .post-share-option .social-links li a {
  display: inline-block;
  font-size: 20px;
  color: var(--title-color);
}
.blog-details-content .author-box {
  position: relative;
  display: block;
  padding: 7px 0 20px 90px;
  border-bottom: 1px dashed #d8d8d8;
}
.blog-details-content .author-box .thumb-box {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 70px;
  height: 150px;
  border-radius: 50%;
}
.blog-details-content .author-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.blog-details-content .author-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}
.blog-details-content .comment-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.blog-details-content .comment-box .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 8px;
}
.blog-details-content .comment-box .form-inner .form-group input[type="email"],
.blog-details-content .comment-box .form-inner .form-group input[type="text"],
.blog-details-content .comment-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed #d8d8d8;
  border-radius: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 20px;
  transition: 0.5s;
}
.blog-details-content .comment-box .form-inner .check-box-two label {
  color: var(--text-color);
}
.blog-details-content .comment-box .form-inner .form-group textarea {
  height: 195px;
  resize: none;
  border-radius: 20px;
}
.blog-details-content .comment-box .form-inner .check-box label:after {
  content: "\e928";
  font-family: icomoon;
  background: 0 0;
  font-size: 6px;
  left: 4px;
  top: 0;
}
.blog-details-content .comment-box .form-inner .theme-btn {
  padding: 8px 40px;
  color: #fff;
  border-color: #fff !important;
}
.rtl .blog-details-content .post-share-option .social-links li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .blog-details-content .author-box {
  padding-left: 0;
  padding-right: 190px;
}
@media only screen and (max-width: 991px) {
  .subscribe-section .form-inner {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-details-content,
  .blog-standard-content,
  .contact-section .form-inner,
  .rtl .contact-section .map-inner,
  .rtl .subscribe-section .form-inner {
    margin-right: 0;
  }
  .tp-footer-widget {
    margin-bottom: 30px;
  }
  .main-footer .widget-section {
    padding-bottom: 50px;
  }
  .product-details-content .content-box {
    margin-top: 30px;
  }
  .shop-details .related-product .shop-block-one,
  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one,
  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 50%;
  }
  .contact-section .map-inner,
  .rtl .contact-section .form-inner {
    margin-left: 0;
  }
}
.lower-content table img {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}
.blog-sidebar {
  position: relative;
  padding: 40px 35px 30px;
  border: 1px dashed #d8d8d8;
  border-radius: 10px;
}
.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 50px;
  padding: 10px 70px 10px 20px;
  transition: 0.5s;
}
.blog-sidebar .search-widget .search-form .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 57px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  border-radius: 45px;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}
.blog-sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 30px;
}
.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.blog-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding: 7px 0 28px 120px;
  margin-bottom: 20px;
  border-bottom: dashed;
  border-width: 1px;
  border-color: #e5e5e5;
  min-height: 111px;
}
.blog-sidebar .post-widget .post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.5;
  transform: scale(1.05);
}
.blog-sidebar .post-widget .post h5 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
}
.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #6a6a6a;
}
.blog-sidebar .advice-widget {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 30px 10px;
  background: #e91a3e;
  border-radius: 20px;
}
.blog-sidebar .advice-widget:before {
  position: absolute;
  content: "";
  background: #000;
  width: 373px;
  height: 373px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  opacity: 0.1;
}
.blog-sidebar .advice-widget span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e91a3e;
  background: #fff;
  padding: 1px 15px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.blog-sidebar .advice-widget h2 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 14px;
}
.blog-sidebar .archives-widget .archives-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.blog-sidebar .archives-widget .archives-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}
.blog-sidebar .archives-widget .archives-list li a:hover {
  padding-left: 16px;
}
.blog-sidebar .archives-widget .archives-list li a i {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0;
  font-size: 12px;
  transition: 0.5s;
}
.blog-sidebar .gallery-widget .image-list {
  position: relative;
  margin: 0 -6px;
}
.blog-sidebar .gallery-widget .image-list li,
.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}
.blog-sidebar .gallery-widget .image-list li .image {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.blog-sidebar .tags-widget .tags-list {
  position: relative;
  margin: 0 -5px;
}
.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #6a6a6a;
  background: #f4f4f4;
  padding: 5px 19px;
  border-radius: 30px;
}
.rtl .blog-sidebar .post-widget .post {
  padding-left: 0;
  padding-right: 120px;
}
.rtl .blog-sidebar .archives-widget .archives-list li a i {
  left: inherit;
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 499px) {
  .main-header .logo-box {
    max-width: 380px;
  }
  .header-top .top-inner .info-list {
    display: block;
    text-align: center;
  }
  .header-top .top-inner .info-list li {
    display: inline-block;
  }
  .banner-style-three .content-inner .shape,
  .featured-block-one .inner-box .image-box,
  .header-style-three .outer-box .support-box,
  .main-header .search-inner,
  .shop-style-eight .content-column .title-box .image {
    display: none;
  }
  .header-style-three .outer-box {
    padding: 15px 0;
  }
  .header-style-five .outer-box {
    padding: 0;
  }
  .banner-style-four .content-box-one,
  .banner-style-four .content-box-two,
  .banner-style-two .slide-item,
  .fluid-section .left-column,
  .fluid-section .right-column,
  .main-footer.home-3 .footer-bottom .bottom-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-style-three .content-inner {
    width: 100%;
    height: auto;
  }
  .banner-style-three .content-inner h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-style-four .content-box-two .image-box {
    width: 50%;
  }
  .deals-block-two .inner-box,
  .shop-block-four,
  .sign-section .form-inner .other-option {
    display: block;
  }
  .shop-section .ads-block,
  .shop-style-three .tab-btns li {
    width: 100%;
  }
  .shop-style-three .tab-btns li {
    text-align: center;
  }
  .shop-block-four .image-box {
    margin-bottom: 15px;
  }
  .featured-block-one .inner-box .text-box {
    max-width: 100%;
  }
  .blog-sidebar,
  .category-style-four .content-two,
  .featured-block-one .inner-box,
  .featured-block-two .inner-box,
  .highlights-section .inner-container,
  .info-block-one .inner-box,
  .rtl .info-block-one .inner-box,
  .shop-block-five .inner-box,
  .shop-block-five .inner-box .content-box .theme-btn,
  .subscribe-section .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category-style-four .content-three .image-box {
    width: 40%;
  }
  .fluid-section .testimonial-content p {
    font-size: 24px;
    line-height: 30px;
  }
  .deals-block-one .inner-box .image-box {
    min-width: 100%;
  }
  .deals-block-two .inner-box .image-box {
    margin-bottom: 20px;
  }
  .shop-details
    .product-discription
    .review-content
    .single-review
    .reply-review {
    margin-left: 0;
  }
  .product-details-content .content-box .size-list li {
    margin-right: 5px;
  }
  .rtl .product-details-content .content-box .size-list li {
    margin-left: 5px;
  }
  .shop-details
    .product-discription
    .review-content
    .single-review
    .upper-box
    .option-btn
    li,
  .shop-page-section .item-shorting .right-column .short-box {
    margin-right: 15px;
  }
  .rtl
    .shop-details
    .product-discription
    .review-content
    .single-review
    .upper-box
    .option-btn
    li {
    margin-left: 15px;
  }
  .product-details-content.style-two .slider-content .thumb-box {
    gap: 10px;
  }
  .shop-block-five .inner-box .image-box {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .rtl .shop-page-section .item-shorting .right-column .short-box {
    margin-left: 15px;
    margin-right: 0;
  }
  .info-block-one .inner-box .icon-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .rtl .info-block-one .inner-box .icon-box {
    right: 0;
  }
  .blog-details-content .author-box {
    padding-left: 0;
  }
  .rtl .blog-details-content .author-box {
    padding-right: 0;
  }
  .blog-details-content .author-box .thumb-box {
    position: relative;
    margin-bottom: 20px;
  }
  .blog-details-content .content-one blockquote {
    padding-left: 30px;
  }
  .blog-details-content .content-one blockquote .icon-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
.account-section .inner-container {
  position: relative;
  display: block;
  border: 1px dashed #d8d8d8;
  padding-left: 510px;
  min-height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.account-section .inner-container .account-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 100%;
  background: #fdf7f9;
  padding: 50px 0;
}
.account-section .inner-container .account-info .image-box {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 23px;
}
.account-section .inner-container .account-info .image-box img {
  width: 35%;
  border-radius: 50%;
}
.account-section .inner-container .account-info h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
}
.account-section .inner-container .account-info a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--text-color);
}
.account-section .inner-container .tab-btns li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  cursor: pointer;
  padding: 13.5px 40px;
  transition: 0.5s;
}
.account-section .payment-option .bank-payment {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 22px 30px;
  margin-bottom: 30px;
}
.account-section .payment-option .bank-payment p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 24px;
}
.account-section .payment-option .check-box label {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.account-section .tabs-content {
  padding: 50px 80px 50px 0;
}
.account-section .tabs-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.account-section .personal-info h3 {
  margin-bottom: 8px;
}
.account-section .personal-info p {
  margin-bottom: 22px;
}
.account-section .personal-info .single-item {
  position: relative;
  display: block;
  background: #fdf7f9;
  border-radius: 10px;
  border: 1px dashed #d8d8d8;
  padding: 13px 20px;
  margin-bottom: 30px;
}
.account-section .personal-info .single-item h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 1px;
}
.account-section .personal-info .single-item span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.account-section .personal-info .single-item button {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #6a6a6a;
}
.account-section .personal-info .single-item span a {
  display: inline-block;
  color: var(--text-color);
}
.account-section .history-box .single-history .product-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.account-section .history-box .single-history .product-box .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
}
.account-section .history-box .single-history .product-box .product-info h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.account-section .history-box .single-history .product-box .product-info span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
.account-section .history-box .single-history .product-box .product-info h4 {
  font-size: 20px;
  line-height: 28px;
  color: #e92530;
}
.rtl .account-section .history-box .single-history .product-box .image-box {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .account-section .personal-info .single-item button {
  right: inherit;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  .blog-sidebar {
    margin-top: 40px;
  }
  .account-section .inner-container {
    padding-left: 370px;
  }
  .account-section .tabs-content {
    padding-right: 50px;
  }
  .account-section .inner-container .account-info {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-card {
    justify-content: center;
    margin-top: 10px;
  }
  .main-footer .anim-shape,
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list:before {
    display: none;
  }
  .shop-details .related-product .shop-block-one,
  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one,
  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 100%;
  }
  .shop-details
    .product-discription
    .specification-content
    .specification-list
    li {
    padding: 12px 30px;
  }
  .shop-details
    .product-discription
    .specification-content
    .specification-list
    li
    strong {
    background: 0 0;
    padding: 0 !important;
    width: auto;
    margin-right: 30px;
    border: none !important;
  }
  .shop-details .product-discription .tab-btns li {
    padding-top: 15px;
  }
  .blog-details-content .post-share-option,
  .shop-block-five .inner-box,
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner,
  .shop-details .product-discription .review-content .single-review .upper-box {
    display: block;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list {
    margin: 0 !important;
  }
  .product-details-content .content-box h2,
  .sidebar-page-container .news-block-one .inner-box .lower-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .account-section,
  .contact-section,
  .shop-details,
  .sidebar-page-container {
    padding-bottom: 70px;
  }
  .blog-details-content .post-share-option .tags-list,
  .shop-details
    .product-discription
    .review-content
    .single-review
    .upper-box
    .info-box {
    margin-bottom: 15px;
  }
  .shop-block-five .inner-box .feature-content {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
  .shop-sidebar {
    margin-bottom: 40px;
  }
  .rtl .shop-block-five .inner-box .feature-content {
    padding-right: 0;
    border: none;
  }
  .shop-block-five .inner-box .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-banner .content-box h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .account-section .tabs-content,
  .contact-section .form-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .account-section .inner-container {
    padding-left: 0;
    min-height: auto;
  }
  .account-section .inner-container .account-info {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .main-header .search-inner {
    width: 250px;
  }
  .about-section .image-box {
    padding: 0;
  }
  .about-section .image-box .image-22 {
    position: relative;
    margin-top: 30px;
  }
  .about-section .content-box .inner-box,
  .product-details-content .content-box .discription-box,
  .shop-details .product-discription .tabs-content,
  .shop-details.style-two .product-discription {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-style-four .content-box-one .image-1,
  .banner-style-four .content-box-one .image-2,
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list
    li:before {
    display: none;
  }
  .banner-style-four .content-box-one {
    padding-bottom: 40px;
  }
  .account-section .history-box .single-history,
  .account-section .history-box .single-history .product-box,
  .blog-details-content .post-share-option .tags-list,
  .blog-standard-content .news-block-one .inner-box .lower-content .post-info,
  .category-style-four .sec-title,
  .collection-section .sec-title,
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list {
    display: block;
  }
  .category-style-four .sec-title h2 {
    margin-bottom: 20px;
  }
  .highlights-style-two .list-item li,
  .shop-style-nine .shop-block-one .inner-box .lower-content {
    width: 100%;
  }
  .collection-section .sec-title a {
    margin-top: 15px;
  }
  .product-details-content .addto-cart-box ul li {
    margin-bottom: 15px;
  }
  .product-details-content .slider-content .thumb-box li a {
    width: 65px;
    height: 65px;
  }
  .product-details-content .content-box .discription-box li strong,
  .product-details-content .other-option li strong {
    width: auto;
    margin-right: 20px;
  }
  .shop-details.style-two .product-details-content .image-inner {
    padding-left: 0;
  }
  .shop-details.style-two .product-details-content .image-inner .slider-pager {
    position: relative;
  }
  .shop-details.style-two .product-details-content .slider-content .thumb-box {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .shop-details.style-two
    .product-details-content
    .slider-content
    .thumb-box
    li {
    margin-right: 5px;
  }
  .shop-details.style-two
    .product-details-content
    .slider-content
    .thumb-box
    li
    a {
    width: 50px;
    height: 50px;
  }
  .product-details-content .image-inner {
    padding-left: 80px;
  }
  .product-details-content .bx-viewport {
    min-height: 300px !important;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list
    li {
    margin: 0 !important;
  }
  .shop-details .product-discription .tab-btns {
    display: block;
    border-radius: 10px;
  }
  .shop-page-section .item-shorting {
    display: block;
    text-align: center;
  }
  .shop-page-section .item-shorting .right-column {
    justify-content: center;
  }
  .blog-details-content .post-share-option .tags-list li {
    margin-bottom: 10px;
  }
  .shop-block-one .inner-box .image-box .image img {
    width: 400px;
    height: 500px;
  }
  .account-section .history-box .single-history .product-box .image-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
