View difference between Paste ID: 3BAdS5gn and gcUqbs91
SHOW: | | - or go back to the newest paste.
1
<?php
2
/**
3
 * Magento
4
 *
5
 * NOTICE OF LICENSE
6
 *
7
 * This source file is subject to the Academic Free License (AFL 3.0)
8
 * that is bundled with this package in the file LICENSE_AFL.txt.
9
 * It is also available through the world-wide-web at this URL:
10
 * http://opensource.org/licenses/afl-3.0.php
11
 * If you did not receive a copy of the license and are unable to
12
 * obtain it through the world-wide-web, please send an email
13
 * to license@magentocommerce.com so we can send you a copy immediately.
14
 *
15
 * DISCLAIMER
16
 *
17
 * Do not edit or add to this file if you wish to upgrade Magento to newer
18
 * versions in the future. If you wish to customize Magento for your
19
 * needs please refer to http://www.magentocommerce.com for more information.
20
 *
21
 * @category    design
22
 * @package     base_default
23
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
24
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
25
 */
26
27
/**
28
 * Product view template
29
 *
30
 * @see Mage_Catalog_Block_Product_View
31
 * @see Mage_Review_Block_Product_View
32
 */
33
?>
34
<?php $_helper = $this->helper('catalog/output'); ?>
35
<?php $pageLayout = str_replace(array('page/','.phtml'),'',Mage::app()->getLayout()->getBlock('root')->getTemplate()); ?>
36
<?php $_product = $this->getProduct(); ?>
37
<?php $setting = Mage::helper('em0113settings'); ?>
38
39
40
<script>
41
function setcheckoutLocation(location)
42
{
43
jQuery.ajax({
44
type:”GET”,
45
url:location,
46
success:function(data){
47
window.location.href = “http://www.your-site.com/checkout/onepage/”;
48
}
49
});
50
51
}
52
</script>
53
54
<script type="text/javascript">
55
    var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
56
</script>
57
<div class="Individual">
58
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
59
<div class="product-view">
60
    <div class="product-essential">
61
    <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
62
        <?php echo $this->getBlockHtml('formkey') ?>
63
        <div class="no-display">
64
            <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
65
            <input type="hidden" name="related_product" id="related-products-field" value="" />
66
        </div>
67
68
        <div class="product-img-box" style="width:<?php echo $setting->getImageProduct_BaseImageWidth(390) ?>px;">
69
            <?php echo $this->getChildHtml('media') ?>
70
        </div>
71
        <?php 
72
            $related_product_collection = $_product->getRelatedProductCollection();
73
            $related_product_collection->AddStoreFilter();
74
            $count  =   count($related_product_collection);
75
			
76
			
77
        ?>
78
		
79
		
80
        <div class="product-shop <?php if($count > 0 && $pageLayout=='1column'): ?>has-related<?php else: ?>no-related<?php endif ?>">
81
            <div class="product-shop-wrapper <?php if($_product->isGrouped()): ?>grouped<?php endif ?>">
82
            <?php list($_prev_prod, $_next_prod) = Mage::helper('em0113settings/product')->getPreviousNextProducts($this->getProduct()); ?>
83
84
            <!--<?php if($_prev_prod != NULL): ?>
85
            <a href="<?php echo $_prev_prod->getProductUrl(); ?>" title="<?php echo $this->__('Previous') ?>" class="prev"><?php echo $this->__('Previous') ?></a>
86
            <?php endif; ?>
87
88
            <?php if($_next_prod != NULL): ?>
89
            <a href="<?php echo $_next_prod->getProductUrl(); ?>" title="<?php echo $this->__('Next') ?>" class="next"><?php echo $this->__('Next') ?></a>
90
            <?php endif; ?>-->
91
92
            <div class="product-name">
93
                <h2><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h2>
94
            </div>
95
            
96
            <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
97
98
            <!--<?php if ($this->canEmailToFriend()): ?>
99
                <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
100
            <?php endif; ?>-->
101
102
            <div class="Pro_des">
103
            <?php if ($_product->getShortDescription()):?>
104
                <div class="short-description">
105
				<hr>
106
                    <h2><?php echo $this->__('') ?></h2>
107
                    <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
108
                </div>
109
            <?php endif;?>
110
            </div>
111
        
112
           
113
			<hr class="hr">
114
115
						<div class="check_delivery">
116
                <?php echo $this->getLayout()->createBlock('core/template')->setTemplate('checkdelivery/checkdelivery.phtml')->toHtml();?>
117
            </div> 
118
			
119
			
120
			
121
            <div class="Quick">
122
            <div class="Quick_1">
123
            <!--<?php if ($_product->getShortDescription()):?>
124
                <div class="short-description">
125
                    <h2><?php echo $this->__('') ?></h2>
126
                    <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
127
                </div>
128
				<hr>
129
				<hr>
130
				<hr>
131
				<?php endif;?>-->
132
				
133
				
134
            
135
136
			
137
138
    
139
    
140
	    
141
			
142
            <div class="product-data">
143
                <?php echo $this->getChildHtml('alert_urls') ?>
144
                
145
                <?php echo $this->getChildHtml('product_type_data') ?>
146
                <?php echo $this->getChildHtml('extrahint') ?>
147
                <?php echo $this->getTierPriceHtml() ?>
148
            </div>
149
            <?php if (!$this->hasOptions()):?>
150
                <div class="add-to-box">
151
                    <?php if($_product->isSaleable()): ?>
152
                        <?php echo $this->getChildHtml('addtocart') ?>
153
                    <?php else:?>
154
                        <?php echo $this->getChildHtml('addto') ?>
155
                    <?php endif; ?>
156
					<button class="button buy-now" onclick="location.href ='{{config path="web/unsecure/base_url"}}/checkout/cart/add?product=1&qty=1'">
157
<span><span><i class="fa fa-shopping-cart"></i>Buy Now</span></span></button>
158
                </div>
159
                <?php echo $this->getChildHtml('extra_buttons') ?>
160
            <?php elseif (!$_product->isSaleable()): ?>
161
                <div class="add-to-box">
162
                    <?php echo $this->getChildHtml('addto') ?>
163
                </div>
164
                
165
                
166
                
167
                
168
            <?php endif; ?>
169
            </div>
170
171
            <div class="Quick_2">
172
173
                <!-- Soled By -->
174
                <div class="soled_by">
175
                    <?php 
176
                        $helper=Mage::helper('marketplace');
177
                        $_product=Mage::registry('current_product');
178
                        $productowner=Mage::getModel('marketplace/product')->isCustomerProduct($_product['entity_id']);
179
                        if($productowner['userid']!=""){
180
                        $captchenable = $percent = Mage::getStoreConfig('marketplace/marketplace_options/captcha');
181
                    $rowsocial=Mage::getModel('marketplace/userprofile')->getPartnerProfileById($productowner['userid']);
182
                    }   
183
                    ?>
184
                        <script type="text/javascript">
185
                            if (typeof jQuery == 'undefined'){
186
                                document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
187
                            }
188
                    </script> 
189
                    
190
191
192
					
193
                    <div class="soled-by-dealer">
194
195
                            <h5> SOLD BY : </h5>
196
                             
197
                             <span>
198
                                    <a href="<?php echo  Mage::getUrl('marketplace/seller/collection').$rowsocial['profileurl'] ?>" title="<?php echo $rowsocial['shoptitle']; ?>" id="siteconnect">
199
                                       <!-- <i class="fa fa-university"></i>--><?php echo $rowsocial['shoptitle']; ?></a>
200
                             </span>        
201
                             
202
                            
203
                    </div>
204
205
                    
206
                    <div class="delivery_details">
207
        
208
209
                        <div class="COD">
210
                        <?php $attribute = $_product->getResource()->getAttribute('cod_available');
211
                            $attribute_value = $attribute ->getFrontend()->getValue($_product);
212
                                if ($attribute_value == "Yes")
213
                                {?>
214
                               
215
                               <h5> CASH ON DELIVERY </h5>
216
                                           <p><?php echo "Available";?></p><?php 
217
                                        }
218
219
                                        else
220
                                        {?><i class="fa fa-times"></i>
221
                                    <p><?php 
222
                                            echo " Not Available";
223
                                        }
224
225
                                    ?></p>
226
                                <div class="Delivery_hover_details">?
227
                                   <span class="coupontooltip">
228
                                       <div class="cod_content">
229
                                           <h5>How do I place a Cash on Delivery (C-o-D) order?</h5>
230
                                            <p>All items that have the "Cash on Delivery Available" icon are valid for order by Cash on Delivery.</p>
231
                                            <p>Add the item(s) to your cart and proceed to checkout. When prompted to choose a payment option, select "Cash on Delivery". </p>
232
                                            <p>Once you place the oder you will receive conformation call from our customer support for validation with in 48 hours. Once verified and confirmed, your order will be processed for shipment in the time specified, from the date of confirmation. You will be required to make a cash-only payment to our courier partner at the time of delivery of your order to complete the payment.</p>
233
                                            <p>Terms & Conditions</p>
234
                                            <p>The maximum order value for C-o-D is ₹5000.</p>
235
                                            <p>e-Gift Vouchers or Store Credit cannot be used for C-o-D orders.</p>
236
                                            <p>Cash-only payment at the time of delivery.</p>
237
                                        </div>
238
                                    </span>
239
                                    
240
                                </div>
241
                                
242
                        
243
244
                            
245
                        </div> 
246
247
                     </div>
248
249
                   
250
251
            <div class="Delivery">
252
                <h5> Delivered By </h5>
253
                <div class="Delivery_hover_details">?
254
                    <span class="coupontooltip">
255
                        <div class="delivery_content">
256
                          <h5>What is the estimated delivery time?</h5>
257
                            <p>Sellers generally procure and ship the items within the time specified on the product page. Business days exclude public holidays and Sundays.</p>
258
                            <p>Estimated delivery time depends on the following factors:
259
                            <li>Time of the order, usually orders made after 2:00pm can be shipped only on next workingday</li>
260
                            <li>The Seller offering the product</li>
261
                            <li>Product's availability with the Seller</li>
262
                            <li>The destination to which you want the order shipped to and the Seller's location</li></p>
263
                        </div>
264
                    </span>
265
                </div>
266
                <ul class="fk-ul-disc">
267
                        <li>Usually Delivered in 4-5 business days.</li>
268
            </ul>
269
            </div>
270
     
271
272
273-
<button class="button buy-now" onclick="location.href ='{{config path="web/unsecure/base_url"}}/checkout/cart/add?product=1&qty=1'">
273+
274
	 
275
276
			  
277
	
278
279
			  
280
			  
281
			
282
                       
283
					   
284
					   
285
					   <!-- wholesale available -->
286
					   
287
					   <?php
288
					   //$product is your current product 
289
if($_product->getTierPrice()) {
290
   echo " 
291
<div class = 'quickphp'>
292
    <h5>Wholesale</h5>
293
	Available.<br>
294
	Usually Delivered in 10-15 business days.
295
</div>
296
   ";
297
}
298
else{
299
  echo " 
300
<div class = 'quickphp'>
301
    <h5>Wholesale</h5>
302
	Not Available .
303
304
  ";
305
  
306
}
307
?>
308
309
  <div class="replace">
310
<br/>
311
                    <span> <b>10 days</b> Replacement Guarantee</span>
312
                    <div class="Delivery_hover_details">?
313
                        <span class="coupontooltip">
314
315
                       <h5> How do I return an item purchased on Totaltoys.com</h5>
316
                        <p>Conveniently, you can call us at 092-434-22233 and email us at contact@totaltoys.com with order number, invoice number and product name. If you've received an item in a 'Damaged', 'Defective' or 'Not as Described' state.</p>
317
318
                        <h5>Return & Replacement policy:</h5>
319
                            <p>Returns or replacement request should be placed within 7 days from the date of delivery.</p>
320
                            <p>As we receive your request, our concerned team will contact you to validate the compliant. The validation process may require submitting of product photos. Once the validation process is completed then further action will be taken.
321
                            Once the product reaches to us/seller, the replacement will be proceed in 1-2 working days after physical inspection of the goods and shipment will be done simultaneously.</p>
322
                            <p>If you've received an item in a 'Damaged', 'Defective' or 'Not as Described' state, all replacements/pickups will be done free of cost.</p>
323
                            <p>If the packaging is tampered with or damaged, before accepting delivery of the goods, please refuse to take delivery of the package, and call us on 092-434-22233 or mail us at contact@totaltoys.com , mentioning your order reference number. We shall make our best efforts to ensure that a replacement delivery is made to you at the earliest.</p>
324
                            <p>In the rare circumstances where a pickup cannot be done, you can ship the product through any courier. You will be reimbursed the shipping charges against the original receipt.</p>
325
                            <p>Replacement is subjected to availability of stock. In case a replacement is not available, the amount will be refunded to your account from which the purchase was made. (Amount includes shipping and gift wrapping charges)</p>
326
327
                            <h5>Exceptions:</h5>
328
329
                            <li>Return request is made outside the specified time period</li>
330
331
                            <li>Missing of tags, labels, original packing, and invoice.</li>
332
333
                            <li>Misused or Mishandle of the product from customer end.</li>
334
335
                            <p>For all refunds we will refund the amount to same mode of payment as used during checkout. Refunds for cash on delivery will be made via online transfer of funds to the customers bank account.</p>
336
                            <p>If the customer chooses to cancel the order before the product is shipped, he will be entitled to a 100% refund.
337
                            Do I have to return the free gift when I return a product?</p>
338
339
                            <p>Yes. The free gift is included as part of the item order and needs to be returned along with the originally delivered product</p>
340
341
                            <p>Please contact us on   contact@totaltoys.com  or call us at 092-434-22233 for any doubts and concerns</p>
342
                                                        
343
344
345
                        </span>
346
                    </div>
347
                </div>
348
</div>
349
350
351
352
			<br/>
353
			
354
			 <?php if ($this->displayProductStockStatus()): ?>
355
                <?php if($_product->isSaleable()): ?>
356
                    <p class="availability in-of-stock"><span><?php echo $this->__('Availability : <br> In Stock') ?></span></p>
357
                <?php else : ?>
358
                    <p class="availability out-of-stock"><span><?php echo $this->__('Availability : <br> Out of stockk') ?></span></p>
359
                <?php endif; ?>
360
            <?php endif; ?>
361
			
362
			
363
		
364
			
365
			
366
			
367
			
368
369
370
371
372
            </div>
373
374
            </div>
375
376
377
            
378
379
            
380
381
             <!--<?php if (!$this->hasOptions()):?>
382
                <div class="add-to-box">
383
                    <?php if($_product->isSaleable()): ?>
384
                        <?php echo $this->getChildHtml('addtocart') ?>
385
                    <?php else:?>
386
                        <?php echo $this->getChildHtml('addto') ?>
387
                    <?php endif; ?>
388
                </div>
389
                <?php echo $this->getChildHtml('extra_buttons') ?>
390
            <?php elseif (!$_product->isSaleable()): ?>
391
                <div class="add-to-box">
392
                    <?php echo $this->getChildHtml('addto') ?>
393
                </div>
394
                
395
                
396
                
397
                
398
            <?php endif; ?>-->
399
    
400
401
            <?php echo $this->getChildHtml('other');?>
402
            <?php echo $this->getChildHtml('short_des_after'); ?>
403
404
            <?php if ($_product->isSaleable() && $this->hasOptions()):?>
405
                <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
406
            <?php endif;?>
407
                <?php echo $this->getChildHtml('shippingreturns') ?>
408
409
        </div>
410
    
411
        
412
        <!--<span class="or_buy_now"> -- OR --</span>-->
413
        
414
415
416
<!--<button type="button" title="<?php echo $buttonTitle ?>" id="product-addtocart-button" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>-->
417
        <!--<a href="<?= $this->getAddtoCartUrl($_product, array('qty' => $_price['price_qty'])) ?>"> Buy Now </a>-->
418
419
        <div class="clearer"></div>
420
        <?php if ($_product->isSaleable() && $this->hasOptions()):?>
421
            <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
422
        <?php endif;?>
423
    </form>  
424
</div>  
425
    <!-- Add button share facebook -->
426
    <?php if ($setting->getImageProduct_ViewSocial()): ?>
427
        <div id="social-share" class="hide-lte0 hide-lte1 hide-lte2"></div>
428
        <script type="text/javascript">
429
            jQuery(document).ready(function($){
430
                jQuery('#social-share').dcSocialShare({
431
                    buttons: 'facebook,plusone,twitter,pinterest',
432
                    twitterId: 'designchemical',
433
                    email: 'moc//niamod/liame',
434
                    align: 'right',
435
                    floater: false
436
                });
437
            });
438
        </script>
439
    <?php endif; ?>
440
    <script type="text/javascript">
441
    //<![CDATA[
442
        var productAddToCartForm = new VarienForm('product_addtocart_form');
443
        productAddToCartForm.submit = function(button, url) {
444
            if (this.validator.validate()) {
445
                var form = this.form;
446
                var oldUrl = form.action;
447
448
                if (url) {
449
                   form.action = url;
450
                }
451
                var e = null;
452
                try {
453
                    this.form.submit();
454
                } catch (e) {
455
                }
456
                this.form.action = oldUrl;
457
                if (e) {
458
                    throw e;
459
                }
460
461
                if (button && button != 'undefined') {
462
                    button.disabled = true;
463
                }
464
            }
465
        }.bind(productAddToCartForm);
466
467
        productAddToCartForm.submitLight = function(button, url){
468
            if(this.validator) {
469
                var nv = Validation.methods;
470
                delete Validation.methods['required-entry'];
471
                delete Validation.methods['validate-one-required'];
472
                delete Validation.methods['validate-one-required-by-name'];
473
                // Remove custom datetime validators
474
                for (var methodName in Validation.methods) {
475
                    if (methodName.match(/^validate-datetime-.*/i)) {
476
                        delete Validation.methods[methodName];
477
                    }
478
                }
479
480
                if (this.validator.validate()) {
481
                    if (url) {
482
                        this.form.action = url;
483
                    }
484
                    this.form.submit();
485
                }
486
                Object.extend(Validation.methods, nv);
487
            }
488
        }.bind(productAddToCartForm);
489
    //]]>
490
    </script>
491
    </div>
492
493
        <?php echo $this->getChildHtml('catalog.product.related'); ?>
494
    
495
    <div class="product-collateral">
496
        <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
497
            <div class="box-collateral <?php echo "box-{$alias}"?>">
498
                <?php if ($title = $this->getChildData($alias, 'title')):?>
499
                <h2><?php echo $this->escapeHtml($title); ?></h2>
500
                <?php endif;?>
501
                <?php echo $html; ?>
502
            </div>
503
        <?php endforeach;?>
504
        <?php echo $this->getChildHtml('product_additional_data') ?>
505
        <?php echo $this->getChildHtml('product_additional_collateral') ?>     
506
    </div>
507
        <?php echo $this->getChildHtml('review_list') ?>
508
        <?php echo $this->getChildHtml('upsell_products') ?>
509
    <?php if (Mage::helper('em0113settings')->getImageProduct_UseTabs()): ?>
510
    <script type="text/javascript">
511
    //<![CDATA[
512
        jQuery(window).ready(function() {
513
            setTimeout(function() {
514
                timeout = null;
515
                EM.tools.decorateProductCollateralTabs();
516
            }, 200);
517
        });
518
    //]]>
519
    </script>
520
    
521
    <?php endif ?>
522
</div>
523
524
525
526
527
<script>
528
function setcheckoutLocation(location)
529
{
530
jQuery.ajax({
531
type:”GET”,
532
url:location,
533
success:function(data){
534
window.location.href = “http://www.your-site.com/checkout/onepage/”;
535
}
536
});
537
538
}
539
</script>
540
541
542
543
544
<style type="text/css">
545
    
546
    .Quick_1 {
547
  float: left !important;
548
  width: 42% !important;
549
  padding: 0px;
550
}
551
552
.Quick {
553
  border-top: 1px solid #ccc;
554
  width: 100% !important;
555
}
556
557
.product-view .product-shop .product-name h2 {
558
  border-bottom: 1px solid #ccc !important;
559
  color: #333 !important;
560
  font-size: 20px !important;
561
}
562
.product-view .product-img-box {
563
  float: left !important;
564
  width: 42% !important;
565
}
566
.product-view .product-img-box .product-image .cloud-zoom img {
567
  width: auto !important;
568
}
569
.product-view .product-img-box{margin-right:0 !important;}
570
.Quick .short-description h2 {
571
  border-top: medium none;
572
  color: #323232;
573
  font: 16px/1.35 helvetica,arial,sans-serif;
574
  margin-bottom: 9px;
575
  padding-top: 0;
576
}
577
.Pro_des .short-description {
578
  margin-top: 0;
579
}
580
.Pro_des .short-description h2 {
581
  border-top: medium none;
582
  color: #323232;
583
  font: 16px/1.35 helvetica,arial,sans-serif;
584
  margin-bottom: 9px;
585
  padding-top: 0;
586
}
587
.Quick .old-price {
588
  clear: both !important;
589
  float: none !important;
590
}
591
.Quick .old-price .price {
592
  color: red !important;
593
  font-size: 12px !important;
594
}
595
.Quick .special-price .price {
596
  color: #565656  !important;
597
}
598
.Quick .add-to-cart > label {
599
  display: none !important;
600
}
601
.product-view .Quick .add-to-cart .qty {
602
  color: #323232;
603
  display: none;
604
  margin-right: 0;
605
  margin-top: 0;
606
}
607
.product-view .Quick .add-to-cart button.button {
608
  clear: both;
609
  float: left;
610
  margin: 0 !important;
611
}
612
.Quick_2 {
613
  border-left: 1px solid #ccc;
614
  float: left;
615
 padding: 5px;
616
    width: 40%;
617
	height:315px;
618
	
619
}
620
.product-view .product-essential .product-shop {
621
  overflow: visible !important;
622
}
623
.Quick b {
624
  font-size: 12px !important;
625
}
626
.Quick .block .block-title strong span {
627
  color: #777;
628
  font: bold 12px/1.15 helvetica,arial,sans-serif;
629
  text-transform: uppercase;
630
}
631
.Quick .wk_blockdetail {
632
  background: #fff none repeat scroll 0 0 !important;
633
  height: auto;
634
  padding: 4px;
635
}
636
.Quick .block .block-content {
637
  padding-top: 0 !important;
638
}
639
.Quick .block, .sidebar .box-reviews {
640
  clear: both;
641
  margin: 0 !important;
642
  padding: 7px 26px 0 !important;
643
}
644
.Quick .you_save_price {
645
  border: 1px solid #ccc;
646
border-radius: 37px;
647
left: 81px;
648
padding: 10px;
649
position: relative !important;
650
top: -30px !important;color: green;
651
}
652
.Quick .old-price {
653
  float: left;
654
  margin-bottom: 14px;
655
  margin-right: 28px;
656
}
657
.fa.fa-shopping-cart {
658
  opacity: 1;
659
  padding-right: 10px;
660
}
661
.Quick .yousave_label{display: none;}
662
.fa.fa-times {
663
  color: red;
664
}
665
.fa.fa-check {
666
  color: green;
667
}
668
.Quick .COD {
669
float: left;
670
padding-bottom: 10px;
671
padding-top: 10px;
672
width: 59%;
673
}
674
675
.Quick .Delivery{float: right;
676
float: right;
677
margin: 0 auto;
678
padding-left: 0;
679
padding-top: 10px;
680
width: 55%;
681
position:relative;
682
left:60px;
683
bottom:90px;}
684
685
.fa.fa-truck {
686
  color: green;padding-top: 10px;
687
}
688
.breadcrumbs li strong {
689
  color: #555 !important;
690
  font-size: 12px !important;
691
  font-weight: normal !important;
692
}
693
694
.catalog-product-view .add-to-cart button.button span {
695
  float: left;
696
  font-size: 16px;
697
  font-weight: normal !important;
698
  text-align: center;
699
  text-transform: uppercase;
700
}
701
.block-wishlist .link-cart, button.btn-cart {
702
  background: #a7da8a -moz-linear-gradient(center top , #7fbf4d, #63a62f) repeat scroll 0 0 !important;
703
  border-radius: 3px;
704
 /* box-shadow: 0 1px 0 0 #96ca6d inset !important;*/
705
  color: #ffffff;
706
  font: 14px/1.35 Arial,Helvetica,sans-serif;
707
}
708
.no-rating .fa.fa-pencil {
709
  padding-right: 6px;
710
}
711
.Buy_now .button.btn-cart {
712
  margin: 10px auto 0;
713
  width: 129px;text-align: center !important;
714
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f78828 0px, #dd771f 100%) repeat scroll 0 0 !important;
715
border: 1px solid #da7532;
716
border-radius: 4px;
717
color: #f9f9f9;
718
cursor: pointer;
719
outline: 0 none;
720
text-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
721
text-transform: uppercase;
722
}
723
.Buy_now #product-addtocart-button > span {
724
  text-align: center !important;
725
  width: 129px;
726
}
727
.Buy_now #product-addtocart-button span {
728
  width: 95px;
729
}
730
731
.Buy_now {
732
  clear: both;
733
  margin-top: 10px !important;
734
  padding-top: 10px;
735
}
736
.fa.fa-cart-arrow-down {
737
  padding-right: 10px;
738
}
739
.catalog-product-view .button.btn-cart {
740
  clear: both !important;
741
  margin-top: 10px !important;
742
  padding: 3px !important;
743
  width: 184px;
744
}
745
.button.buy-now {
746
	
747
748
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f78828 0px, #dd771f 100%) repeat scroll 0 0 !important;
749
padding: 3px;
750
width: 184px;
751-
left: -240px; 
751+
752-
 top : 50px; 
752+
753
.soled-by-dealer_profile a {
754
  font-size: 15px !important;
755
  padding: 20px;
756
  text-decoration: underline;
757
  text-transform: capitalize;
758
}
759
.product-view .tabs_wrapper_detail {
760
  clear: both;
761
  margin-bottom: 26px;
762
}
763
764
765
.replace {
766
  clear: both;
767
  top: -110px;
768
  position: relative;
769
  padding-top: 0px;
770
    width: 100%;
771
}
772
  
773
}
774
.Quick h5 {
775
  font-size: 12px;
776
  font-weight: bold;
777
  text-transform: uppercase;
778
}
779
.catalog-product-view .buy-now button.button span {
780
  float: left;
781
  font-size: 19px;
782
  font-weight: normal !important;
783
  text-align: center;
784
  text-transform: uppercase;
785
}
786
.catalog-product-view button.button span span {
787
  color: #fff;
788
  float: left;
789
    font-size: 16px;
790
    font-weight: normal !important;
791
    text-align: center;
792
    text-transform: uppercase;
793
  
794
}
795
.replace{margin: 0 auto;
796
/*min-height: 285px;*/
797
padding-top: 0px;
798
width: 100%;}
799
.Individual {
800
  margin: 0 auto;
801
  width: 1000px;
802
}
803
.soled-by-dealer a {
804
  color: #333;
805
font-family: Museo;
806
font-size: 14px;
807
font-style: italic;
808
text-decoration: underline;
809
text-transform: capitalize;
810
}
811
.soled-by-dealer > h5 {
812
  margin-bottom: 0;
813
}
814
.fk-ul-disc {
815
  position: relative;
816
  top: -18px;
817
}
818
.catalog-product-view .breadcrumbs {
819
  margin: 0 auto;
820
  width: 1000px;
821
}
822
.product-view .product-essential .product-shop .product-name {
823
  margin-bottom: 5px;
824
  margin-right: 0 !important;
825
}
826
.product-shop {
827
  float: left;
828
  width: 58%;
829
}
830
.product-view .block.block-related .block-title {
831
  border-top: 3px solid #000 !important;
832
  text-align: left;
833
}
834
835
.product-view .block.block-related .block-title strong {
836
  background-color: #ffffff;
837
  display: inline-block;
838
  margin-top: 20px !important;
839
  padding: 0px;
840
  position: relative;
841
  top: 0 !important;
842
}
843
.product-view .box-collateral {
844
  border-top: 3px solid #000 !important;
845
  clear: both;
846
  float: left;
847
  margin-top: 20px;
848
  padding: 0 0 20px;
849
  text-align: left;
850
  width: 100%;
851
}
852
.product-view .box-collateral h2 {
853
  background-color: #ffffff;
854
  color: #323232;
855
  display: inline-block;
856
  font: 22px/1.15 helvetica,arial,sans-serif;
857
  margin-bottom: 0;
858
  margin-left: 0;
859
  margin-right: 0;
860
  margin-top: 10px !important;
861
  padding: 0px;
862
  position: relative;
863
  text-transform: uppercase;
864
  top: 0 !important;
865
}
866
.catalog-product-view .block .block-title strong span, .product-view .box-collateral h2 {
867
  color: #333 !important;
868
  font: bold 13px/1.15 helvetica,arial,sans-serif !important;
869
  text-transform: uppercase;
870
}
871
.product-view .block.block-related .block-title {
872
  border-top: 3px solid #000 !important;
873
  
874
}
875
.sell_price {
876
  color: #848484;
877
  font-size: 10px;
878
}
879
.mrp {
880
  color: #666;
881
  font-size: 10px;
882
  font-weight: bold;
883
}
884
.catalog-product-view .Quick .regular-price .price {
885
  color: #565656;
886
  font-size: 20px !important;
887
}
888
.catalog-product-view #product-attribute-specs-table .tablehead {
889
  border-bottom: 3px solid #000 !important;
890
  color: #333 !important;
891
  font-weight: bold !important;
892
  width: 100px !important;
893
}
894
#prod_dim {
895
  padding: 0 0 5px !important;
896
}
897
.delivery_content > li {
898
  margin-left: 20px;
899
}
900
.coupontooltip > li {
901
  margin-left: 20px;
902
}
903
904
905
.check_delivery
906
{
907
	
908
position:relative;
909
	
910
}
911
	
912
	
913
.std li {
914
	margin-bottom:.5em ;
915
margin-bottom:.5em ;
916
 float: left;
917
 line-height: 1;
918
 width: 50%; 
919
 }
920
 
921
 
922
 <!-- by vikas -->
923
924
.bulk { position:relative;  top :10px;}
925
926
.bulk_content > li {
927
  margin-left: 10px;
928
  top:10px;
929
  margin-top:10px;
930
  
931
}
932
</style>
933
934
935
<style>
936
.Delivery_hover_details:hover .coupontooltip {
937
    display: block;
938
}
939
.Delivery_hover_details{
940
941
   border: 1px solid #e5e5e5;
942
border-radius: 2px;
943
color: #666;
944
display: inline-block;
945
font-size: 11px;
946
height: 12px;
947
left: 130px;
948
line-height: 12px;
949
position: relative;
950
text-align: center;
951
text-decoration: none;
952
top: -56px;
953
width: 12px;
954
}
955
956
.replace .Delivery_hover_details{
957
958
   border: 1px solid #e5e5e5;
959
border-radius: 2px;
960
color: #666;
961
display: inline-block;
962
font-size: 11px;
963
height: 12px;
964
left: 0px;
965
line-height: 12px;
966
position: relative;
967
text-align: center;
968
text-decoration: none;
969
top:0px;
970
width: 12px;
971
}
972
973
.Delivery .Delivery_hover_details{
974
975
    border: 1px solid #e5e5e5;
976
border-radius: 2px;
977
color: #666;
978
display: inline-block;
979
font-size: 11px;
980
height: 12px;
981
left: 100px;
982
line-height: 12px;
983
position: relative;
984
text-align: center;
985
text-decoration: none;
986
top: -29px;
987
width: 12px;
988
}
989
990
991
.coupontooltip {
992
    
993
    background: #fffeeb none repeat scroll 0 0;
994
border-radius: 3px;
995
box-shadow: 0 2px 8px 2px #848484;
996
right: 0;
997
height: 300px;
998
line-height: 2;
999
margin-left: 0;
1000
overflow-y: scroll;
1001
padding: 10px;
1002
position: absolute;
1003
text-align: justify;
1004
width: 300px;
1005
z-index: 1000;
1006
}
1007
1008
1009
.quickphp {
1010
	
1011
	position: relative;
1012
	left: 0px;
1013
	top : -155px;
1014
	white-space:nowrap;
1015
	
1016
}
1017
1018
1019
.availability
1020
1021
{
1022
	
1023
	color: #51b686;
1024
    padding: 0 0 5px;
1025
    bottom: 190px;
1026
    position: relative;
1027
	font-size: 15px;
1028
	color: #000;
1029
	font-size: 15px;
1030
    font-weight: bold;
1031
}
1032
1033
.tier-prices .price { color : #000000; }
1034
1035
</style>