Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. <style>
  2. .smarthint .slick-prev {
  3. display: block;
  4. background: rgba(0, 0, 0, 0) url(https://www.sexshophotpepper.com.br/catalog/view/theme/hotpepper-2015/assets/dist/img/bkg_prevous.png) no-repeat scroll 0 0;
  5. height: 26px !important;
  6. width: 36px !important;
  7. display: inline-block;
  8. float: right;
  9. margin-top: -34px !important;
  10. position: relative;
  11. margin-right: 29px;
  12. top: 0;
  13. }
  14.  
  15. .smarthint .slick-next {
  16. display: block;
  17. background: rgba(0, 0, 0, 0) url(https://www.sexshophotpepper.com.br/catalog/view/theme/hotpepper-2015/assets/dist/img/bkg_next.png) no-repeat scroll 0 0;
  18. height: 26px !important;
  19. width: 36px !important;
  20. float: right;
  21. margin-top: -34px !important;
  22. position: absolute;
  23. margin-right: 18px;
  24. top: 0;
  25. }
  26.  
  27. .smarthint .product-related {
  28. margin-left: auto;
  29. margin-right: auto;
  30. }
  31.  
  32.  
  33. .smarthint .slick-prev,
  34. .smarthint .slick-next {
  35. -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  36. -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  37. -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  38. transition: all .5s cubic-bezier(.215, .61, .355, 1);
  39. }
  40.  
  41. .smarthint .slick-prev:hover,
  42. .smarthint .slick-next:hover {
  43. background-position: bottom left;
  44. }
  45.  
  46. .smarthint .slick-prev:before,
  47. .smarthint .slick-next:before {
  48. content: "" !important;
  49. }
  50.  
  51. .smarthint .product-related {
  52. margin-right: 0;
  53. margin-left: 0;
  54. padding-left: 0;
  55. padding-right: 0;
  56. }
  57.  
  58. .smarthint .product-layout.product-grid {
  59. padding: 7.5px;
  60. }
  61.  
  62. @media (min-width: 992px) {
  63. .smarthint .container {
  64. width: 100%;
  65. }
  66. }
  67.  
  68. @media (min-width: 1024px) {
  69. .smarthint .product-grid .product-wrapper {
  70. height: auto;
  71. min-height: 412px;
  72. }
  73. }
  74. </style>
  75.  
  76. <div id="product-related" class="container product-related mt30">
  77. <div class="box-title">
  78. <h3>{{BoxTitle}}</h3>
  79. </div>
  80.  
  81. <div class="owl-theme slick-it" style="opacity: 1; display: block;">
  82. {{#Products}}
  83. <div class="item">
  84. <div class="product-layout product-grid">
  85. <div class="product-wrapper">
  86. <a href="{{Link}}">
  87. <div class="product-thumb">
  88. <div class="product-thumb__primary">
  89. <img src="{{ImageLink}}" alt="{{Title}}" title="{{Title}}" class="img-responsive">
  90. </div>
  91. <div class="product-detail button-group hidden-xs hidden-sm hidden-md">
  92. <div class="product-detail__group-buttons">
  93. <button class="product-detail-button product-detail-button--cart" type="button"
  94. data-toggle="tooltip" title="Comprar" onclick="cart.add('{{ProductId}}');">
  95. <i class="fa fa-shopping-cart"></i>
  96. </button>
  97. <button class="product-detail-button product-detail-button--wishlist" type="button"
  98. data-toggle="tooltip" title="Adicionar à lista de desejos"
  99. onclick="wishlist.add('{{ProductId}}');">
  100. <i class="fa fa-heart"></i>
  101. </button>
  102. <button class="product-detail-button product-detail-button--compare" type="button"
  103. data-toggle="tooltip" title="Comparar este produto"
  104. onclick="compare.add('{{ProductId}}');">
  105. <i class="fa fa-balance-scale"></i>
  106. </button>
  107. </div>
  108. </div>
  109. </div>
  110. </a>
  111. <button class="product-detail-button--quick-view hidden-xs hidden-sm hidden-md"
  112. href="index.php?route=product/preview&amp;product_id={{ProductId}}" data-toggle="modal"
  113. data-target="#ajaxModal">
  114. <a>Espiar</a>
  115. </button>
  116. {{#HasDiscount}}
  117. <div class="product-sale">-{{Discount}}%</div>
  118. {{/HasDiscount}}
  119. <h4 class="product-name">
  120. <a href="{{Link}}">{{Title}}</a>
  121. </h4>
  122.  
  123. {{#HasSalePrice}}
  124. <p class="product-price">
  125. <span class="product-price--old">De R$ {{PriceInteger}},{{PriceDecimal}}</span>
  126. <span class="product-price--new"></span>
  127. </p>
  128. {{/HasSalePrice}}
  129. <div class="flex_parcelas_pricing">
  130. <span class="price-avista">Por
  131. {{#HasSalePrice}}
  132. <strong> R$ {{SalePriceInteger}},{{SalePriceDecimal}}</strong>
  133. {{/HasSalePrice}}
  134. {{^HasSalePrice}}
  135. <strong> R$ {{PriceInteger}},{{PriceDecimal}}</strong>
  136. {{/HasSalePrice}}
  137. <small> </small>
  138. </span>
  139. {{#HasInstallment}}
  140. <span class="price-parcelado">ou
  141. <strong>{{Installment}}x de R$
  142. {{InstallmentAmountInteger}},{{InstallmentAmountDecimal}}</strong>
  143. <small> no cartão</small>
  144. </span>
  145. {{/HasInstallment}}
  146. {{^HasInstallment}}
  147. <span class="price-parcelado">
  148. <strong></strong>
  149. <small></small>
  150. </span>
  151. {{/HasInstallment}}
  152. </div>
  153. <p></p>
  154. <div class="rating">
  155. <span class="fa fa-stack">
  156. <i class="fa fa-star-o fa-stack-1x"></i>
  157. </span>
  158. <span class="fa fa-stack">
  159. <i class="fa fa-star-o fa-stack-1x"></i>
  160. </span>
  161. <span class="fa fa-stack">
  162. <i class="fa fa-star-o fa-stack-1x"></i>
  163. </span>
  164. <span class="fa fa-stack">
  165. <i class="fa fa-star-o fa-stack-1x"></i>
  166. </span>
  167. <span class="fa fa-stack">
  168. <i class="fa fa-star-o fa-stack-1x"></i>
  169. </span>
  170. </div>
  171. <div class="product-detail product-detail--list product-detail--small button-group hidden-lg">
  172.  
  173. <button class="product-detail-button product-detail-button--cart" type="button" title="Comprar"
  174. onclick="cart.add('{{ProductId}}');">
  175. <i class="fa fa-shopping-cart"></i> Comprar </button>
  176. <button class="product-detail-button product-detail-button--quickview"
  177. href="index.php?route=product/preview&amp;product_id={{ProductId}}" data-toggle="modal"
  178. data-target="#ajaxModal" title="Espiar">
  179. <a>
  180. <i class="fa fa-binoculars"></i>
  181. </a>
  182. </button>
  183. <button class="product-detail-button product-detail-button--wishlist" type="button"
  184. title="Adicionar à lista de desejos" onclick="wishlist.add('{{ProductId}}');">
  185. <i class="fa fa-heart"></i>
  186. </button>
  187. <button class="product-detail-button product-detail-button--compare" type="button"
  188. title="Comparar este produto" onclick="compare.add('{{ProductId}}');">
  189. <i class="fa fa-balance-scale"></i>
  190. </button>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. {{/Products}}
  196. </div>
  197. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement