2018-01-07 04:55:48 +10:00
|
|
|
html {
|
2019-12-26 20:32:28 +10:00
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
body {
|
2019-12-26 20:32:28 +10:00
|
|
|
margin-bottom: 140px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
font-size: 16px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.content-body {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
.menu-top {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
.menu-side,
|
|
|
|
.product-layout {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
.menu-side-mobile {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: inherit !important;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
.dragable_item {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
.page-header {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.cart-contents-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.cart-row {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.cart-item-row {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.cart-link {
|
|
|
|
padding-left: 7px;
|
|
|
|
}
|
|
|
|
a.text-danger:hover,
|
|
|
|
a.text-danger:focus {
|
|
|
|
color: #cc3a2c;
|
|
|
|
}
|
|
|
|
.cart-update-button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.thumbnail-image {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#product-images {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
.product-layout {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
.product-title-image {
|
|
|
|
margin: auto;
|
|
|
|
max-height: 400px;
|
|
|
|
width: auto;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 13:23:21 +10:00
|
|
|
.thumbnail-image-container .img-fluid {
|
2019-12-26 20:32:28 +10:00
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
max-height: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
input[type=number]::-webkit-inner-spin-button,
|
|
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-12-28 15:43:20 +10:00
|
|
|
.navbar-brand {
|
|
|
|
color: #cc3a2c;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
padding-left: 20px;
|
2019-12-29 18:11:28 +10:00
|
|
|
padding-top: 0;
|
2019-12-28 15:43:20 +10:00
|
|
|
height: 80px;
|
|
|
|
font-size: 55px;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-brand > img {
|
|
|
|
width: auto;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.thumbnail {
|
|
|
|
min-height: 415px;
|
|
|
|
}
|
2018-01-07 04:55:48 +10:00
|
|
|
.vertical-center {
|
2019-12-26 20:32:28 +10:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 13:23:21 +10:00
|
|
|
.title-image-container .img-fluid {
|
2019-12-26 20:32:28 +10:00
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
max-height: 100%;
|
|
|
|
margin: auto;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.title-image-container {
|
|
|
|
height: 400px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
.thumbnail-image-container {
|
2019-12-26 20:32:28 +10:00
|
|
|
height: 350px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-title {
|
2019-12-27 13:37:38 +10:00
|
|
|
font-size: 20px;
|
2019-12-26 20:32:28 +10:00
|
|
|
margin-top: 0px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-title-home {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-price {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #aaaaaa;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.productOptions {
|
|
|
|
padding-bottom: 15px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-option {
|
|
|
|
font-size: 18px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.btnAddToCart,
|
|
|
|
.body_text {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.product-option-text {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #aaaaaa;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.seporator {
|
|
|
|
padding-top: 5px;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
padding-bottom: 6px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.list-group-input-pad select {
|
|
|
|
margin-top: -7px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.no-pad-left {
|
|
|
|
padding-left: 0px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.no-pad-right {
|
|
|
|
padding-right: 0px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-marg-10 {
|
|
|
|
margin-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-marg-15 {
|
|
|
|
margin-top: 15px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-marg-20 {
|
|
|
|
margin-top: 20px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-5 {
|
|
|
|
padding-top: 10px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-8 {
|
|
|
|
padding-top: 8px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-10 {
|
|
|
|
padding-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-20 {
|
|
|
|
padding-top: 20px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-50 {
|
|
|
|
padding-top: 50px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.top-pad-100 {
|
|
|
|
padding-top: 100px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-pad-10 {
|
|
|
|
padding-bottom: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-pad-15 {
|
|
|
|
padding-bottom: 15px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-pad-20 {
|
|
|
|
padding-bottom: 20px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-30 22:28:37 +10:00
|
|
|
.bottom-pad-30 {
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-marg-10 {
|
|
|
|
margin-bottom: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-marg-15 {
|
|
|
|
margin-bottom: 15px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.bottom-marg-20 {
|
|
|
|
margin-bottom: 20px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.left-pad-10 {
|
|
|
|
padding-left: 10px;
|
2019-12-26 13:23:21 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.left-pad-30 {
|
|
|
|
padding-left: 30px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.right-pad-10 {
|
|
|
|
padding-right: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.shipping-form input {
|
|
|
|
margin-bottom: 15px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
#header {
|
|
|
|
height: 50px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.search-bar {
|
|
|
|
margin-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.breadcrumb {
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
margin-top: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.breadcrumbProPerRow-3 {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.searchProPerRow-3,
|
|
|
|
.searchProPerRow-4 {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.dropup-button {
|
|
|
|
height: 34px;
|
|
|
|
padding: 0px;
|
|
|
|
color: white !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.dropdown-menu > li > a {
|
|
|
|
padding-top: 5px !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.pad-bottom {
|
|
|
|
padding-bottom: 25px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.keywords {
|
|
|
|
padding-bottom: 30px;
|
|
|
|
padding-top: 20px;
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
.file-form {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
.editor_btn_action {
|
|
|
|
border-top-left-radius: 4px !important;
|
|
|
|
border-bottom-left-radius: 4px !important;
|
|
|
|
}
|
|
|
|
.dropup-list {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
#notify_message {
|
|
|
|
position: fixed;
|
|
|
|
display: none;
|
|
|
|
z-index: 9999;
|
|
|
|
padding-top: 10px;
|
|
|
|
height: 50px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
.input-group .form-control {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.btn-file {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.btn-file input[type=file] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
min-width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
font-size: 100px;
|
|
|
|
text-align: right;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
opacity: 0;
|
|
|
|
outline: none;
|
|
|
|
background: white;
|
|
|
|
cursor: inherit;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.offcanvas-element {
|
|
|
|
z-index: 100;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.product-item {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
input:focus {
|
|
|
|
outline: none;
|
|
|
|
background: #fbfbe9;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
input + label {
|
|
|
|
display: block;
|
|
|
|
cursor: text;
|
|
|
|
transition: 0.15s ease-out all;
|
|
|
|
position: absolute;
|
|
|
|
top: 0.9em;
|
|
|
|
left: 1.3em;
|
|
|
|
}
|
|
|
|
.floatLabel {
|
|
|
|
top: 0.1em;
|
|
|
|
left: 32px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: #999999;
|
|
|
|
font-weight: normal;
|
|
|
|
transition: 0.15s ease-out all;
|
|
|
|
}
|
|
|
|
input.form-control.customerDetails {
|
|
|
|
padding-bottom: 5px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
padding-top: 25px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
.admin {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-12-28 15:43:20 +10:00
|
|
|
.previous a {
|
|
|
|
border-bottom-left-radius: 0.25rem;
|
|
|
|
border-top-left-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
.next a {
|
|
|
|
border-bottom-right-radius: 0.25rem;
|
|
|
|
border-top-right-radius: 0.25rem;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.image-next {
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
.image-prev {
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
.image-button {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
.image-button-show {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.7 !important;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-default {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a:hover,
|
|
|
|
.navbar-default .navbar-nav > li > a:focus {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.btn-warning,
|
|
|
|
.btn-outline-primary {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #000000;
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
|
|
|
.btn-warning:hover,
|
|
|
|
.btn-outline-primary:hover {
|
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #000000 !important;
|
|
|
|
border-color: #000000 !important;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
.btn-outline-danger {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #cc3a2c;
|
|
|
|
border-color: #cc3a2c;
|
|
|
|
}
|
|
|
|
.btn-outline-danger:hover {
|
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #cc3a2c !important;
|
|
|
|
border-color: #cc3a2c !important;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
a:hover,
|
|
|
|
a:focus {
|
|
|
|
color: #000000;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
a {
|
2019-12-26 20:32:28 +10:00
|
|
|
color: #000000;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.list-group-item.active,
|
|
|
|
.list-group-item.active:hover,
|
|
|
|
.list-group-item.active:focus {
|
|
|
|
background-color: #000000;
|
|
|
|
border-color: #000000;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-brand {
|
2019-12-26 20:32:28 +10:00
|
|
|
color: #000000;
|
|
|
|
font-size: 40px;
|
|
|
|
font-weight: 700;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-default .navbar-brand:hover,
|
|
|
|
.navbar-default .navbar-brand:focus {
|
|
|
|
color: #000000;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
.navbar-brand-image {
|
2019-12-26 20:32:28 +10:00
|
|
|
padding: 0px;
|
|
|
|
height: 70px;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.page-item.disabled .page-link {
|
|
|
|
color: #b7b7b7;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 13:23:21 +10:00
|
|
|
.page-link {
|
2019-12-26 20:32:28 +10:00
|
|
|
color: white;
|
|
|
|
border: 0;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
.navbar-default .navbar-toggle:hover,
|
|
|
|
.navbar-default .navbar-toggle:focus {
|
|
|
|
background-color: #000000;
|
2018-01-07 04:55:48 +10:00
|
|
|
}
|
|
|
|
.thumbnail {
|
2019-12-26 20:32:28 +10:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.help-block {
|
|
|
|
color: #95a5a6;
|
|
|
|
}
|
|
|
|
.list-group-item:first-child,
|
|
|
|
.list-group-item:last-child {
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.pushy {
|
|
|
|
width: 700px;
|
|
|
|
}
|
|
|
|
.pushy-right {
|
|
|
|
-webkit-transform: translate3d(700px, 0, 0);
|
|
|
|
-ms-transform: translate3d(700px, 0, 0);
|
|
|
|
transform: translate3d(700px, 0, 0);
|
|
|
|
}
|
|
|
|
.pushy-open-right #container,
|
|
|
|
.pushy-open-right .push {
|
|
|
|
-webkit-transform: translate3d(-700px, 0, 0);
|
|
|
|
-ms-transform: translate3d(-700px, 0, 0);
|
|
|
|
transform: translate3d(-700px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.pushy {
|
|
|
|
width: calc(100%);
|
|
|
|
}
|
|
|
|
.pushy-right {
|
|
|
|
-webkit-transform: translate3d(calc(100%), 0, 0);
|
|
|
|
-ms-transform: translate3d(calc(100%), 0, 0);
|
|
|
|
transform: translate3d(calc(100%), 0, 0);
|
|
|
|
}
|
|
|
|
.pushy-open-right #container,
|
|
|
|
.pushy-open-right .push {
|
|
|
|
-webkit-transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
-ms-transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
transform: translate3d(-calc(100%), 0, 0);
|
|
|
|
}
|
|
|
|
.product-item {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
.showFooter {
|
|
|
|
margin-bottom: 220px;
|
|
|
|
}
|
|
|
|
.title-image-container {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.product-title {
|
|
|
|
font-size: 18px;
|
|
|
|
padding-top: 18px;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
.search-bar-input {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
.menu-side {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
.product-layout {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 30px;
|
2019-12-28 16:06:33 +10:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
2019-12-26 20:32:28 +10:00
|
|
|
}
|
|
|
|
#btn_search {
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
.cart-row {
|
|
|
|
padding-top: 10px;
|
|
|
|
border-bottom: 1px solid #ecf0f1;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.cart-body {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
.cart-contents-shipping {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
#cart {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
2019-12-28 15:43:20 +10:00
|
|
|
.navbar-brand {
|
|
|
|
padding-left: 0px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.thumbnail {
|
|
|
|
min-height: 0;
|
|
|
|
}
|
2019-12-26 20:32:28 +10:00
|
|
|
}
|