﻿.orchidseed-head {
    z-index: 10;
    box-shadow: #5f5f5f 0px 3px 10px;
    position: relative;
    background-color: #F4B439;
    color: black;
}

    .orchidseed-head .navbar-light .navbar-nav .nav-link {
        font-weight: bold;
        font-size: 18px;
    }

    .orchidseed-head .navbar {
        border-bottom: none;
        background-color: transparent;
    }

.orchidseed-c ul li {
    padding-bottom: 0px;
}

/*.orchidseed-c .carousel-item {
    height: 600px;
    background-size: cover;
}*/

.orchidseed-c .carousel-item img {
    /*height: 600px;*/
    width: 100%;
}

.orchidseed-c .carousel-caption {
    right: unset;
    left: unset;
    background-color: inherit;
    opacity: inherit;
    bottom: unset;
    top: unset;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .orchidseed-c .carousel-caption h5 {
        font-size: 3.25rem;
        text-shadow: #636363 4px 4px 7px;
    }

.orchidseed-c .element-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .orchidseed-c .element-title b {
        display: block;
        -ms-flex: 1;
        flex: 1;
        height: 2px;
        background-color: #cccccc;
    }

    .orchidseed-c .element-title span {
        padding: 0 18px;
        font-size: 26px;
    }

.orchidseed-c .element-content {
    padding: 30px 20px;
}

.orchidseed-c.section-element {
    padding-top: 30px;
    padding-bottom: 30px;
}

.orchidseed-c .sec-bigphoto img {
    width: 100%;
}

.orchidseed-c .sec-title {
    font-size: 22px;
    font-weight: bold;
    color: #5d5d5d;
    text-align: center;
    margin: 30px;
}

    .orchidseed-c .sec-title hr {
        width: 40px;
        background-color: #b1b1b1;
        height: 3px;
    }


.orchidseed-c .sec-prod-container {
    margin-bottom: 20px;
    color: gray;
    text-align: center;
}

    .orchidseed-c .sec-prod-container .cover {
        margin-bottom: 15px;
        overflow: hidden;
    }

        .orchidseed-c .sec-prod-container .cover img {
            width: 100%;
            object-fit: cover;
            height: 300px;
            transition: 0.5s;
        }

    .orchidseed-c .sec-prod-container:hover .cover img {
        transform: scale(1.2);
    }

    .orchidseed-c .sec-prod-container .title {
        font-size: 1.1rem;
    }

    .orchidseed-c .sec-prod-container .info {
    }

        .orchidseed-c .sec-prod-container .info .finalprice {
            font-weight: bold;
            color: #505050;
        }

        .orchidseed-c .sec-prod-container .info .originprice {
            color: #b9b9b9;
            text-decoration: line-through;
        }

.orchidseed-c .row-commandbtn {
    text-align: center;
}

    .orchidseed-c .row-commandbtn button {
        background-color: transparent;
        border: 2px solid gray;
        border-radius: 12px;
        color: #3e3e3e;
        padding: 5px 19px;
    }


.orchidseed-c .sec-footer {
    background-color: #383838;
    color: white;
    padding: 15px 0px;
}

    .orchidseed-c .sec-footer .title {
    }

    .orchidseed-c .sec-footer .hr {
        background: gray;
        height: 3px;
        width: 28px;
        margin-left: 0;
    }

    .orchidseed-c .sec-footer .info {
    }

    .orchidseed-c .sec-footer .bottom {
        background-color: #212121;
        color: #f1f1f1;
    }

.orchidseed-c .sec-corpinfo {
    background-color: #1f1f1f;
    color: white;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .orchidseed-c .carousel-caption h5 {
        font-size: 26px;
    }

    .orchidseed-c .carousel-caption {
        bottom: calc(50% - 38px);
    }

    .orchidseed-c .carousel-indicators {
        display: none;
    }
}
