/*
Theme Name: Designed by RealDev
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small.box {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f2f4f7;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
.form-connect .wpcf7-text {
  min-height: 60px;
}
body,
#main,
#wrapper {
  background: #f9fafb;
}
.product-commits {
  list-style: none;
  font-size: 14px;
  border: 1px solid var(--bg-hover);
  border-radius: 10px;
  padding: 10px;
}
.product-row-commit .col-inner {
  background: var(--bg-hover);
}
.product-commits li {
  margin-left: 0 !important;
}

.product-commits li strong {
  color: var(--heading);
}
.row-commit .col-inner {
  margin-bottom: 0 !important;
}
.form-connect .form-title {
  font-size: 2rem;
  font-weight: bold;
}

.form-connect .form-content {
  margin-top: 2rem;
}
.category-page-title {
  background: url(/wp-content/themes/designed-by-realdev/assets/images/banner.webp)
    no-repeat 50%;
  background-size: cover;
  border-radius: 6px;
  clear: both;
  display: table;
  min-height: 180px;
  overflow: hidden;
  padding: 80px 0;
  width: 100%;
}
.product-small.box img,
.product-small.box {
  border-radius: 15px;
}

.woocommerce-loop-product__link {
  font-size: 15px;
  font-weight: 500;
}

.box-text-products .woocommerce-loop-product__title {
  margin-bottom: 10px;
}
.box-text-products {
  padding: 10px;
}
.product-small.box:hover {
  border: 1px solid var(--bg-hover);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.product-small.box:hover .woocommerce-loop-product__link {
  color: var(--second);
}
.box-text-products bdi,
.product-page-price bdi {
  font-size: 20px;
  /* color: var(--primary); */
}
.box-text-products del bdi,
.box-text-products del {
  font-size: 14px;
  color: var(--text);
}
.product-ratting .avg-ratting {
  display: none;
}
.btn-add-to-cart {
  margin-top: 20px;
}

.btn-add-to-cart a {
  background: var(--bg-hover);
  padding: 10px;
  color: var(--second);
  font-size: 14px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
}
.btn-add-to-cart a:hover {
  background: var(--second);
  color: #fff;
}
#products-recently-viewed,
#products-related {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.viewed-clear-history {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  color: #98a2b3;
  cursor: pointer;
  font-size: 13px;
  margin: 0;
}
.recently-viewed-products,
.related-products-list {
  margin: 0;
  list-style: none;
}
.recently-viewed-item,
#products-related .related-item {
  position: relative;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.remove-viewed {
  position: absolute;
  content: "";
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #98a2b3;
  z-index: 2;
  cursor: pointer;
}
.remove-viewed:before,
.remove-viewed:after {
  position: absolute;
  content: "";
  top: 9px;
  right: 4px;
  width: 10px;
  border-radius: 8px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #fff;
}
.remove-viewed:after {
  transform: rotate(-45deg);
}
.recently-viewed-item a,
#products-related a {
  display: flex;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 5px;
  align-items: center;
}
.recently-viewed-item a img,
#products-related .related-item img {
  width: 66px;
  height: auto;
  padding: 0 3px;
  margin: auto 0;
  border-radius: unset;
  border-radius: 8px;
}
.viewed-product-title,
#products-related .related-product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(16 24 40);
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.viewed-product-price ins bdi,
.related-product-price ins bdi {
  margin-top: 5px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0;
}

.viewed-product-price del,
.viewed-product-price del bdi,
.related-product-price del bdi,
.related-product-price del {
  color: var(---text) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.viewed-product-price {
  margin: 0;
}
.accordion-title,
.accordion-title.active {
  background: #e7f0f8;
  padding: 5px 10px;
  color: #000;
  position: relative;
  border-radius: 8px;
  border: unset;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specification-item {
  margin-bottom: 15px;
}
.specification-item:nth-child(2) {
  margin-top: 15px;
}
.accordion-title button.toggle {
  margin: 0;
}
.accordion-title button.toggle i {
  position: relative;
  top: 0px;
  font-size: 20px;
}
.box-specification {
  padding: 5px 10px;
}

.accordion-title:after {
  content: none !important;
}

.accordion-title {
  color: #000 !important;
  font-weight: normal !important;
}
.viewed-product-info {
  padding-left: 10px;
}

.viewed-product-price del {
  margin-left: 10px;
}
.form-contact .form-title {
  font-size: 40px;
  font-weight: bold;
  color: var(--heading);
}

.form-contact .form-des {
  font-size: 14px;
}

.form-contact .form-item input {
  margin: 0;
  min-height: 2.6rem;
  box-shadow: unset;
  border: unset;
}

.form-contact .form-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  width: max-content;
  margin-top: 30px;
}

.form-contact .form-item i.fa-paper-plane {
  margin-right: 20px;
  padding-left: 20px;
}

.form-contact .form-item input.wpcf7-submit {
  border-radius: 30px;
}
.footer-sec-2 .icon-box-text p:last-child {
  margin: 0;
  color: var(--text);
}
.footer-sec-2 .col {
  padding-bottom: 0;
}
.footer-sec-2 .icon-box-text p {
  margin-bottom: 10px;
  line-height: 1.1;
  color: var(--heading);
  font-size: 14px;
}
.footer-sec-2 .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sec-2 .col,
.footer-sec-3 .col,
.footer-sec-3 {
  padding-bottom: 0;
}

.footer-sec-3 * {
  color: var(--heading);
}

.footer-sec-3 ul,
.footer-sec-3 li {
  list-style: none;
  margin-left: 0 !important;
}

.footer-sec-3 li i {
  color: var(--primary);
  margin-right: 5px;
  min-width: 13px;
  text-align: center;
  display: inline-block;
}

.footer-sec-3 li,
.footer-sec-3 a {
  font-size: 15px;
}

.footer-sec-3 .hotline a {
  display: flex;
  gap: 5px;
}

.footer-sec-3 .hotline img {
  width: 30px;
  height: auto;
}

.footer-sec-3 .hotline .number-phone {
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
  line-height: 1.3;
}
.footer-sec-3 .sub-title {
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-sec-3 .sub-title p {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}

.footer-sec-3 .sub-title p:after {
  background-color: var(--second);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
.footer-sec-3 .hotline .number-phone span {
  font-size: 13px;
  color: var(--text);
}
.footer-sec-3 .ux-menu-link__link {
  padding: 0;
}
.widget-title {
  background: var(--second);
  color: #fff;
  padding: 11px;
  display: block !important;
  line-height: 1.5 !important;
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.widget-title:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.recent-blog-posts-li .badge {
  width: 30px;
  height: 30px;
}
.recent-blog-posts a {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 14px;
}
.widget ul > li:last-child {
  border: none !important;
}
.widget ul,
.post-sidebar ul {
  border: 1px solid #f1f1f1;
  padding: 15px;
  padding-bottom: 2px;
  border-radius: 5px;
}
.top-ten-post li {
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.post-rank {
  background: linear-gradient(180deg, var(--second), var(--second));
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.top-ten-post li a {
  font-size: 13px;
}
.box-blog-post .image-cover {
  padding-top: 100% !important;
}
.post-sidebar.large-3 {
  padding: 0;
}
.box-blog-post .box-text {
  text-align: left;
}
.entry-meta {
  font-size: 14px;
  background: var(--bg-hover);
  padding: 10px;
  border-radius: 3px;
  color: #333;
}
.entry-meta .avatar {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
}
.entry-meta p {
  margin-bottom: 0;
}
.post-ratting > p {
  margin-bottom: 4px;
}
.entry-meta .kksr-muted {
  font-size: 13px;
}
.entry-author {
  background: var(--bg-hover);
  margin-bottom: 3rem;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}
.entry-author:before {
  content: "";
  width: 2500px;
  height: 100%;
  background: var(--bg-hover);
  display: inline-block;
  position: absolute;
  left: -2410px;
  top: 0;
  z-index: -1;
}
.entry-author .blog-author-image img {
  min-width: 90px;
  min-height: 90px;
}
.entry-author img {
  width: 27px;
  height: 27px;
}
ul.author-socials,
ul.author-socials li {
  margin-bottom: 0;
  list-style: none;
}
.entry-author i {
  font-size: 18px;
  background: var(--second);
  color: #fff;
  min-width: 27px;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.related-post .related-title {
  margin-bottom: 22px;
}
.related-post .related-title span {
  background: var(--second);
  font-weight: 500;
  display: inline-block;
  padding: 8px 30px;
  color: #ffff;
  border-top-right-radius: 30px;
}
.related-hirring .relalted-title:after,
.related-post .related-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--second);
  display: block;
}
.home-sec-feature .img-inner {
  border-radius: 20px;
  overflow: hidden;
}
.product-small.box img {
  height: 250px;
  object-fit: contain;
}
.archive .product-small.box img {
  height: 327px;
  object-fit: contain;
}
.home-row-flashsale > .col > .col-inner {
  background: #ed213a;
  background: linear-gradient(90deg, #93291e, #ed213a);
  border-radius: 10px;
  padding: 15px;
}
#timer-flashsale {
  background-color: #fea200;
  padding: 12px;
  max-width: 379px;
  border-radius: 40px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  font-size: 17px;
  border: 3px solid rgb(249 250 251 / 48%);
}
#timer-flashsale .item-countdown {
  width: 33px;
  height: 28px;
  font-size: 18px;
  color: #fea200;
  line-height: 28px;
  font-weight: 600;
  background-color: #fff;
  padding: 0;
  min-width: 0;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}
.content-countdown .separator {
  margin: 0 5px;
}
.home-row-flashsale .banner-flashsale {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3rem !important;
}
.home-row-flashsale .banner-flashsale img {
  animation: heartbeat 1.5s ease-in-out 5s infinite both;
}
.price-wrapper .price {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
  align-items: baseline;
}
.product-small .price > span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
/* .price-wrapper .price > span {
  max-width: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
} */
.product-small .discount-percent {
  max-width: 100% !important;
  flex-basis: 100% !important;
  font-size: 12px !important;
  flex-direction: row !important;
}
.large-columns-5 .product-meta-item .product-brand,
.large-columns-5 .product-meta-item .separator ,.home .large-columns-4 .product-meta-item .product-brand,
.home .large-columns-4 .product-meta-item .separator{
  display: none;
}
.price-wrapper .price .discount-percent i {
  color: #f2254d;
}
.price-wrapper .price ins {
  font-size: 20px;
}

.price-wrapper .price del {
  font-size: 15px;
  line-height: 1.4;
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce-in-down {
  animation: bounceInDown 1s ease-in;
}
.row-small > .col,
.row-small > .flickity-viewport > .flickity-slider > .col {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  background: transparent;
}
.product-thumbnails .flickity-button,
.loading-spin.centered,
.processing:before {
  display: none !important;
}
.flickity-prev-next-button {
  opacity: 0.3;
  border-radius: 0 4px 4px 0;
  background: #fff;
}

.flickity-prev-next-button.next {
  right: 5px;
}
.flickity-prev-next-button.previous {
  left: 5px;
}
.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  fill: #666;
}

.slider-show-nav .flickity-prev-next-button {
  opacity: 1;
}
.flickity-prev-next-button {
  height: 66px;
  bottom: unset !important;
  top: 68% !important;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .footer-sec-1 .row,
  .footer-sec-2 .row,
  .footer-sec-3 .row {
    max-width: 100% !important;
  }
  .product-small.box img {
    height: 220px;
  }
  .footer-sec-3 .brand-title p {
    font-size: 15px !important;
  }
  .footer-sec-3 .sub-title {
    margin-top: 20px;
  }
  .form-contact .form-title {
    font-size: 25px;
  }

  .form-contact .form-item {
    width: 100%;
  }

  .form-contact .form-item i.fa-paper-plane {
    margin-right: 0;
  }
  .box-vertical.box-blog-post {
    display: flex;
    align-items: center;
  }

  .box-vertical.box-blog-post .box-image {
    max-width: 37%;
    flex-basis: 37%;
  }

  .blog-post-inner .post-title a {
    font-size: 14px;
  }
  .kksr-legend,
  .single-post .breadcrumbs-nav .last,
  .single-post .breadcrumbs-nav .separator:nth-of-type(2) {
    display: none;
  }
  .home-sec-blog h3.section-title {
    font-size: 22px;
  }
  .entry-meta,
  .entry-meta p,
  .entry-meta a {
    font-size: 13px !important;
  }
  .single-post .breadcrumbs-nav {
    margin-bottom: 8px !important;
  }
  .page-wrapper {
    padding-top: 0 !important;
  }
  .entry-meta .avatar {
    width: 45px;
    height: 45px;
  }
}
