.postbox__thumb.postbox__audio iframe {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.mainmenu__logo {
  position: absolute;
  top: 48%;
  left: 41% !important;
  transform: translateY(-52%);
}


/* DOOB Product - Always show Add to Cart */
.tp-product_cart {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.tp-product_cart a.cart-button,
.tp-product_cart a.cart-button.icon-btn,
.tp-product_cart a.button.product_type_simple {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-flex !important;
    transform: none !important;
    position: relative !important;
}

/* Hover থাকলেও একই অবস্থায় থাকবে */
.tp-product_cart:hover a.cart-button,
.tp-product_cart:hover a.cart-button.icon-btn,
.tp-product_cart:hover a.button.product_type_simple {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}