/*  Playbacknow Changes */
.catalog-product-view .page-wrapper>.breadcrumbs {
  display: none !important;
}

.breadcrumbs {
	display: none !important; 
}



.products-grid .product-item .product-item-info .presenter-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s, backdrop-filter 0.3s;
    transform: scale(0.9);
    backdrop-filter: blur(10px);
    color: white;
    text-align: center;
    height: calc(100% - 52.8px);
    overflow: auto;
}
.products-grid .product-item .product-item-info:hover .presenter-popup {
    opacity: 1;
    transform: scale(1);
    backdrop-filter: blur(20px);
}


/* .presenter-popup .arrow {
    top: 50%;
    left: -5px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    position: absolute;
    width: 0;
    height: 0;
    display: none;
} */

.presenter-popup .presenter-details {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

/* .products-grid .product-item .product-item-info .presenter-popup .presenter-details {
    height: 100%;
} */
.presenter-popup .presenter-details h3 {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
    height: 42px;
}
.presenter-popup .presenter-details ul {
    list-style: none;
    padding: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-link {
    font-size: 1rem;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    /* display: block; */
}

.products-grid .product-item .product-item-info .product-item-details > .product-item-name {
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
    height: 44px;
}

.catalog-category-view li:hover i.video-play-btn {
    display: block;
}

i.video-play-btn {
    background: url(../images/video-play-btn-small.png) no-repeat 0 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    display: none !important;
}

.products-grid .product-item .product-item-info .product-item-photo {
    margin: 0;
    display: block;
}

.products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
    padding: 0 !important;
    height: auto;
}

.products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper img {
    position: relative;
    /* height: 200px; */
    object-fit: cover;
}

.product-item-info .product-reviews-summary {
    display: none !important;
}

.products-grid .product-item .product-item-info .product-item-photo .towishlist {
    display: none;
}

.products-grid .product-item .product-item-info .product-item-photo .tocompare {
    display: none;
}

.products-grid .product-item .product-item-info .product-item-photo .actions-primary {
    display: none;
}


.horizontal-browser-wrapper-section .product-item-info .product-item-name{
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
    height: 44px;
    margin: 10px 0;
}
.horizontal-browser-wrapper-section .product-item-info .product-item-name .product-item-link {
    font-size: 1rem;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    /* display: block; */
}

.horizontal-browser-wrapper-section .owl-carousel {
    position: relative;
    padding: 0;
}

body.catalog-product-view{
    overflow-x: hidden;
}

.horizontal-browser-wrapper-section .product-item {
    list-style: none;
}
.horizontal-browser-wrapper-section .product-item .product-item-info {
    padding: 10px;
}

.horizontal-browser-wrapper-section .product-item .product-item-info .product-item-photo {
    margin: 0;
}

.horizontal-browser-wrapper-section .product-item .product-item-info .presenter-popup {
    position: absolute;
    top: -2px;
    left: -2.2px;
    background: #00000070;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s, backdrop-filter 0.3s;
    transform: scale(0.5);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    height: calc(100% - 65px);
    overflow: auto;
    z-index: 100;
}

.horizontal-browser-wrapper-section .product-item .product-item-info:hover .presenter-popup {
    opacity: 1;
    transform: scale(.94);
    backdrop-filter: blur(20px);
}
span.presenter-overlay {
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    color: #fff;
    padding: 12px 10px;
    font-size: 18px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    margin: 0;
    width: 100%;
}

.tablinks a {
    color: #222529 !important;
    font-weight: bold;
    font-size: 18px;
}

.tablinks.active, .tablinks:hover {
    color: #fff !important;
    background-color: #009bda !important;
    border-color: #009bda !important;
}
.tablinks.active a,.tablinks:hover a{
    color: #fff !important;
}

.toolbar.toolbar-products {
    display: flex;
    justify-content: flex-end;
}

.toolbar.toolbar-products .toolbar-sorter.sorter {
    margin: 0 15px;
    position: relative;
    top: -4px;
}
.products-grid.columns4 .product-item:nth-child(4n+4) .product-item-info:hover .presenter-popup{
    right: 100%;
    left: unset;
}

/* .products-grid.columns4 .product-item:nth-child(4n+4) .product-item-info .presenter-popup .arrow {
    left: unset;
    right: -5px;
    transform: rotate(180deg);
} */

.download-button.downloadfiles {
    color: inherit;
}

@media(max-width:767px){
    
    .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper img {
        height: 160px;
    }
}

.fieldset > .field .action {
  color: #fff;
  font-weight: 500;
}

.st-image-share-buttons {
    display:none !important;
}






