/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AutoRelated
 * @copyright   Copyright (c) 2017 Mageplaza (https://www.mageplaza.com/)
 * @license     http://mageplaza.com/LICENSE.txt
 */

.mageplaza-autorelated-slider>ol {
    width: 96%;
    margin: auto;
    margin-left: auto !important;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
#mageplaza-autorelated-block-before-cross, #mageplaza-autorelated-block-after-cross {
    width: 74%;
}
#mageplaza-autorelated-block-before-cross .mageplaza-autorelated-block, #mageplaza-autorelated-block-after-cross .mageplaza-autorelated-block {
    width: 100%;
}
#mageplaza-autorelated-block-before-cross, #mageplaza-autorelated-block-after-cross, #mageplaza-autorelated-block-before-cross .mageplaza-autorelated-block, #mageplaza-autorelated-block-after-cross .mageplaza-autorelated-block {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

@media (min-width: 1440px) {
    #mageplaza-autorelated-block-before-sidebar .product-item-info .product-item-details, #mageplaza-autorelated-block-after-sidebar .product-item-info .product-item-details {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    #mageplaza-autorelated-block-before-sidebar .product-item-info .product-item-photo, #mageplaza-autorelated-block-after-sidebar .product-item-info .product-item-photo {
        float: none;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .mageplaza-autorelated-slider>ol {
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2;
    }

    .cms-index-index.page-layout-1column .column.main, .cms-page-view.page-layout-1column .column.main, .checkout-cart-index.page-layout-1column .column.main, .catalog-product-view.page-layout-1column .column.main{
        width: 100%;
    }

    .catalog-category-view.page-layout-2columns-left .column.main, .catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main{
        width: 80%;
    }

    #mageplaza-autorelated-block-before-sidebar ol li, #mageplaza-autorelated-block-after-sidebar ol li {
        padding-left: 20px;
    }

    #mageplaza-autorelated-block-before-sidebar ol li .product-item-photo, #mageplaza-autorelated-block-after-sidebar ol li .product-item-photo {
        margin: 0 10px 10px 0;
        position: relative;
    }

    #mageplaza-autorelated-block-before-sidebar ol li .product-item-details, #mageplaza-autorelated-block-after-sidebar ol li .product-item-details {
        margin: 0;
    }

    #mageplaza-autorelated-block-before-cross, #mageplaza-autorelated-block-after-cross {
        width: 100%;
    }
}
@media (min-width: 640px) {
    .products-grid .mageplaza-autorelated-grid>ol .product-item-actions {
        margin: 0;
    }
}