/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 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:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

/* Product Page Footer/Tab CSS */
.wk360-section {margin-top: 1.5rem;}
.wk360-heading {border-bottom: 1px solid #dee2e6; padding-bottom: 10px;}
#wk-360-section {position: relative;}
/* Product Page Footer/Tab CSS Close*/
#wk-360-block {
    display: none;
    margin-bottom: 1.25rem;
    position: relative;
}

#wk-product-360-view {
    width: 100%;
}
.wk360-view-block {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
}
#wk-full-product-360-view {
    width: inherit !important;
    max-height: 600px !important;
    background: #fff;
}
.spritespin-frames {
    width: auto;
    max-height: 600px !important;
}
.wk-360-play-block {
    position: absolute;
    position: absolute;
    left: 50%;
    margin-left: -88px;
    margin-top: -50px;
}
.wk-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;
}
#wk-360-fullscreen {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
