Version Notes
Small bug fixes
Download this release
Release Info
| Developer | MKMage |
| Extension | makgento_mobile |
| Version | 0.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.0 to 0.1.1
- app/code/local/MKMage/Makgento/Helper/Data.php +0 -4
- app/code/local/MKMage/Mkcore/Block/Mkcore.php +0 -5
- app/code/local/MKMage/Mkcore/etc/system.xml +0 -9
- app/code/local/{MKMage → MkMage}/Makgento/Block/Adminhtml/System/Config/Button.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Block/Adminhtml/System/Config/Buttoncat.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Block/Makgento.php +0 -0
- app/code/local/MkMage/Makgento/Helper/Data.php +14 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/Backend/ImageUpload.php +0 -0
- app/code/local/MkMage/Makgento/Model/Observer.php +39 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Attributes.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Categories.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Featured.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Footer.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/List.php +0 -0
- app/code/local/{MKMage → MkMage}/Makgento/etc/config.xml +12 -1
- app/code/local/{MKMage → MkMage}/Makgento/etc/system.xml +46 -7
- app/code/local/MkMage/Mkcore/Block/Mkcore.php +5 -0
- app/code/local/{MKMage → MkMage}/Mkcore/Helper/Data.php +0 -0
- app/code/local/{MKMage → MkMage}/Mkcore/etc/config.xml +0 -0
- app/code/local/MkMage/Mkcore/etc/system.xml +12 -0
- app/design/frontend/makgento/default/layout/local.xml +0 -36
- app/design/frontend/makgento/default/layout/page.xml +0 -100
- app/design/frontend/makgento/default/template/makgento/head.phtml +1 -1
- app/design/frontend/makgento/default/template/makgento/header_mobile.phtml +1 -1
- app/design/frontend/makgento/default/template/makgento/list.phtml +3 -7
- app/design/frontend/makgento/default/template/makgento/product.phtml +1 -1
- app/design/frontend/makgento/default/template/makgento/related.phtml +5 -9
- app/design/frontend/makgento/default/template/{makgento → page}/1column.phtml +34 -29
- app/design/frontend/makgento/default/template/page/2columns-left.phtml +34 -0
- app/design/frontend/makgento/default/template/page/2columns-right.phtml +34 -0
- app/design/frontend/makgento/default/template/page/3columns.phtml +34 -0
- app/design/frontend/makgento/default/template/page/html/header.phtml +1 -1
- app/etc/modules/MKMage_Makgento.xml +9 -0
- app/etc/modules/MKMage_Mkcore.xml +9 -0
- package.xml +6 -13
- skin/adminhtml/default/default/mkcore.png +0 -0
- skin/frontend/makgento/default/css/styles.css +176 -254
app/code/local/MKMage/Makgento/Helper/Data.php
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
class MKMage_Makgento_Helper_Data extends Mage_Core_Helper_Abstract
|
| 3 |
-
{
|
| 4 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/MKMage/Mkcore/Block/Mkcore.php
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
class MKMage_Mkcore_Block_Mkmkcore extends Mage_Core_Block_Template
|
| 3 |
-
{
|
| 4 |
-
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/MKMage/Mkcore/etc/system.xml
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<config>
|
| 3 |
-
<tabs>
|
| 4 |
-
<mkmage translate="label" module="mkcore">
|
| 5 |
-
<label>MKMage Extensions</label>
|
| 6 |
-
<sort_order>100</sort_order>
|
| 7 |
-
</mkmage>
|
| 8 |
-
</tabs>
|
| 9 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/{MKMage → MkMage}/Makgento/Block/Adminhtml/System/Config/Button.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Block/Adminhtml/System/Config/Buttoncat.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Block/Makgento.php
RENAMED
|
File without changes
|
app/code/local/MkMage/Makgento/Helper/Data.php
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
class MKMage_Makgento_Helper_Data extends Mage_Core_Helper_Abstract
|
| 3 |
+
{
|
| 4 |
+
public function getIsActive() {
|
| 5 |
+
|
| 6 |
+
$makgentoXmlEnabled = Mage::helper('core')->isModuleEnabled('MKMage_Makgento') ? true : false;
|
| 7 |
+
$makgentoOutputEnabled = Mage::helper('core')->isModuleOutputEnabled("MKMage_Makgento") ? true : false;
|
| 8 |
+
$makgentoModuleEnabled = Mage::getStoreConfig('makgento/general/enabled',Mage::app()->getStore()) ? true : false;
|
| 9 |
+
$makgentoModuleRegistered = Mage::getStoreConfig('makgento/general/sent',Mage::app()->getStore()) ? true : false;
|
| 10 |
+
|
| 11 |
+
return ( $makgentoXmlEnabled && $makgentoOutputEnabled && $makgentoModuleEnabled ) ? true : false;
|
| 12 |
+
|
| 13 |
+
}
|
| 14 |
+
}
|
app/code/local/{MKMage → MkMage}/Makgento/Model/Backend/ImageUpload.php
RENAMED
|
File without changes
|
app/code/local/MkMage/Makgento/Model/Observer.php
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
class MKMage_Makgento_Model_Observer
|
| 3 |
+
{
|
| 4 |
+
|
| 5 |
+
public function validateSystemSettings(Varien_Event_Observer $observer) {
|
| 6 |
+
if (Mage::getStoreConfig('makgento/general/email') != '') {
|
| 7 |
+
if (Mage::getStoreConfig('makgento/general/sent') != 1) {
|
| 8 |
+
$body = '<p>Makgento registration for ' . Mage::getBaseUrl() . '</p>';
|
| 9 |
+
$email = Mage::getModel('core/email');
|
| 10 |
+
$email->setToName('MkMage');
|
| 11 |
+
$email->setToEmail('igor@mkmage.com');
|
| 12 |
+
$email->setBody($body);
|
| 13 |
+
$email->setSubject('Makgento Customer Registration');
|
| 14 |
+
$email->setFromEmail(Mage::getStoreConfig('makgento/general/email'));
|
| 15 |
+
$email->setFromName(Mage::getBaseUrl());
|
| 16 |
+
$email->setType('html');
|
| 17 |
+
|
| 18 |
+
try {
|
| 19 |
+
$email->send();
|
| 20 |
+
Mage::getSingleton('core/session')->addSuccess('Thank you for registering with us.');
|
| 21 |
+
}
|
| 22 |
+
catch (Exception $e) {
|
| 23 |
+
Zend_Debug::dump($e->getMessage());
|
| 24 |
+
Mage::getSingleton('core/session')->addError('Could not proccess your request.');
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
Mage::getConfig()->saveConfig('makgento/general/sent', 1);
|
| 28 |
+
Mage::getConfig()->saveConfig('makgento/general/enabled', 1);
|
| 29 |
+
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
else{
|
| 33 |
+
Mage::getConfig()->saveConfig('makgento/general/enabled', 0);
|
| 34 |
+
Mage::getConfig()->saveConfig('makgento/general/sent', 0);
|
| 35 |
+
Mage::getSingleton('core/session')->addWarning('Please enter email address to register the extension.');
|
| 36 |
+
}
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
}
|
app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Attributes.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Categories.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Featured.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/Footer.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/Model/System/Config/Source/Dropdown/List.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Makgento/etc/config.xml
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<MKMage_Makgento>
|
| 5 |
-
<version>0.1.
|
| 6 |
</MKMage_Makgento>
|
| 7 |
</modules>
|
| 8 |
<global>
|
|
@@ -59,5 +59,16 @@
|
|
| 59 |
</admin>
|
| 60 |
</resources>
|
| 61 |
</acl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
</adminhtml>
|
| 63 |
</config>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<MKMage_Makgento>
|
| 5 |
+
<version>0.1.1</version>
|
| 6 |
</MKMage_Makgento>
|
| 7 |
</modules>
|
| 8 |
<global>
|
| 59 |
</admin>
|
| 60 |
</resources>
|
| 61 |
</acl>
|
| 62 |
+
<events>
|
| 63 |
+
<admin_system_config_changed_section_makgento>
|
| 64 |
+
<observers>
|
| 65 |
+
<makgento>
|
| 66 |
+
<type>singleton</type>
|
| 67 |
+
<class>MKMage_Makgento_Model_Observer</class>
|
| 68 |
+
<method>validateSystemSettings</method>
|
| 69 |
+
</makgento>
|
| 70 |
+
</observers>
|
| 71 |
+
</admin_system_config_changed_section_makgento>
|
| 72 |
+
</events>
|
| 73 |
</adminhtml>
|
| 74 |
</config>
|
app/code/local/{MKMage → MkMage}/Makgento/etc/system.xml
RENAMED
|
@@ -9,10 +9,52 @@
|
|
| 9 |
<show_in_website>1</show_in_website>
|
| 10 |
<show_in_store>1</show_in_store>
|
| 11 |
<groups>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<header_footer translate="label" module="makgento">
|
| 13 |
<label>Header and Footer</label>
|
| 14 |
<frontend_type>text</frontend_type>
|
| 15 |
-
<sort_order>
|
| 16 |
<show_in_default>1</show_in_default>
|
| 17 |
<show_in_website>1</show_in_website>
|
| 18 |
<show_in_store>1</show_in_store>
|
|
@@ -43,7 +85,7 @@
|
|
| 43 |
<home_page translate="label" module="makgento">
|
| 44 |
<label>Home Page</label>
|
| 45 |
<frontend_type>text</frontend_type>
|
| 46 |
-
<sort_order>
|
| 47 |
<show_in_default>1</show_in_default>
|
| 48 |
<show_in_website>1</show_in_website>
|
| 49 |
<show_in_store>1</show_in_store>
|
|
@@ -341,7 +383,7 @@
|
|
| 341 |
<makgento_grid>
|
| 342 |
<label>Category Page</label>
|
| 343 |
<frontend_type>text</frontend_type>
|
| 344 |
-
<sort_order>
|
| 345 |
<show_in_default>1</show_in_default>
|
| 346 |
<show_in_website>1</show_in_website>
|
| 347 |
<show_in_store>1</show_in_store>
|
|
@@ -374,11 +416,10 @@
|
|
| 374 |
|
| 375 |
</fields>
|
| 376 |
</makgento_grid>
|
| 377 |
-
|
| 378 |
<makgento_product>
|
| 379 |
<label>Product Page</label>
|
| 380 |
<frontend_type>text</frontend_type>
|
| 381 |
-
<sort_order>
|
| 382 |
<show_in_default>1</show_in_default>
|
| 383 |
<show_in_website>1</show_in_website>
|
| 384 |
<show_in_store>1</show_in_store>
|
|
@@ -429,8 +470,6 @@
|
|
| 429 |
|
| 430 |
</fields>
|
| 431 |
</makgento_product>
|
| 432 |
-
|
| 433 |
-
|
| 434 |
</groups>
|
| 435 |
</makgento>
|
| 436 |
</sections>
|
| 9 |
<show_in_website>1</show_in_website>
|
| 10 |
<show_in_store>1</show_in_store>
|
| 11 |
<groups>
|
| 12 |
+
<general translate="label" module="makgento">
|
| 13 |
+
<label>General</label>
|
| 14 |
+
<frontend_type>text</frontend_type>
|
| 15 |
+
<sort_order>0</sort_order>
|
| 16 |
+
<show_in_default>1</show_in_default>
|
| 17 |
+
<show_in_website>1</show_in_website>
|
| 18 |
+
<show_in_store>1</show_in_store>
|
| 19 |
+
<comment>
|
| 20 |
+
<![CDATA[
|
| 21 |
+
<style>#row_makgento_general_email_sent{display:none;}</style>
|
| 22 |
+
]]>
|
| 23 |
+
</comment>
|
| 24 |
+
<fields>
|
| 25 |
+
<email translate="label">
|
| 26 |
+
<label>Register extension</label>
|
| 27 |
+
<frontend_type>text</frontend_type>
|
| 28 |
+
<validate>validate-email</validate>
|
| 29 |
+
<comment>Enter email to register your extension</comment>
|
| 30 |
+
<sort_order>0</sort_order>
|
| 31 |
+
<show_in_default>1</show_in_default>
|
| 32 |
+
<show_in_website>1</show_in_website>
|
| 33 |
+
<show_in_store>1</show_in_store>
|
| 34 |
+
</email>
|
| 35 |
+
<sent translate="label">
|
| 36 |
+
<frontend_type>hidden</frontend_type>
|
| 37 |
+
<sort_order>1</sort_order>
|
| 38 |
+
<show_in_default>1</show_in_default>
|
| 39 |
+
<show_in_website>1</show_in_website>
|
| 40 |
+
<show_in_store>1</show_in_store>
|
| 41 |
+
</sent>
|
| 42 |
+
<enabled translate="label">
|
| 43 |
+
<label>Enable extension</label>
|
| 44 |
+
<frontend_type>select</frontend_type>
|
| 45 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 46 |
+
<sort_order>2</sort_order>
|
| 47 |
+
<show_in_default>1</show_in_default>
|
| 48 |
+
<show_in_website>1</show_in_website>
|
| 49 |
+
<show_in_store>1</show_in_store>
|
| 50 |
+
</enabled>
|
| 51 |
+
</fields>
|
| 52 |
+
|
| 53 |
+
</general>
|
| 54 |
<header_footer translate="label" module="makgento">
|
| 55 |
<label>Header and Footer</label>
|
| 56 |
<frontend_type>text</frontend_type>
|
| 57 |
+
<sort_order>1</sort_order>
|
| 58 |
<show_in_default>1</show_in_default>
|
| 59 |
<show_in_website>1</show_in_website>
|
| 60 |
<show_in_store>1</show_in_store>
|
| 85 |
<home_page translate="label" module="makgento">
|
| 86 |
<label>Home Page</label>
|
| 87 |
<frontend_type>text</frontend_type>
|
| 88 |
+
<sort_order>2</sort_order>
|
| 89 |
<show_in_default>1</show_in_default>
|
| 90 |
<show_in_website>1</show_in_website>
|
| 91 |
<show_in_store>1</show_in_store>
|
| 383 |
<makgento_grid>
|
| 384 |
<label>Category Page</label>
|
| 385 |
<frontend_type>text</frontend_type>
|
| 386 |
+
<sort_order>3</sort_order>
|
| 387 |
<show_in_default>1</show_in_default>
|
| 388 |
<show_in_website>1</show_in_website>
|
| 389 |
<show_in_store>1</show_in_store>
|
| 416 |
|
| 417 |
</fields>
|
| 418 |
</makgento_grid>
|
|
|
|
| 419 |
<makgento_product>
|
| 420 |
<label>Product Page</label>
|
| 421 |
<frontend_type>text</frontend_type>
|
| 422 |
+
<sort_order>4</sort_order>
|
| 423 |
<show_in_default>1</show_in_default>
|
| 424 |
<show_in_website>1</show_in_website>
|
| 425 |
<show_in_store>1</show_in_store>
|
| 470 |
|
| 471 |
</fields>
|
| 472 |
</makgento_product>
|
|
|
|
|
|
|
| 473 |
</groups>
|
| 474 |
</makgento>
|
| 475 |
</sections>
|
app/code/local/MkMage/Mkcore/Block/Mkcore.php
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
class MKMage_Mkcore_Block_Mkcore extends Mage_Core_Block_Template
|
| 3 |
+
{
|
| 4 |
+
|
| 5 |
+
}
|
app/code/local/{MKMage → MkMage}/Mkcore/Helper/Data.php
RENAMED
|
File without changes
|
app/code/local/{MKMage → MkMage}/Mkcore/etc/config.xml
RENAMED
|
File without changes
|
app/code/local/MkMage/Mkcore/etc/system.xml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<config>
|
| 3 |
+
<tabs>
|
| 4 |
+
<mkmage translate="label" module="mkcore">
|
| 5 |
+
<label><![CDATA[<div style="position: absolute;"><img id="mkmage_block" src="" alt="" border="0" /></div> <script>
|
| 6 |
+
var n = SKIN_URL.indexOf("adminhtml");
|
| 7 |
+
$('mkmage_block').src = SKIN_URL.substring(0, n) + "/adminhtml/default/default/mkcore.png";
|
| 8 |
+
</script>]]></label>
|
| 9 |
+
<sort_order>0</sort_order>
|
| 10 |
+
</mkmage>
|
| 11 |
+
</tabs>
|
| 12 |
+
</config>
|
app/design/frontend/makgento/default/layout/local.xml
CHANGED
|
@@ -14,33 +14,6 @@
|
|
| 14 |
<remove name="breadcrumbs"/>
|
| 15 |
</reference>
|
| 16 |
</default>
|
| 17 |
-
<page_empty>
|
| 18 |
-
<reference name="root">
|
| 19 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 20 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 21 |
-
<action method="setLayoutCode"><name>empty</name></action>
|
| 22 |
-
</reference>
|
| 23 |
-
</page_empty>
|
| 24 |
-
<page_one_column>
|
| 25 |
-
<reference name="root">
|
| 26 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 27 |
-
</reference>
|
| 28 |
-
</page_one_column>
|
| 29 |
-
<page_two_columns_left>
|
| 30 |
-
<reference name="root">
|
| 31 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 32 |
-
</reference>
|
| 33 |
-
</page_two_columns_left>
|
| 34 |
-
<page_two_columns_right>
|
| 35 |
-
<reference name="root">
|
| 36 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 37 |
-
</reference>
|
| 38 |
-
</page_two_columns_right>
|
| 39 |
-
<page_three_columns>
|
| 40 |
-
<reference name="root">
|
| 41 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 42 |
-
</reference>
|
| 43 |
-
</page_three_columns>
|
| 44 |
<cms_index_index>
|
| 45 |
<reference name="root">
|
| 46 |
<block type="catalog/product_send" name="homepage">
|
|
@@ -73,9 +46,6 @@
|
|
| 73 |
</reference>
|
| 74 |
</tag_product_list>
|
| 75 |
<catalogsearch_result_index>
|
| 76 |
-
<reference name="root">
|
| 77 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 78 |
-
</reference>
|
| 79 |
<reference name="product_list">
|
| 80 |
<action method="setTemplate"><template>makgento/list.phtml</template></action>
|
| 81 |
</reference>
|
|
@@ -84,9 +54,6 @@
|
|
| 84 |
</reference>
|
| 85 |
</catalogsearch_result_index>
|
| 86 |
<catalogsearch_advanced_result>
|
| 87 |
-
<reference name="root">
|
| 88 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 89 |
-
</reference>
|
| 90 |
<reference name="product_list">
|
| 91 |
<action method="setTemplate"><template>makgento/list.phtml</template></action>
|
| 92 |
</reference>
|
|
@@ -199,9 +166,6 @@
|
|
| 199 |
</reference>
|
| 200 |
</contacts_index_index>
|
| 201 |
<customer_account_index>
|
| 202 |
-
<reference name="root">
|
| 203 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 204 |
-
</reference>
|
| 205 |
<reference name="customer_account_dashboard">
|
| 206 |
<action method="setTemplate"><template>makgento/account_dashboard.phtml</template></action>
|
| 207 |
</reference>
|
| 14 |
<remove name="breadcrumbs"/>
|
| 15 |
</reference>
|
| 16 |
</default>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
<cms_index_index>
|
| 18 |
<reference name="root">
|
| 19 |
<block type="catalog/product_send" name="homepage">
|
| 46 |
</reference>
|
| 47 |
</tag_product_list>
|
| 48 |
<catalogsearch_result_index>
|
|
|
|
|
|
|
|
|
|
| 49 |
<reference name="product_list">
|
| 50 |
<action method="setTemplate"><template>makgento/list.phtml</template></action>
|
| 51 |
</reference>
|
| 54 |
</reference>
|
| 55 |
</catalogsearch_result_index>
|
| 56 |
<catalogsearch_advanced_result>
|
|
|
|
|
|
|
|
|
|
| 57 |
<reference name="product_list">
|
| 58 |
<action method="setTemplate"><template>makgento/list.phtml</template></action>
|
| 59 |
</reference>
|
| 166 |
</reference>
|
| 167 |
</contacts_index_index>
|
| 168 |
<customer_account_index>
|
|
|
|
|
|
|
|
|
|
| 169 |
<reference name="customer_account_dashboard">
|
| 170 |
<action method="setTemplate"><template>makgento/account_dashboard.phtml</template></action>
|
| 171 |
</reference>
|
app/design/frontend/makgento/default/layout/page.xml
DELETED
|
@@ -1,100 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<layout version="0.1.0">
|
| 3 |
-
<default translate="label">
|
| 4 |
-
<label>All Pages</label>
|
| 5 |
-
<block type="page/html" name="root" output="toHtml" template="page/1column.phtml">
|
| 6 |
-
<block type="page/html_head" name="head" as="head">
|
| 7 |
-
<action method="addJs"><script>prototype/prototype.js</script></action>
|
| 8 |
-
<action method="addJs"><script>lib/ccard.js</script></action>
|
| 9 |
-
<action method="addJs"><script>prototype/validation.js</script></action>
|
| 10 |
-
<action method="addJs"><script>scriptaculous/builder.js</script></action>
|
| 11 |
-
<action method="addJs"><script>scriptaculous/effects.js</script></action>
|
| 12 |
-
<action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
|
| 13 |
-
<action method="addJs"><script>scriptaculous/controls.js</script></action>
|
| 14 |
-
<action method="addJs"><script>scriptaculous/slider.js</script></action>
|
| 15 |
-
<action method="addJs"><script>varien/js.js</script></action>
|
| 16 |
-
<action method="addJs"><script>varien/form.js</script></action>
|
| 17 |
-
<action method="addJs"><script>mage/translate.js</script></action>
|
| 18 |
-
<action method="addJs"><script>mage/cookies.js</script></action>
|
| 19 |
-
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
| 20 |
-
</block>
|
| 21 |
-
|
| 22 |
-
<block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
|
| 23 |
-
<label>Page Top</label>
|
| 24 |
-
</block>
|
| 25 |
-
|
| 26 |
-
<block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
|
| 27 |
-
|
| 28 |
-
<block type="page/html_header" name="header" as="header">
|
| 29 |
-
<block name="user_links" as="user_links" type="page/template_links" />
|
| 30 |
-
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
| 31 |
-
<block type="page/template_links" name="top.links" as="topLinks"/>
|
| 32 |
-
<block type="page/template_links" name="account.links" as="accountLinks"/>
|
| 33 |
-
</block>
|
| 34 |
-
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
|
| 35 |
-
|
| 36 |
-
<block type="core/messages" name="global_messages" as="global_messages"/>
|
| 37 |
-
<block type="core/messages" name="messages" as="messages"/>
|
| 38 |
-
<block type="core/text_list" name="content" as="content" translate="label">
|
| 39 |
-
<label>Main Content Area</label>
|
| 40 |
-
</block>
|
| 41 |
-
|
| 42 |
-
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
|
| 43 |
-
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
|
| 44 |
-
<block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
|
| 45 |
-
</block>
|
| 46 |
-
|
| 47 |
-
<block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
|
| 48 |
-
<label>Page Bottom</label>
|
| 49 |
-
</block>
|
| 50 |
-
</block>
|
| 51 |
-
|
| 52 |
-
<block type="core/profiler" output="toHtml" name="core_profiler"/>
|
| 53 |
-
</default>
|
| 54 |
-
|
| 55 |
-
<!-- Custom page layout handles -->
|
| 56 |
-
<page_empty>
|
| 57 |
-
<reference name="root">
|
| 58 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 59 |
-
<!-- Mark root page block that template is applied -->
|
| 60 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 61 |
-
<action method="setLayoutCode"><name>empty</name></action>
|
| 62 |
-
</reference>
|
| 63 |
-
</page_empty>
|
| 64 |
-
|
| 65 |
-
<page_one_column>
|
| 66 |
-
<reference name="root">
|
| 67 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 68 |
-
<!-- Mark root page block that template is applied -->
|
| 69 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 70 |
-
<action method="setLayoutCode"><name>one_column</name></action>
|
| 71 |
-
</reference>
|
| 72 |
-
</page_one_column>
|
| 73 |
-
|
| 74 |
-
<page_two_columns_left>
|
| 75 |
-
<reference name="root">
|
| 76 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 77 |
-
<!-- Mark root page block that template is applied -->
|
| 78 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 79 |
-
<action method="setLayoutCode"><name>two_columns_left</name></action>
|
| 80 |
-
</reference>
|
| 81 |
-
</page_two_columns_left>
|
| 82 |
-
|
| 83 |
-
<page_two_columns_right>
|
| 84 |
-
<reference name="root">
|
| 85 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 86 |
-
<!-- Mark root page block that template is applied -->
|
| 87 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 88 |
-
<action method="setLayoutCode"><name>two_columns_right</name></action>
|
| 89 |
-
</reference>
|
| 90 |
-
</page_two_columns_right>
|
| 91 |
-
|
| 92 |
-
<page_three_columns>
|
| 93 |
-
<reference name="root">
|
| 94 |
-
<action method="setTemplate"><template>makgento/1column.phtml</template></action>
|
| 95 |
-
<!-- Mark root page block that template is applied -->
|
| 96 |
-
<action method="setIsHandle"><applied>1</applied></action>
|
| 97 |
-
<action method="setLayoutCode"><name>three_columns</name></action>
|
| 98 |
-
</reference>
|
| 99 |
-
</page_three_columns>
|
| 100 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/makgento/default/template/makgento/head.phtml
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<meta name="apple-mobile-web-app-title" content="MTTO">
|
| 8 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
| 9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
|
| 10 |
-
<link rel="apple-touch-icon" href="
|
| 11 |
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic' rel='stylesheet' type='text/css'>
|
| 12 |
<script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'skin/frontend/makgento/default/js/jquery-2.1.0.min.js'; ?>"></script>
|
| 13 |
<script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'skin/frontend/makgento/default/js/scripts.js'; ?>"></script>
|
| 7 |
<meta name="apple-mobile-web-app-title" content="MTTO">
|
| 8 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
| 9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
|
| 10 |
+
<link rel="apple-touch-icon" href="<?php echo $store_touch_icon; ?>">
|
| 11 |
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic' rel='stylesheet' type='text/css'>
|
| 12 |
<script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'skin/frontend/makgento/default/js/jquery-2.1.0.min.js'; ?>"></script>
|
| 13 |
<script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'skin/frontend/makgento/default/js/scripts.js'; ?>"></script>
|
app/design/frontend/makgento/default/template/makgento/header_mobile.phtml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
 
|
| 22 |
</div>
|
| 23 |
<div class="makgento-cart">
|
| 24 |
-
<a href="
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
<div id="main-menu-drop-down" style="display:none">
|
| 21 |
 
|
| 22 |
</div>
|
| 23 |
<div class="makgento-cart">
|
| 24 |
+
<a href="<?php echo $this->getUrl('checkout/cart')?>"> <span><?php echo Mage::helper('checkout/cart')->getSummaryCount(); ?></span></a>
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
<div id="main-menu-drop-down" style="display:none">
|
app/design/frontend/makgento/default/template/makgento/list.phtml
CHANGED
|
@@ -18,13 +18,9 @@
|
|
| 18 |
<?php foreach ($_productCollection as $_product): ?>
|
| 19 |
<li class="makgento-item <?php echo $itno; ?>">
|
| 20 |
<div class="makgento-image">
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
<a <?=$bg_colors[array_rand($bg_colors)]?>" href="<?= $_product->getProductUrl() ?>">
|
| 25 |
-
<?php endif; ?>
|
| 26 |
-
<img src="<?= $this->helper('catalog/image')->init($_product, 'small_image')->resize($imgw,$imgh); ?>" alt="" />
|
| 27 |
-
</a>
|
| 28 |
</div>
|
| 29 |
<div class="makgento-info">
|
| 30 |
<? $name = $_helper->productAttribute($_product, $_product->getName() , 'name'); ?>
|
| 18 |
<?php foreach ($_productCollection as $_product): ?>
|
| 19 |
<li class="makgento-item <?php echo $itno; ?>">
|
| 20 |
<div class="makgento-image">
|
| 21 |
+
<a href="<?php echo $_product->getProductUrl() ?>">
|
| 22 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize($imgw,$imgh); ?>" alt="" />
|
| 23 |
+
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
</div>
|
| 25 |
<div class="makgento-info">
|
| 26 |
<? $name = $_helper->productAttribute($_product, $_product->getName() , 'name'); ?>
|
app/design/frontend/makgento/default/template/makgento/product.phtml
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<?php if($iphone != 'true') : ?>
|
| 33 |
<div class="product small-12 columns">
|
| 34 |
<? $pname = $_helper->productAttribute($_product, $_product->getName(), 'name'); ?>
|
| 35 |
-
<h1 class="product product-name"
|
| 36 |
</div>
|
| 37 |
<?php endif; ?>
|
| 38 |
|
| 32 |
<?php if($iphone != 'true') : ?>
|
| 33 |
<div class="product small-12 columns">
|
| 34 |
<? $pname = $_helper->productAttribute($_product, $_product->getName(), 'name'); ?>
|
| 35 |
+
<h1 class="product product-name"><?php echo ucwords(strtolower($pname)); ?></h1>
|
| 36 |
</div>
|
| 37 |
<?php endif; ?>
|
| 38 |
|
app/design/frontend/makgento/default/template/makgento/related.phtml
CHANGED
|
@@ -14,17 +14,13 @@
|
|
| 14 |
$i=0; foreach ($_productCollection as $_product):
|
| 15 |
$_productNameStripped = $this->stripTags($_product->getName(), null, true);?>
|
| 16 |
|
| 17 |
-
<li class="small-6 columns
|
| 18 |
-
<?php
|
| 19 |
-
<
|
| 20 |
-
<?php else: ?>
|
| 21 |
-
<a class="product-link d <?=$bg_colors[array_rand($bg_colors)]?>" href="<?= $_product->getProductUrl() ?>">
|
| 22 |
-
<?php endif; ?>
|
| 23 |
-
<img class="thumb" src="<?= $this->helper('catalog/image')->init($_product, 'small_image')->resize(223,319); ?>" alt="" />
|
| 24 |
</a>
|
| 25 |
<div class="info-sec small-12 columns">
|
| 26 |
-
<h2 class="product-name"
|
| 27 |
-
<div class="prices"
|
| 28 |
</div>
|
| 29 |
</li>
|
| 30 |
<?php $i++;endforeach; ?>
|
| 14 |
$i=0; foreach ($_productCollection as $_product):
|
| 15 |
$_productNameStripped = $this->stripTags($_product->getName(), null, true);?>
|
| 16 |
|
| 17 |
+
<li class="small-6 columns grid-block">
|
| 18 |
+
<a class="product-link" href="<?php echo $_product->getProductUrl() ?>">
|
| 19 |
+
<img class="thumb" src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(223,319); ?>" alt="" />
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</a>
|
| 21 |
<div class="info-sec small-12 columns">
|
| 22 |
+
<h2 class="product-name"><?php echo ucwords(strtolower($_productNameStripped))?></h2>
|
| 23 |
+
<div class="prices"><?php echo $this->getPriceHtml($_product, true); ?></div>
|
| 24 |
</div>
|
| 25 |
</li>
|
| 26 |
<?php $i++;endforeach; ?>
|
app/design/frontend/makgento/default/template/{makgento → page}/1column.phtml
RENAMED
|
@@ -1,29 +1,34 @@
|
|
| 1 |
-
<head>
|
| 2 |
-
<?php echo $this->getChildHtml('head') ?>
|
| 3 |
-
</head>
|
| 4 |
-
<body<?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?> home="index.php" ontouchstart="">
|
| 5 |
-
<?php echo $this->getChildHtml('after_body_start') ?>
|
| 6 |
-
<?php echo $this->getChildHtml('global_notices') ?>
|
| 7 |
-
<?php echo $this->getChildHtml('header'); ?>
|
| 8 |
-
<div class="main-container" data-role="main">
|
| 9 |
-
<div class="main col-1-layout">
|
| 10 |
-
<div class="clear"></div>
|
| 11 |
-
<div id="main" class="col-main">
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
</div>
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<head>
|
| 2 |
+
<?php echo $this->getChildHtml('head') ?>
|
| 3 |
+
</head>
|
| 4 |
+
<body<?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?> home="index.php" ontouchstart="">
|
| 5 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
| 6 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
| 7 |
+
<?php echo $this->getChildHtml('header'); ?>
|
| 8 |
+
<div class="main-container" data-role="main">
|
| 9 |
+
<div class="main col-1-layout">
|
| 10 |
+
<div class="clear"></div>
|
| 11 |
+
<div id="main" class="col-main">
|
| 12 |
+
<?php
|
| 13 |
+
if(!Mage::helper('makgento')->getIsActive()){
|
| 14 |
+
echo '<ul class="messages"><li class="error-msg"><ul><li><span>MakGento Mobile Theme is not Enabled</span></li></ul></li></ul>';
|
| 15 |
+
}
|
| 16 |
+
?>
|
| 17 |
+
<div <?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?>>
|
| 18 |
+
<? if( Mage::getSingleton('cms/page')->getIdentifier() != 'home' || Mage::app()->getFrontController()->getRequest()->getRouteName() != 'cms') : ?>
|
| 19 |
+
<?php echo $this->getChildHtml('content') ?>
|
| 20 |
+
<? else: ?>
|
| 21 |
+
<?php echo $this->getChildHtml('homepage') ?>
|
| 22 |
+
<?php endif; ?>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<?php echo $this->getChildHtml('footer') ?>
|
| 29 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
| 30 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
</body>
|
| 34 |
+
</html>
|
app/design/frontend/makgento/default/template/page/2columns-left.phtml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<head>
|
| 2 |
+
<?php echo $this->getChildHtml('head') ?>
|
| 3 |
+
</head>
|
| 4 |
+
<body<?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?> home="index.php" ontouchstart="">
|
| 5 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
| 6 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
| 7 |
+
<?php echo $this->getChildHtml('header'); ?>
|
| 8 |
+
<div class="main-container" data-role="main">
|
| 9 |
+
<div class="main col-1-layout">
|
| 10 |
+
<div class="clear"></div>
|
| 11 |
+
<div id="main" class="col-main">
|
| 12 |
+
<?php
|
| 13 |
+
if(!Mage::helper('makgento')->getIsActive()){
|
| 14 |
+
echo '<ul class="messages"><li class="error-msg"><ul><li><span>MakGento Mobile Theme is not Enabled</span></li></ul></li></ul>';
|
| 15 |
+
}
|
| 16 |
+
?>
|
| 17 |
+
<div <?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?>>
|
| 18 |
+
<? if( Mage::getSingleton('cms/page')->getIdentifier() != 'home' || Mage::app()->getFrontController()->getRequest()->getRouteName() != 'cms') : ?>
|
| 19 |
+
<?php echo $this->getChildHtml('content') ?>
|
| 20 |
+
<? else: ?>
|
| 21 |
+
<?php echo $this->getChildHtml('homepage') ?>
|
| 22 |
+
<?php endif; ?>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<?php echo $this->getChildHtml('footer') ?>
|
| 29 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
| 30 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
</body>
|
| 34 |
+
</html>
|
app/design/frontend/makgento/default/template/page/2columns-right.phtml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<head>
|
| 2 |
+
<?php echo $this->getChildHtml('head') ?>
|
| 3 |
+
</head>
|
| 4 |
+
<body<?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?> home="index.php" ontouchstart="">
|
| 5 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
| 6 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
| 7 |
+
<?php echo $this->getChildHtml('header'); ?>
|
| 8 |
+
<div class="main-container" data-role="main">
|
| 9 |
+
<div class="main col-1-layout">
|
| 10 |
+
<div class="clear"></div>
|
| 11 |
+
<div id="main" class="col-main">
|
| 12 |
+
<?php
|
| 13 |
+
if(!Mage::helper('makgento')->getIsActive()){
|
| 14 |
+
echo '<ul class="messages"><li class="error-msg"><ul><li><span>MakGento Mobile Theme is not Enabled</span></li></ul></li></ul>';
|
| 15 |
+
}
|
| 16 |
+
?>
|
| 17 |
+
<div <?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?>>
|
| 18 |
+
<? if( Mage::getSingleton('cms/page')->getIdentifier() != 'home' || Mage::app()->getFrontController()->getRequest()->getRouteName() != 'cms') : ?>
|
| 19 |
+
<?php echo $this->getChildHtml('content') ?>
|
| 20 |
+
<? else: ?>
|
| 21 |
+
<?php echo $this->getChildHtml('homepage') ?>
|
| 22 |
+
<?php endif; ?>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<?php echo $this->getChildHtml('footer') ?>
|
| 29 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
| 30 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
</body>
|
| 34 |
+
</html>
|
app/design/frontend/makgento/default/template/page/3columns.phtml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<head>
|
| 2 |
+
<?php echo $this->getChildHtml('head') ?>
|
| 3 |
+
</head>
|
| 4 |
+
<body<?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?> home="index.php" ontouchstart="">
|
| 5 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
| 6 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
| 7 |
+
<?php echo $this->getChildHtml('header'); ?>
|
| 8 |
+
<div class="main-container" data-role="main">
|
| 9 |
+
<div class="main col-1-layout">
|
| 10 |
+
<div class="clear"></div>
|
| 11 |
+
<div id="main" class="col-main">
|
| 12 |
+
<?php
|
| 13 |
+
if(!Mage::helper('makgento')->getIsActive()){
|
| 14 |
+
echo '<ul class="messages"><li class="error-msg"><ul><li><span>MakGento Mobile Theme is not Enabled</span></li></ul></li></ul>';
|
| 15 |
+
}
|
| 16 |
+
?>
|
| 17 |
+
<div <?php echo $this->getBodyClass()?' class="mage-iphone'.$this->getBodyClass().'"':'' ?>>
|
| 18 |
+
<? if( Mage::getSingleton('cms/page')->getIdentifier() != 'home' || Mage::app()->getFrontController()->getRequest()->getRouteName() != 'cms') : ?>
|
| 19 |
+
<?php echo $this->getChildHtml('content') ?>
|
| 20 |
+
<? else: ?>
|
| 21 |
+
<?php echo $this->getChildHtml('homepage') ?>
|
| 22 |
+
<?php endif; ?>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<?php echo $this->getChildHtml('footer') ?>
|
| 29 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
| 30 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
</body>
|
| 34 |
+
</html>
|
app/design/frontend/makgento/default/template/page/html/header.phtml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
 
|
| 22 |
</div>
|
| 23 |
<div class="makgento-cart">
|
| 24 |
-
<a href="
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
<div id="main-menu-drop-down" style="display:none">
|
| 21 |
 
|
| 22 |
</div>
|
| 23 |
<div class="makgento-cart">
|
| 24 |
+
<a href="<?php echo $this->getUrl('checkout/cart')?>"> <span><?php echo Mage::helper('checkout/cart')->getSummaryCount(); ?></span></a>
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
<div id="main-menu-drop-down" style="display:none">
|
app/etc/modules/MKMage_Makgento.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<MKMage_Makgento>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>local</codePool>
|
| 7 |
+
</MKMage_Makgento>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
app/etc/modules/MKMage_Mkcore.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<MKMage_Mkcore>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>local</codePool>
|
| 7 |
+
</MKMage_Mkcore>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
package.xml
CHANGED
|
@@ -1,25 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
-
<name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Robust responsive mobile theme for your store.</summary>
|
| 10 |
<description>All content is organized into a one column layout for a better mobile store view and is adjusted for touchscreen navigation. Opportunity to assign a custom Home page with mobile-friendly design. Opportunity to display list of products or list of categories on home page. You can upload featured images for each category on the homepage. Menu, search, account and shopping cart links available from any page. You can choose a list of CMS pages which links will appear in footer. Set custom size for the image resizes on category or product page. Set custom number of products in a row on the category page. Tabs on product page. Choose which attributes to appear in the attributes tab. YouTube videos on product page (first create one text attribute, and in the configuration set up the attribute ID). The values of this attribute should be the youtube video ID. Improved image gallery with gestures support and additional images in horizontal scroll view. Search results pages. Access to cart available from every page. Opportunity to edit information on any step of checkout process. Adjust MKMAGE Mobile Theme design easily as just HTML, CSS and JavaScript are used. Fully responsive theme</description>
|
| 11 |
-
<notes
|
| 12 |
-
- Custom Home page with mobile-friendly design
|
| 13 |
-
- Display list of products or list of categories on home page.
|
| 14 |
-
- Upload featured images for each category on the homepage.
|
| 15 |
-
- Choose a list of CMS pages which links will appear in footer.
|
| 16 |
-
- Set custom number of products in a row on the category page.
|
| 17 |
-
- Tabs on product page.
|
| 18 |
-
- Improved image gallery with gestures support and additional images in horizontal scroll view.</notes>
|
| 19 |
<authors><author><name>MkMage</name><user>mkmage</user><email>ilievski156@gmail.com</email></author></authors>
|
| 20 |
-
<date>2016-
|
| 21 |
-
<time>
|
| 22 |
-
<contents><target name="magelocal"><dir name="
|
| 23 |
<compatible/>
|
| 24 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
| 25 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
+
<name>makgento_mobile</name>
|
| 4 |
+
<version>0.1.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Robust responsive mobile theme for your store.</summary>
|
| 10 |
<description>All content is organized into a one column layout for a better mobile store view and is adjusted for touchscreen navigation. Opportunity to assign a custom Home page with mobile-friendly design. Opportunity to display list of products or list of categories on home page. You can upload featured images for each category on the homepage. Menu, search, account and shopping cart links available from any page. You can choose a list of CMS pages which links will appear in footer. Set custom size for the image resizes on category or product page. Set custom number of products in a row on the category page. Tabs on product page. Choose which attributes to appear in the attributes tab. YouTube videos on product page (first create one text attribute, and in the configuration set up the attribute ID). The values of this attribute should be the youtube video ID. Improved image gallery with gestures support and additional images in horizontal scroll view. Search results pages. Access to cart available from every page. Opportunity to edit information on any step of checkout process. Adjust MKMAGE Mobile Theme design easily as just HTML, CSS and JavaScript are used. Fully responsive theme</description>
|
| 11 |
+
<notes>Small bug fixes</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<authors><author><name>MkMage</name><user>mkmage</user><email>ilievski156@gmail.com</email></author></authors>
|
| 13 |
+
<date>2016-09-22</date>
|
| 14 |
+
<time>09:51:49</time>
|
| 15 |
+
<contents><target name="magelocal"><dir name="MkMage"><dir name="Mkcore"><dir name="Block"><file name="Mkcore.php" hash="b185e6c5d805b706bf9aec042cc99de3"/></dir><dir name="etc"><file name="config.xml" hash="06f199d292e349bbf6e9da87cda93b37"/><file name="system.xml" hash="9804f4df0839fc39afdfd4833571e7f1"/></dir><dir name="Helper"><file name="Data.php" hash="6296acb7c76f4972bfcd94ed19966d9a"/></dir></dir><dir name="Makgento"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Button.php" hash="3f62fe9a3f1bd31bf55aaf20ffcf12a8"/><file name="Buttoncat.php" hash="c3eed6ca29b7fc10998d827651df216e"/></dir></dir></dir><file name="Makgento.php" hash="99715abd9261d0d5313d1f59b9f7b133"/></dir><dir name="etc"><file name="config.xml" hash="60c1904707d0324d27f35748d4423537"/><file name="system.xml" hash="dd91320f1a41669b1ade0ff172db4395"/></dir><dir name="Helper"><file name="Data.php" hash="32309a912a8b926b9b4782e9db3a9e37"/></dir><dir name="Model"><file name="Observer.php" hash="a6493eaa7db6cae25756b4d1e7434e53"/><dir name="Backend"><file name="ImageUpload.php" hash="bfdd0729c8ba93d209a3b433e5a935c2"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Attributes.php" hash="03c62ea61efd77650a7b7144af7a1fe8"/><file name="Categories.php" hash="8920e26901ffb2e7202cca5528aed4ea"/><file name="Featured.php" hash="fc1e6037ccda0120fa1ae77d9f8a70d6"/><file name="Footer.php" hash="a32cbb806bc39c0f85af416bf5cf86b2"/><file name="List.php" hash="054d5b878f80740640d69fa047f0c679"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MKMage_Mkcore.xml" hash="751f4da284276570dda565675c8b896f"/><file name="MKMage_Makgento.xml" hash="552d435fb7e0648407dc28c614cdc57d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="mkcore.png" hash="de2e975210a34a30c717e549d212b739"/></dir></dir></dir><dir name="frontend"><dir name="makgento"><dir name="default"><dir name="css"><file name="styles.css" hash="4baf138f53f05935c0b10aaa00748ef7"/></dir><dir name="images"><file name="ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="cart.png" hash="af6f8c664f059a9c18181f63bd1c89e4"/><file name="check.png" hash="dbadfce9c28a18235604fccc493a30bf"/><file name="delete.png" hash="3b20c569d4922deda343f2d494a3cdef"/><file name="edit.png" hash="585fc194f3f42815af0eae2d2f5ad537"/><file name="logo.gif" hash="5e0912a388db8cd83c062766ac3a5d89"/><file name="logo.jpg" hash="9d913384b472f9d21b71184e15b4b7f7"/><file name="menu.png" hash="a6cb9ebbf5d7cdb9b0a8a7c3f553f438"/><file name="search-icon-mobile.jpg" hash="a359536f043b208d5d0f35d20dcc543c"/><file name="search.gif" hash="9d30e3d2404bb436870fc011f0bf7e3b"/><file name="search.png" hash="753149a30be339fb15ee798443b51e9f"/></dir><dir name="js"><file name="jquery-2.1.0.min.js" hash="1514be1acf771d5a484aeed96b2d30ba"/><file name="scripts.js" hash="6fdb6eb02f4b5a697d35f1c13cea2c97"/><file name="slide.js" hash="3d73c78c880d3685595d5a02722c60b4"/><file name="slider.js" hash="8965beb7898e0e0faf71f9f178d7f423"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="makgento"><dir name="default"><dir name="layout"><file name="local.xml" hash="0eb2762fcac9b02e51b3f9477e35df49"/><file name="page.xml" hash=""/></dir><dir name="template"><dir name="makgento"><file name="1column.phtml" hash=""/><file name="account_address_book.phtml" hash="53845607e05fc63b8c2ce9aa2464089a"/><file name="account_address_edit.phtml" hash="93c2677492b5c687fa3317e6d0320b85"/><file name="account_dashboard.phtml" hash="0a2ec878bc812f1d6a8795090e94cc0c"/><file name="account_info_edit.phtml" hash="98581d404b6b89cf2bd61cdf06fb7e13"/><file name="account_orders.phtml" hash="8b36b73ca504be9312c29171e8d6ebc4"/><file name="addtocart.phtml" hash="4c20d52c3cc1484039ccb5fced234859"/><file name="billing.phtml" hash="4359fbd4cfefd455d7a9935c2c6165b9"/><file name="cart.phtml" hash="dc51d5f9cd0536c15053c2c4d05f952e"/><file name="category.phtml" hash="12ab3969b01cba844bd11070dc9f5f5a"/><file name="checkout_login.phtml" hash="8062b62511ca536fb5cdb79306c770e7"/><file name="checkout.phtml" hash="57f43bc51f3746f4d544049652575a37"/><file name="contact.phtml" hash="a4e294f908227d1e4a288f98cc6c2afd"/><file name="default.phtml" hash="0c2a1aa26937c713435b1e5302abcf3c"/><file name="footer.phtml" hash="65cbd166eb7afda68c3a1b5260284cde"/><file name="head.phtml" hash="ce9272395652e433e6b0e1f9e056e822"/><file name="header_mobile.phtml" hash="e76d93e61ed1f3187845735499971cd4"/><file name="homepage.phtml" hash="f81412458d05ba96c1c0d9b1d919aee2"/><file name="item_renderer.phtml" hash="031840fa08531e114d50d67f348a9d03"/><file name="list.phtml" hash="29de54f1e1f18211b7107853f7277f2c"/><file name="login.phtml" hash="67aad0aa0ae5e83cf9d26a5e393fb513"/><file name="media.phtml" hash="37b188b31fc6af1e8856aae2a8b61d22"/><file name="options_wrapper.phtml" hash="e9fae4a51037f04e3c1f57676be29dd6"/><file name="order_review_info.phtml" hash="34d1e307830df429a64a4d17cf15ab05"/><file name="order_review_item.phtml" hash="259b2a4daca8cab404c8910a8b17d46a"/><file name="order_review_totals.phtml" hash="ee7cd46e5e6f446dea7b617febfb8f30"/><file name="payment.phtml" hash="9452e7e2ee5a11bffd101fa1fc8a1893"/><file name="product.phtml" hash="5d3175c27febc112f011900152d3c23b"/><file name="register.phtml" hash="438f9064e803ac2973d372a56e1a21cf"/><file name="related.phtml" hash="078cfcc0f3aa7ecf680078875bd259a1"/><file name="shipping_method.phtml" hash="098e279333be6f1aaee107dfa8827357"/><file name="shipping.phtml" hash="0cb9ee5ed545c52dcc340b683af19929"/></dir><dir name="page"><dir name="html"><file name="header.phtml" hash="e76d93e61ed1f3187845735499971cd4"/></dir><file name="1column.phtml" hash="993542784cf4eb68fc431ca1ebe05f96"/><file name="2columns-left.phtml" hash="993542784cf4eb68fc431ca1ebe05f96"/><file name="2columns-right.phtml" hash="993542784cf4eb68fc431ca1ebe05f96"/><file name="3columns.phtml" hash="993542784cf4eb68fc431ca1ebe05f96"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="makgento"><file name="button.phtml" hash="fd30954942bd841dba2b9d5b61bd8fd8"/><file name="buttoncat.phtml" hash="5ab792f550a88635439f7aabff22a30c"/></dir></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
skin/adminhtml/default/default/mkcore.png
ADDED
|
Binary file
|
skin/frontend/makgento/default/css/styles.css
CHANGED
|
@@ -1,36 +1,35 @@
|
|
|
|
|
| 1 |
body,dd,dl,dt,fieldset,html,li,ol,ul{margin:0;padding:0}
|
| 2 |
-
body{font-family:
|
| 3 |
*{-webkit-touch-callout:none;-webkit-user-select:none}
|
| 4 |
input,textarea{-webkit-user-select:auto}
|
| 5 |
a{cursor:pointer;display:inline;color:#4c4c4c;text-decoration:none}
|
| 6 |
a[disabled=true]{color:#c1cee2;text-shadow:none}
|
| 7 |
-
img{border:0}
|
| 8 |
embed,img,object{max-width:100%;height:auto}
|
| 9 |
embed,object{height:100%}
|
| 10 |
-
img{-ms-interpolation-mode:bicubic}
|
| 11 |
-
button,input,select,textarea{vertical-align:middle}
|
| 12 |
-
fieldset{border:0}
|
| 13 |
legend{display:none}
|
| 14 |
select{padding:0}
|
| 15 |
label{clear:both}
|
| 16 |
ol,ul{list-style:none}
|
| 17 |
h1,h2,h3,h4,h5,h6{margin:5px 0;padding:0}
|
|
|
|
| 18 |
h1{font-weight:400}
|
| 19 |
-
.clearfix{*zoom:1}
|
| 20 |
.clearfix:after,.clearfix:before{content:" ";display:table}
|
|
|
|
| 21 |
.clearfix:after{clear:both}
|
| 22 |
-
img{display:inline-block
|
| 23 |
.makgento-menu-holder{width:0;display:none;background:#fff;z-index:999;-webkit-transition:margin-left 1s ease;-moz-transition:margin-left 1s ease;-o-transition:margin-left 1s ease;transition:margin-left 1s ease;position:absolute;left:0;top:0}
|
| 24 |
-
.makgento-menu{background:url(..//images/menu.png);width:30px;height:25px;display:block;background-size:100% 100%;
|
| 25 |
-
.makgento-cart{background:url(..//images/cart.png);width:30px;height:30px;display:block;background-size:100% 100%;
|
| 26 |
-
.makgento-content{width:100%;clear:both}
|
| 27 |
-
.header{background:#000
|
| 28 |
.main-container{background:#fff;clear:both}
|
| 29 |
-
.footer{background:#000;
|
| 30 |
-
div#copyright{font-size:13px}
|
| 31 |
.makgento-logo img{width:100%}
|
| 32 |
.makgento-logo{max-width:150px;margin:auto}
|
| 33 |
-
.page-title h1{text-align:center;border-bottom:2px solid;padding:10px 0}
|
| 34 |
li.makgento-item.grid_two{width:48%;float:left;margin:24px 1%}
|
| 35 |
.makgento-image img{width:80%;margin:auto;display:block}
|
| 36 |
.makgento-info{text-align:center;color:#000;font-size:17px}
|
|
@@ -41,36 +40,71 @@ li.makgento-category-name a{color:#000}
|
|
| 41 |
img#main-img{width:80%;margin:10px auto;display:block}
|
| 42 |
ul.product-image-thumbs li{display:inline-block}
|
| 43 |
.more-views{text-align:center}
|
| 44 |
-
ul.product-image-thumbs li span{display:inline-block;border:2px solid #000;border-radius:200px;width:10px;height:10px;cursor:pointer;margin:
|
| 45 |
-
h1.product.product-name{text-align:center;font-size:16px;text-transform:uppercase;padding:
|
| 46 |
.product .price{font-size:25px;text-align:center;display:block}
|
| 47 |
-
div#attr span {font-weight: bold;}
|
| 48 |
#product-options-wrapper dl.last{display:none}
|
| 49 |
-
button.button.btn-cart
|
| 50 |
-
p.paypal-logo
|
| 51 |
-
span.paypal-or
|
| 52 |
-
li.onestepcheckout-login-link
|
| 53 |
-
.one-step-checkout #billing_step_header
|
| 54 |
div#product-options-wrapper{margin:10px 0;padding:10px}
|
| 55 |
div#product-options-wrapper label{font-size:20px;font-weight:600;color:#000;margin:5px 0}
|
| 56 |
div#product-options-wrapper .input-box{border:3px solid #ededed;padding:5px}
|
| 57 |
-
#co-shipping-form .select select,.customer-address-form .input-box.select select,div#product-options-wrapper .input-box select
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
.product-options-bottom label{font-size:20px;font-weight:600;color:#000;margin:5px 0;display:inline-block}
|
| 67 |
.product-options-bottom{margin:10px 0;padding:10px}
|
| 68 |
input#qty{width:100px;height:20px;font-size:20px;border:3px solid #ededed;padding:3px;display:inline-block}
|
| 69 |
button#product-addtocart-button{display:block;width:100%;background:#000;border:none;color:#fff;font-size:30px;padding:10px 0;margin:10px 0}
|
| 70 |
.makgento-sh{padding:10px;font-size:20px;background:#ededed;margin:10px 0;position:relative}
|
| 71 |
.makgento-tx{padding:10px;border:3px solid #ededed;margin:10px;font-size:16px}
|
| 72 |
-
.add-to-cart{text-align:center;clear:
|
| 73 |
-
.makgento-sh:after{
|
| 74 |
div#advice-required-entry-attribute92{background:red;padding:8px;color:#fff;font-size:15px;margin:5px}
|
| 75 |
.homepage_banners img{width:100%}
|
| 76 |
table#shopping-cart-table{border-collapse:collapse;width:100%}
|
|
@@ -79,13 +113,14 @@ table#shopping-cart-table dl.item-options{font-size:20px;padding:5px;text-align:
|
|
| 79 |
table#shopping-cart-table dl.item-options dt{font-weight:600}
|
| 80 |
table#shopping-cart-table span.cart-price .price{font-size:25px;text-align:center;display:block;font-weight:600}
|
| 81 |
table#shopping-cart-table input.input-text.qty{width:40px;height:20px;margin:0 10px;text-align:center;border:1px solid #000;font-size:20px}
|
| 82 |
-
a.btn-edit.btn-edit2{
|
| 83 |
-
a.btn-
|
|
|
|
| 84 |
.discount-form .button{width:100%;background:#ededed;color:#000;font-size:16px;margin:3px 0 0;border:none}
|
| 85 |
button#empty_cart_button,button.button.btn-update{width:47%;background:#ededed;color:#000;font-size:14px;margin:20px 0 0;border:none}
|
| 86 |
button#empty_cart_button{float:right;margin-right:1%}
|
| 87 |
-
button.button.btn-update{float:
|
| 88 |
-
li.method-checkout-cart-methods-multishipping a
|
| 89 |
table#shopping-cart-table tfoot tr{border-bottom:none}
|
| 90 |
table#shopping-cart-table .totals{clear:both;overflow:auto}
|
| 91 |
button.button.btn-proceed-checkout.btn-checkout{width:100%;background:#000;color:#fff;font-size:20px;margin:3px 0 0;border:none}
|
|
@@ -98,7 +133,6 @@ table#shopping-cart-totals-table{font-size:16px;width:90%;margin:30px auto}
|
|
| 98 |
ul.footer_links li{display:inline-block;color:#fff;min-width:47%;margin-bottom:5px}
|
| 99 |
ul.footer_links li a{color:#fff}
|
| 100 |
ul.footer_links{margin:10px auto 20px;text-align:center}
|
| 101 |
-
div#copyright{text-align:center}
|
| 102 |
.step-title h2{display:block;background:#ededed;padding:10px;font-size:20px}
|
| 103 |
.step-title a{display:inline;color:#000;font-weight:400;font-size:13px;float:right;margin-right:10px;margin-top:5px}
|
| 104 |
ol#checkoutSteps h3,ol#checkoutSteps h4{display:block;font-size:16px;padding:10px;border-bottom:1px solid #000;line-height:24px}
|
|
@@ -111,13 +145,14 @@ ol#checkoutSteps #login-form input{width:90%;height:20px;font-size:16px;border:1
|
|
| 111 |
ol#checkoutSteps .button{width:100%;border:none;background:#ededed;font-size:20px;padding:10px 0;margin:10px 0}
|
| 112 |
ol#checkoutSteps #login-form a{display:block;padding:0 10px;color:#000}
|
| 113 |
.validation-advice{background:red;padding:5px 10px;color:#fff;margin:10px 0}
|
| 114 |
-
ol#checkoutSteps #co-billing-form input{width:
|
| 115 |
ol#checkoutSteps #co-billing-form label{font-size:16px;display:block;padding:10px 0 5px}
|
|
|
|
| 116 |
li.control.radio label{display:inline!important;padding:0!important}
|
| 117 |
-
li.control.radio input{display:inline;width:20px!important;margin:0!
|
| 118 |
dl.sp-methods{padding:10px}
|
| 119 |
-
span#billing-please-wait img,span#payment-please-wait img,span#
|
| 120 |
-
span#billing-please-wait,span#payment-please-wait,span#
|
| 121 |
table#checkout-review-table{width:100%;border-collapse:collapse}
|
| 122 |
table#checkout-review-table thead tr.first.last{border-bottom:1px solid #000}
|
| 123 |
table#checkout-review-table tbody tr td:first-child{padding-top:5px;font-weight:700}
|
|
@@ -125,12 +160,13 @@ p.f-left{border-top:1px solid #999;border-bottom:1px solid #999;margin:10px 0 0!
|
|
| 125 |
p.f-left a{color:#000}
|
| 126 |
table#checkout-review-table dl.item-options{font-weight:400;padding-top:5px;margin-top:5px;margin-bottom:24px}
|
| 127 |
table#checkout-review-table td{text-align:left}
|
|
|
|
| 128 |
table#checkout-review-table td span.cart-price{padding:0 40px 0 0}
|
| 129 |
-
h2.sub-title{
|
| 130 |
-
.checkout-onepage-success p{text-align:center}
|
| 131 |
.checkout-onepage-success .button{width:100%;padding:10px 0;background:#000;border:none;color:#fff;font-size:18px;margin-bottom:10px}
|
| 132 |
-
li.success-msg{
|
| 133 |
-
li.
|
|
|
|
| 134 |
form#login-form p{text-align:center;margin-bottom:5px;border-bottom:1px solid #000;padding-bottom:10px}
|
| 135 |
form#login-form label{display:block;padding:10px 0 5px;font-size:20px}
|
| 136 |
form#login-form ul.form-list{padding:10px}
|
|
@@ -175,46 +211,44 @@ body.customer-address-index .button{width:100%;border:none;padding:10px 0;font-s
|
|
| 175 |
body.customer-address-index .col2-set.addresses-list a,body.customer-address-index p.back-link a{background:#ededed;display:block;padding:10px 0;text-align:center;color:#000;font-size:19px}
|
| 176 |
.col2-set.addresses-list{padding:10px}
|
| 177 |
.col2-set.addresses-list address{border:1px solid #999;padding:10px}
|
| 178 |
-
#co-shipping-form .select,body.customer-address-form form .input-box.select
|
| 179 |
div#checkout-step-billing .select{margin-bottom:10px}
|
| 180 |
li.makgento-category-name.subcategory{padding-left:30px;font-size:19px;font-weight:400}
|
| 181 |
-
p.note-msg{
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
.
|
|
|
|
| 185 |
.homepage_grid.images img{max-width:235px;margin:10px}
|
| 186 |
-
li.makgento-item.grid_two:nth-child(odd)
|
| 187 |
-
.makgento-item p{margin:
|
| 188 |
-
.makgento-item
|
| 189 |
-
.
|
| 190 |
-
p.old-price
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
.homepage_grid_title{background
|
| 194 |
-
li.makgento-item.grid_one{float:
|
| 195 |
-
li.makgento-item.grid_three{width:
|
| 196 |
-
li.makgento-item.grid_four
|
| 197 |
-
.color-swatch-wrapper ul li
|
| 198 |
-
.
|
| 199 |
-
li.method-checkout-cart-methods-onepage-bottom a {background: #000;display: block;padding: 10px;color: #fff;text-align: center;font-size: 20px}
|
| 200 |
.pr_holder{width:33%;float:left;font-family:cabin;font-size:14px;text-align:center;border-right:1px solid #ededed;padding:10px 0;opacity:.5}
|
|
|
|
| 201 |
.pr_holder.active{opacity:1}
|
| 202 |
.cms-prescriptions p{margin-bottom:0!important;-webkit-margin-before:0;-webkit-margin-after:0}
|
| 203 |
-
.product_holders{clear:both}
|
| 204 |
div#prescription_form{clear:both;padding:20px 0}
|
| 205 |
.pr_holder img{width:70%}
|
| 206 |
-
.p_title{
|
| 207 |
ul.radios_choose{text-align:center}
|
| 208 |
-
h2.product-name
|
| 209 |
-
.homepage_contact p
|
| 210 |
-
.homepage_contact
|
| 211 |
-
.
|
| 212 |
-
|
| 213 |
-
ul.radios_choose li{display: inline-block;width: 23%;background: #ededed;padding: 10px 0;margin-bottom: 10px;margin-right: 1%;}
|
| 214 |
-
.product-options .input-box {clear: both;}
|
| 215 |
ul.radios_choose li span{display:block;padding:10px 5px;text-align:center;font-size:16px}
|
| 216 |
.check_box_p,.radio_button{padding:10px}
|
| 217 |
-
.radio_button{font-size:15px;font-family:cabin
|
| 218 |
.upload_div label{display:block;padding:15px 0 5px}
|
| 219 |
.upload_div{margin:15px 0 10px}
|
| 220 |
.radio_button p{padding:10px}
|
|
@@ -222,192 +256,80 @@ ul.radios_choose li span{display:block;padding:10px 5px;text-align:center;font-s
|
|
| 222 |
.radio_button select{display:block;width:97%;font-size:17px}
|
| 223 |
.fields table td{padding:5px 0}
|
| 224 |
.fields table{width:100%}
|
| 225 |
-
.steps_holder input[type=submit]
|
| 226 |
.subtotal_div{text-align:center;padding:10px;font-size:19px}
|
| 227 |
.pr_holder#edit{position:relative}
|
| 228 |
-
.pr_holder#edit:after{position:absolute;
|
| 229 |
-
a#pers_true{
|
| 230 |
-
.
|
|
|
|
|
|
|
| 231 |
.cms-our-story .row img{display:block;margin:auto}
|
| 232 |
#one-step-checkout-form .checkout-review-load .data-table td .qty{text-align:center}
|
| 233 |
-
p.qty_in_stock
|
| 234 |
-
p.qty_in_stock.has_items
|
| 235 |
-
p.qty_in_stock.no_items
|
| 236 |
-
div[id_image=bullet_list],div[id_image=bullet_list].av
|
| 237 |
-
|
| 238 |
-
.
|
| 239 |
-
.
|
| 240 |
-
.product-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
.form-search
|
| 246 |
-
.
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
}
|
| 256 |
-
.
|
| 257 |
-
.
|
| 258 |
-
#slider2_container img{height:auto !important}
|
| 259 |
-
.searchautocomplete {top:0px !important;padding:0px !Important;position: relative;height: 34px;width: 90% !important;display: block !important;float: none !important;text-align: center !important;margin: 5px auto !important;}
|
| 260 |
-
.searchautocomplete .nav {background: #fff !important;height: 34px;position: relative;width: 70% !important;display: inline-block !important}
|
| 261 |
-
.searchautocomplete .nav-submit-button {background: #000 !important;padding-left: 0px !important;width: 30% !important;text-align: center !important;display: inline-block !important;position: absolute;right: 0px;}
|
| 262 |
-
.searchautocomplete .nav-submit-button .button {width: 39px;height: 34px;padding: 0px 9px;margin: 0px;cursor: pointer;font-weight: bold;color: white;line-height: 12px;font-size: 13px;background-color: #000 !important;background-image: none !important;background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0) !important;border: none !important;-webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;border-radius: 0px !important;z-index: 14;}
|
| 263 |
-
.searchautocomplete .nav .nav-input input{font-size:19px !Important;border: 1px solid #000 !important;height: 32px !important;margin:0px !important;}
|
| 264 |
-
.searchautocomplete .nav .nav-input{margin:0px !important;padding:0px !important}
|
| 265 |
-
.searchautocomplete .searchautocomplete-placeholder {-webkit-border-radius: 0px !Important;-moz-border-radius: 0px !Important;border-radius: 0px !Important;background: #FFF !Important;border: 1px solid #000 !Important;padding: 15px 10px 5px 10px !Important;position: absolute;right: 0px !Important;top: 42px;width: 95% !Important;z-index: 102;}
|
| 266 |
-
.searchautocomplete .searchautocomplete-placeholder:before {border-color: transparent transparent #000 transparent !important;}
|
| 267 |
.catalogsearch-result-index .category-products .products-grid .actions{display:none}
|
|
|
|
| 268 |
.catalogsearch-result-index .category-products .products-grid{overflow:auto}
|
| 269 |
-
.catalogsearch-result-index .category-products .products-grid .item{width:
|
| 270 |
.catalogsearch-result-index .category-products .products-grid .item img{width:90%}
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
.
|
| 274 |
-
|
| 275 |
-
.
|
| 276 |
-
.mage-iphone.cms-page-view.cms-rma .main
|
| 277 |
-
.mage-iphone.cms-page-view.cms-rma
|
| 278 |
-
|
| 279 |
-
.mage-iphone.cms-page-view.cms-rma
|
| 280 |
-
.mage-iphone.cms-page-view.cms-rma .
|
| 281 |
-
.mage-iphone.cms-page-view.cms-rma
|
| 282 |
-
.mage-iphone.cms-page-view.cms-rma .form-list label
|
| 283 |
-
.mage-iphone.cms-page-view.cms-rma
|
| 284 |
-
.
|
| 285 |
-
.
|
| 286 |
-
.
|
| 287 |
-
.mage-iphone.cms-page-view.cms-rma .std div {width: auto !important;margin: 0px !important;padding: 5px !important;border: none !Important;overflow: hidden;}
|
| 288 |
-
.pages ol li {display: inline;}
|
| 289 |
-
.pages ol li.current{font-weight:bold}
|
| 290 |
-
.pages{margin:10px;}
|
| 291 |
.homepage_grid p.old-price{width:50%;float:left}
|
| 292 |
.homepage_grid p.special-price{width:50%;float:right}
|
| 293 |
.homepage_grid p.special-price .price:before{content:""}
|
| 294 |
-
div#main-menu-drop-up
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
}
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
}
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
height: 100%;
|
| 313 |
-
position: absolute;
|
| 314 |
-
top: 0;
|
| 315 |
-
left: 0;
|
| 316 |
-
}
|
| 317 |
-
form#search_mini_form {
|
| 318 |
-
margin-bottom: 0px !important;
|
| 319 |
-
}
|
| 320 |
-
.mk-burger-icon div {
|
| 321 |
-
height: 2px;
|
| 322 |
-
margin-bottom: 5px;
|
| 323 |
-
display: block;
|
| 324 |
-
position: relative;
|
| 325 |
-
background-color: #fff;
|
| 326 |
-
}
|
| 327 |
-
.burger-icon-1, .burger-icon-3 {
|
| 328 |
-
transition: transform .2s ease;
|
| 329 |
-
-webkit-transition: -webkit-transform .2s ease;
|
| 330 |
-
-moz-transition: -moz-transform .2s ease;
|
| 331 |
-
-ms-transition: -ms-transform .2s ease;
|
| 332 |
-
-o-transition: -o-transform .2s ease;
|
| 333 |
-
}
|
| 334 |
-
.burger-icon-2 {
|
| 335 |
-
transition: opacity .1s ease;
|
| 336 |
-
-webkit-transition: opacity .1s ease;
|
| 337 |
-
-moz-transition: opacity .1s ease;
|
| 338 |
-
-ms-transition: opacity .1s ease;
|
| 339 |
-
-o-transition: opacity .1s ease;
|
| 340 |
-
}
|
| 341 |
-
.active-burger .burger-icon-1 {
|
| 342 |
-
-webkit-transform: rotate3d(0,0,1,45deg);
|
| 343 |
-
-moz-transform: rotate3d(0,0,1,45deg);
|
| 344 |
-
-ms-transform: rotate3d(0,0,1,45deg);
|
| 345 |
-
-o-transform: rotate3d(0,0,1,45deg);
|
| 346 |
-
top: 8px;
|
| 347 |
-
}
|
| 348 |
-
.active-burger .burger-icon-2, .owl-carousel.owl-hidden {
|
| 349 |
-
opacity: 0;
|
| 350 |
-
}
|
| 351 |
-
.active-burger .burger-icon-3 {
|
| 352 |
-
-webkit-transform: rotate3d(0,0,1,-45deg);
|
| 353 |
-
-moz-transform: rotate3d(0,0,1,-45deg);
|
| 354 |
-
-ms-transform: rotate3d(0,0,1,-45deg);
|
| 355 |
-
-o-transform: rotate3d(0,0,1,-45deg);
|
| 356 |
-
top: -6px;
|
| 357 |
-
}
|
| 358 |
-
div#main-menu-drop-down {
|
| 359 |
-
position: absolute;
|
| 360 |
-
background: rgba(238,238,238,.95);
|
| 361 |
-
width: 100%!important;
|
| 362 |
-
z-index: 9999;
|
| 363 |
-
left: 0;
|
| 364 |
-
top: 62px;
|
| 365 |
-
}
|
| 366 |
-
div#main-menu-drop-down ul li.main_menu_item_up {
|
| 367 |
-
padding: 20px;
|
| 368 |
-
border-bottom: 2px solid #fff;
|
| 369 |
-
text-transform: uppercase;
|
| 370 |
-
position: relative;
|
| 371 |
-
font-size: 17px;
|
| 372 |
-
}
|
| 373 |
-
div#main-menu-drop-down ul li.main_menu_item_up[value=true]:after {
|
| 374 |
-
content: "";
|
| 375 |
-
border-top: 10px solid #000;
|
| 376 |
-
border-bottom: none;
|
| 377 |
-
}
|
| 378 |
-
div#main-menu-drop-down ul li.main_menu_item_up.drop_down[value=true]:after, div#main-menu-drop-down ul li.main_menu_item_up[value=true]:after {
|
| 379 |
-
width: 0;
|
| 380 |
-
top: 50%;
|
| 381 |
-
position: absolute;
|
| 382 |
-
height: 0;
|
| 383 |
-
margin-top: -5px;
|
| 384 |
-
right: 20px;
|
| 385 |
-
border-left: 10px solid transparent;
|
| 386 |
-
border-right: 10px solid transparent;
|
| 387 |
-
}
|
| 388 |
-
div#main-menu-drop-down ul.subitem_menu_ul li {
|
| 389 |
-
padding: 10px 20px 10px 40px;
|
| 390 |
-
font-size: 16px;
|
| 391 |
-
text-transform: uppercase;
|
| 392 |
-
}
|
| 393 |
-
p.back-link a {
|
| 394 |
-
background: #ededed;
|
| 395 |
-
display: block;
|
| 396 |
-
padding: 10px 0;
|
| 397 |
-
text-align: center;
|
| 398 |
-
color: #000;
|
| 399 |
-
font-size: 19px;
|
| 400 |
-
}
|
| 401 |
-
.makgento-cart a span {
|
| 402 |
-
color: #fff;
|
| 403 |
-
position: absolute;
|
| 404 |
-
top: -8px;
|
| 405 |
-
left: 0;
|
| 406 |
-
width: 100%;
|
| 407 |
-
display: block;
|
| 408 |
-
font-size: 12px;
|
| 409 |
-
text-align: center;
|
| 410 |
-
}
|
| 411 |
-
.makgento-cart {
|
| 412 |
-
position: relative;
|
| 413 |
-
}
|
| 1 |
+
button,img,input,select,textarea{vertical-align:middle}
|
| 2 |
body,dd,dl,dt,fieldset,html,li,ol,ul{margin:0;padding:0}
|
| 3 |
+
body{font-family:cabin}
|
| 4 |
*{-webkit-touch-callout:none;-webkit-user-select:none}
|
| 5 |
input,textarea{-webkit-user-select:auto}
|
| 6 |
a{cursor:pointer;display:inline;color:#4c4c4c;text-decoration:none}
|
| 7 |
a[disabled=true]{color:#c1cee2;text-shadow:none}
|
| 8 |
+
fieldset,img{border:0}
|
| 9 |
embed,img,object{max-width:100%;height:auto}
|
| 10 |
embed,object{height:100%}
|
|
|
|
|
|
|
|
|
|
| 11 |
legend{display:none}
|
| 12 |
select{padding:0}
|
| 13 |
label{clear:both}
|
| 14 |
ol,ul{list-style:none}
|
| 15 |
h1,h2,h3,h4,h5,h6{margin:5px 0;padding:0}
|
| 16 |
+
.footer,.header{padding:10px;clear:both}
|
| 17 |
h1{font-weight:400}
|
|
|
|
| 18 |
.clearfix:after,.clearfix:before{content:" ";display:table}
|
| 19 |
+
.makgento-sh:after,.pr_holder#edit:after{content:""}
|
| 20 |
.clearfix:after{clear:both}
|
| 21 |
+
img{-ms-interpolation-mode:bicubic;display:inline-block}
|
| 22 |
.makgento-menu-holder{width:0;display:none;background:#fff;z-index:999;-webkit-transition:margin-left 1s ease;-moz-transition:margin-left 1s ease;-o-transition:margin-left 1s ease;transition:margin-left 1s ease;position:absolute;left:0;top:0}
|
| 23 |
+
.makgento-menu{background:url(..//images/menu.png) no-repeat;width:30px;height:25px;display:block;background-size:100% 100%;float:left;margin-top:15px;margin-left:2px}
|
| 24 |
+
.makgento-cart{background:url(..//images/cart.png) no-repeat;width:30px;height:30px;display:block;background-size:100% 100%;float:right;margin-top:-38px}
|
| 25 |
+
.makgento-content{width:100%;clear:both;overflow-x: hidden;}
|
| 26 |
+
.header{background:#000}
|
| 27 |
.main-container{background:#fff;clear:both}
|
| 28 |
+
.footer{background:#000;color:#fff}
|
| 29 |
+
div#copyright{font-size:13px;text-align:center}
|
| 30 |
.makgento-logo img{width:100%}
|
| 31 |
.makgento-logo{max-width:150px;margin:auto}
|
| 32 |
+
.page-title h1{text-align:center;border-bottom:2px solid;padding:10px 0;margin: 0px;}
|
| 33 |
li.makgento-item.grid_two{width:48%;float:left;margin:24px 1%}
|
| 34 |
.makgento-image img{width:80%;margin:auto;display:block}
|
| 35 |
.makgento-info{text-align:center;color:#000;font-size:17px}
|
| 40 |
img#main-img{width:80%;margin:10px auto;display:block}
|
| 41 |
ul.product-image-thumbs li{display:inline-block}
|
| 42 |
.more-views{text-align:center}
|
| 43 |
+
ul.product-image-thumbs li span{display:inline-block;border:2px solid #000;border-radius:200px;width:10px;height:10px;cursor:pointer;margin:3px}
|
| 44 |
+
h1.product.product-name{text-align:center;font-size:16px;text-transform:uppercase;padding:10px}
|
| 45 |
.product .price{font-size:25px;text-align:center;display:block}
|
|
|
|
| 46 |
#product-options-wrapper dl.last{display:none}
|
| 47 |
+
button.button.btn-cart{display:block;width:100%;background:#000;border:none;color:#fff;font-size:20px;padding:6px 0;margin:10px 0}
|
| 48 |
+
p.paypal-logo{text-align:center}
|
| 49 |
+
span.paypal-or{display:block;margin-top:15px}
|
| 50 |
+
li.onestepcheckout-login-link,p.required{display:none}
|
| 51 |
+
.one-step-checkout #billing_step_header,.one-step-checkout #payment_method_step_header,.one-step-checkout #review_step_header,.one-step-checkout #shipping_step_header,.one-step-checkout .shipping-method #shipping_method_step_header{background-color:#000!important}
|
| 52 |
div#product-options-wrapper{margin:10px 0;padding:10px}
|
| 53 |
div#product-options-wrapper label{font-size:20px;font-weight:600;color:#000;margin:5px 0}
|
| 54 |
div#product-options-wrapper .input-box{border:3px solid #ededed;padding:5px}
|
| 55 |
+
#co-shipping-form .select select,.customer-address-form .input-box.select select,div#product-options-wrapper .input-box select{border-radius:0;appearance:none;box-shadow:none!important;box-sizing:initial!important;-moz-appearance:none;text-indent:.01px;background:0 0;border:none;-webkit-appearance:none;font-family:cabin;padding:0 6px;font-size:17px}
|
| 56 |
+
ol#checkoutSteps #co-billing-form .input-box.select select{
|
| 57 |
+
border-radius: 0;
|
| 58 |
+
appearance: none;
|
| 59 |
+
box-shadow: none!important;
|
| 60 |
+
box-sizing: initial!important;
|
| 61 |
+
-moz-appearance: none;
|
| 62 |
+
text-indent: .01px;
|
| 63 |
+
background: 0 0;
|
| 64 |
+
border: none;
|
| 65 |
+
-webkit-appearance: none;
|
| 66 |
+
font-family: cabin;
|
| 67 |
+
padding: 0px;
|
| 68 |
+
font-size: 12px;
|
| 69 |
+
margin-left: 5px;
|
| 70 |
+
}
|
| 71 |
+
ol#checkoutSteps #co-shipping-form .input-box.select select{
|
| 72 |
+
border-radius: 0;
|
| 73 |
+
appearance: none;
|
| 74 |
+
box-shadow: none!important;
|
| 75 |
+
box-sizing: initial!important;
|
| 76 |
+
-moz-appearance: none;
|
| 77 |
+
text-indent: .01px;
|
| 78 |
+
background: 0 0;
|
| 79 |
+
border: none;
|
| 80 |
+
-webkit-appearance: none;
|
| 81 |
+
font-family: cabin;
|
| 82 |
+
padding: 0px;
|
| 83 |
+
font-size: 12px;
|
| 84 |
+
margin-left: 5px;
|
| 85 |
+
}
|
| 86 |
+
ol#checkoutSteps #co-billing-form .input-box.select {
|
| 87 |
+
border: 1px solid #999;
|
| 88 |
+
padding: 0px;
|
| 89 |
+
width: 200px;
|
| 90 |
+
height: 20px;
|
| 91 |
+
overflow: hidden;
|
| 92 |
+
}
|
| 93 |
+
ol#checkoutSteps #co-shipping-form .input-box.select {
|
| 94 |
+
border: 1px solid #999;
|
| 95 |
+
padding: 0px;
|
| 96 |
+
width: 200px;
|
| 97 |
+
height: 20px;
|
| 98 |
+
overflow: hidden;
|
| 99 |
+
}
|
| 100 |
.product-options-bottom label{font-size:20px;font-weight:600;color:#000;margin:5px 0;display:inline-block}
|
| 101 |
.product-options-bottom{margin:10px 0;padding:10px}
|
| 102 |
input#qty{width:100px;height:20px;font-size:20px;border:3px solid #ededed;padding:3px;display:inline-block}
|
| 103 |
button#product-addtocart-button{display:block;width:100%;background:#000;border:none;color:#fff;font-size:30px;padding:10px 0;margin:10px 0}
|
| 104 |
.makgento-sh{padding:10px;font-size:20px;background:#ededed;margin:10px 0;position:relative}
|
| 105 |
.makgento-tx{padding:10px;border:3px solid #ededed;margin:10px;font-size:16px}
|
| 106 |
+
.add-to-cart{text-align:center;clear:both}
|
| 107 |
+
.makgento-sh:after{position:absolute;right:5%;top:44%;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #000}
|
| 108 |
div#advice-required-entry-attribute92{background:red;padding:8px;color:#fff;font-size:15px;margin:5px}
|
| 109 |
.homepage_banners img{width:100%}
|
| 110 |
table#shopping-cart-table{border-collapse:collapse;width:100%}
|
| 113 |
table#shopping-cart-table dl.item-options dt{font-weight:600}
|
| 114 |
table#shopping-cart-table span.cart-price .price{font-size:25px;text-align:center;display:block;font-weight:600}
|
| 115 |
table#shopping-cart-table input.input-text.qty{width:40px;height:20px;margin:0 10px;text-align:center;border:1px solid #000;font-size:20px}
|
| 116 |
+
a.btn-edit.btn-edit2,a.btn-remove.btn-remove2{width:20px;margin:5px 10px;display:block;height:20px}
|
| 117 |
+
a.btn-edit.btn-edit2{background:url(..//images/edit.png) no-repeat}
|
| 118 |
+
a.btn-remove.btn-remove2{background:url(..//images/delete.png) no-repeat}
|
| 119 |
.discount-form .button{width:100%;background:#ededed;color:#000;font-size:16px;margin:3px 0 0;border:none}
|
| 120 |
button#empty_cart_button,button.button.btn-update{width:47%;background:#ededed;color:#000;font-size:14px;margin:20px 0 0;border:none}
|
| 121 |
button#empty_cart_button{float:right;margin-right:1%}
|
| 122 |
+
button.button.btn-update{float:none;margin:0;display:block;width:100%}
|
| 123 |
+
li.method-checkout-cart-methods-multishipping a{display:block;text-align:center;margin:10px 0;font-size:19px}
|
| 124 |
table#shopping-cart-table tfoot tr{border-bottom:none}
|
| 125 |
table#shopping-cart-table .totals{clear:both;overflow:auto}
|
| 126 |
button.button.btn-proceed-checkout.btn-checkout{width:100%;background:#000;color:#fff;font-size:20px;margin:3px 0 0;border:none}
|
| 133 |
ul.footer_links li{display:inline-block;color:#fff;min-width:47%;margin-bottom:5px}
|
| 134 |
ul.footer_links li a{color:#fff}
|
| 135 |
ul.footer_links{margin:10px auto 20px;text-align:center}
|
|
|
|
| 136 |
.step-title h2{display:block;background:#ededed;padding:10px;font-size:20px}
|
| 137 |
.step-title a{display:inline;color:#000;font-weight:400;font-size:13px;float:right;margin-right:10px;margin-top:5px}
|
| 138 |
ol#checkoutSteps h3,ol#checkoutSteps h4{display:block;font-size:16px;padding:10px;border-bottom:1px solid #000;line-height:24px}
|
| 145 |
ol#checkoutSteps .button{width:100%;border:none;background:#ededed;font-size:20px;padding:10px 0;margin:10px 0}
|
| 146 |
ol#checkoutSteps #login-form a{display:block;padding:0 10px;color:#000}
|
| 147 |
.validation-advice{background:red;padding:5px 10px;color:#fff;margin:10px 0}
|
| 148 |
+
ol#checkoutSteps #co-shipping-form input,ol#checkoutSteps #co-billing-form input{width:200px;height:20px;font-size:16px;border:1px solid #999;margin-bottom:10px}
|
| 149 |
ol#checkoutSteps #co-billing-form label{font-size:16px;display:block;padding:10px 0 5px}
|
| 150 |
+
ol#checkoutSteps #co-shipping-form label{font-size:16px;display:block;padding:10px 0 5px}
|
| 151 |
li.control.radio label{display:inline!important;padding:0!important}
|
| 152 |
+
li.control.radio input{display:inline;width:20px!important;margin:0!important;border:none!important;height:20px!important}
|
| 153 |
dl.sp-methods{padding:10px}
|
| 154 |
+
span#billing-please-wait img,span#payment-please-wait img,span#review-please-wait img,span#shipping-method-please-wait img,span#shipping-please-wait img{display:inline;width:40px;height:auto;margin:20px}
|
| 155 |
+
span#billing-please-wait,span#payment-please-wait,span#review-please-wait,span#shipping-method-please-wait,span#shipping-please-wait{padding:10px;text-align:center}
|
| 156 |
table#checkout-review-table{width:100%;border-collapse:collapse}
|
| 157 |
table#checkout-review-table thead tr.first.last{border-bottom:1px solid #000}
|
| 158 |
table#checkout-review-table tbody tr td:first-child{padding-top:5px;font-weight:700}
|
| 160 |
p.f-left a{color:#000}
|
| 161 |
table#checkout-review-table dl.item-options{font-weight:400;padding-top:5px;margin-top:5px;margin-bottom:24px}
|
| 162 |
table#checkout-review-table td{text-align:left}
|
| 163 |
+
.checkout-onepage-success p,h2.sub-title{text-align:center}
|
| 164 |
table#checkout-review-table td span.cart-price{padding:0 40px 0 0}
|
| 165 |
+
h2.sub-title{padding:10px 0}
|
|
|
|
| 166 |
.checkout-onepage-success .button{width:100%;padding:10px 0;background:#000;border:none;color:#fff;font-size:18px;margin-bottom:10px}
|
| 167 |
+
li.error-msg,li.success-msg{padding:4px;margin:0;color:#fff;text-align:center}
|
| 168 |
+
li.success-msg{background:green}
|
| 169 |
+
li.error-msg{background:red}
|
| 170 |
form#login-form p{text-align:center;margin-bottom:5px;border-bottom:1px solid #000;padding-bottom:10px}
|
| 171 |
form#login-form label{display:block;padding:10px 0 5px;font-size:20px}
|
| 172 |
form#login-form ul.form-list{padding:10px}
|
| 211 |
body.customer-address-index .col2-set.addresses-list a,body.customer-address-index p.back-link a{background:#ededed;display:block;padding:10px 0;text-align:center;color:#000;font-size:19px}
|
| 212 |
.col2-set.addresses-list{padding:10px}
|
| 213 |
.col2-set.addresses-list address{border:1px solid #999;padding:10px}
|
| 214 |
+
#co-shipping-form .select,body.customer-address-form form .input-box.select{border:1px solid #000;padding:5px;width:350px;overflow:hidden}
|
| 215 |
div#checkout-step-billing .select{margin-bottom:10px}
|
| 216 |
li.makgento-category-name.subcategory{padding-left:30px;font-size:19px;font-weight:400}
|
| 217 |
+
.makgento-item .price-box,.makgento-item p,p.note-msg{font-size:16px;text-align:center}
|
| 218 |
+
p.note-msg{padding:10px}
|
| 219 |
+
div#attr span{font-weight:700}
|
| 220 |
+
.col3-set{padding:15px}
|
| 221 |
+
.homepage_grid{text-align:center}
|
| 222 |
.homepage_grid.images img{max-width:235px;margin:10px}
|
| 223 |
+
li.makgento-item.grid_two:nth-child(odd){clear:left}
|
| 224 |
+
.makgento-item p{margin:0 0 5px!important;color:#000;line-height:12px}
|
| 225 |
+
.makgento-item .price-box{color:#000;line-height:12px;font-weight:700}
|
| 226 |
+
p.old-price,p.special-price .price-label{font-weight:400}
|
| 227 |
+
p.old-price{text-decoration:line-through;font-size:14px}
|
| 228 |
+
li.makgento-item.grid_two:nth-child(even){clear:right}
|
| 229 |
+
.product-options .input-box,.product_holders,.radio_button{clear:both}
|
| 230 |
+
.homepage_grid_title{background:#ededed;padding:10px 20px;font-size:23px}
|
| 231 |
+
li.makgento-item.grid_one{float:none;display:block;width:93%;margin:0 auto 20px;border-bottom:1px solid #D3D3D3;padding-bottom:20px}
|
| 232 |
+
li.makgento-item.grid_three{width:33%;float:left;margin:10px 0}
|
| 233 |
+
li.makgento-item.grid_four{width:24%;float:left;margin:0}
|
| 234 |
+
.color-swatch-wrapper ul li{float:left;cursor:pointer;text-align:center;position:relative;margin:8px 6px 8px 2px!important;border:none!important}
|
| 235 |
+
li.method-checkout-cart-methods-onepage-bottom a{background:#000;display:block;padding:10px;color:#fff;text-align:center;font-size:20px}
|
|
|
|
| 236 |
.pr_holder{width:33%;float:left;font-family:cabin;font-size:14px;text-align:center;border-right:1px solid #ededed;padding:10px 0;opacity:.5}
|
| 237 |
+
.homepage_contact p strong,.p_title{font-size:18px}
|
| 238 |
.pr_holder.active{opacity:1}
|
| 239 |
.cms-prescriptions p{margin-bottom:0!important;-webkit-margin-before:0;-webkit-margin-after:0}
|
|
|
|
| 240 |
div#prescription_form{clear:both;padding:20px 0}
|
| 241 |
.pr_holder img{width:70%}
|
| 242 |
+
.p_title{text-align:center;background:#000;color:#fff;padding:10px;margin-bottom:20px}
|
| 243 |
ul.radios_choose{text-align:center}
|
| 244 |
+
h2.product-name{line-height:13px}
|
| 245 |
+
.homepage_contact p{margin-bottom:7px;margin-top:5px}
|
| 246 |
+
.homepage_contact{text-align:center;font-size:16px}
|
| 247 |
+
h2.product-name a{line-height:13px;font-size:14px}
|
| 248 |
+
ul.radios_choose li{display:inline-block;width:23%;background:#ededed;padding:10px 0;margin-bottom:10px;margin-right:1%}
|
|
|
|
|
|
|
| 249 |
ul.radios_choose li span{display:block;padding:10px 5px;text-align:center;font-size:16px}
|
| 250 |
.check_box_p,.radio_button{padding:10px}
|
| 251 |
+
.radio_button{font-size:15px;font-family:cabin}
|
| 252 |
.upload_div label{display:block;padding:15px 0 5px}
|
| 253 |
.upload_div{margin:15px 0 10px}
|
| 254 |
.radio_button p{padding:10px}
|
| 256 |
.radio_button select{display:block;width:97%;font-size:17px}
|
| 257 |
.fields table td{padding:5px 0}
|
| 258 |
.fields table{width:100%}
|
| 259 |
+
.go_to_ch a,.steps_holder input[type=submit]{display:block;border:none;width:100%;float:none;padding:10px;background:#000;color:#fff;font-size:20px;text-align:center;margin-top:10px}
|
| 260 |
.subtotal_div{text-align:center;padding:10px;font-size:19px}
|
| 261 |
.pr_holder#edit{position:relative}
|
| 262 |
+
.pr_holder#edit:after{position:absolute;right:9px;bottom:31px;font-size:12px;width:30px;height:30px;background:url(../images/check.png)}
|
| 263 |
+
a#pers_true,p.qty_in_stock{font-size:20px;text-align:center}
|
| 264 |
+
a#pers_true,div[id_image=bullet_list].av{background:#000}
|
| 265 |
+
a#pers_true{display:block;color:#fff;padding:10px 0}
|
| 266 |
+
.cms-customer-service .row,.cms-our-story .row,.cms-privacy-policy .row{padding:10px 20px}
|
| 267 |
.cms-our-story .row img{display:block;margin:auto}
|
| 268 |
#one-step-checkout-form .checkout-review-load .data-table td .qty{text-align:center}
|
| 269 |
+
p.qty_in_stock{color:#000}
|
| 270 |
+
p.qty_in_stock.has_items{color:green}
|
| 271 |
+
p.qty_in_stock.no_items{color:red}
|
| 272 |
+
div[id_image=bullet_list],div[id_image=bullet_list].av{display:inline-block;border:2px solid #000;border-radius:200px;width:10px;height:10px;cursor:pointer;margin:3px}
|
| 273 |
+
.product-image-gallery img{width:80%;margin:auto;float:none;display:block}
|
| 274 |
+
.jssorb21{text-align:center}
|
| 275 |
+
.product-options-bottom input[name=qty],.product-options-bottom label[for=qty]{display:none!important}
|
| 276 |
+
.product span.price-label,input#search{display:block;text-align:center}
|
| 277 |
+
#slider2_container img{width:90%!important;left:50%!important;margin-left:-45%!important}
|
| 278 |
+
.product-pricing{padding:10px;text-align:center}
|
| 279 |
+
input#search{width:100%;border-bottom:2px solid #000;border-top:0;border-left:0;border-right:0;height:35px;line-height:30px;font-size:16px}
|
| 280 |
+
.form-search label{display:none}
|
| 281 |
+
.form-search button.button{display:block;width:100%;background:#000;border:none;color:#fff;font-size:20px;height:35px;text-transform:uppercase}
|
| 282 |
+
.makgento-search{background:url(..//images/search-icon-mobile.jpg) no-repeat;width:30px;height:30px;display:block;background-size:100% 100%;float:right;margin-top:-38px;margin-right:37px}
|
| 283 |
+
.makgento-cart{margin-right:2px!important}
|
| 284 |
+
#slider2_container img{height:auto!important}
|
| 285 |
+
.searchautocomplete{top:0!important;padding:0!important;position:relative;height:34px;width:90%!important;display:block!important;float:none!important;text-align:center!important;margin:5px auto!important}
|
| 286 |
+
.searchautocomplete .nav{background:#fff!important;height:34px;position:relative;width:70%!important;display:inline-block!important}
|
| 287 |
+
.searchautocomplete .nav-submit-button{background:#000!important;padding-left:0!important;width:30%!important;text-align:center!important;display:inline-block!important;position:absolute;right:0}
|
| 288 |
+
.makgento-cart a span,.pages ol,p.back-link a{text-align:center}
|
| 289 |
+
.searchautocomplete .nav-submit-button .button{width:39px;height:34px;padding:0 9px;margin:0;cursor:pointer;font-weight:700;color:#fff;line-height:12px;font-size:13px;background-color:#000!important;background-image:none!important;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0)!important;border:none!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;z-index:14}
|
| 290 |
+
.searchautocomplete .nav .nav-input input{font-size:19px!important;border:1px solid #000!important;height:32px!important;margin:0!important}
|
| 291 |
+
.searchautocomplete .nav .nav-input{margin:0!important;padding:0!important}
|
| 292 |
+
.searchautocomplete .searchautocomplete-placeholder{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#FFF!important;border:1px solid #000!important;padding:15px 10px 5px!important;position:absolute;right:0!important;top:42px;width:95%!important;z-index:102}
|
| 293 |
+
.searchautocomplete .searchautocomplete-placeholder:before{border-color:transparent transparent #000!important}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 294 |
.catalogsearch-result-index .category-products .products-grid .actions{display:none}
|
| 295 |
+
.amount,.limiter,.pages strong,.sorter,p.qty_in_stock,span.price-label{display:none!important}
|
| 296 |
.catalogsearch-result-index .category-products .products-grid{overflow:auto}
|
| 297 |
+
.catalogsearch-result-index .category-products .products-grid .item{width:32%;float:left;text-align:center;margin-right:1%}
|
| 298 |
.catalogsearch-result-index .category-products .products-grid .item img{width:90%}
|
| 299 |
+
p.special-price .price:before{content:"Sale: "}
|
| 300 |
+
.pages ol:before{content:"Pages: "}
|
| 301 |
+
.mage-iphone.cms-page-view.cms-rma #main,.mage-iphone.cms-page-view.cms-rma .main{width:100%!important}
|
| 302 |
+
button#empty_cart_button{display:none}
|
| 303 |
+
.mage-iphone.cms-page-view.cms-rma .buttons-set button.button{float:left!important;margin-left:10px!important}
|
| 304 |
+
.mage-iphone.cms-page-view.cms-rma .main-container{padding-top:0}
|
| 305 |
+
.mage-iphone.cms-page-view.cms-rma a{text-decoration:none!important}
|
| 306 |
+
.mage-iphone.cms-page-view.cms-rma .form-list label.required em{float:none!important;position:relative!important;left:1px!important}
|
| 307 |
+
.mage-iphone.cms-page-view.cms-rma button.button span{border:1px solid #000!important;background:#000!important}
|
| 308 |
+
.mage-iphone.cms-page-view.cms-rma button.button.btn-update{float:none!important;margin-left:0!important;width:100%!important}
|
| 309 |
+
.mage-iphone.cms-page-view.cms-rma #main div input,select,textarea{width:200px!important;height:25px;border:1px solid #000}
|
| 310 |
+
.mage-iphone.cms-page-view.cms-rma #main div .form-list label{width:200px!important;padding-left:10px;font-size:18px}
|
| 311 |
+
.mage-iphone.cms-page-view.cms-rma .std div{width:auto!important;margin:0!important;padding:5px!important;border:none!important;overflow:hidden}
|
| 312 |
+
.pages ol li{display:inline}
|
| 313 |
+
.pages ol li.current{font-weight:700}
|
| 314 |
+
.pages{margin:10px}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 315 |
.homepage_grid p.old-price{width:50%;float:left}
|
| 316 |
.homepage_grid p.special-price{width:50%;float:right}
|
| 317 |
.homepage_grid p.special-price .price:before{content:""}
|
| 318 |
+
div#main-menu-drop-up{width:30px;height:25px;display:block;float:left;margin-top:24px;margin-left:13px;position:relative}
|
| 319 |
+
div#slider1_container{background:#000}
|
| 320 |
+
.mk-burger-icon{-webkit-transform:translate(0,-45%);-moz-transform:translate(0,-45%);-ms-transform:translate(0,-45%);-o-transform:translate(0,-45%);width:100%;height:100%;position:absolute;top:0;left:0}
|
| 321 |
+
form#search_mini_form{margin-bottom:0!important}
|
| 322 |
+
.mk-burger-icon div{height:2px;margin-bottom:5px;display:block;position:relative;background-color:#fff}
|
| 323 |
+
.burger-icon-1,.burger-icon-3{transition:transform .2s ease;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease}
|
| 324 |
+
.burger-icon-2{transition:opacity .1s ease;-webkit-transition:opacity .1s ease;-moz-transition:opacity .1s ease;-ms-transition:opacity .1s ease;-o-transition:opacity .1s ease}
|
| 325 |
+
.active-burger .burger-icon-1{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);-o-transform:rotate3d(0,0,1,45deg);top:8px}
|
| 326 |
+
.active-burger .burger-icon-2,.owl-carousel.owl-hidden{opacity:0}
|
| 327 |
+
.active-burger .burger-icon-3{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);-o-transform:rotate3d(0,0,1,-45deg);top:-6px}
|
| 328 |
+
div#main-menu-drop-down{position:absolute;background:rgba(238,238,238,.95);width:100%!important;z-index:9999;left:0;top:62px}
|
| 329 |
+
div#main-menu-drop-down ul li.main_menu_item_up{padding:20px;border-bottom:2px solid #fff;text-transform:uppercase;position:relative;font-size:17px}
|
| 330 |
+
div#main-menu-drop-down ul li.main_menu_item_up[value=true]:after{content:"";border-top:10px solid #000;border-bottom:none}
|
| 331 |
+
div#main-menu-drop-down ul li.main_menu_item_up.drop_down[value=true]:after,div#main-menu-drop-down ul li.main_menu_item_up[value=true]:after{width:0;top:50%;position:absolute;height:0;margin-top:-5px;right:20px;border-left:10px solid transparent;border-right:10px solid transparent}
|
| 332 |
+
div#main-menu-drop-down ul.subitem_menu_ul li{padding:10px 20px 10px 40px;font-size:16px;text-transform:uppercase}
|
| 333 |
+
p.back-link a{background:#ededed;display:block;padding:10px 0;color:#000;font-size:19px}
|
| 334 |
+
.makgento-cart a span{color:#fff;position:absolute;top:-8px;left:0;width:100%;display:block;font-size:12px}
|
| 335 |
+
.makgento-cart{position:relative}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
