/* Product Detail Css Start Here */
header#headerTop {
    position: unset !important;
    background-color: #000;
}
header#headerTop .action-links ul.auth li span.spacer {
    color: #fff;
}
.product-detail {
    background: #000;
    padding: 100px 0;
    position: relative;
}
.product-detail .angel {
    border: 2px solid #ffffff66;
    width: 60%;
    height: 85%;
    position: absolute;
    top: 5%;
    left: -17%;
    border-radius: 0 320px 320px 0;
}
.product-detail .product-image img.img-fluid {
    width: 100%;
}
.product-detail .product-image .product-images figure.slick-current {
    filter: brightness(0.5);
}
.product-detail .content_wrapper {
    color: #fff;
}
.product-detail .content_wrapper .heading h2 {
    font-family: "Roboto";
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}
.product-detail .content_wrapper .description {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-detail .content_wrapper .description h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.product-detail .content_wrapper .description p {
    color: #ffffff8f;
}
.product-detail .content_wrapper ul {
    padding: 0;
    list-style: none;
}
.product-detail .content_wrapper ul h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.product-detail .content_wrapper ul li {
    color: #ffffff80;
    margin: 0 0 5px;
}
.product-detail .content_wrapper .material {
    margin-top: 20px;
}
.product-detail .content_wrapper .material h4 {
    text-transform: uppercase;
}
.product-detail .content_wrapper .material p {
    margin: 0 0 5px 0px;
    color: #ffffff7d;
}
.detail {
    background: #000;
    color: #fff;
    padding-bottom: 20px;
}
.detail .heading {
    padding-bottom: 10px;
}
.detail .heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.detail p {
    color: #808080;
}
.detail ul {
    padding: 0;
    margin: 35px 0 0 0;
}
.detail ul li {
    display: flex;
    margin-bottom: 10px;
}
.detail ul li h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
}
.detail ul li a {
    color: #ffffff78;
    text-decoration: underline;
}
.detail ul li:nth-child(3) h4 {
    width: 80px;
}
.detail ul li:nth-child(4) h4 {
    width: 80px;
}

.product-img.bigimage figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.product-img.bigimage {
    margin-bottom: 1rem;
}

.product-images figure .smallimage {
    width: 50px;
}

.product-images img.smallimage {
    height: 100px;
    padding: 5px;
    min-width: 130px !important;
}

.contact-from h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 10px;
}
.contact-from .form-group .form-control {
    border-radius: 0;
    border: 1px solid #eeeeee;
    background: transparent;
    height: 50px;
    padding: 10px 25px;
}
.contact-from .form-group .form-control::placeholder {
    color: #ababab;
    font-family: "Roboto";
    font-size: 14px;
}
.contact-from button.btn {
    color: #fff;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    padding: 12px 60px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 15px;
}
/* Product Detail Css End Here */
@media (max-width: 480px) {
    .product-detail {
        overflow-x: hidden !important;
    }
    .product-detail .product-images {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 18px;
    }
    .product-images img.smallimage {
        height: 100px;
        padding: 5px 0px;
        min-width: 60px !important;
        object-fit: cover;
    }
}
