Como altero as OPÇÕES IMAGENS PARA HORIZONTAL
Enviado: 24 Fev 2014, 14:24
Olá , estou com um problema sério para alterar as opções de imagem para que apareçam na horizontam,
alguem pode me ajudar a resolver esta duvida?
Estas imagens são as que aparecem quando se cadastra por exemplo cor do produto, ai voce ao inves de colocar uma cor coloca a imagem do produto na cor para o cliente selecionar.
A questão é que estão aparecendo na vertical o que fica totalmente horrivel no layout... gostaria de deixa-las na horizontal...
Sei que esta no catalog/view/theme/odio/stylesheet
Meu arquivo é este...
Alguma sugestão?
alguem pode me ajudar a resolver esta duvida?
Estas imagens são as que aparecem quando se cadastra por exemplo cor do produto, ai voce ao inves de colocar uma cor coloca a imagem do produto na cor para o cliente selecionar.
A questão é que estão aparecendo na vertical o que fica totalmente horrivel no layout... gostaria de deixa-las na horizontal...
Sei que esta no catalog/view/theme/odio/stylesheet
Meu arquivo é este...
Código: Selecionar todos
/*--------------------------------------------------------------------------/
* @Author KulerThemes.com http://www.kulerthemes.com
* @Copyright Copyright (C) 2012 - 2013 KulerThemes.com. All rights reserved.
* @License KulerThemes.com Proprietary License
/---------------------------------------------------------------------------*/
/****************************** GENERAL ******************************/
html, body {
margin: 0;
padding: 0;
}
body {
color: #929191;
font-size: 13px;
line-height: 160%;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
padding: 0;
margin: 12px 0 15px 0;
}
fieldset {
padding: .5em;
border: 1px solid #444;
}
small {
font-size: .85em;
}
.primary-define img {
max-width: 100%;
}
.primary-define input,
.primary-define select,
.primary-define textarea {
color: #777;
padding: 6px 0;
max-width: 100%;
font-size: 15px;
text-indent: 10px;
border: 1px solid #ddd;
font-family: Arial, Helvetica, sans-serif;
}
.primary-define textarea {
padding: 5px;
text-indent: 0;
max-width: 97%;
}
.primary-define input[type*="file"] {
font-family: Arial, Helvetica, sans-serif;
}
.primary-define input[type*="radio"],
.primary-define input[type*="checkbox"] {
top: 1px;
margin: 0;
border: none;
position: relative;
}
.primary-define select {
padding: 6px;
text-indent: 0;
cursor: pointer;
}
.primary-define label {
cursor: pointer;
}
/* =============== DEFAULT HTML - CLEARING =============== */
.primary-define .clearbreak {
clear: both;
}
.primary-define .clearafter:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
/* =============== DEFAULT HTML - GRID LAYOUT =============== */
.primary-define .grid-2 {
float: left;
width: 46.95%;
margin: 0 1.5%;
}
.primary-define .grid-3 {
float: left;
width: 30.3%;
margin: 0 1.5%;
}
.primary-define .grid-4 {
float: left;
width: 21.975%;
margin: 0 1.5%;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
.primary-define h1,
.primary-define h2,
.primary-define h3,
.primary-define h4,
.primary-define h5,
.primary-define h6 {
color: #666;
line-height: 120%;
text-transform: uppercase;
}
.primary-define h1 {
color: #444;
font-size: 26px;
padding-bottom: 25px;
margin: 25px 0 10px 0;
background: url(../image/backgrounds/bg-double-line-grey.png) left bottom repeat-x;
}
.primary-define h2 {
font-size: 22px;
margin: 15px 0 10px 0;
}
.primary-define h3 {
margin: 0.3em 0;
font-size: 22px;
}
.primary-define h4 {
margin: 0.3em 0;
font-size: 1.25em;
}
.primary-define h5,
.primary-define h6 {
margin: 0.3em 0;
font-size: 1.1em;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
.primary-define a {
outline: none;
cursor: pointer;
text-decoration: none;
}
.primary-define a:hover {
text-decoration: underline;
}
.primary-define a img {
border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
.primary-define ul li {
padding: 0;
margin: 0.3em 0 0.3em 1.6em;
}
.primary-define ol li {
padding: 0;
margin: 0.3em 0 0.3em 2em;
}
/* =============== DEFAULT HTML - ICONS =============== */
.primary-define [class*="icon-"] {
line-height: 20px;
padding-left: 22px;
display: inline-block;
}
.primary-define .icon-grid {
background: url(../image/icons/icon-grid.png) left center no-repeat;
}
.primary-define .icon-list {
background: url(../image/icons/icon-list.png) left center no-repeat;
}
.primary-define .icon-wishlist-white {
background: url(../image/icons/icon-wishlist-white.png) left center no-repeat;
}
.primary-define .icon-wishlist-grey {
background: url(../image/icons/icon-wishlist-grey.png) left center no-repeat;
}
.primary-define .icon-compare-white {
background: url(../image/icons/icon-compare-white.png) left top no-repeat;
}
.primary-define .icon-compare-grey {
background: url(../image/icons/icon-compare-grey.png) left 1px no-repeat;
}
.primary-define .icon-grid-grey {
background: url(../image/icons/icon-grid-grey.png) left center no-repeat;
}
.primary-define .icon-list-grey {
background: url(../image/icons/icon-list-grey.png) left center no-repeat;
}
.primary-define .icon-cart-white {
background: url(../image/icons/icon-cart-white.png) left top no-repeat;
}
.primary-define .icon-checkout-white {
background: url(../image/icons/icon-checkout-white.png) left center no-repeat;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.primary-define .button {
color: #fff;
border: none;
text-indent: 0;
cursor: pointer;
font-size: 16px;
font-weight: 700;
padding: 9px 15px;
display: inline-block;
background-color: #888;
text-transform: uppercase;
}
.primary-define .button:hover {
text-decoration: none;
}
.primary-define .button.highlight:hover {
background-color: #888;
}
/* LAYOUT */
.primary-define .wrapper {
width: 1140px;
margin: 0 auto;
}
.primary-define #column-left {
float: left;
width: 240px;
margin-top: 5px;
}
.primary-define #column-right {
float: right;
width: 240px;
margin-top: 5px;
}
.primary-define #column-left + #content,
.primary-define #column-right + #content {
float: left;
width: 810px;
}
.primary-define #column-left + #content {
margin-left: 30px;
}
.primary-define #column-right + #content {
margin-right: 30px;
}
.primary-define #column-left + #column-right + #content {
width: 540px;
}
.primary-define #content form {
margin: 0;
}
/* HEADER */
.primary-define #header {
z-index: 2;
padding-top: 3px;
text-align: right;
position: relative;
}
.primary-define #header #topbar {
padding: 1px 0;
position: relative;
border-bottom: 1px solid #ddd;
}
.primary-define #header #toppanel {
padding: 33px 0;
}
.primary-define #topbar .wrapper {
padding: 7px 0 11px 0;
}
.primary-define #topbar form {
margin: 0;
float: left;
}
.primary-define #topbar .links {
float: left;
color: #994300;
}
.primary-define #topbar .links a {
color: #888;
margin-left: 15px;
text-decoration: none;
background-repeat: no-repeat;
}
.primary-define #topbar .links .icon-wishlist {
background-position: 0 -230px;
}
.primary-define #topbar .links .icon-cart {
background-position: 0 -114px;
}
.primary-define #topbar .links .icon-user {
background-position: 0 2px;
}
.primary-define #topbar .links .icon-checkout {
background-position: 0 -346px;
}
.primary-define #topbar .links a:hover {
color: #444;
}
.primary-define #topbar #language {
margin-right: 15px;
}
.primary-define #topbar #language br {
display: none;
}
.primary-define #topbar #language img {
cursor: pointer;
margin-left: 5px;
vertical-align: middle;
}
.primary-define #topbar #currency {
font-size: 0;
min-width: 62px;
}
.primary-define #topbar #currency a {
width: 16px;
height: 16px;
margin: 0 1px;
font-size: 13px;
line-height: 14px;
text-align: center;
display: inline-block;
text-decoration: none;
vertical-align: middle;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}
.primary-define #topbar #currency a.current {
color: #fff;
}
.primary-define #toppanel #logo {
float: left;
}
.primary-define #toppanel #search {
float: right;
text-align: left;
margin: 5px 40px 0 0;
}
.primary-define #toppanel #search-inner {
margin-right: 54px;
position: relative;
display: inline-block;
}
.primary-define #toppanel #search input {
margin: 0;
width: 100%;
height: 22px;
padding: 7px;
outline: none;
text-indent: 0;
background-color: #fff;
}
.primary-define #toppanel #search .button-search {
top: 0;
width: 40px;
right: -54px;
height: 36px;
cursor: pointer;
position: absolute;
border: 1px solid #ddd;
border-left: none;
background-color: #fff;
background-repeat: no-repeat;
background-position: 12px -918px;
}
.primary-define #header #cart {
float: right;
text-align: left;
position: relative;
padding-bottom: 20px;
}
.primary-define #header #cart .heading {
line-height: 32px;
cursor: pointer;
padding-left: 32px;
text-align: center;
}
.primary-define #header #cart .heading h4 {
display: none;
}
.primary-define #header #cart .heading a {
font-size: 14px;
padding: 5px 10px;
display: inline-block;
text-decoration: none;
}
.primary-define #header #cart .content {
right: 0;
top: 100%;
z-index: 3;
width: 380px;
overflow: hidden;
position: absolute;
}
.primary-define #header #cart .inner {
padding: 10px;
margin-top: -999px;
background-color: #fff;
border: 1px solid #ddd;
}
.primary-define #header #cart.active .inner {
margin-top: 0;
}
.primary-define .mini-cart-total {
margin-top: 2px;
border-top: 1px solid #eee;
}
.primary-define .mini-cart-info td {
padding: 5px;
text-align: center;
border-bottom: 1px solid #eee;
}
.primary-define .mini-cart-info .name {
text-align: left;
}
.primary-define .mini-cart-info .name span {
display: block;
font-size: 11px;
}
.primary-define .mini-cart-info .total {
color: #E15452;
}
.primary-define .mini-cart-info .remove img {
cursor: pointer;
vertical-align: baseline;
}
.primary-define .mini-cart-total table {
padding: 5px 0;
border-bottom: 1px solid #eee;
}
.primary-define .mini-cart-total td {
padding: 2px 0;
}
.primary-define .mini-cart-total .total {
color: #E15452;
text-align: right;
}
.primary-define #header #cart .checkout {
text-align: center;
margin: 15px 0 10px 0;
}
.primary-define #header #cart .empty {
padding: 50px 0;
text-align: center;
}
/* CONTAINER */
.primary-define #container {
z-index: 1;
position: relative;
}
/* MENU */
.primary-define #menu {
text-align: left;
padding-bottom: 3px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.primary-define #menu-inner {
border-bottom: 1px solid #ddd;
}
.primary-define .mainmenu {
margin: 0;
padding: 0;
list-style-type: none;
}
.primary-define .mainmenu li {
margin: 0;
padding: 0;
position: relative;
}
.primary-define .mainmenu > li {
float: left;
margin-bottom: -5px;
padding-bottom: 3px;
border-bottom: 1px solid transparent;
}
.primary-define .mainmenu li a {
color: #999;
display: block;
font-size: 15px;
padding: 20px 35px;
text-decoration: none;
}
.primary-define .mainmenu > li > a {
color: #444;
font-size: 20px;
line-height: 120%;
font-weight: 700;
padding: 15px 20px;
letter-spacing: 1.25px;
text-transform: uppercase;
border-bottom: 1px solid transparent;
}
.primary-define .mainmenu li .dropdown-container {
top: 100%;
margin-top: 1px;
overflow: hidden;
position: absolute;
}
.primary-define .mainmenu li .dropdown {
margin-top: -999px;
background-color: #fff;
}
.primary-define .mainmenu li:hover .dropdown {
margin-top: 0;
}
.primary-define .mainmenu ul {
float: left;
color: #ccc;
width: 300px;
margin: 0 0 0 -1px;
list-style-type: none;
}
.primary-define .mainmenu ul:first-child {
margin-left: 0;
}
.primary-define .mainmenu ul li a {
border: 1px solid #eee;
border-top: none;
}
.primary-define .mainmenu ul li:hover a,
.primary-define .mainmenu ul li.active a {
background-color: #f8f8f8;
}
.primary-define #container {
padding-top: 20px;
border-bottom: 1px solid #ddd;
}
/* BREADCRUMB */
.primary-define .breadcrumb {
font-size: 16px;
line-height: 120%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.primary-define .breadcrumb a {
color: #aaa;
margin-left: -14px;
padding: 0 5px 0 20px;
text-decoration: none;
background: #fff url(../image/icons/icon-breadcrumb-nav.png) left 5px no-repeat;
}
.primary-define .breadcrumb a:first-child {
margin-left: 0;
padding-left: 0;
background: none;
}
.primary-define .breadcrumb a:hover,
.primary-define .breadcrumb a:last-child {
color: #666;
}
/* NOTIFICATIONS */
.primary-define .success,
.primary-define .warning,
.primary-define .attention,
.primary-define .information {
color: #555555;
margin-bottom: 15px;
padding: 10px 10px 10px 33px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.primary-define .success {
background: #EAF7D9 url(../../default/image/success.png) 10px center no-repeat;
border: 1px solid #BBDF8D;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.primary-define .warning {
background: #FFD1D1 url(../../default/image/warning.png) 10px center no-repeat;
border: 1px solid #F8ACAC;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.primary-define .attention {
background: #FFF5CC url(../../default/image/attention.png) 10px center no-repeat;
border: 1px solid #F2DD8C;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.primary-define .success .close,
.primary-define .warning .close,
.primary-define .attention .close,
.primary-define .information .close {
float: right;
cursor: pointer;
margin: 7px 4px 0 0;
}
.primary-define .required {
color: #FF2626;
margin-left: 4px;
}
.primary-define .error {
display: block;
color: #FF0000;
}
.primary-define .help {
color: #999;
font-size: 10px;
font-weight: 400;
font-family: Verdana, Geneva, sans-serif;
display: block;
}
/* TABLE */
.primary-define table.form {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.primary-define table.form td {
padding: 4px;
}
.primary-define table.form td:first-child {
font-size: 15px;
white-space: nowrap;
}
.primary-define table.form td select,
.primary-define table.form td input[type*="text"],
.primary-define table.form td input[type*="password"] {
width: 100%;
}
.primary-define table.form td input[name*="postcode"] {
width: auto;
}
.primary-define .left > table.form td,
.primary-define .right > table.form td {
display: block;
}
.primary-define table.list {
width: 100%;
margin-bottom: 15px;
border-collapse: collapse;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
}
.primary-define table.list td {
padding: 7px;
}
.primary-define table.list td {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.primary-define table.list td.name {
text-align: left;
}
.primary-define table.list .right {
text-align: right;
}
.primary-define table.list thead td {
color: #666;
border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td {
vertical-align: middle;
border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td.quantity input[type='text'] {
min-width: 35px;
}
.primary-define table.list tbody td.quantity input[type='image'],
.primary-define table.list tbody td.quantity img {
top: 4px;
padding: 0;
border: none;
position: relative;
background-color: #fff;
}
.primary-define table.list tbody td.price,
.primary-define table.list tbody td.total {
color: #C64132;
}
.primary-define table.list tbody span.stock {
color: #F00;
font-weight: 700;
}
.primary-define table.radio {
width: 100%;
margin-bottom: 10px;
border-collapse: collapse;
}
.primary-define table.radio td {
padding: 5px;
vertical-align: top;
}
.primary-define table.radio td label {
display: block;
}
.primary-define table.radio tr td:first-child {
width: 1px;
}
.primary-define table.radio tr td:first-child input {
margin-top: 1px;
}
.primary-define .pagination {
margin: 10px 0;
text-align: center;
}
.primary-define .pagination .links {
padding: 20px 0 10px 0;
}
.primary-define .pagination .links a,
.primary-define .pagination .links b {
color: #fff;
margin: 0 1px;
font-size: 16px;
padding: 2px 10px;
text-decoration: none;
display: inline-block;
background-color: #ccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.primary-define .pagination .links b {
font-weight: 400;
}
/* BUTTONS */
.primary-define .buttons {
border-top: 1px solid #eee;
}
.primary-define .buttons:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define .buttons .left {
float: left;
text-align: left;
}
.primary-define .buttons .right {
float: right;
text-align: right;
}
.primary-define .buttons .center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.primary-define .buttons .button {
margin: 10px 0;
}
.primary-define .buttons .button:hover {
background-color: #888;
}
/* TABS */
.primary-define .htabs {
margin-top: 30px;
border-top: 1px solid #eee;
background: url(../image/backgrounds/bg-double-line-grey.png) left bottom repeat-x;
}
.primary-define .htabs a {
color: #888;
float: left;
display: none;
font-size: 16px;
line-height: 120%;
font-weight: 700;
padding: 25px 15px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.primary-define .htabs a.selected {
background-position: left bottom;
}
.primary-define .tab-content {
z-index: 2;
padding: 20px 0;
}
.primary-define .tab-content b,
.primary-define .tab-content strong {
color: #666;
font-weight: 400;
}
.primary-define .tab-content input[type*="radio"],
.primary-define .tab-content input[type*="checkbox"] {
vertical-align: baseline;
}
.primary-define .tab-content .clearafter strong {
float: left;
width: 200px;
margin: 5px 0;
}
.primary-define .tab-content .captcha-field .left,
.primary-define .tab-content .captcha-field .right {
float: left;
}
/* BOX */
.primary-define .box {
margin-bottom: 20px;
}
.primary-define .box-heading {
color: #444;
padding: 20px 0;
font-size: 26px;
line-height: 120%;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
}
/* BOX - OUTSIDE CONTENT */
.primary-define #column-left .box-heading,
.primary-define #column-right .box-heading {
border: none;
margin-bottom: 0;
padding-bottom: 25px;
background: url(../image/backgrounds/bg-double-line-grey.png) left bottom repeat-x;
}
/* BOX PRODUCTS */
.primary-define .box-product > div {
position: relative;
vertical-align: top;
}
.primary-define .box-product .details {
padding: 25px;
overflow: hidden;
position: relative;
border: 1px solid transparent;
}
.primary-define .box-product .cart .button,
.primary-define .box-product .wishlist .button,
.primary-define .box-product .compare .button {
min-width: 138px;
text-align: center;
}
.primary-define .box-product .image {
min-width: 162px;
min-height: 162px;
}
.primary-define .box-product .image img {
vertical-align: middle;
}
.primary-define .box-product .image .no-image {
display: block;
text-align: center;
}
.primary-define .box-product .image .no-image img {
width: 80px;
height: 80px;
}
.primary-define .box-product .price div {
color: #666;
font-size: 20px;
font-weight: 700;
line-height: 120%;
}
.primary-define .box-product .special-price .price-old {
color: #999;
font-size: 14px;
font-weight: 400;
text-decoration: line-through;
}
.primary-define .box-product .special-price .price-fixed {
color: #E05352;
display: block;
margin-bottom: -8px;
}
.primary-define .box-product .price-tax {
display: none;
}
.primary-define .box-product .name a {
font-size: 18px;
text-decoration: none;
}
.primary-define .box-product .rating {
margin-bottom: 5px;
}
.primary-define .box-product .rating img {
vertical-align: middle
}
/* BOX PRODUCTS - OUTSIDE CONTENT */
.primary-define #column-left .box-product:after,
.primary-define #column-right .box-product:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define #column-left .box-product > div,
.primary-define #column-right .box-product > div {
float: left;
border: none;
display: block;
padding: 12px 0;
text-align: left;
width: 100% !important;
border-bottom: 1px solid #eee;
}
.primary-define #column-left .box-product > div > div,
.primary-define #column-right .box-product > div > div {
margin-bottom: 0;
margin-left: 95px;
}
.primary-define #column-left .box-product .details,
.primary-define #column-right .box-product .details {
margin: 0;
padding: 0;
border: none;
overflow: visible;
}
.primary-define #column-left .box-product .cart,
.primary-define #column-left .box-product .wishlist,
.primary-define #column-left .box-product .compare,
.primary-define #column-right .box-product .cart,
.primary-define #column-right .box-product .wishlist,
.primary-define #column-right .box-product .compare {
display: none;
}
.primary-define #column-left .box-product .image,
.primary-define #column-right .box-product .image {
float: left;
min-width: 0;
min-height: 0;
text-align: center;
}
.primary-define #column-left .box-product .image a,
.primary-define #column-right .box-product .image a,
.primary-define #column-left .box-product .image .no-image,
.primary-define #column-right .box-product .image .no-image {
width: auto !important;
line-height: normal !important;
}
.primary-define #column-left .box-product .name,
.primary-define #column-right .box-product .name {
min-width: 0;
margin-top: 0;
margin-bottom: 0;
width: auto !important;
}
.primary-define #column-left .box-product .name a,
.primary-define #column-right .box-product .name a {
font-size: 15px;
}
.primary-define #column-left .box-product .price div,
.primary-define #column-right .box-product .price div {
font-weight: 400;
font-size: 13px;
line-height: 160%;
}
.primary-define #column-left .box-product .price .price-fixed,
.primary-define #column-right .box-product .price .price-fixed {
margin: 0;
color: #C53F32;
display: inline;
}
.primary-define #column-left .box-product .special-price .price-old,
.primary-define #column-right .box-product .special-price .price-old {
margin-left: 3px;
text-decoration: line-through;
}
/* box products - has side columns */
.primary-define #column-left + #content .product-grid > div,
.primary-define #column-right + #content .product-grid > div {
padding: 0;
}
.primary-define #column-left + #content .product-grid .image,
.primary-define #column-right + #content .product-grid .image {
min-width: 147px;
min-height: 147px;
}
.primary-define #column-left + #content .product-grid .name,
.primary-define #column-right + #content .product-grid .name {
min-width: 199px;
}
/* products list */
.primary-define .product-list {
padding: 0;
clear: both;
}
.primary-define .product-list > div {
margin: 5px 0;
padding: 25px 10px;
border-width: 1px;
border-style: solid;
border-color: transparent transparent #eee transparent;
}
.primary-define .product-list > div:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define .product-list > div:hover {
margin: 5px -10px;
padding: 25px 20px;
}
.primary-define .product-list > div:hover ~ div {
border-color: #eee transparent transparent transparent;
}
.primary-define .product-list > div:hover ~ div:last-child {
border-color: #eee transparent #eee transparent;
}
.primary-define .product-list .left {
float: left;
text-align: center;
margin-right: 20px;
}
.primary-define .product-list .right {
float: right;
margin-left: 20px;
text-align: center;
padding-left: 20px;
border-left: 1px solid #eee;
}
.primary-define .product-list .image {
margin: 0;
float: none;
min-width: 147px;
min-height: 147px;
}
.primary-define .product-list .name a {
color: #444;
font-size: 20px;
}
.primary-define .product-list .description {
color: #666;
font-size: 14px;
margin: 10px 0 15px 0;
}
.primary-define .product-list .wishlist {
margin: 10px 0;
}
/* PRODUCTS GRID */
.primary-define .product-grid > div {
padding: 5px;
border: none;
text-align: center;
display: inline-block;
}
.primary-define .product-grid .image {
margin: 0;
float: none;
}
.primary-define .product-grid .options {
left: 0;
top: 50%;
width: 100%;
text-align: center;
position: absolute;
}
.primary-define .product-grid .cart,
.primary-define .product-grid .wishlist,
.primary-define .product-grid .compare {
margin: 10px 0 10px -999px;
}
.primary-define .product-grid .details:hover .image {
opacity: 0.2;
}
.primary-define .product-grid .details:hover .cart,
.primary-define .product-grid .details:hover .wishlist,
.primary-define .product-grid .details:hover .compare {
margin-left: 0;
}
.primary-define .product-grid .name {
margin: 10px auto;
min-width: 214px;
}
.primary-define .product-grid .description {
display: none;
}
/* TREEMENU */
.primary-define .treemenu {
margin: 0;
padding: 0;
list-style-type: none;
}
.primary-define .treemenu li {
margin: 0;
padding: 0;
}
.primary-define .treemenu > li {
border-bottom: 1px solid #eee;
}
.primary-define .treemenu li a {
color: #999;
display: block;
font-size: 15px;
text-decoration: none;
padding: 8px 10px 7px 10px;
}
.primary-define .treemenu li a:hover {
background-color: #f8f8f8;
}
.primary-define .treemenu li a span {
padding-left: 18px;
background: url(../image/icons/icon-arrows.png) left 3px no-repeat;
}
.primary-define .treemenu li ul {
margin: 0;
display: none;
list-style-type: none;
}
.primary-define .treemenu li a.active + ul {
display: block;
}
.primary-define .treemenu ul li {
border-bottom: none;
border-top: 1px solid #ddd;
}
.primary-define .treemenu ul li a {
padding-left: 25px;
}
.primary-define .treemenu ul li a.active {
background-color: #f8f8f8;
}
/* CONTENT */
.primary-define #content .content:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define #content .content .left {
float: left;
width: 48%;
}
.primary-define #content .content .right {
float: right;
width: 48%;
}
/* CATEGORY */
.primary-define .category-info h1 {
margin-bottom: 35px;
}
.primary-define .category-info .image {
float: left;
padding: 5px;
margin-right: 20px;
border: 1px solid #E7E7E7;
}
.primary-define .category-info .image img {
vertical-align: middle;
}
.primary-define .category-list {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.primary-define .category-list h2 {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.primary-define .category-list ul {
margin: 0;
list-style-type: none;
}
.primary-define .category-list ul li {
float: left;
margin: 5px 5px 5px 0;
}
/* MANUFACTURER */
.primary-define .manufacturer-list {
border: 1px solid #DBDEE1;
padding: 5px;
overflow: auto;
margin-bottom: 20px;
}
.primary-define .manufacturer-heading {
background: #F8F8F8;
font-size: 15px;
font-weight: 700;
padding: 5px 8px;
margin-bottom: 6px;
}
.primary-define .manufacturer-content {
padding: 8px;
}
.primary-define .manufacturer-list ul {
float: left;
width: 25%;
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 10px;
}
/* PRODUCT */
.primary-define .product-filter {
padding: 10px 15px;
margin-bottom: 20px;
background-color: #f8f8f8;
border-bottom: 1px solid #eee;
}
.primary-define .product-filter a {
text-decoration: none;
}
.primary-define .product-filter select {
margin-left: 5px;
}
.primary-define .product-filter .display {
float: left;
margin-top: 8px;
}
.primary-define .product-filter .display a {
color: #666;
}
.primary-define .product-filter .display a,
.primary-define .product-filter .display span {
margin-right: 15px;
padding-left: 25px;
}
.primary-define .product-filter .sort {
float: right;
}
.primary-define .product-filter .limit {
float: right;
margin-left: 15px;
}
.primary-define .product-compare {
float: left;
margin-top: 8px;
}
/* PRODUCT */
.primary-define .product-info {
margin-top: 30px;
position: relative;
}
.primary-define .product-info:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define .product-info h1 {
padding: 0;
font-size: 32px;
background: none;
font-weight: 400;
}
.primary-define .product-info > .left {
float: left;
}
.primary-define .product-info .image {
padding: 10px;
text-align: center;
border: 1px solid #ddd;
}
.primary-define .product-info .image img {
vertical-align: middle;
}
.primary-define .product-info .image-additional {
margin-left: -4px;
}
.primary-define .product-info .image-additional a {
float: left;
padding: 2px;
display: block;
margin: 4px 0 0 4px;
border: 1px solid #ddd;
}
.primary-define .product-info .image-additional a img {
vertical-align: middle;
}
.primary-define .product-info .description {
padding: 20px 0;
}
.primary-define .product-info .description span {
color: #666;
margin: 10px 0;
min-width: 100px;
display: inline-block;
}
.primary-define .product-info .description a {
text-decoration: none;
}
.primary-define .product-info .minimum {
margin-top: 10px;
}
.primary-define .product-info .price {
color: #666;
float: right;
margin: 20px 0;
font-size: 36px;
line-height: 120%;
font-weight: 700;
text-align: center;
padding-left: 20px;
border-left: 1px solid #eee;
}
.primary-define .product-info .special-price .price-fixed {
color: #E05352;
}
.primary-define .product-info .special-price .price-old {
color: #aaa;
display: block;
font-size: 16px;
margin-top: -15px;
font-weight: 400;
text-decoration: line-through;
}
.primary-define .product-info .reward,
.primary-define .product-info .price-tax,
.primary-define .product-info .discount {
margin: 0;
color: #999;
display: block;
font-size: 13px;
line-height: 160%;
font-weight: 400;
}
.primary-define .product-info .price-tax {
margin-top: 5px;
}
.primary-define .product-info .options {
float: left;
width: 100%;
padding-bottom: 10px;
border-top: 1px solid #eee;
}
.primary-define .product-info .option {
overflow: hidden;
margin: 5px 0 15px 0;
}
.primary-define .product-info .option strong {
color: #666;
width: 135px;
margin: 6px 0;
font-weight: 400;
display: inline-block;
}
.primary-define .product-info .option select,
.primary-define .product-info .option input[type*="text"] {
width: 210px;
}
.primary-define .product-info .option textarea {
width: 270px;
}
.primary-define .product-info .option input[type*="button"] {
padding: 5px;
text-indent: 0;
}
.primary-define .product-info .multi div,
.primary-define .product-info .multi strong,
.primary-define .product-info .multi textarea,
.primary-define .product-info .multi .required {
float: left;
display: block;
}
.primary-define .product-info .multi div {
margin-left: 5px;
}
.primary-define .product-info .multi .required {
margin: 6px 6px 6px 4px;
}
.primary-define .product-info .multi:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define .product-info .option-image {
margin-top: 3px;
margin-bottom: 10px;
}
.primary-define .product-info .option-image label {
display: block;
width: 100%;
height: 100%;
}
.primary-define .product-info .option-image img {
margin-right: 5px;
border: 1px solid #CCCCCC;
cursor: pointer;
}
.primary-define .product-info .cart {
float: left;
width: 100%;
}
.primary-define .product-info .cart > div:first-child {
margin-bottom: 20px;
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.primary-define .product-info .cart > div > a {
color: #666;
margin-right: 15px;
display: inline-block;
text-decoration: none;
vertical-align: middle;
}
.primary-define .product-info .share {
display: inline-block;
vertical-align: middle;
}
.primary-define .product-info .share img {
float: left;
padding-right: 5px;
}
.primary-define .product-info .share a {
padding: 0 2px;
line-height: 16px;
text-decoration: none;
}
.primary-define .product-info .review {
padding: 5px 0 15px 0;
border-bottom: 1px solid #E7E7E7;
}
.primary-define .product-info .review .show-review,
.primary-define .product-info .review .new-review {
color: #999;
margin-left: 20px;
text-decoration: none;
display: inline-block;
vertical-align: middle;
}
.primary-define .product-info .review .new-review {
padding-left: 20px;
background: url(../image/icons/icon-forward-grey.png) left center no-repeat;
}
.primary-define .product-info .review img {
vertical-align: middle;
}
.primary-define .review-list {
margin: 10px 0;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.primary-define .review-list .author {
display: inline;
}
.primary-define .review-list .author b {
color: #000;
}
.primary-define .review-list .rating {
display: inline;
vertical-align: middle;
}
.primary-define .review-list .text {
clear: both;
}
.primary-define .attribute {
border-collapse: collapse;
width: 100%;
border-top: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
margin-bottom: 20px;
}
.primary-define .attribute thead td,
.primary-define .attribute thead tr td:first-child {
color: #444;
font-size: 14px;
background: #F7F7F7;
text-align: left;
}
.primary-define .attribute tr td:first-child {
color: #444;
text-align: right;
width: 20%;
}
.primary-define .attribute td {
padding: 7px;
color: #4D4D4D;
text-align: center;
vertical-align: top;
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
.primary-define table.compare-info tr td:first-child {
text-align: right;
}
.primary-define table.compare-info thead td {
color: #666;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info thead tr td:first-child {
font-size: 14px;
background: #eee;
text-align: left;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info tbody td {
padding: 7px;
}
.primary-define table.compare-info td {
width: 20%;
text-align: center;
}
.primary-define table.compare-info td .no-image {
display: block;
margin: 0 auto;
text-align: center;
}
.primary-define table.compare-info td .no-image img {
vertical-align: middle;
}
.primary-define table.compare-info .price-old {
color: #CC4328;
text-decoration: line-through;
}
.primary-define table.compare-info td.remove img {
vertical-align: middle;
}
/* WISHLIST */
.primary-define .wishlist-info table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
margin: 20px 0;
}
.primary-define .wishlist-info td {
padding: 7px;
text-align: center;
}
.primary-define .wishlist-info thead td {
color: #666;
border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info thead .name {
text-align: left;
}
.primary-define .wishlist-info tbody td {
vertical-align: middle;
border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info tbody .no-image {
display: block;
margin: 0 auto;
text-align: center;
}
.primary-define .wishlist-info tbody .name {
text-align: left;
}
.primary-define .wishlist-info tbody .price-old {
color: #E15452;
text-decoration: line-through;
}
.primary-define .wishlist-info tbody .price-fixed {
color: #aaa;
}
.primary-define .wishlist-info tbody .action img {
cursor: pointer;
}
.primary-define .login-content {
font-size: 15px;
}
.primary-define .login-content h2 {
font-size: 24px;
font-weight: 400;
text-transform: none;
}
.primary-define .login-content p strong {
color: #666;
margin: 10px 0;
font-weight: 400;
}
.primary-define .login-content > .left {
float: left;
width: 48%;
}
.primary-define .login-content > .right {
float: right;
width: 48%
}
.primary-define .login-content > .right a {
margin: 20px 0;
display: inline-block;
}
.primary-define .login-content .left .content,
.primary-define .login-content .right .content {
min-height: 200px;
}
.primary-define .login-content .right p strong {
display: block;
}
.primary-define .login-content .right p input[type*="text"],
.primary-define .login-content .right p input[type*="password"] {
width: 100%;
}
.primary-define .return-captcha:after {
height: 0;
clear: both;
content: "";
display: block;
visibility: hidden;
}
.primary-define .return-captcha .left,
.primary-define .return-captcha .right {
float: left;
}
.primary-define .return-captcha .left {
margin: 4px 10px 4px 0;
}
.primary-define .return-captcha .right {
margin-bottom: 10px;
}
.primary-define .return-captcha .right p {
margin-bottom: 5px;
}
/* ORDERS */
.primary-define .order-list table {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.primary-define .order-list table td {
padding: 7px;
text-align: center;
}
.primary-define .order-list thead td {
font-weight: 700;
border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td {
border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td.order-status {
font-weight: 700;
}
.primary-define .order-list tbody td.order-total {
color: #C64132;
font-weight: 700;
}
.primary-define .order-list tbody img {
vertical-align: middle;
}
.primary-define .order-detail {
background: #EFEFEF;
font-weight: 700;
}
/* RETURNS */
.primary-define .return-list {
margin-bottom: 10px;
}
.primary-define .return-list .return-id {
width: 49%;
float: left;
margin-bottom: 2px;
}
.primary-define .return-list .return-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px;
}
.primary-define .return-list .return-content {
padding: 10px 0px;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
}
.primary-define .return-list .return-content div {
float: left;
width: 33.3%;
}
.primary-define .return-list .return-info {
text-align: right;
}
.primary-define #return-product table.form {
margin: 0;
}
.primary-define #return-product table.form input[type*="radio"] {
margin-left: 0;
}
.primary-define #return-product table.form label {
margin-right: 10px;
}
.primary-define .download-list {
margin-bottom: 10px;
}
.primary-define .download-list .download-id {
width: 49%;
float: left;
margin-bottom: 2px;
}
.primary-define .download-list .download-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px;
}
.primary-define .download-list .download-content {
padding: 10px 0px;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
}
.primary-define .download-list .download-content div {
float: left;
width: 33.3%;
}
.primary-define .download-list .download-info {
text-align: right;
}
/* CART */
.primary-define .cart-info {
margin: 20px 0;
}
.primary-define .cart-info table {
border-right: 1px solid #eee;
}
.primary-define .cart-info table td {
border-right: none;
text-align: center;
}
.primary-define .cart-info table td.quantity {
white-space: nowrap;
}
.primary-define .cart-module {
padding-bottom: 20px;
}
.primary-define .cart-module > div {
display: none;
}
.primary-define .cart-total {
border-top: 1px solid #DDDDDD;
overflow: auto;
padding-top: 8px;
margin-bottom: 15px;
}
.primary-define .cart-total table {
float: right;
}
.primary-define .cart-total td {
padding: 3px;
min-width: 100px;
text-align: right;
}
.primary-define .cart-total td.total {
color: #E15452;
}
/* CHECKOUT */
.primary-define .checkout {
margin-top: 30px;
}
.primary-define .checkout-heading {
font-size: 15px;
padding: 7px 15px;
margin-bottom: 10px;
border: 1px solid #ddd;
}
.primary-define .checkout-heading a {
float: right;
text-decoration: none;
}
.primary-define .checkout-content {
display: none;
padding-bottom: 25px;
}
.primary-define .checkout-content .left {
width: 48%;
float: left;
}
.primary-define .checkout-content .right {
width: 48%;
float: right;
}
.primary-define .checkout-content .buttons {
clear: both;
}
.primary-define .checkout-product table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
margin-bottom: 20px;
}
.primary-define .checkout-product td {
padding: 7px;
text-align: center;
}
.primary-define .checkout-product td.name {
text-align: left;
}
.primary-define .checkout-product td.total {
color: #E15452;
text-align: center;
}
.primary-define .checkout-product thead td {
color: #666;
border-bottom: 1px solid #eee;
}
.primary-define .checkout-product thead td.total {
color: #666;
}
.primary-define .checkout-product tbody td {
vertical-align: top;
border-bottom: 1px solid #eee;
}
.primary-define .checkout-product tbody td.price {
color: #E15452;
}
.primary-define .checkout-product tfoot td {
text-align: right;
border-bottom: 1px solid #eee;
}
.primary-define .contact-info {
overflow: auto;
}
.primary-define .contact-info .left {
float: left;
width: 48%;
}
.primary-define .contact-info .right {
float: left;
width: 48%;
}
.primary-define .sitemap-info {
overflow: auto;
margin-bottom: 40px;
}
.primary-define .sitemap-info .left {
float: left;
width: 48%;
}
.primary-define .sitemap-info .right {
float: left;
width: 48%;
}
/* FOOTER */
.primary-define #footer {
padding-bottom: 35px;
}
.primary-define #footer h3 {
padding: 30px 0 25px 0;
background: url(../image/backgrounds/bg-double-line-grey.png) left bottom repeat-x;
}
.primary-define #footer .column ul li {
margin: 12px 0;
list-style-type: none;
}
.primary-define #footer a {
color: #999;
text-decoration: none;
}
.primary-define #footer a:hover {
color: #444;
}
.primary-define #powered .wrapper {
padding: 20px 0 10px;
border-top: 1px solid #ddd;
}Alguma sugestão?