/**
* 2010-2025 ADPixNet | WebMastering
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop or ThirtyBees to newer
* versions in the future. If you wish to customize PrestaShop or ThirtyBees for your
* needs please refer to https://www.prestashop.com or https://www.thirtybees.com for more information.
*
*
* @Module		ADG 360 view of product
* @Description	Displays a 360° view of your products
* @Version		4.4.2
* @Copyright	ADPixNet | WebMasterring <https://adpixnet.com/>
* @Addons		PrestaShop - ThirtyBees Developments <https://addons.adpixnet.com/>
* @support		Support Requests <https://admin.adpixnet.com/forms/ticket?styled=1&with_logo=1>
* @license		Valid for 1 website (or project) for each purchase of license International Registered 
*				Trademark & Property of ADPixNet. More information on <https://addons.adpixnet.com/content/1-politique-de-license>
*/

/* Product Page Footer/Tab CSS */
.adg360-section {margin-top: 1.5rem;}
.adg360-heading {border-bottom: 1px solid #dee2e6; padding-bottom: 10px;}
#adg-360-section {position: relative;}
/* Product Page Footer/Tab CSS Close*/
#adg-360-block {
    display: none;
    margin-bottom: 1.25rem;
    position: relative;
}

#adg-product-360-view {
    width: 100%;
}
.adg360-view-block {
    border: 1px solid #d6d4d4;
    background: #fff;
}
#adg-full-product-360-view {
    width: inherit !important;
    max-height: 670px !important;
    background: #fff;
}
.spritespin-frames {
    width: auto;
    max-height: 670px !important;
}
.adg-360-play-block {
    position: absolute;
    position: absolute;
    left: 50%;
    margin-left: -88px;
    margin-top: -50px;
}
.adg-360-btn {
    position: relative;
    outline: none;
    color: black;
    background: #fff none repeat scroll 0 0;
}
button[type=play] #play {
    display: block;
}
button[type=play] #push {
    display: none;
}
button[type=push] #push {
    display: block;
}
button[type=push] #play {
    display: none;
}
#adg-360-fullscreen {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
