/*
Theme Name: kia
Theme URI: http://digitalconnection.pt
Author: Digital Connection
Author URI: http://digitalconnection.pt
Version: 1.0
Text-domain: kia
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

@import "css/custom.css";
@import "css/responsive.css";
.wpcf7-list-item{
	margin:0;
}
#overlay{
	
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: #04040485;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;

}
.delivery__op img{
	    width: 100%;
    max-width: 30px;
    margin-right: 15px;
}
 .form-part .car-sec{
	padding-bottom:0;
} 
.page-template-template-pedido-de .sec-assistencia-form{
/* 	    padding: 60px 0;
    position: relative;
    padding-top: 260px; */
}
.btn:focus{
	border:none;
	box-shadow:none;
}
.sec-assistencia-form .form-label{
	    color: var(--primary-color);
    font-weight: bold;
    font-size: 16px;

}
.sec-assistencia-form{
	    padding: 50px 0;
}
.page-id-250 .sec-assistencia-form{
	    padding: 0;
}
.sec-assistencia-form p{
	margin:0;
}

.Dc-noticias__item .Dc-noticias__content a > h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
    font-size: var(--dc-post-heading-fontsize);
    color: var(--dc-post-heading-color);
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'KiaSignatureBold';
}
.Dc-noticias__item .Dc-noticias__content a > h3:hover{
	 color: var(--primary-color);
}
.Dc-noticias__item .Dc-noticias__content p {
    font-family: 'KiaSignatureRegular';
}

.Dc-pagination a:hover, .Dc-pagination a.active, .Dc-pagination span.current, .Dc-pagination span.active {
    background-color: var(--primary-color);
    color: #fff;
}
.logo-part .blue-logo{
	display:none;
}

.codedropz-upload-handler {
    border: 2px solid var(--primary-color);
    border-radius: 0;
    margin-bottom: 10px;
    position: relative;
}
.codedropz-upload-container {
    padding: 10px 20px;
}
.codedropz-upload-inner h3, .codedropz-upload-inner span{
	display:none;
}
.codedropz-btn-wrap{
	text-align:left;
}
.codedropz-btn-wrap a{
	color: var(--primary-color);
    font-size: 1rem;
	line-height:16px;
}
.wpcf7-list-item-label a{
	color:#212529;
}
.codedropz-upload-handler::after{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--primary-color);
    width: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0c6";
    font-size: 22px;
}

.dnd-upload-counter {
    position: absolute;
    right: 45px;
    bottom: 3px;
    font-size: 12px;
}
.codedropz-upload-inner{
	line-height:1;
}
.sec_banner .swiper-button-prev:after, .single-product-slider .swiper-button-prev:after, .single-product-gallery .swiper-button-prev:after{
    content: 'prev';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f177";
    font-size: 22px;
	color:#fff;
}

.sec_banner .swiper-button-prev, .single-product-slider .swiper-button-prev, .single-product-gallery .swiper-button-prev{
	    background: #05141F33;
    height: 80px;
    width: 80px;
    border-radius: 50%;
	    left: 30px;
}
.sec_banner .swiper-button-prev:hover, .single-product-slider .swiper-button-prev:hover, .single-product-gallery .swiper-button-prev:hover{
	background: #05141F;
}

.sec_banner .swiper-button-next:after, .single-product-slider .swiper-button-next:after, .single-product-gallery .swiper-button-next:after{
    content: 'prev';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f178";
    font-size: 22px;
	color:#fff;
}
.sec_banner .swiper-button-next, .single-product-slider .swiper-button-next, .single-product-gallery .swiper-button-next{
	    background: #05141F33;
    height: 80px;
    width: 80px;
    border-radius: 50%;
	    right: 30px;
}
.sec_banner .swiper-button-next:hover, .single-product-slider .swiper-button-next:hover, .single-product-gallery .swiper-button-next:hover{
	background: #05141F;
}
.close__info__icon{
	    position: absolute;
    color: #fff;
    right: 30px;
    top: 8px;
}
.deliverycollapse {
    transition: all .5s ease;
        transform: translateY(40px) !important;
}

.deliverycollapse .close__info__icon i {
    transform: rotate(180deg);
    transition: all .5s ease
}
.single-product-gallery .mySwiper2  .swiper-slide{
	    cursor: pointer;
}

/* footer section */
.footer__section_title h3 i{
	display:none;
}

.single-product-gallery  .swiper-button-next, .single-product-gallery  .swiper-button-prev{
	display:none;
}
.footer__section_title h3{
	font-size:16px; 
	 font-family: 'KiaSignatureRegular';
}
.sec-features  .dropdown .dropdown-menu{
	margin:0;
	padding:0;
}
.sec-features  .dropdown .dropdown-menu li{
background: #9ba1a5;
    width: 100%;
    border-radius: 0;
    /* text-align: left; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'KiaSignatureBold';
    padding: 10px 15px;
	color:#fff;
}
.sec_history_banner, .sec-history-main{
	overflow:hidden;
}
.relatedBlogPart p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
 	margin-bottom:5px;

}
.relatedBlogPart h4 a{
	font-size:18px;
}
.chat-btn {
position: fixed;
    /* background: red; */
    /* width: 100%; */
    bottom: 15px;
    right: 15px;
    padding: 5px;
    border-radius: 10px;
    background-color: #05141f !important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    padding: 10px 20px;
    border-radius: 999rem;
    bottom: 15px;
    letter-spacing: 0.6;
    font-size: 1.07143rem;
    z-index: 99;
    color: #fff;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-btn img{
	width: 100%;
    max-width: 25px;
}
.chat-btn a{
    color: #fff;
    text-decoration: none;
    line-height: 1;
    margin-left: 9px;
    font-size: 13px;
}
.chat-btn a:hover{
	text-decoration:underline;
}
.delivery_time{
	display:none;
}

/* Styles for desktop version */
.slider__desktop {
  width: 100%;
  /* Add any additional styles for desktop version */
}

/* Styles for mobile version */
.slider__mobile {
  display: none; /* Initially hide the mobile version */
  width: 100%;
  /* Add any additional styles for mobile version */
}

/* Media query to apply mobile styles only when the screen width is below a certain size */
@media (max-width: 767px) {
  .slider__desktop {
    display: none; /* Hide desktop version on small screens */
  }

  .slider__mobile {
    display: block; /* Display mobile version on small screens */
  }
}



.blogHead h2{
	margin-bottom:0;
	position: absolute;
    bottom: 40px
}


/* Media query for screens below 767px */
@media screen and (max-width: 767px) {
	.blogHead h2, .blogSingle__head h2 {
    font-size: 35px;
}
    .black__menu + .sec-page-banner, .blogHead {
        margin-top: 53px;
    }
	.black__menu{
  background-color:#05141F;
  border:unset;
}
.black__menu .sec-main-nav{
  border:unset;
}
}
.form-part .car-sec {
    padding-bottom: 0;
    margin-top: 100px;
}

.page-id-15 .sec-assistencia-form, .page-id-11  .sec-assistencia-form{
	        padding-top: 50px;
    padding-bottom: 0;
}
.sec-assistencia-main h3{
	    color: #fff;
    margin-bottom: 50px;
}

/* .sec-assistencia-form .name-car{
	    padding: 0 20px;
} */

.request__carro__list{
	    padding: 0px 20px
}
.page-template-template-privacy .content-area a{
	color:#000;
}
