/** * File for custom CSS. You can use it to override the default styling of the theme. * * 1. Copy the file "default.override.css" and rename it to "override.css". * 2. Enable it in the admin panel. * */ header a.logo { margin: 0; } footer address { line-height: 25px; padding: 10px; } .footer-info ul.social li a { background-size: 240px 36px; } .footer-info ul.social li a.facebook { background-position: -39px 0; } .footer-info ul.social li a.vk { background-position: -200px 0; background-color: #50749b; } .footer-info ul.social li a.instagram { background-position: -159px 0; background-color: #2a5b83; } .footer-info ul.social li a.email { background-position: -78px 0; } .footer-info ul.social li a.google { background-position: -118px 0; } .category-products { margin-top: -10px; } .category-products .price-box .regular-price .price, .category-products .price-box .special-price .price { font-size: 17px; } .category-products .price-box .old-price .price { font-size: 14px; } .category-products .price-box .price-label { display: none; } .category-products.categories .products-grid { display: block; } .category-products.categories .products-grid li { min-height: 255px; transition: 0.2s; height: 100%; } .category-products.categories .products-grid li a h2 { letter-spacing: normal !important; } .category-products.categories .products-grid li:hover { transition: 0.3s; box-shadow: 0 0 15px #D2AE6D; } .category-products.categories .products-grid li:hover h2 { color: #95774b; } .category-products.categories .products-grid li a { width: 100%; height: 100%; margin: auto; } .category-image { display: none; } .block-left-nav li.active > a { color: #ffbf3b !important; } .category-products .add-to-links { margin-top: 7px; } .category-products .add-to-links li { margin-right: 10px; } .category-products .add-to-links li a:hover i { color: #292917 !important;; } .category-products .add-to-links li a i { color: #D2AE6D !important;; } .category-products .add-to-links li span.icon { display: block; float: left; margin: 0 10px 5px 0; overflow: hidden; width: 35px; height: 35px; background-size: 17px 16px !important; -webkit-border-radius: 100% !important; -moz-border-radius: 100% !important; border-radius: 100% !important; text-indent: -999px; } .category-products .add-to-links.grid-links li span.icon { width: 25px; height: 25px; } /* denist */ .category-item-box { position: relative; display: block !important; } .category-item-box span, .category-item-box h2 { display: block; } .category-item-box span { width: 252px; height: 200px; padding-bottom: 40px; text-align: center; display: table-cell; vertical-align: middle; } .category-item-box span img { display: block; margin: 0 auto; } .category-item-box h2 { line-height: 40px; position: absolute; bottom: 0; margin: 0; width: 100%; text-align: center; } /* end denist */ .category-products .add-to-links li span.icon { transition: 400ms; background: #d2ae6d 50% 50% no-repeat; } .category-products .add-to-links li:hover span.icon { transition: 400ms; background-color: #292917 !important; } .category-products .add-to-links li span.icon { background-image: url(../images/icon_wishlist@2x.png) !important;; } .category-products .add-to-links li.compare span.icon { background-image: url(../images/icon_compare@2x.png) !important;; } .category-products .add-to-links li.email-friend span.icon { background-image: url(../images/icon_email@2x.png) !important;; } #checkout-shipping-method-load label > span.price { display: none; } .cart-collaterals {float: right!important;} .opc-block-progress{display: none!important;} .data-table.detail-attributes { border-top: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 10px; } .data-table.detail-attributes tr.even, .data-table.detail-attributes tr.odd { background-color: transparent; } .data-table.detail-attributes td.label, .data-table.detail-attributes th.label { background-color: transparent; } .data-table.detail-attributes tbody td { border: none; } .data-table.detail-attributes th, .data-table.detail-attributes td { padding: 3px 0; } .product-slider-container .jcarousel-skin-tango .jcarousel-clip ul.jcarousel-list { padding: 35px 0 80px !important; }