2015-02-24 12:20:44 +00:00
|
|
|
.web-long-description {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 200%;
|
|
|
|
}
|
|
|
|
.item-stock {
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
}
|
|
|
|
.product-link {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.product-image {
|
|
|
|
height: 0px;
|
|
|
|
padding: 0px 0px 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.product-image-square {
|
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
padding: 50% 0px;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center top;
|
2016-04-22 13:23:21 +00:00
|
|
|
border-radius: 4px;
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
.product-image.missing-image {
|
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
padding: 50% 0px;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center top;
|
2016-04-22 13:23:21 +00:00
|
|
|
border-radius: 4px;
|
2015-02-24 12:20:44 +00:00
|
|
|
position: relative;
|
2016-04-22 13:23:21 +00:00
|
|
|
background-color: #EBEFF2;
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
.product-image.missing-image .octicon {
|
|
|
|
font-size: 32px;
|
|
|
|
color: #d1d8dd;
|
|
|
|
}
|
|
|
|
.product-text {
|
|
|
|
padding: 15px 0px;
|
|
|
|
}
|
2016-04-20 10:50:49 +00:00
|
|
|
.product-label {
|
|
|
|
padding-bottom: 4px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2016-04-09 16:55:21 +00:00
|
|
|
.product-search {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2015-05-27 20:48:06 +00:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
.product-search {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2016-04-20 10:50:49 +00:00
|
|
|
.borderless td,
|
|
|
|
.borderless th {
|
|
|
|
border-bottom: 1px solid #EBEFF2;
|
|
|
|
padding-left: 0px !important;
|
|
|
|
line-height: 1.8em !important;
|
|
|
|
}
|
|
|
|
.item-desc {
|
|
|
|
border-top: 2px solid #EBEFF2;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2016-04-22 09:09:02 +00:00
|
|
|
.featured-products {
|
|
|
|
border-top: 1px solid #EBEFF2;
|
|
|
|
}
|
2016-04-22 13:23:21 +00:00
|
|
|
.transaction-list-item {
|
|
|
|
border-bottom: none;
|
|
|
|
padding: 30px;
|
|
|
|
margin: 0px -30px;
|
|
|
|
}
|
|
|
|
.transaction-list-item:hover,
|
|
|
|
.transaction-list-item:active,
|
|
|
|
.transaction-list-item:focus {
|
|
|
|
background-color: #fafbfc;
|
|
|
|
}
|
|
|
|
.transaction-list-item .indicator {
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
color: #8D99A6;
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
|
|
|
.transaction-list-item .items-preview,
|
|
|
|
.transaction-list-item .transaction-time {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.transaction-subheading .indicator {
|
|
|
|
font-weight: inherit;
|
|
|
|
color: #8D99A6;
|
|
|
|
}
|
|
|
|
.order-container {
|
|
|
|
margin: 50px 0px;
|
|
|
|
}
|
|
|
|
.order-container .order-item-header .h6 {
|
|
|
|
padding: 7px 15px;
|
|
|
|
}
|
|
|
|
.order-container .order-items {
|
|
|
|
margin: 30px 0px 0px;
|
|
|
|
}
|
|
|
|
.order-container .order-item-table {
|
|
|
|
margin: 0px -15px;
|
|
|
|
}
|
|
|
|
.order-container .order-item-header {
|
|
|
|
border-bottom: 1px solid #d1d8dd;
|
|
|
|
}
|
|
|
|
.order-container .order-image-col {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
.order-container .order-image {
|
|
|
|
max-width: 55px;
|
|
|
|
max-height: 55px;
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
.order-container .order-taxes {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.order-container .order-taxes .row {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.order-container .tax-grand-total-row {
|
|
|
|
border-top: 1px solid #d1d8dd;
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2016-04-09 16:55:21 +00:00
|
|
|
.product-list-link .row {
|
|
|
|
border-bottom: 1px solid #EBEFF2;
|
|
|
|
}
|
|
|
|
.product-list-link .row:hover {
|
|
|
|
background-color: #fafbfc;
|
|
|
|
}
|
|
|
|
.product-list-link .row > div {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
.product-list-link:first-child .row {
|
|
|
|
border-top: 1px solid #EBEFF2;
|
|
|
|
}
|
|
|
|
.item-group-nav-buttons {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.footer-subscribe {
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
}
|