/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* #content .page-content .wpb-content-wrapper :last-child::after{
    padding-bottom: 64px;
} */
/* .section-image-full, .section-image-half {
    border-radius: 20px;
} */

#footer .logo img {
    width: 100%;
}
#header.sticky-header .header-main,
.fixed-header #header.sticky-header .header-main {
    background-color: #fff;
}
#header .main-menu .narrow ul.sub-menu {
    border-top: 3px solid #ed1649;
}
.section-image-full {
    min-height: 450px;
}
.section-image-half{
    min-height: 300px;
}
a {
    color: inherit;
}

.section-image{
    background-size: cover;
}
.footer-wrapper{
    background-clip: padding-box;
    border-image-slice: 68 0 0;
    border-image-source: url('/wp-content/themes/porto-child/assets/images/footer-wave-desktop.svg');
    border-top: 50px solid transparent;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
    margin-top:-50px;
}
.footer-wrapper .porto-sicon-box.default-icon {
    align-items: start;
}
.footer-wrapper .porto-sicon-title {
    margin: 0px;
}
.vc_btn3.vc_btn3-style-custom{
    background-image: none;
}

.row-box {
    --bs-gutter-y: 24px;
}

.row-image {
    --bs-gutter-y: 24px;
}

.box {
    min-height: 150px;
}

.box .content {
    background-color: rgb(255 255 255 / 75%) !important;
    cursor: pointer;
    /* transition: background 0.1s; */
}

.box:hover .content {
    background-color: transparent !important;
}

.box .title {
    font-size: 1.8em;
    --porto-fs: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    --porto-lh: 1.2;
    letter-spacing: -0.05em;
    color: #222529;
    transition: color 0.5s ease; 
}

.box:hover .title {
    color: #fff;
}

.box .description {
    color: #222529;
    opacity: 0;
    visibility: hidden;
    transition: color 0.5s ease, visibility 0.5s, opacity 0.5s linear, max-height 0.5s ease; 
    max-height: 0px;
    margin: 0px;
}

.box:hover .description {
    color: #fff;
    opacity: 1;
    visibility: visible;
    padding-bottom: 20px;
    max-height: none;
}

.box img {
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: visibility 0.5s, opacity 0.5s linear, transform 1s,max-height 0.5s ease;
}
.box .overlay {
    background-color: #121212b3 !important;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: visibility 0.5s, opacity 0.5s linear, max-height 0.5s ease;
}

.box:hover .overlay {
    opacity: 1;
    max-height: none;
    visibility: visible;
}

.box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    opacity: 1;
    max-height: none;
    visibility: visible;
}

.box:hover .inner-content {
    min-height: 300px;
}

.porto-ultimate-content-box .wpb_single_image {
    background-color: rgb(255 255 255 / 75%);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.custom-marquee-1 .porto-ultimate-content-box {
    justify-content: start !important;
}

.custom-marquee-1 .wpb_single_image img{
    height: 40px;
    width: auto;
    max-width: max-content !important;
}

@keyframes marqueeAnimation {
    100% {
        transform: translateX(-1100px);
    }
}

.section-video .video-overlay {
    background: none;
}

.container-image>*:not(.timeline) {
    width: 50%;
}

.arrow-timeline {
    height: 3px;
}

.arrow-timeline::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.arrow-timeline::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: translateY(-50%);
}

.image-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-line {
    border-left: 4px dotted #fff;
    height: 200px;
}

.vertical-line.reduced {
    height: 100px;
}

.timeline-column {
    transition: transform 3s;
    transform: scaleY(0);
    transform-origin: 0 100%;
}

.timeline-column.animation {
    transform: scaleY(1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}

.stats-block {
    margin-bottom: 0px;
}

.row-image img{
    object-fit: contain;
    transition: transform 0.3s;
}

.logo-container {
    border-radius: 8px;
    cursor: pointer;
}

.logo-container:hover img {
    transform: scale(1.1);
    opacity: 0.6;
}

.contact-button button{
    width: 200px;
}

.input-cart{
    width: 50px;
    border-radius: 25px;
}

.input-search {
    width: 300px;
    background-color: #f1f1f4!important;
    border-radius: 25px;
}

.input-search::placeholder {
    color: #969696 !important;
}

.icon-button{
    background-color: #222222;
    color:#fff;
    border-radius: 25px;
}
.icon-search{
    background-color: #222222;
    border-radius: 25px;
    line-height: 1;
    color: #fff;
    padding: 0.533rem;
}
#example{
    color: #222222;
}

thead td, thead th {
    background-color: #f1f1f4;
}

thead td:first-child, 
thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

thead td:last-child, thead th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
tbody tr {
    border-bottom: 1px dashed #f1f1f4;
}

tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.shop_table thead tr,
.shop_table tr:not(:last-child) {
    border-bottom: 0px;
}

.shop_table thead th {
    text-transform: none;
    font-weight: 400;
}

.woocommerce-Input{
    background-color: #f4f4f4!important;
    color: #969696!important;
    border: 0px !important;
    border-radius: .375rem!important;
}

.porto-checkbox .porto-control-label:before {
    background-color: #f4f4f4 !important;
    border: 0px !important;
    border-radius: .375rem;
}

#header {
    border-bottom: 1px solid #f1f1f4;
}
.woocommerce-Button{
    border-radius: .375rem;
}

.show-password-input{
    display: none;
}

.dokan-error,
.dokan-info,
.dokan-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: inherit;
}
.woocommerce-error {
    color: #ed1649;
}

.menu-account{
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.discounted-price{
    color:#ed1649;
}

.orders-container{
margin-bottom: 100px;
}

.dashboard-section{
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 350px;
    background-image: url('/wp-content/themes/porto-child/assets/images/handshake.jpg')
}
.dashboard-section h1, .dashboard-section p{
    color: #fff !important;
}
.dashboard-section .logo{
    width: 200px;
    height: max-content;
}

.data-overlay {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

@media (max-width:576px) {
    .box .content {
        position: relative !important;
    }

    .container-image>* {
        width: auto !important;
    }

    h1,h2,h3,h4,h5,h6{
        font-size: 2rem!important;
        line-height: normal!important;
    }
}