component-product-layout-main-a {}

component-product-layout-main-a .product_layout_arrows ._left {
    position: absolute;
    margin-left: -30px;
    left: 0;
    opacity: 0.5;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

component-product-layout-main-a .product_layout_arrows ._right {
    position: absolute;
    margin-right: -30px;
    right: 0;
    opacity: 0.5;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

component-product-layout-main-a .product_layout_arrows .material-icons:hover {
    opacity: 1;
}

component-product-layout-main-a .product_layout_arrows.onMobile ._left {
    margin-left: 20px;
    color: white;
    opacity: 1;
    font-size: 4em !important;
    padding: 0px !important;
    text-shadow: 0px 0px 5px rgba(14, 14, 14, 0.54);
}

component-product-layout-main-a .product_layout_arrows.onMobile ._right {
    margin-right: 20px;
    color: white;
    opacity: 1;
    font-size: 4em !important;
    padding: 0px !important;
    text-shadow: 0px 0px 5px rgba(14, 14, 14, 0.54);
}

@media (max-width: 768px) {
    component-product-layout-main-a .mobile {
        padding: 0px;
    }
}