.product-detail-content.summary.entry-summary h1 {
    font-size: 40px;
    color: #0f324e;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.product_meta {
    border-top: 1px solid #dedede;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 15px 0;
}

.product_meta .sku_wrapper {
    font-weight: bold;
    color: #222324;
    display: inline-block;
}

.bundle_form .bundled_product.bundled_product_summary.product {
    display: none;
}

/* Product Slider */
.slide-products .products .product-img {
    position: relative;
    overflow: hidden;
}

.slide-products .products img {
    border-radius: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.woocommerce .slide-products ul.products li.product a img {
    margin: 0;
    border-radius: 6px;
}

.woocommerce .slide-products ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

.woocommerce .slide-products .products .arrow {
    position: absolute;
    right: 0;
    margin-top: -12px;
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.woocommerce .slide-products ul.products li.product:hover .arrow {
    /* 09/12/2021 */
    /* background: #ffd911; */
    background: #0f324e;
}

.woocommerce .slide-products ul.products li.product:hover .arrow img {
    filter: invert(1) brightness(10);
}

.woocommerce .slide-products ul.products .product-img {
    position: relative;
    overflow: hidden;
}

.woocommerce .slide-products ul.products li.product .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(15 50 78 / 78%);
    transition: all .5s linear;
    border-radius: 6px;
    opacity: 0;
}

.woocommerce .slide-products ul.products li.product:hover .img-overlay {
    /*  transform: translateY(0px);
  transition: transform .38s cubic-bezier(.165, .84, .44, 1);*/
    /*will-change: transform;*/
    opacity: 1;
}

.woocommerce .slide-products ul.products .product-img .vd_iframe_open {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
}

.woocommerce .slide-products ul.products li.product:hover .woocommerce-loop-product__title {
    color: #0f324e;
}

.woocommerce .slide-products ul.products li.product .img-overlay .video-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, -50%);
}

.slide-products .sub-title {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 1;
    width: 100%;
}

.overlay, .md-overlay{display:none;}

/*product price tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
   color: #1ca8e5;
  /*border-bottom: 1px dotted black;*/
}
.tooltip:hover{
	color: #0f324e;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #0f324e;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-bottom: 4px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.2;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 24%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


@media(max-width:1200px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 38px;
    }
}

@media(max-width:992px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 36px;
    }
}

@media (max-width: 860px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 32px;
    }
}

@media(max-width:767px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 30px;
    }

    .woocommerce .slide-products ul.products li.product .img-overlay .video-popup {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 680px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 28px;
    }
}

@media(max-width:580px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 26px;
    }

    .woocommerce .slide-products ul.products li.product .img-overlay .video-popup {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {

    .product-detail-content.summary.entry-summary h1,
    .slide-products h2 {
        font-size: 24px;
    }
}
