
.idea-info {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.idea-info .viewed,
.idea-info .likes {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    flex: 0 0 auto;
    text-align: center;
}
.idea-info .viewed svg,
.idea-info .likes svg {
    height: 36px;
    display: block;
}
.idea-info .viewed svg path,
.idea-info .likes svg path {
    stroke-width: 0.5;
}

.idea-info .viewed span,
.idea-info .likes span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.idea-descripton {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dddddd;
}

.idea-sub-title {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 48px;
    font-weight: 500;
    font-family: 'BarlowCondensed', 'Arial', 'Tahoma', sans-serif;
}
.row-produse {
    margin-bottom: 36px;
}

.idea-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-bottom: 40px;
}
.idea-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.idea-box .image {
    flex: 0 0 auto;
    display: block;
    border: 1px solid #eeeeee;
    cursor: pointer;
}
.idea-box .image img {
    max-width: 100%;
}
.idea-box .caption {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    gap: 24px;
    align-items: center;
}
.idea-box .caption .name {
    position: relative;
    display: block;
    flex: 1 1 auto;
}
.idea-box .caption .name a {
    font-size: 24px;
    font-weight: 600;
}
.idea-box .caption .viewed,
.idea-box .caption .likes {
    display: block;
    flex: 0 0 auto;
    text-align: center;
}
.idea-box .caption .viewed svg,
.idea-box .caption .likes svg {
    height: 32px;
    display: block;
    margin: 0 auto;
}
.idea-box .caption .viewed svg path,
.idea-box .caption .likes svg path {
    stroke-width: 0.5;
}

.idea-box .caption .viewed span,
.idea-box .caption .likes span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.idea-right-side {
    position: sticky;
    top: 0;
}

.likes {
    cursor: pointer;
}

.likes svg {
    background: transparent;
    border-radius: 100%;
    transition: 0.2s all;
}
.likes:hover svg {
    background: #000000;
}
.likes:hover svg path {
    color: #ffffff;
}




.likes.is-liked svg {
    background: #000000;
    border-radius: 100%;
    transition: 0.2s all;
}
.likes.is-liked svg path {
    color: #ffffff;
}
.likes.is-liked:hover svg {
    background: transparent;
}
.likes.is-liked:hover svg path {
    color: #000000;
}





.idea-slideshow-wrap {
    position: relative;
    display: block;
}
.idea-caption {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #ffffff;
    z-index: 10;
}
.idea-caption-top {
    position: relative;
    display: block;
    font-size: 60px;
}
.idea-caption-bottom {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 300;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 120px;
    height: 2px;
    border-radius: 0;
    background: #ffffff;
    opacity: 0.5;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
    position: absolute;
    right: 60px;
    bottom: 60px;

    top: auto;
    width: auto;
    margin-top: 0 !important;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-nav .owl-prev,
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-nav .owl-next {
    height: 60px !important;
    width: 60px !important;
    display: block !important;
    align-items: center;
    justify-content: center;

    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    transform: none;
    background: none;
    border-radius: 0;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;

    margin: none !important;

    opacity: 0.75;
}
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.idea-slideshow-wrap .owl-carousel.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}



.idea-description-wrap {
    position: relative;
    display: block;
    padding: 60px 0;
    background: #232323;
    color: #ffffff;
    font-size: 18px;
}
.idea-description + .idea-video {
    margin-top: 20px;
}



.idea-all-gallery {
    position: relative;
    display: block;
    margin-top: 15px;
}
.idea-all-gallery-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.idea-all-gallery-caption button.btn.btn-primary {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
    background: #dddddd;
    border: 1px solid #dddddd;
    color: #000000;
    transition: 0.3s all;
    border-radius: 35px;
}
.idea-all-gallery-caption button.btn.btn-primary:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}