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

/*************** ADD CUSTOM CSS HERE.   ***************/



:root {
  --main-color: #F5B753;
  --background-color: #fff;
  --background-color-2: #fff;
  --background-color-shop: #F7F7F7;
  --background-color-footer: #cccc;
  --bg-overlay: rgba(0, 0, 0, 0.6);
  --text-color: rgb(66, 66, 66);
  --text-color-secondary: #f5b753;
  --text-color-h1: rgb(255, 255, 255);
  --text-color-h: rgb(26, 26, 26);
  --icon-color: black;
}

[data-theme="dark"] {
  --main-color: #F5B753;
  --background-color: #1b1b1b;
  --background-color-2: #222222;
  --background-color-shop: #222222;
  --background-color-footer: #343434;
  --bg-overlay: rgba(0, 0, 0, 0.6);
  --text-color: white;
  --text-color-secondary: #f5b753;
  --text-color-h1: rgb(255, 255, 255);
  --text-color-h: rgb(255, 255, 255);
  --icon-color: white;
}

#main {
  background-color: var(--background-color) !important;
  transition: 0.3s ease-in-out;
}
p,
li {
  color: var(--text-color) !important;
  transition: 0.3s ease-in-out;
}
li p {
    margin-bottom: 0;
}
h1 {
    font-weight: 700;
    line-height: 1em;
    color: var(--text-color-h1) !important;
}
.product h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1em;
  color: var(--text-color-h) !important;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 20px;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.custom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.shadow .col-inner {
  box-shadow: rgba(80, 80, 80, 0.6) 0px 4px 12px;
}
.white-text h6 {
  color: var(--text-color);
}
.custom-li li, .custom-li-footer li {
  list-style: none;
  position: relative;
}
.custom-li li::before {
  content: "\25B2";
  position: absolute;
  left: -25px;
  transform: rotate(90deg);
  color: #f5b753;
  font-size: 12px;
  margin-top: 7px;
  transition: 0.4s ease;
}
.custom-li-footer li::before {
  content: "\25B2";
  position: absolute;
  left: -25px;
  transform: rotate(90deg);
  color: #f5b753;
  font-size: 12px;
  margin-top: 4px;
  transition: 0.4s ease;
}
.custom-li li::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.custom-li-anim li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.custom-li-anim li:hover::before {
  left: -20px;
}

img {
  border-radius: 10px;
}
.col-color .col-inner {
  background-color: var(--background-color-2);
}
.col-color-2 .col-inner {
  background-color: var(--background-color-shop);
}

li.html.custom {
    display: flex;
}
/* --------------------------------
              BASE END 
----------------------------------- */

/* --------------------------------
              NAV START 
----------------------------------- */
.header-bg-color {
  background-color: var(--background-color) !important;
}
.nav li a {
  color: var(--text-color) !important;
}
.nav .nav-icon a {
  text-decoration: none;
}
.header.has-transparent::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 210px;
  /*   background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.56))); */
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.56) 100%
  );
}
.nav-dropdown {
  background-color: var(--background-color) !important;
  border: none !important;
  border-radius: 8px;
}
.nav-dropdown li a {
  color: var(--text-color);
  border-bottom: none !important;
}
.nav-dropdown li a:hover {
  color: #f5b754;
  transform: translatex(5px);
  transition: 0.4s ease-in-out;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  border: none;
}
#header .phone-box:hover:before {
	content: none !important;
}
.mfp-content {
  background-color: var(--background-color) !important;
}
.mfp-content .phone-box {
  padding-left: 0 !important;
}
.theme-switcher-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.theme-switcher {
  display: none;
  visibility: hidden;
	width: 0;
}
.theme-switcher:checked ~ .theme-switcher-label svg.sun {
  fill: #7e7e7e !important;
}
.theme-switcher:checked ~ .theme-switcher-label svg.moon {
  fill: #fff !important;
}
.theme-switcher-label {
  width: 75px;
  height: 35px;
  position: relative;
  display: inline-block;
  background-color: #ebebeb;
  border-radius: 200px;
  box-shadow: inset 0px 5px 15px rgba(0, 0, 0, 0.4),
    inset 0px -5px 15px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.theme-switcher-label::after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: linear-gradient(180deg, #ffcc89, #d8860d);
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.theme-switcher:checked ~ .theme-switcher-label {
  background-color: #222222;
}
.theme-switcher:checked ~ .theme-switcher-label::after {
  left: 72px;
  transform: translatex(-100%);
  background-image: linear-gradient(180deg, #777, #3a3a3a);
}
.theme-switcher-label,
.theme-switcher-label::after {
  transition: 0.3s;
}
.theme-switcher-label:active::after {
  width: 50px !important;
}

.theme-switcher-label svg {
  position: absolute;
  width: 20px;
  top: 8px;
  z-index: 100;
}
.theme-switcher-label svg.sun {
  left: 8px;
  fill: #fff;
  transition: 0.3s;
}
.theme-switcher-label svg.moon {
  left: 48px;
  fill: #7e7e7e;
}

@media (max-width: 950px) {
  .header-nav .menu-item {
    font-size: 14px;
  }
  .phone-box .inner-wrapper .phone-icon {
    width: 35px;
    height: 32px;
  }
}
@media (max-width: 1230px) and (min-width: 850px){
    #logo {
        width: 70px !important;
    }
    .header-nav .menu-item {
        font-size: 15px;
    }
    .phone-box .inner-wrapper .phone-icon {
        width: 35px !important;
        height: 32px !important;
    }
    .phone-box .inner-wrapper h3 {
        font-size: 16px !important;
    }
}

/* --------------------------------
              NAV END 
----------------------------------- */

/* --------------------------------
              PHONE BOX START
----------------------------------- */
.phone-box .inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}
.phone-box .inner-wrapper .phone {
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 20px;
}
.phone-box .inner-wrapper .phone-icon {
  background-color: #f5b754;
  border-radius: 8px;
  width: 50px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.phone-box .inner-wrapper .phone-icon img {
  width: 35px;
  height: 35px;
}
.phone-box:hover .inner-wrapper .phone-icon img {
  animation: phone-animation infinite alternate 1s;
  transition: ease-out;
}
@keyframes phone-animation {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* --------------------------------
            PHONE BOX END
----------------------------------- */

/* --------------------------------
        HOME BANNER START
----------------------------------- */
.top-section {
  position: relative;
}
.top-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%, -50%);
  background-image: url("https://rentigo.ruslanozen.com/wp-content/uploads/2024/06/banner-scroller-dark.png");
  background-size: fit;
  background-repeat: no-repeat;
  background-position: center;
  width: 5000px;
  height: 100px;
  z-index: 99;
}
.banner-overlay img {
    border-radius: 0 !important;
}
.flickity-page-dots {
  margin-bottom: 50px;
}
.banner-overlay .overlay,
.banner-overlay .section-bg-overlay {
  background-color: var(--bg-overlay) !important;
}
/* --------------------------------
        HOME BANNER END
----------------------------------- */

/* --------------------------------
        CUSTOM IMAGE BOX START 
----------------------------------- */
.custom-image-box {
  position: relative;
  border-radius: 8px;
  transition: 0.4s ease;
}
.custom-image-box:hover {
  transform: translatey(-10px);
  box-shadow: rgba(40, 40, 40, 0.6) 0px 14px 12px;
}
.custom-image-box:hover .curv-butn .icon {
  transition: 0.4s ease;
  background-color: #f5b753;
}
.custom-image-box .box-image {
  border-radius: 8px;
}
.custom-image-box .absolute-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 0;
}
.custom-image-box .icon-bg {
  background: #1b1b1b !important;
}
.custom-image-box .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 8px;
}
.custom-image-box .curv-butn .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--text-color);
  border: 1px solid #f5b754;
  background: transparent;
  border-radius: 100%;
}
.curv-butn .icon {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}
.curv-butn .br-left-top {
  position: absolute;
  top: -24px;
  left: 1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(268deg);
  line-height: 1;
}
.curv-butn .br-left-top svg,
.curv-butn .br-right-bottom svg {
  width: 24px;
  height: 24px;
}
.curv-butn .br-right-bottom {
  position: absolute;
  bottom: -1.5px;
  right: -25px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.image-box-text {
  margin-left: 75px;
}
.custom-image-box,
.custom-row .col {
  min-width: 320px !important;
  max-width: 360px;
}

/* --------------------------------
        CUSTOM IMAGE BOX END 
----------------------------------- */

/* --------------------------------
    CUSTOM CARS CAROUSEL START 
----------------------------------- */

.cars-slider .banner,
.cars-slider .banner .banner-bg {
  border-radius: 8px;
}
.cars-slider .banner .text-box {
  margin-bottom: -70px !important;
  box-shadow: rgba(20, 20, 20, 0.6) 0px 4px 12px;
  border-radius: 8px;
}
.cars-slider .flickity-viewport {
  overflow: visible !important;
}
.car-info-stack .icon-box {
  display: flex;
  align-items: center;
}
.seat-icon-box {
  max-width: 80px;
}
.gear-icon-box,
.gas-icon-box {
  max-width: 140px;
}
.cars-slider .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.car-details-box {
  background-color: var(--background-color-2);
}

@media (max-width: 910px) {
  .cars-slider .banner .text-box {
    width: 95vw !important;
  }
  .cars-slider .banner-layers {
    overflow: visible !important;
  }
}
.car-price .icon-bg {
  background-color: var(--background-color);
}
.car-price .curv-butn {
  position: absolute;
  top: 0;
  right: -1px;
  width: 125px;
  height: 160px;
  text-align: center;
  border-radius: 0 8px 0 40px;
}

.car-price .curv-butn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 115px;
    height: 150px;
    color: var(--text-color);
    border: 3px solid #f5b754;
    background: transparent;
    border-radius: 8px 8px 0px 25px;
    margin: 0px 0 0 10px;
}
.car-price .curv-butn .icon p {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  /*text-shadow:*/
  /*  0 0 7px #f5b754,*/
  /*  0 0 10px #f5b754,*/
  /*  0 0 21px #f5b754,*/
  /*  0 0 42px #f5b754,*/
  /*  0 0 82px #f5b754,*/
  /*  0 0 92px #f5b754,*/
  /*  0 0 102px #f5b754,*/
  /*  0 0 151px #f5b754 !important;*/
}
@media (max-width: 600px) {
  .car-price .curv-butn .icon {
    font-size: 12px;
    width: 80px;
    height: 110px;
    margin: 3px 0 0 10px;
  }
  .car-price .curv-butn {
    position: absolute;
    top: 0;
    right: -1px;
    width: 95px;
    height: 120px;
    text-align: center;
    border-radius: 0 8px 0 40px;
  }
}
.custom-icon-box h6 {
  font-size: 16px !important;
}

/* --------------------------------
    CUSTOM CARS CAROUSEL END 
----------------------------------- */

/* --------------------------------
        CONTACT PAGE START
----------------------------------- */

.contact-boxes {
  margin-top: -100px;
}
.contact-boxes .col .col-inner {
  border-radius: 8px;
}
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-label-group {
  position: relative;
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
label {
  color: var(--text-color);
  width: 100%;
}
input,
textarea {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
  border: none !important;
  border-radius: 8px !important;
}
.form-container p {
  width: 100%;
}
input[type="submit"] {
  background-color: transparent !important;
  border: 2px solid #f5b754 !important;
  width: 100%;
}
input[type="submit"]:hover {
  background-color: #f5b753 !important;
  border: 2px solid #f5b754 !important;
  width: 100%;
}
.wpcf7-response-output {
  color: var(--text-color);
}
.wpcf7-not-valid-tip {
  color: tomato !important;
  background-color: #fff !important;
  opacity: 1 !important;
  font-weight: 600;
}
/* --------------------------------
        CONTACT PAGE END
----------------------------------- */

/* --------------------------------
            SHOP START
----------------------------------- */
.shop-page-title {
  display: block !important;
}
#shop-sidebar .widget-title {
  color: var(--text-color);
}
.products .product-small img {
	transition: 0.3s ease;
}
.products .product-small:hover img {
	transform: scale(1.1);
}
.products .product-small:hover .product-title a {
	color: #b4742b;
}
/* --------------------------------
            SHOP END
----------------------------------- */

/* --------------------------------
            PRODUCT START
----------------------------------- */
.product-main .single_add_to_cart_button {
  border-radius: 8px;
}
.product-main .woocommerce-Price-amount {
  color: var(--text-color-secondary);
}
.product-main .woocommerce-Price-amount::after {
  content: "+ KDV";
  font-size: 16px;
  margin-left: 10px;
  vertical-align: top;
}
.shop-container .woocommerce-Price-amount::after {
  content: "+ KDV";
  font-size: 12px;
  margin-left: 6px;
  vertical-align: top;
}
.product-main .cart {
  display: none !important;
}
.product-main h1 {
  font-size: 60px;
}
.product-main .product-title,
.woocommerce-product-attributes-item__label,
.tabs li a,
.product-main .product-short-description {
  color: var(--text-color);
}
.white-faq {
  color: var(--text-color);
}
.tabs li:not(.active) a:hover {
  color: #989898;
}
.single-product .shop-container {
    background-color: var(--background-color) !important;
}
.single-product .shop-container .product-info, .single-product .shop-container .tab-panels {
    background-color: var(--background-color-shop);
    border-radius: 8px;
}
.single-product .shop-container .tab-panels {
    padding: 1rem;
    margin-top: 1rem;
}
.single-product .shop-container .tab-panels .shop_attributes .woocommerce-product-attributes-item__value a {
    font-weight: 700;
}
.single-product .shop-container .product-footer .container {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 600px) {
    .single-product .shop-container {
        padding: 0 !important;
    }
    .single-product .shop-container h1 {
        font-size: 35px;
    }
    .single-product .shop-container .tab-panels h3 {
        font-size: 25px;
    }
}
/* --------------------------------
            PRODUCT END
----------------------------------- */

/* --------------------------------
            FOOTER START
----------------------------------- */

#footer > .section {
  background-color: var(--background-color-shop);
}
.absolute-footer,
html {
  background-color: #000 !important;
  color: var(--text-color) !important;
}
.payment-icons {
  display: none !important;
}

@media (min-width: 600px) {
    .bottom-cta-wrapper {
        display: none !important;
    }
}
@media (max-width: 550px) {
    .absolute-footer {
        margin-bottom: 50px;
    }
}
.bottom-cta-wrapper {
  position: fixed;
  bottom: -5px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1000;
  box-shadow: rgba(225, 225, 225, 0.2) 0px 12px 28px 0px, rgba(225, 225, 225, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.bottom-cta-wrapper a {
  text-align: center;
  width: 50%;
  padding: 8px 0;
  font-weight: 800;
}
.bottom-cta-wrapper .contact-wrapper {
    background-color: var(--background-color-shop);
}
.bottom-cta-wrapper .phone {
  background-color: #f5b754;
  color: #fff;
}

/* --------------------------------
            FOOTER END
----------------------------------- */

#shop-sidebar, .shop-container {
	background-color: var(--background-color-shop) !important;
	padding: 2rem;
	border-radius: 10px;
}
.products .woocommerce-Price-amount {
    color: var(--text-color) !important;
}
.price_slider_amount {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
.price_slider_amount .button {
    border-radius: 8px !important;
    color: var(--text-color);
    background-color: transparent !important;
    border: 1px solid var(--main-color);
}
.price_slider_amount .button:hover {
    background-color: var(--main-color) !important;
    color: #fff;
}
.price_slider_amount .price_label {
    margin-bottom: 1rem;
    color: var(--text-color) !important;
}
.widget_price_filter .ui-slider .ui-slider-handle  {
    background-color: #f5b754 !important;
}