2018-09-10 09:34:57 +00:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500);.icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-right-icon {
|
|
|
|
|
background-image: URL("../images/icon-dropdown-left.svg");
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-19 07:00:24 +00:00
|
|
|
.icon-menu-close {
|
|
|
|
|
background-image: URL("../images/icon-menu-close.svg");
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-10 09:34:57 +00:00
|
|
|
.grid-view-icon {
|
|
|
|
|
background-image: URL("../images/icon-grid-view.svg");
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-view-icon {
|
|
|
|
|
background-image: URL("../images/icon-list-view.svg");
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-15 08:12:19 +00:00
|
|
|
.sort-icon {
|
|
|
|
|
background-image: URL("../images/icon-sort.svg");
|
2018-09-15 09:49:58 +00:00
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-15 08:12:19 +00:00
|
|
|
.filter-icon {
|
|
|
|
|
background-image: URL("../images/icon-filter.svg");
|
2018-09-15 10:27:19 +00:00
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.whishlist-icon {
|
|
|
|
|
background-image: URL("../images/wishlist.svg");
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.share-icon {
|
|
|
|
|
background-image: URL("../images/icon-share.svg");
|
2018-09-15 09:49:58 +00:00
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-27 05:25:06 +00:00
|
|
|
.shipping-icon {
|
|
|
|
|
background-image: url("../images/shipping.svg");
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.payment-icon {
|
|
|
|
|
background-image: url("../images/payment.svg");
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-10 09:34:57 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-weight: 500;
|
2018-09-14 13:15:49 +00:00
|
|
|
max-width: 100%;
|
|
|
|
|
width: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
color: #242424;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
font-family: "Montserrat", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-28 12:55:48 +00:00
|
|
|
.btn.btn-primary {
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-10 {
|
|
|
|
|
margin-bottom: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-15 {
|
|
|
|
|
margin-bottom: 15px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-20 {
|
|
|
|
|
margin-bottom: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-25 {
|
|
|
|
|
margin-bottom: 25px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-30 {
|
|
|
|
|
margin-bottom: 30px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-35 {
|
|
|
|
|
margin-bottom: 35px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-40 {
|
|
|
|
|
margin-bottom: 40px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-45 {
|
|
|
|
|
margin-bottom: 45px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-50 {
|
|
|
|
|
margin-bottom: 50px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-60 {
|
|
|
|
|
margin-bottom: 60px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-70 {
|
|
|
|
|
margin-bottom: 70px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-80 {
|
|
|
|
|
margin-bottom: 80px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.mb-90 {
|
|
|
|
|
margin-bottom: 90px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 07:47:15 +00:00
|
|
|
.mt-10 {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-15 {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-20 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-25 {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-30 {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-35 {
|
|
|
|
|
margin-top: 35px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-40 {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-45 {
|
|
|
|
|
margin-top: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-50 {
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-60 {
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-70 {
|
|
|
|
|
margin-top: 70px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-80 {
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-90 {
|
|
|
|
|
margin-top: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-image {
|
|
|
|
|
max-height: 350px;
|
|
|
|
|
max-width: 280px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
background: #F2F2F2;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-image img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-name {
|
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #242424;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-name a {
|
|
|
|
|
color: #242424;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-description {
|
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
display: none;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-ratings {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 14px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-ratings .icon {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .product-ratings .total-reviews {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .cart-fav-seg {
|
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-card .cart-fav-seg .addtocart {
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
white-space: nowrap;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 07:47:15 +00:00
|
|
|
.layered-filter-wrapper {
|
|
|
|
|
width: 25%;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
min-height: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-title {
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
color: #242424;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item {
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title {
|
|
|
|
|
padding: 10px 40px 0 10px;
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title .remove-filter-link {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title .icon {
|
|
|
|
|
background-image: url("../images/arrow-down.svg") !important;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 15px;
|
|
|
|
|
top: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style: none none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item {
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox .checkbox-view {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
background-image: url("../images/checkbox.svg");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox input:checked + .checkbox-view {
|
|
|
|
|
background-image: url("../images/checkbox-checked.svg");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content .price-range-wrapper {
|
|
|
|
|
margin-top: 21px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item.active .filter-attributes-content {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item.active .filter-attributes-title .icon {
|
|
|
|
|
background-image: url("../images//arrow-up.svg") !important;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper {
|
|
|
|
|
max-width: 90%;
|
|
|
|
|
width: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .content-container {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-grid-4 {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
|
|
|
|
grid-column-gap: 27px;
|
|
|
|
|
grid-row-gap: 15px;
|
|
|
|
|
grid-auto-rows: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-grid-3 {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(3, minmax(240px, 1fr));
|
|
|
|
|
grid-column-gap: 27px;
|
|
|
|
|
grid-row-gap: 15px;
|
|
|
|
|
grid-auto-rows: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-list .product-card {
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
display: inline-block;
|
2018-10-01 06:44:14 +00:00
|
|
|
margin-bottom: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-list .product-card .product-image {
|
2018-09-10 09:34:57 +00:00
|
|
|
float: left;
|
2018-10-01 06:44:14 +00:00
|
|
|
width: 30%;
|
|
|
|
|
height: 350px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-list .product-card .product-image img {
|
|
|
|
|
height: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-list .product-card .product-information {
|
2018-09-10 09:34:57 +00:00
|
|
|
float: right;
|
2018-10-01 06:44:14 +00:00
|
|
|
width: 70%;
|
|
|
|
|
padding-left: 30px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper .product-list .product-card:last-child {
|
|
|
|
|
margin-bottom: 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.featured-products {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.featured-products .featured-heading {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-bottom: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.featured-products .featured-heading .featured-separator {
|
|
|
|
|
color: lightgray;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update {
|
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 5%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 58.5% 40%;
|
|
|
|
|
grid-gap: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block1 {
|
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block1 img {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block2 {
|
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-rows: repeat(2, minmax(50%, 1fr));
|
|
|
|
|
grid-row-gap: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block2 .sub-block1 {
|
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2018-09-26 10:24:33 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block2 .sub-block1 img {
|
|
|
|
|
width: 100%;
|
2018-09-26 10:24:33 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block2 .sub-block2 {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: block;
|
2018-10-01 06:44:14 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main-container-wrapper section.news-update .news-update-grid .block2 .sub-block2 img {
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .category-block {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .category-block .category-block {
|
2018-09-24 12:05:09 +00:00
|
|
|
width: 100%;
|
2018-10-01 06:44:14 +00:00
|
|
|
display: block;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .category-block .category-block .hero-image {
|
|
|
|
|
border: 1px solid green;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .category-block .category-block .hero-image img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 400px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar {
|
2018-09-10 09:34:57 +00:00
|
|
|
width: 100%;
|
2018-10-01 06:44:14 +00:00
|
|
|
display: inline-block;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .page-info {
|
|
|
|
|
float: left;
|
|
|
|
|
color: #242424;
|
|
|
|
|
line-height: 45px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .page-info span:first-child {
|
|
|
|
|
display: inline;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .page-info span:last-child {
|
|
|
|
|
display: none;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager {
|
|
|
|
|
float: right;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager label {
|
|
|
|
|
margin-right: 5px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager select {
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border: 1px solid #C7C7C7;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
color: #242424;
|
|
|
|
|
padding: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .view-mode {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 20px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .view-mode a, .main .top-toolbar .pager .view-mode span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .view-mode a.grid-view, .main .top-toolbar .pager .view-mode span.grid-view {
|
|
|
|
|
margin-right: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .view-mode .sort-filter {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .sorter {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .top-toolbar .pager .limiter {
|
|
|
|
|
display: inline-block;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .reponsive-sorter-limiter {
|
|
|
|
|
display: none;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.main .bottom-toolbar {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: block;
|
2018-10-01 06:44:14 +00:00
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
text-align: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
margin-bottom: 21px;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top {
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
max-width: 100%;
|
2018-09-14 13:15:49 +00:00
|
|
|
width: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2018-10-01 06:44:14 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content {
|
2018-09-25 13:44:46 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
2018-10-01 06:44:14 +00:00
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.logo-container {
|
|
|
|
|
margin-right: 12px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.logo-container li {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.search-container li.search-group {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
2018-10-01 06:44:14 +00:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.search-container li.search-group .search-field {
|
|
|
|
|
height: 38px;
|
|
|
|
|
border: 2px solid #E8E8E8;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border-right: none;
|
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
font-family: "Montserrat", sans-serif;
|
|
|
|
|
font-size: 14px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper {
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
height: 38px;
|
|
|
|
|
width: 38px;
|
|
|
|
|
border: 2px solid #E8E8E8;
|
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper .search-icon {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.account-dropdown-container {
|
2018-09-10 09:34:57 +00:00
|
|
|
float: right;
|
2018-10-01 06:44:14 +00:00
|
|
|
border-right: 2px solid #E8E8E8;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.account-dropdown-container li.account-dropdown {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-right: 14px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.account-dropdown-container li.account-dropdown .account-icon {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.account-dropdown-container li.account-dropdown .account {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
margin-left: 8px;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.account-dropdown-container li.account-dropdown .icon.arrow-down-icon {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-top: 10px;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown {
|
2018-09-10 09:34:57 +00:00
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown li.cart-summary {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-left: 14px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown li.cart-summary .cart-icon {
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
margin-right: 8px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown li.cart-summary .cart {
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-right: 5px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown li.cart-summary .cart .cart-count {
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
padding-right: 3px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top div.right-content ul.cart-dropdown li.cart-summary .icon.arrow-down-icon {
|
|
|
|
|
margin-top: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top .right-responsive {
|
2018-09-19 09:52:10 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top .right-responsive ul.right-wrapper {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top .right-responsive ul.right-wrapper li:not(:last-child) {
|
|
|
|
|
margin-right: 7px;
|
2018-09-25 13:44:46 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-top .right-responsive ul.right-wrapper li:not(:last-child) span.icon {
|
|
|
|
|
margin: 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .search-suggestion {
|
|
|
|
|
display: none;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom {
|
|
|
|
|
height: 48px;
|
2018-09-10 09:34:57 +00:00
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2018-10-01 06:44:14 +00:00
|
|
|
border-top: 1px solid lightgrey;
|
|
|
|
|
border-bottom: 1px solid lightgrey;
|
|
|
|
|
display: block;
|
|
|
|
|
/* submenu positioning*/
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom ul.nav {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
width: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 1px solid #B1B1B1;
|
|
|
|
|
-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
|
|
|
|
|
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #242424;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: 0.8em 0.3em 0.8em 0.5em;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
position: relative;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav li {
|
|
|
|
|
position: relative;
|
2018-09-10 09:34:57 +00:00
|
|
|
height: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 1px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li > a {
|
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .header-bottom .nav > li:last-child {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2018-10-01 06:44:14 +00:00
|
|
|
border-radius: 0 0 4px 0;
|
|
|
|
|
float: right;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li:last-child img {
|
|
|
|
|
margin-right: 6px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li:last-child > a {
|
|
|
|
|
border-radius: 0 4px 0 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav li li a {
|
|
|
|
|
margin-top: 1px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav li a:first-child:nth-last-child(2):before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
border: 5px solid transparent;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 5px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav ul {
|
|
|
|
|
position: absolute;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
border: 1px solid #B1B1B1;
|
|
|
|
|
background-color: white;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
left: -99999em;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li:hover > ul {
|
|
|
|
|
left: auto;
|
|
|
|
|
min-width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li li:hover > ul {
|
|
|
|
|
left: 100%;
|
|
|
|
|
margin-left: 1px;
|
|
|
|
|
top: -2px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav > li:hover > a:first-child:nth-last-child(2):before {
|
|
|
|
|
margin-top: -5px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav li li > a:first-child:nth-last-child(2):before {
|
|
|
|
|
margin-top: -5px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.header .header-bottom .nav li li:hover > a:first-child:nth-last-child(2):before {
|
|
|
|
|
right: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-bottom: 5%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 500px;
|
2018-09-10 09:34:57 +00:00
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content ul.slider-images li {
|
|
|
|
|
position: absolute;
|
|
|
|
|
visibility: hidden;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content ul.slider-images li.show {
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-webkit-animation-name: example;
|
|
|
|
|
animation-name: example;
|
|
|
|
|
-webkit-animation-duration: 4s;
|
|
|
|
|
animation-duration: 4s;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
@-webkit-keyframes example {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
@keyframes example {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2018-08-21 13:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content ul.slider-images li img {
|
|
|
|
|
height: 500px;
|
2018-08-21 13:14:48 +00:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content div.slider-control {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
bottom: 2%;
|
|
|
|
|
right: 2%;
|
2018-08-21 13:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content div.slider-control .dark-left-icon {
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
max-width: 100%;
|
2018-08-21 13:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.slider-block div.slider-content div.slider-control .light-right-icon {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper {
|
|
|
|
|
width: 25%;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
min-height: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-title {
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
color: #242424;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item {
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title {
|
|
|
|
|
padding: 10px 40px 0 10px;
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
cursor: pointer;
|
2018-09-13 11:04:56 +00:00
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title .remove-filter-link {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-title .icon {
|
|
|
|
|
background-image: url("../images/arrow-down.svg") !important;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 15px;
|
|
|
|
|
top: 14px;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
display: none;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style: none none;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item {
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
color: #5E5E5E;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox {
|
|
|
|
|
margin: 0;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox .checkbox-view {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
background-image: url("../images/checkbox.svg");
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content ol.items li.item .checkbox input:checked + .checkbox-view {
|
|
|
|
|
background-image: url("../images/checkbox-checked.svg");
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item .filter-attributes-content .price-range-wrapper {
|
|
|
|
|
margin-top: 21px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item.active .filter-attributes-content {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: block;
|
2018-09-22 10:12:23 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.layered-filter-wrapper .filter-attributes .filter-attributes-item.active .filter-attributes-title .icon {
|
|
|
|
|
background-image: url("../images//arrow-up.svg") !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-price {
|
|
|
|
|
margin-bottom: 14px;
|
2018-09-22 10:12:23 +00:00
|
|
|
width: 100%;
|
2018-10-01 06:44:14 +00:00
|
|
|
font-weight: 600;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-price .price-label {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-price .regular-price {
|
|
|
|
|
color: #A5A5A5;
|
|
|
|
|
text-decoration: line-through;
|
2018-09-15 09:49:58 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.product-price .special-price {
|
|
|
|
|
color: #FF6472;
|
2018-09-15 09:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer {
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
padding-left: 10%;
|
|
|
|
|
padding-right: 10%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container {
|
|
|
|
|
display: grid;
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
|
|
|
grid-auto-rows: auto;
|
|
|
|
|
grid-row-gap: 1vh;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .list-heading {
|
|
|
|
|
letter-spacing: -0.26px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #a5a5a5;
|
2018-09-15 09:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .list-group {
|
|
|
|
|
padding-top: 25px;
|
2018-09-15 09:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .list-group li {
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
text-transform: uppercase;
|
2018-09-15 08:09:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .list-group li span.icon-wrapper {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
2018-09-13 11:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .list-group li span.icon-wrapper span.icon {
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container {
|
|
|
|
|
padding-top: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container .control-group {
|
|
|
|
|
margin: 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container .control-group .subscribe-field {
|
|
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container .control-group .subscribe-field::-webkit-input-placeholder {
|
|
|
|
|
font-family: "montserrat", sans-serif;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container .control-group .subscribe-field::-moz-placeholder {
|
|
|
|
|
font-family: "montserrat", sans-serif;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.footer .footer-content .footer-list-container .list-container .form-container .control-group .btn-primary {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
text-align: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content {
|
|
|
|
|
padding-top: 15%;
|
|
|
|
|
padding-bottom: 15%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .sign-up-text {
|
|
|
|
|
margin-bottom: 2%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
letter-spacing: -0.29px;
|
|
|
|
|
text-align: center;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
max-width: 530px;
|
|
|
|
|
min-width: 380px;
|
|
|
|
|
min-height: 345px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-right: 25px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .login-text {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #3a3a3a;
|
|
|
|
|
letter-spacing: -0.23px;
|
|
|
|
|
margin-top: 5%;
|
|
|
|
|
margin-bottom: 3%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .control-group {
|
|
|
|
|
margin-bottom: 15px !important;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .control-group .control {
|
|
|
|
|
width: 100% !important;
|
2018-09-24 10:41:18 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .forgot-password-link {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
letter-spacing: -0.11px;
|
|
|
|
|
margin-bottom: 5%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .signup-confirm {
|
|
|
|
|
letter-spacing: -0.11px;
|
|
|
|
|
margin-bottom: 5%;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.content .login-form .btn-primary {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
margin-bottom: 4%;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-top: 5.5%;
|
|
|
|
|
margin-bottom: 5.5%;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .account-side-menu {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
-ms-flex-line-pack: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
width: 25%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
color: #5e5e5e;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .account-side-menu li {
|
|
|
|
|
width: 95%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-left: 5%;
|
2018-09-19 09:52:10 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
2018-10-01 06:44:14 +00:00
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
2018-09-19 09:52:10 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2018-10-01 06:44:14 +00:00
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
text-align: center;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .account-side-menu li:first-child {
|
|
|
|
|
border-top: none;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .account-side-menu li:last-child {
|
|
|
|
|
border-bottom: none;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .account-side-menu li.active {
|
|
|
|
|
color: #0041FF;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile {
|
|
|
|
|
margin-left: 5.5%;
|
|
|
|
|
margin-top: 1%;
|
|
|
|
|
width: 100%;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile .section-head .profile-heading {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
color: #242424;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
text-align: left;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile .section-head .profile-edit {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
margin-top: 1%;
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
letter-spacing: -0.11px;
|
|
|
|
|
float: right;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile .section-head .horizontal-rule {
|
|
|
|
|
margin-top: 1.1%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
background: #E8E8E8;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile-content {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
margin-top: 1.4%;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile-content table tbody tr {
|
|
|
|
|
height: 45px;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .profile-content table tbody tr td {
|
|
|
|
|
width: 250px;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.account-content .edit-form-content {
|
|
|
|
|
margin-left: 5.5%;
|
|
|
|
|
margin-top: 1%;
|
2018-09-27 10:01:25 +00:00
|
|
|
width: 100%;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .edit-form-content .edit-text {
|
|
|
|
|
margin-bottom: 2%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2018-09-10 09:34:57 +00:00
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.account-content .edit-form-content .edit-form {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
min-height: 345px;
|
|
|
|
|
padding: 25px;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail {
|
|
|
|
|
color: #242424;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.category-breadcrumbs {
|
|
|
|
|
display: inline;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
width: 100%;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group {
|
|
|
|
|
margin-right: 36px;
|
2018-09-27 05:25:06 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div {
|
2018-09-10 09:34:57 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
height: 480px;
|
|
|
|
|
width: 120px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .thumb-frame {
|
|
|
|
|
border: 2px solid transparent;
|
|
|
|
|
background: #F2F2F2;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .thumb-frame.active {
|
|
|
|
|
border-color: #979797;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .thumb-frame img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .gallery-control {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .gallery-control .overlay {
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
background: #000000;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 18px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: -1;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .gallery-control .icon {
|
|
|
|
|
z-index: 2;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .gallery-control.top {
|
|
|
|
|
top: 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .thumb-list .gallery-control.bottom {
|
|
|
|
|
bottom: 0;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #F2F2F2;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 480px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 480px;
|
|
|
|
|
max-height: 480px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image .whishlist-icon {
|
|
|
|
|
margin-top: -480px;
|
|
|
|
|
float: right;
|
2018-09-10 09:34:57 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image .share-icon {
|
|
|
|
|
margin-top: -480px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 40px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image .wishlist {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 12px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group div .product-hero-image .share {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 45px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group .cart-fav-seg {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 10px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group .cart-fav-seg .addtocart {
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: black;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form div.product-image-group .cart-fav-seg .buynow {
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
width: 49%;
|
2018-09-27 10:01:25 +00:00
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details {
|
|
|
|
|
width: 47.5%;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-price {
|
|
|
|
|
margin-bottom: 14px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-ratings {
|
2018-09-27 10:01:25 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-ratings .icon {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-ratings .total-reviews {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-heading {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #242424;
|
|
|
|
|
margin-bottom: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-price {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
font-size: 24px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .product-price .special-price {
|
|
|
|
|
font-size: 24px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .stock-status {
|
|
|
|
|
margin-bottom: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .description {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
border-bottom: solid 1px rgba(162, 162, 162, 0.2);
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .full-specifications td {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
color: #5E5E5E;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .full-specifications td:first-child {
|
|
|
|
|
padding-right: 40px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .accordian .accordian-header {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
font-weight: 600;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .accordian .accordian-content {
|
|
|
|
|
padding: 20px 0px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.product-detail div.layouter form .details .attributes {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: solid 1px rgba(162, 162, 162, 0.2);
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .rating-header {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
padding: 20px 0;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .stars .icon {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .overall {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .overall .review-info .number {
|
|
|
|
|
font-size: 34px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .overall .review-info .total-reviews {
|
|
|
|
|
margin-top: 10px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 40px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .review {
|
|
|
|
|
margin-bottom: 25px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .review .title {
|
|
|
|
|
margin-bottom: 5px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .review .stars {
|
|
|
|
|
margin-bottom: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .review .message {
|
|
|
|
|
margin-bottom: 10px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .review .reviewer-details {
|
|
|
|
|
color: #5E5E5E;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.rating-reviews .reviews .view-all {
|
2018-09-27 10:01:25 +00:00
|
|
|
margin-top: 15px;
|
2018-10-01 06:44:14 +00:00
|
|
|
color: #0041FF;
|
|
|
|
|
margin-bottom: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
/* cart pages and elements css begins here */
|
|
|
|
|
section.cart {
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #242424;
|
|
|
|
|
margin-bottom: 80px;
|
|
|
|
|
margin-top: 20px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.cart .title {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.cart .cart-content {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
width: 100%;
|
2018-09-27 10:01:25 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.cart .cart-content .left-side {
|
|
|
|
|
width: 70%;
|
|
|
|
|
float: left;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.cart .cart-content .left-side .misc-controls {
|
2018-09-27 10:01:25 +00:00
|
|
|
width: 100%;
|
2018-10-01 06:44:14 +00:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 20px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.cart .cart-content .left-side .misc-controls a.link {
|
|
|
|
|
margin-right: 15px;
|
2018-09-27 10:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
section.cart .cart-content .right-side {
|
|
|
|
|
width: 30%;
|
2018-09-27 10:01:25 +00:00
|
|
|
display: inline-block;
|
2018-10-01 06:44:14 +00:00
|
|
|
padding-left: 40px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list {
|
|
|
|
|
margin-top: 21px;
|
|
|
|
|
padding: 1px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
border-radius: 3px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-image {
|
|
|
|
|
height: 160px;
|
|
|
|
|
width: 160px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .item-title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-weight: 600;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .price {
|
|
|
|
|
margin-bottom: 10px;
|
2018-09-10 09:34:57 +00:00
|
|
|
font-size: 18px;
|
2018-10-01 06:44:14 +00:00
|
|
|
font-weight: 600;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .summary {
|
|
|
|
|
margin-bottom: 17px;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .misc {
|
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
2018-09-10 09:34:57 +00:00
|
|
|
}
|
2018-08-21 13:14:48 +00:00
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .misc div.qty-text {
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
margin-right: 10px;
|
2018-09-26 10:24:33 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .misc input.box {
|
|
|
|
|
height: 38px;
|
|
|
|
|
width: 60px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
border-radius: 0px;
|
2018-09-19 09:52:10 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .misc .remove {
|
|
|
|
|
color: #0041FF;
|
|
|
|
|
margin-right: 30px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.cart-item-list .item .item-details .misc .towishlist {
|
|
|
|
|
color: #0041FF;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary h3 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin-top: 0;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary .item-detail {
|
|
|
|
|
margin-top: 12px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary .item-detail label.right {
|
|
|
|
|
float: right;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary .payble-amount {
|
|
|
|
|
margin-top: 17px;
|
|
|
|
|
border-top: 1px solid #E8E8E8;
|
|
|
|
|
padding-top: 12px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary .payble-amount label {
|
|
|
|
|
font-weight: bold;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.order-summary .payble-amount label.right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkout-process {
|
2018-08-30 12:35:43 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
2018-10-01 06:44:14 +00:00
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main {
|
|
|
|
|
width: 65%;
|
|
|
|
|
padding-right: 40px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li {
|
|
|
|
|
height: 48px;
|
2018-08-30 12:35:43 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li .decorator {
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li .decorator.address-info {
|
|
|
|
|
background-image: url("../images/address.svg");
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li .decorator.shipping {
|
|
|
|
|
background-image: url("../images/shipping.svg");
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li .decorator.payment {
|
|
|
|
|
background-image: url("../images/payment.svg");
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li .decorator.review {
|
|
|
|
|
background-image: url("../images/finish.svg");
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li.completed {
|
|
|
|
|
cursor: pointer;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li.completed .decorator {
|
|
|
|
|
background-image: url("../images/complete.svg");
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li span {
|
|
|
|
|
margin-left: 7px;
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
margin-bottom: auto;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li.active {
|
|
|
|
|
color: #2650EF;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main ul.checkout-steps li.active .decorator {
|
|
|
|
|
border: 1px solid #2650EF;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content {
|
|
|
|
|
padding-top: 20px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .form-header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: inline-block;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .form-header h1 {
|
|
|
|
|
float: left;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .form-header .btn {
|
|
|
|
|
float: right;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .form-container {
|
|
|
|
|
border-bottom: 1px solid #E8E8E8;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .shipping-methods h4 {
|
|
|
|
|
margin: 0;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .payment-methods .radio {
|
|
|
|
|
font-weight: 600;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .payment-methods .control-info {
|
|
|
|
|
margin-left: 28px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .address {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .address .address-card {
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .address .address-card .card-title span {
|
|
|
|
|
font-weight: 600;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .address .address-card .card-content {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
color: #121212;
|
|
|
|
|
line-height: 25px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .address .address-card .card-content .horizontal-rule {
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 25px;
|
|
|
|
|
background: #121212;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .cart-item-list .item .row .title {
|
|
|
|
|
width: 100px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 10px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .cart-item-list .item .row .value {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description .shipping {
|
|
|
|
|
margin-bottom: 25px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description .decorator {
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description .decorator .icon {
|
|
|
|
|
margin-top: 7px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description .text {
|
|
|
|
|
font-weight: 600;
|
2018-08-30 12:35:43 +00:00
|
|
|
vertical-align: middle;
|
2018-10-01 06:44:14 +00:00
|
|
|
display: inline-block;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-main .step-content .order-description .text .info {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-top: 2px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.checkout-process .col-right {
|
|
|
|
|
width: 35%;
|
|
|
|
|
padding-left: 40px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.attached-products-wrapper {
|
|
|
|
|
margin-bottom: 80px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.attached-products-wrapper .title {
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #242424;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.attached-products-wrapper .title .border-bottom {
|
|
|
|
|
border-bottom: 1px solid rgba(162, 162, 162, 0.2);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 40px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -50px;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-10-01 06:44:14 +00:00
|
|
|
.attached-products-wrapper .horizontal-rule {
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #E8E8E8;
|
|
|
|
|
width: 148px;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2018-08-30 12:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
2018-09-08 08:41:36 +00:00
|
|
|
section.review {
|
|
|
|
|
color: #242424;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .category-breadcrumbs {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-flow: row;
|
|
|
|
|
flex-flow: row;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .image {
|
|
|
|
|
border: 1px solid red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .image img {
|
|
|
|
|
height: 280px;
|
|
|
|
|
width: 280px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .heading {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .heading span {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
letter-spacing: -0.58px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .price {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .price .pro-price {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #FF6472;
|
|
|
|
|
letter-spacing: -0.58px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .price .pro-price-not {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
color: #A5A5A5;
|
|
|
|
|
letter-spacing: -0.26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .product-info .price .offer {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
letter-spacing: -0.26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
width: 49%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .heading {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .heading span {
|
|
|
|
|
letter-spacing: -0.26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .heading .btn.btn-primary.right {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .rating {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
color: #5E5E5E;
|
|
|
|
|
letter-spacing: -0.12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .rating span {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .stars {
|
|
|
|
|
width: 270px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .stars label.star {
|
|
|
|
|
font-size: 36px;
|
|
|
|
|
color: #d4d4d4;
|
|
|
|
|
-webkit-transition: all .2s;
|
|
|
|
|
transition: all .2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .stars label.star:before {
|
|
|
|
|
content: '\2605';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .write-review {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .write-review .control-group {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .write-review .control-group textarea {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
border: 2px solid #C7C7C7;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
width: 600px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .submit-button {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .submit-button button {
|
2018-09-27 10:01:25 +00:00
|
|
|
background: #0041FF;
|
2018-09-08 08:41:36 +00:00
|
|
|
font-size: 14px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
letter-spacing: -0.26px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 38px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .review-detail {
|
|
|
|
|
height: 150px;
|
|
|
|
|
border: 1px solid firebrick;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .review-detail .rating-review {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
width: 48%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .review-detail .rating-review .avg-rating-count span {
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
letter-spacing: -0.82px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.review .review-layouter .review-info .review-detail .rating-calculate .progress-only {
|
|
|
|
|
width: 20px;
|
|
|
|
|
border: 1px solid blue;
|
|
|
|
|
}
|
2018-09-21 13:43:41 +00:00
|
|
|
|
|
|
|
|
.cusomer-section {
|
|
|
|
|
margin-left: 50px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
|
flex-direction: row;
|
2018-09-27 07:53:26 +00:00
|
|
|
border-top: 1px solid #E8E8E8;
|
2018-09-21 13:43:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-img {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-img img {
|
|
|
|
|
height: 125px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-discription {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-discription .title {
|
2018-09-27 10:01:25 +00:00
|
|
|
color: #0041FF;
|
2018-09-21 13:43:41 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-discription .rating {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-discription .rating .icon {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info .pro-discription .discription {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cusomer-section .customer-section-info:last-child {
|
2018-09-27 07:53:26 +00:00
|
|
|
border-bottom: 1px solid #E8E8E8;
|
2018-09-21 13:43:41 +00:00
|
|
|
}
|