/*
Theme Name: Top Persian Rugs
Description: Top Persian Rugs child theme
Author: ScriptLab
Author URI: mailto:admin@scriptlab.co.za
Template: oceanwp
Text Domain:  scriptlab
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Importing fonts and styles */

/* Importing fonts end */
:root {
  --c-primary: #860504;
}
/* Helpers and Init Styles*/
/* Helpers End */

/* Mobile Styles */
.overflow-x-hidden {
  overflow-x: hidden;
}
.z-2 {
  z-index: 2;
}
a:focus {
  outline: none !important;
}
.lora {
  font-family: "Lora";
}
.select2-container {
  z-index: 9999;
}
.my-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.my-col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.my-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.my-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.my-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.my-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.my-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.my-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.my-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.my-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.my-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.my-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.btn-white {
  background-color: #ffffff !important;
  color: #000000;
}
.btn-white:hover {
  color: #000000;
}

.pattern-1 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%23e2e2e2' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Helpers End */
#site-header {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  width: 180px;
  max-width: 180px;
}
.no-m-bot p {
  margin-bottom: 0;
}
#homeTestimonials ul.slick-dots {
  bottom: -50px;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
#homeTestimonials .slick-prev,
#homeTestimonials .slick-next {
  width: 30px;
  height: 30px;
}
#homeTestimonials .slick-prev {
  left: -60px;
}
#homeTestimonials .slick-next {
  right: -60px;
}

/* Shop */
ul.products li.entry.product .product-inner .image-wrap {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
}
ul.products li.entry.product .product-inner .image-wrap img {
  width: 100%;
}
ul.products li.entry.product .product-inner {
  /* background-color: #f4f4f4; */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  padding: 0 20px 20px;
  margin-top: 10px;
  height: 100%;
}
ul.products li.entry.product .woo-entry-inner li.title a {
  text-transform: lowercase;
}
ul.products li.entry.product .woo-entry-inner li.title a::first-letter {
  text-transform: uppercase;
}
ul.products li.entry.product li.price-wrap .price {
  display: flex;
}
ul.products li.entry.product li.price-wrap .price :first-child {
  order: 2;
}
ul.products li.entry.product li.price-wrap .price ins .amount::after {
  content: "-";
  margin: 0 2px;
}
ul.products li.entry.product li.btn-wrap {
  background-color: #ffffff;
}
li.prod-divider span {
  width: 100px;
  /* height: 2px; */
  display: block;
  margin: 0 auto;
  border-top: 2px solid #707070;
}
.woocommerce ul.products li.product .button {
  display: block;
}
/* Product */
.woocommerce div.product .product_title {
  text-transform: lowercase;
  letter-spacing: 0;
  border: 0;
  padding-bottom: 0;
}
.woocommerce div.product .product_title::first-letter {
  text-transform: uppercase;
}
.woocommerce div.product .summary .price {
  display: flex;
}
.woocommerce div.product div.summary .price del {
  font-size: 16px;
  order: 2;
}
.woocommerce div.product .summary .price ins::after {
  content: "-";
  margin: 0 2px;
}
/* Checkout */
.woocommerce-checkout p#billing_city_field {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.woocommerce-checkout p#billing_state_field {
  float: right;
  width: 48%;
  clear: none;
}

.woocommerce-product-details__short-description [style*="#ff0000"] {
  color: #000000 !important;
}

.woocommerce div.product div.summary p.in-stock {
  margin-top: 20px;
}
.woocommerce div.product form.cart {
  border: 0;
}

.woocommerce.content-full-width div.product div.images {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.woocommerce.single-product div.product span.onsale {
  left: 10px;
}
/* Contact Us */
.contact-form .my-col-6 {
  padding: 0 20px 20px;
}
.contact-form textarea {
  max-height: 150px;
}
.contact-form .ajax-loader {
  display: none !important;
}

.subs-form input[type="email"] {
  color: #fff;
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  .contact-form .my-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #homeQuickActions {
    background-color: #68050a;
  }
}
@media only screen and (max-width: 320px) {
  .woocommerce .woocommerce-ordering .orderby {
    width: 100% !important;
  }
}

.flash-animation {
  animation: flash 2s linear infinite;
  -webkit-animation: flash 2s linear infinite;
}
/* Top Bar */
/* #top-bar-content .topbar-content {
  animation: flash 2s linear infinite;
  -webkit-animation: flash 2s linear infinite;
} */

@keyframes flash {
  50% {
    opacity: 1;
    color: #ff5454;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 1;
}

.header-slider .swiper-wrapper {
  min-height: 546px;
}

.slider-title {
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 46px;
}

.header-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-subtitle {
  color: #ffffff;
  font-size: 18px;
}

.slider-content {
  margin-bottom: 30px;
}

.slider-actions .button:first-child {
  margin-right: 20px;
}

.slider-actions .button-outline {
  color: #ffffff !important;
}

.button-container {
  display: flex;
  gap: 30px;
}
.header-slider .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
  width: 20px;
  border-radius: 5px;
  height: 5px;
}
.header-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
}

.slider-tagline {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 300;
}

.bapf_sfilter .bapf_body .mCSB_container > ul,
.bapf_sfilter .bapf_body > ul {
  column-count: 2;
}

.bapf_sfilter
  .bapf_body
  .mCSB_container
  > ul
  li
  input[type="checkbox"]:checked:before,
.bapf_sfilter .bapf_body > ul li input[type="checkbox"]:checked:before {
  display: none;
}

.bapf_ckbox_sqchck input[type="checkbox"] {
  border-width: 1px;
  border-color: #c8c7c7;
  box-shadow: none;
}
.bapf_ckbox_sqchck input[type="checkbox"]:checked:after {
  left: 5px;
}

.bapf_sfilter .bapf_body .mCSB_container > ul li,
.bapf_sfilter .bapf_body > ul li {
  font-size: 12px;
  padding: 3px 0 !important;
}
.woocommerce ul.products .product {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.content-left-sidebar .content-area {
  border-left: none;
}

.woocommerce .oceanwp-toolbar {
  border: 0;
}

.woocommerce ul.products li.product.outofstock .outofstock-badge {
  display: none !important;
}

.woocommerce-pagination {
  margin-top: 20px;
}

.woocommerce span.onsale {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(135, 5, 5, 0.809);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 300;
  left: 0;
}

.products .product .tinv-wraper.tinv-wishlist {
  top: unset;
  bottom: 23px;
  right: 20px;
  visibility: visible !important;
  opacity: 1;
}

.products .product .tinv-wraper.tinv-wishlist a {
  color: #858484;
}

.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
  white-space: nowrap;
  padding-right: 70px;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 100;
  letter-spacing: 2.6px;
}

#footer ul.dropdown-menu li {
  display: block;
  text-align: left;
}
#footer ul.dropdown-menu li a {
  padding-left: 0;
}
#footer h5 {
  text-transform: uppercase;
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
