?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/woocommerce/loop/
Upload File :
Current File : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/woocommerce/loop/quick-view.php

<?php
/**
 * Product XT Quick View
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

global $product;
if ( class_exists( 'XT_Woo_Quick_View' ) ) :
	?>
    <div class="dsn-quick-view p-absolute w-100 h-100 top-0 left-0">
        <div class="section-overlay p-absolute w-100 h-100 top-0 left-0" data-overlay="2"></div>
        <div class="icon-view v-middle" onclick="xt_wooqv_open(<?php echo esc_js( $product->get_id() ) ?>)">
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="512"
                 height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512"
                 xml:space="preserve"><g>
                    <g xmlns="http://www.w3.org/2000/svg">
                        <g>
                            <path d="M510.484,251.474C447.574,168.069,354.819,120.235,256,120.235S64.425,168.07,1.515,251.474    c-2.02,2.679-2.02,6.371,0,9.051C64.425,343.93,157.181,391.765,256,391.765s191.574-47.834,254.484-131.239    C512.505,257.846,512.505,254.153,510.484,251.474z M256,376.736c-92.263,0-179.064-43.928-239.014-120.736    C76.936,179.192,163.737,135.264,256,135.264c92.262,0,179.063,43.928,239.014,120.736    C435.063,332.808,348.262,376.736,256,376.736z"
                                  fill="#ffffff" style="" class=""/>
                        </g>
                    </g>
                    <g xmlns="http://www.w3.org/2000/svg">
                        <g>
                            <path d="M345.357,176.3c-2.763-3.096-7.514-3.367-10.611-0.603c-3.096,2.764-3.366,7.515-0.603,10.611    c17.128,19.19,26.562,43.942,26.562,69.692c0,57.734-46.971,104.704-104.705,104.704c-57.735,0-104.705-46.971-104.705-104.704    S198.265,151.295,256,151.295c16.904,0,33.036,3.902,47.945,11.596c3.686,1.901,8.22,0.456,10.124-3.232    c1.903-3.688,0.456-8.221-3.232-10.124c-16.821-8.681-35.783-13.269-54.836-13.269c-66.022,0-119.734,53.712-119.734,119.734    S189.978,375.734,256,375.734S375.734,322.021,375.734,256C375.734,226.552,364.945,198.248,345.357,176.3z"
                                  fill="#ffffff"/>
                        </g>
                    </g>
                    <g xmlns="http://www.w3.org/2000/svg">
                        <g>
                            <path d="M256,208.407c-26.242,0-47.593,21.35-47.593,47.593c0,26.242,21.351,47.593,47.593,47.593s47.593-21.351,47.593-47.593    S282.242,208.407,256,208.407z M256,288.563c-17.955,0-32.564-14.608-32.564-32.564s14.609-32.564,32.564-32.564    c17.956,0,32.564,14.608,32.564,32.564S273.956,288.563,256,288.563z"
                                  fill="#ffffff"/>
                        </g>
                    </g>
                </g>
</svg>
        </div>
    </div>
<?php endif; ?>