/**
 * Copyright © DFSolution. All rights reserved.
 * Custom styles for Video Manager
 */

.video-view-content iframe {
    width: 100%;
    min-height: 800px;
}

.single-video {
    margin-bottom: 30px;
}

.single-video .preview-section img {
    width: 100%;
    height: auto;
}

.single-video .placeholder {
    background: #f0f0f0;
    padding: 50px;
    text-align: center;
}

.used-products-container {
    margin-top: 40px;
}
.videomanager-index-index .page-title-wrapper{
    display: none;
}
.videomanager-index-index .title-item h1,
.videomanager-index-index .title-item h2,
.videomanager-index-index .title-item h3 {
    font-size: 20px;
    color: #00a99d;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.title-section .search-item form button img {
    width: 30px;
}
.title-section .search-item form input {
    border: 0;
    border-bottom: 2px solid #00a99d;
    border-right: 2px solid #00a99d;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 38px;
    font-weight: 100;
    font-style: italic;
    font-size: 16px;
}
.title-section .search-item form button {
    position: absolute;
    right: 10px;
    top: -4px;
    background-color: transparent;
    border: 0;
}
.title-section .search-item form {
    position: relative;
}
#video-grid .single-video .details-section .name a{
    font-size: 18px;
    color: #00a99d;
    margin: 0;
}
#video-grid .single-video .preview-section {
    margin-bottom: 10px;
}
#video-grid .single-video .details-section .date {
    font-size: 18px;
    font-weight: 100;
}
.title-section .title-item h1, .title-section .title-item h2, .title-section .title-item h3 {
    font-size: 20px;
    color: #00a99d;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.video-view-content h1 {
    padding-top: 20px;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
.video-content {
    padding: 30px 0;
}
.video-view-content .description .std {
    font-size: 16px;
}
html .products-grid .product-item{
    width: 100% !important;
}
.product-item-info{
    width: 100% !important;
    box-shadow: 0 0 4px rgba(133, 104, 104, 0.2);
}
.product-item-sku {
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
}
html .products-grid .product-item .product-item-name a{
    text-decoration: none !important;
}
html .products-grid .product-item .product-item-name {
    text-align: center;
    min-height: 75px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-transform: none;
    line-height: 20px;
    color: #363636;
}
.products-grid .product-item-info:hover .product-item-sku,
.products-grid .product-item-info:hover .product-item-name a{
    color: white;
}
.products-grid .product-item-info:hover{
    border:none !important;
    padding:0 !important;
}