2278 lines
51 KiB
SCSS
2278 lines
51 KiB
SCSS
body{
|
|
color:#000;
|
|
font-family: 'Inter', sans-serif;
|
|
background: #fff;
|
|
position: relative;
|
|
font-size:14px;
|
|
font-weight:400;
|
|
line-height:1.5;
|
|
text-align:left;
|
|
max-width: 650px;
|
|
margin: auto;
|
|
word-break: break-word;
|
|
counter-reset: section;
|
|
overflow: auto;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
b{
|
|
font-weight: bold;
|
|
}
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
}
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem;
|
|
}
|
|
.h1, h1 {font-size: 2em}
|
|
.h2, h2 {font-size: 1.5em}
|
|
.h3, h3 {font-size: 1.17em}
|
|
.h4, h4, .h5, h5, .h6, h6 {font-size: initial}
|
|
.h1, h1,.h2, h2,.h3, h3,.h4, h4,.h5, h5,.h6, h6 {font-weight: bold}
|
|
.ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.clearfix{
|
|
&::after {
|
|
content: '';
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
button, input, select {
|
|
outline: none !important;
|
|
color: #000;
|
|
}
|
|
select{
|
|
border-radius: 0;
|
|
background: #fff;
|
|
}
|
|
textarea {font-family: inherit;}
|
|
table{
|
|
width: 100% !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
border-collapse: collapse;
|
|
}
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0){
|
|
select, textarea, input {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
iframe {
|
|
max-width: 100%;
|
|
display: block;
|
|
border: 0;
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
.text-10{
|
|
font-size: 10px;
|
|
}
|
|
.text-11{
|
|
font-size: 11px;
|
|
}
|
|
.text-12{
|
|
font-size: 12px;
|
|
}
|
|
.text-13{
|
|
font-size: 13px;
|
|
}
|
|
.text-14{
|
|
font-size: 14px;
|
|
}
|
|
.text-15{
|
|
font-size: 15px;
|
|
}
|
|
.text-16{
|
|
font-size: 16px;
|
|
}
|
|
.text-17{
|
|
font-size: 17px;
|
|
}
|
|
.text-18{
|
|
font-size: 18px;
|
|
}
|
|
.text-19{
|
|
font-size: 19px;
|
|
}
|
|
.text-20{
|
|
font-size: 20px;
|
|
}
|
|
.text-21{
|
|
font-size: 21px;
|
|
}
|
|
.text-22{
|
|
font-size: 22px;
|
|
}
|
|
.text-24{
|
|
font-size: 24px;
|
|
}
|
|
.text-28{
|
|
font-size: 28px;
|
|
}
|
|
.text-30{
|
|
font-size: 30px;
|
|
}
|
|
.text-36{
|
|
font-size: 36px;
|
|
}
|
|
.line-height-2{
|
|
line-height: 2;
|
|
}
|
|
.line-22{
|
|
line-height: 22px;
|
|
}
|
|
.blue{
|
|
color: #005BAD;
|
|
}
|
|
.blue-2{
|
|
color: #1988EC;
|
|
}
|
|
.blue-light{
|
|
color: #00FFF0;
|
|
}
|
|
.orange{
|
|
color: #FE7801;
|
|
}
|
|
.red{
|
|
color: #FF0000;
|
|
}
|
|
.grey{
|
|
color: #999;
|
|
}
|
|
.yellow{
|
|
color: #fdb813;
|
|
}
|
|
.color-main{
|
|
color: #FF0000;
|
|
}
|
|
.black{
|
|
color: #222;
|
|
}
|
|
.green{
|
|
color: #29A07E;
|
|
}
|
|
.bg-blue{
|
|
background: #005BAD;
|
|
}
|
|
.bg-red{
|
|
background: #D91605;
|
|
}
|
|
.bg-green{
|
|
background: #29A07E;
|
|
}
|
|
.bg-main{
|
|
background: #FF0000;
|
|
}
|
|
.blue-light{
|
|
color: #31c6fe;
|
|
}
|
|
.text-white{
|
|
color: #fff;
|
|
}
|
|
.bg-white{
|
|
background: #fff !important;
|
|
}
|
|
.font-weight-lighter{
|
|
font-weight: 300;
|
|
}
|
|
.flex-wrap{
|
|
flex-wrap: wrap;
|
|
}
|
|
.d-flex{
|
|
display: flex !important;
|
|
}
|
|
.d-block{
|
|
display: block !important;
|
|
}
|
|
.d-none{
|
|
display: none !important;
|
|
}
|
|
.d-inline-block{
|
|
display: inline-block !important;
|
|
}
|
|
.align-items-center{
|
|
align-items: center;
|
|
}
|
|
.align-items-baseline{
|
|
align-items: baseline;
|
|
}
|
|
.justify-content-between{
|
|
justify-content: space-between;
|
|
}
|
|
.justify-content-center{
|
|
justify-content: center;
|
|
}
|
|
.overflow-hidden{
|
|
overflow: hidden !important;
|
|
}
|
|
.overflow-auto{
|
|
overflow: auto;
|
|
}
|
|
.float-left{
|
|
float: left;
|
|
}
|
|
.float-right{
|
|
float: right;
|
|
}
|
|
.float-none{
|
|
float: none;
|
|
}
|
|
.position-relative{
|
|
position: relative;
|
|
}
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-uppercase{
|
|
text-transform: uppercase;
|
|
}
|
|
.text-capitalize{
|
|
text-transform: capitalize;
|
|
}
|
|
.w-100{
|
|
width: 100% !important;
|
|
}
|
|
.w-50{
|
|
width: 50% !important;
|
|
}
|
|
.w-auto{
|
|
width: auto !important;
|
|
}
|
|
.h-100{
|
|
height: 100% !important;
|
|
}
|
|
.h-auto{
|
|
height: auto !important;
|
|
}
|
|
.m-0{
|
|
margin: 0 !important;
|
|
}
|
|
.mb-0{
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.mt-0{
|
|
margin-top: 0 !important;
|
|
}
|
|
.ml-0{
|
|
margin-left: 0 !important;
|
|
}
|
|
.mr-0{
|
|
margin-right: 0 !important;
|
|
}
|
|
.mt-2{
|
|
margin-top: .5rem!important
|
|
}
|
|
.mt-3 {
|
|
margin-top: 1rem!important;
|
|
}
|
|
.mb-2{
|
|
margin-bottom: .5rem!important
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: 1rem!important;
|
|
}
|
|
.p-0{
|
|
padding: 0 !important;
|
|
}
|
|
.pt-0{
|
|
padding-top: 0 !important;
|
|
}
|
|
.pb-0{
|
|
padding-bottom: 0 !important;;
|
|
}
|
|
.pl-0{
|
|
padding-left: 0 !important;
|
|
}
|
|
.pr-0{
|
|
padding-right: 0 !important;;
|
|
}
|
|
.pt-2, .py-2 {
|
|
padding-top: .5rem!important;
|
|
}
|
|
.pt-3, .py-3 {
|
|
padding-top: 1rem!important;
|
|
}
|
|
.border-0{
|
|
border: 0 !important;
|
|
}
|
|
.p-15{
|
|
padding: 0 15px;
|
|
}
|
|
.font-weight-bold{
|
|
font-weight: bold;
|
|
}
|
|
.form-control {
|
|
display: block;
|
|
width: calc(100% - 1.5rem - 2px);
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
}
|
|
.btn {
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
color: #212529;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
border-radius: 0.25rem;
|
|
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
}
|
|
.btn-dark {
|
|
color: #fff;
|
|
background-color: #343a40;
|
|
border-color: #343a40;
|
|
}
|
|
.bg-orange{
|
|
background: #ff9219;
|
|
}
|
|
.font-100{
|
|
font-weight: 100;
|
|
}
|
|
.font-200{
|
|
font-weight: 200;
|
|
}
|
|
.font-300{
|
|
font-weight: 300;
|
|
}
|
|
.font-400{
|
|
font-weight: 400;
|
|
}
|
|
.font-500{
|
|
font-weight: 500;
|
|
}
|
|
.font-600{
|
|
font-weight: 600;
|
|
}
|
|
.font-700{
|
|
font-weight: 700;
|
|
}
|
|
.font-800{
|
|
font-weight: 800;
|
|
}
|
|
.font-900{
|
|
font-weight: 900;
|
|
}
|
|
.text-underline{
|
|
text-decoration: underline;
|
|
}
|
|
.font-italic{
|
|
font-style: italic;
|
|
}
|
|
.border-bottom{
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.pb-1, .py-1 {
|
|
padding-bottom: 0.25rem!important;
|
|
}
|
|
.fit-img{
|
|
width: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
.autocomplete-suggestions{position:absolute;width: 100%;;border:solid 1px #ddd;right:0;margin-top:2px;max-height:300px;overflow:auto;display:none;background:#fff;z-index:9;top: 100%;}
|
|
.autocomplete-suggestions a{display: flex;align-items: flex-start;padding:10px;overflow:hidden;}
|
|
.autocomplete-suggestions a img{width:60px;float:left;margin-right: 12px;}
|
|
.autocomplete-suggestions a .info{width: calc(100% - 72px);}
|
|
.autocomplete-suggestions a .info .name{display:block;color:#333;}
|
|
.autocomplete-suggestions a .info .price{color:#ec1c24;}
|
|
.autocomplete-suggestions a:hover{background-color:#f5f5f5;}
|
|
.autocomplete-suggestions::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: #f1f1f1;border-radius: 10px;}
|
|
.autocomplete-suggestions::-webkit-scrollbar{width: 6px;background-color: #f1f1f1;}
|
|
.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #ccc;}
|
|
.icon-star{background-image: url(../images/star.png);width: 85px;height: 14px;display: inline-block;background-repeat: no-repeat;background-size: 85px 90px;vertical-align: sub;}
|
|
.icon-star.star-1{background-position: -2px -74px;}
|
|
.icon-star.star-2{background-position: -2px -56px;}
|
|
.icon-star.star-3{background-position: -2px -38px;}
|
|
.icon-star.star-4{background-position: -2px -20px;}
|
|
.icon-star.star-5, .icon-star.star-0{background-position: -2px -2px;}
|
|
.success-checkmark .check-icon .icon-circle {border-color: #0542b7;opacity: .5;}
|
|
.success-checkmark .check-icon .icon-line {background-color: #0542b7;}
|
|
.success-checkmark .check-icon{border-color: #0542b7 }
|
|
.content-container{max-width: calc(100% - 60px);}
|
|
.bg-content{
|
|
overflow: hidden;
|
|
position: relative;
|
|
&::before{
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
|
|
background: linear-gradient(transparent, #fff);
|
|
height: 300px;
|
|
}
|
|
}
|
|
.bg-linear{
|
|
background:linear-gradient(180deg, #EE1B25 0%, #FF7E85 100%);
|
|
}
|
|
.inherit{
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
margin: 0;
|
|
}
|
|
.line-clamp-2{
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
.line-clamp-3{
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 3;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
.line-clamp-4{
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 4;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
.line-clamp-5{
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 5;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
.fancybox-slide--video {
|
|
padding: 10px;
|
|
}
|
|
.fancybox-thumbs__list a {height: 90px;background-size: 80%;background-color: #fff;transition: unset}
|
|
.fancybox-thumbs__list a:before {border: 3px solid #FF848D}
|
|
.btn-html-content{
|
|
text-align: center;
|
|
padding: 16px;
|
|
a{
|
|
display: none;
|
|
line-height: 36px;
|
|
background: #FFFFFF;
|
|
color: #1988EC;
|
|
box-shadow: 0px 0px 0px 1px #1988EC;
|
|
border-radius: 10px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
margin: auto;
|
|
max-width: 126px;
|
|
width: 100%;
|
|
transition: .15s all;
|
|
font-size: 13px;
|
|
&:hover{
|
|
background: #1988EC;
|
|
color: #fff;
|
|
}
|
|
i{
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
}
|
|
.bg-popup {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0,0,0,0.4);
|
|
z-index: 99;
|
|
cursor: pointer;
|
|
}
|
|
.p-10{
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.container{
|
|
padding: 0 10px;
|
|
}
|
|
.label-container{display:block;position:relative;padding-left: 24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size: 13px;line-height: 18px;cursor: pointer;}
|
|
.label-container .checkmark{position:absolute;top:3px;left:0;height: 13px;width: 13px;background-color: #fff;border-radius:50%;border: 1px solid #BFBFBF}
|
|
.label-container input{position:absolute;opacity:0;cursor:pointer}
|
|
.label-container input:checked ~ .checkmark{border-color: #FF0000;}
|
|
.label-container input:checked ~ .checkmark:after{display:block}
|
|
.label-container input:checked ~ .checkmark:after {content: '';width: 8px;height: 8px;background: #FF0000;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
|
|
.global-breadcrumb{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
padding-top: 6px;
|
|
padding-bottom: 20px;
|
|
a{
|
|
color: #000000;
|
|
}
|
|
ol, ul{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
li{
|
|
display: flex;
|
|
align-items: center;
|
|
&::after{
|
|
content:'/';
|
|
padding: 0 5px;
|
|
color: #A3A3A3;
|
|
}
|
|
&:last-child{
|
|
&::after{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
h1{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
.paging{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 12px;
|
|
font-weight: 500;
|
|
a{
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
border: 1px solid #000000;
|
|
color: #000;
|
|
background-color: #fff;
|
|
margin: 0 1px;
|
|
transition: .12s all;
|
|
&:hover, &.current{
|
|
background-color: #000;
|
|
color: #fff;
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
.prev, .next {
|
|
border: 0;
|
|
font-size: 0;
|
|
&::before{
|
|
content: '';
|
|
@extend .icons;
|
|
background-position: -125px -202px !important;
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
&:hover{
|
|
&::before{
|
|
filter: invert(1);
|
|
}
|
|
}
|
|
}
|
|
.prev{
|
|
transform: rotate(-180deg);
|
|
background-position: -125px -204px !important;
|
|
}
|
|
}
|
|
.icons{
|
|
background: url(../images/sprite.png) no-repeat;
|
|
background-size: 250px 250px;
|
|
}
|
|
.custom-nav{
|
|
.owl-nav {
|
|
margin: 0;
|
|
button{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
margin: 0 !important;
|
|
background: unset !important;
|
|
}
|
|
.owl-prev {
|
|
left: -36px;
|
|
}
|
|
.owl-next {
|
|
right: -36px;
|
|
}
|
|
.arrow{
|
|
width: 22px;
|
|
height: 40px;
|
|
display: block;
|
|
background: url(../images/arrow-left.png) no-repeat;
|
|
background-position: center;
|
|
background-size: 22px 40px;
|
|
background-color: #fff;
|
|
transition: .2s all;
|
|
}
|
|
.arrow-right{
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|
|
}
|
|
.custom-dots{
|
|
.owl-dots {
|
|
.owl-dot {
|
|
span{
|
|
margin: 0 5px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50px;
|
|
background: #d9d9d9;
|
|
}
|
|
&.active{
|
|
span{
|
|
background: #FF0000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.p-item{
|
|
background: #FFFFFF;
|
|
overflow: hidden;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
position: relative;
|
|
p{
|
|
margin: 0
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
transition: .4s all !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
&:nth-child(2){
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
.p-img{
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 134%;
|
|
overflow: hidden;
|
|
}
|
|
.p-text{
|
|
padding: 10px 0;
|
|
}
|
|
.p-type-group{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
.p-type-new{
|
|
display: block;
|
|
background: #3EC7F2;
|
|
line-height: 24px;
|
|
padding: 0 6px;
|
|
font-weight: 600;
|
|
font-size: 10px;
|
|
}
|
|
.p-discount, .p-deal-discount{
|
|
background: #FF833E;
|
|
display: block;
|
|
font-weight: 600;
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
color: #000;
|
|
padding: 3px 6px 0px 6px;
|
|
text-align: center;
|
|
&::before{
|
|
content: '';
|
|
background: url(../images/icon-discount.png) no-repeat;
|
|
background-size: 15px 20px;
|
|
width: 15px;
|
|
height: 20px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
}
|
|
.p-deal-discount{
|
|
background: #FFD600;
|
|
&::before{
|
|
background: url(../images/deal-icon-discount.png) no-repeat;
|
|
background-size: 15px 20px;
|
|
}
|
|
}
|
|
.p-name{
|
|
display: block;
|
|
color: #000;
|
|
margin-bottom: 10px;
|
|
min-height: 36px;
|
|
*{
|
|
@extend .inherit;
|
|
@extend .line-clamp-2;
|
|
}
|
|
}
|
|
.p-price-group{
|
|
line-height: 20px;
|
|
*{
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
}
|
|
.p-price{
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
margin-right: 5px;
|
|
color: #FF0000;
|
|
}
|
|
.p-old-price{
|
|
text-decoration-line: line-through;
|
|
color: #959595;
|
|
}
|
|
.p-deal-group{
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
.p-sale-quantity{
|
|
margin: 3px 0 0 0;
|
|
}
|
|
.p-line-holder{
|
|
background: #F0F0F0;
|
|
height: 10px;
|
|
position: relative;
|
|
}
|
|
.p-line{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
background: #FFD600;
|
|
}
|
|
}
|
|
.global-header{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: sticky;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
background: #fff;
|
|
padding: 10px;
|
|
.col-left, .col-right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.logo{
|
|
max-width: 93px;
|
|
img{
|
|
display: block;
|
|
}
|
|
}
|
|
.icons{
|
|
width: 26px;
|
|
height: 26px;
|
|
margin-left: 15px;
|
|
&:first-child{
|
|
margin: 0;
|
|
}
|
|
}
|
|
.icon-search {
|
|
background-position: -9px -9px;
|
|
display: block;
|
|
&.active{
|
|
background-position: -175px -48px;
|
|
}
|
|
}
|
|
.icon-user {
|
|
display: block;
|
|
background-position: -60px -9px;
|
|
}
|
|
.icon-phone {
|
|
background-position: -108px -9px;
|
|
animation: phonering 1.8s infinite ease-in-out;
|
|
}
|
|
.icon-cart {
|
|
background-position: -159px -9px;
|
|
position: relative;
|
|
}
|
|
.cart-count {
|
|
position: absolute;
|
|
top: -6px;
|
|
right: -6px;
|
|
width: 17px;
|
|
height: 17px;
|
|
line-height: 17px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #FF0000;
|
|
font-weight: 600;
|
|
}
|
|
.icon-menu{
|
|
min-width: 26px;
|
|
margin-right: 24px !important;
|
|
background-position: -216px -4px;
|
|
}
|
|
}
|
|
.header-search-group {
|
|
position: absolute;
|
|
top: 70px;
|
|
left: 10px;
|
|
right: 10px;
|
|
z-index: -3;
|
|
background: #fff;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transition: .3s all;
|
|
&.active{
|
|
top: 100%;
|
|
z-index: 3;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
form {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-shadow: 0px 0px 4px 0px rgba(0,0,0,.3);
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.text-search {
|
|
border: 0;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
height: 40px;
|
|
width: calc(100% - 40px);
|
|
}
|
|
.btn-search {
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 40px;
|
|
height: 40px;
|
|
background-position: 3px 1px;
|
|
background-size: 200px 200px;
|
|
}
|
|
}
|
|
.header-policy-group{
|
|
background: #EBEBEB;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
text-transform: uppercase;
|
|
padding: 13px 0;
|
|
display: flex;
|
|
margin-bottom: 4px;
|
|
p{
|
|
margin: 0;
|
|
font-size: 16px;
|
|
&:first-child{
|
|
margin: 0 11px 0 0;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.item{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 44px;
|
|
overflow: hidden;
|
|
}
|
|
.icons{
|
|
width: 40px;
|
|
height: 34px;
|
|
margin-right: 15px;
|
|
}
|
|
.icon-tag {
|
|
width: 32px;
|
|
margin-right: 11px;
|
|
background-position: -9px -49px;
|
|
}
|
|
.icon-box {
|
|
background-position: -58px -54px;
|
|
}
|
|
.icon-truck {
|
|
background-position: -117px -52px;
|
|
}
|
|
}
|
|
.global-footer{
|
|
a{
|
|
color: #000;
|
|
}
|
|
img{
|
|
display: block;
|
|
width: auto !important;
|
|
height: auto;
|
|
margin: auto;
|
|
}
|
|
.global-header {
|
|
position: unset;
|
|
img{
|
|
display: inline;
|
|
}
|
|
}
|
|
.row {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
img{
|
|
display: block;
|
|
margin: 7px auto;
|
|
max-width: 93px;
|
|
}
|
|
}
|
|
.col-left , .col-right{
|
|
order: 1;
|
|
width: 100%;
|
|
justify-content: center;
|
|
margin: 10px auto;
|
|
}
|
|
.col-left{
|
|
a{
|
|
margin-right: 36px;
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
text-align: center;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
&:hover{
|
|
@extend .red;
|
|
}
|
|
}
|
|
}
|
|
.icons{
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
margin-left: 16px;
|
|
box-shadow: 0px 0px 0px 1px #000000;
|
|
background-color: #fff;
|
|
}
|
|
.icon-facebook {background-position: 5px -89px;}
|
|
.icon-google {background-position: -35px -89px;}
|
|
.icon-youtube {background-position: -80px -87px;}
|
|
.icon-instagram {background-position: -125px -89px;}
|
|
}
|
|
.footer-brand-group{
|
|
padding: 20px 0;
|
|
a{
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 34px;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
}
|
|
}
|
|
.footer-subscribe-group{
|
|
position: relative;
|
|
.btn-subscribe{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%) !important;
|
|
z-index: 1;
|
|
line-height: 42px;
|
|
background: rgba(255,255,255,.8);
|
|
color: #000000;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
width: 100%;
|
|
max-width: 200px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.footer-bottom-group{
|
|
background: #000000;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
padding: 11px 0;
|
|
text-align: center;
|
|
p{
|
|
width: 100%;
|
|
margin: 0 0 10px 0 !important;
|
|
}
|
|
.icon-payment{
|
|
margin: auto;
|
|
max-width: 230px;
|
|
width: 100%;
|
|
height: 22px;
|
|
border-radius: 0;
|
|
filter: unset !important;
|
|
background-position: -10px -430px;
|
|
background-size: 500px;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.homepage{
|
|
.home-banner-group{
|
|
margin-bottom: 20px;
|
|
min-height: 150px;
|
|
}
|
|
.home-deal-group{
|
|
margin: 20px 0;
|
|
}
|
|
.box-btn{
|
|
text-decoration-line: underline;
|
|
font-weight: 300;
|
|
line-height: 30px;
|
|
color: #000;
|
|
display: block;
|
|
margin: 13px auto 18px auto;
|
|
text-align: center;
|
|
}
|
|
.product-holder{
|
|
position: relative;
|
|
min-height: 300px;
|
|
}
|
|
.home-deal-group .box-btn {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.home-deal-group, .product-deal-page{
|
|
margin: 30px 0;
|
|
.group-title{
|
|
font-weight: 300;
|
|
line-height: 30px;
|
|
margin-bottom: 23px;
|
|
text-align: center;
|
|
justify-content: center;
|
|
p{
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
.title{
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
line-height: 30px;
|
|
margin: 0 11px 0 2px;
|
|
}
|
|
}
|
|
.icon-bolt{
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-right: 2px;
|
|
background-position: -9px -144px;
|
|
position: relative;
|
|
top: 11px;
|
|
}
|
|
.deal-time-holder{
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.deal-countdown{
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
margin-left: 5px;
|
|
b{
|
|
margin: 0 8px;
|
|
background: linear-gradient(180deg, #595959 0%, #000000 100%);
|
|
color: #fff;
|
|
position: relative;
|
|
min-width: 30px;
|
|
text-align: center;
|
|
&::before{
|
|
content: ':';
|
|
line-height: 30px;
|
|
position: absolute;
|
|
left: -11px;
|
|
color: #000;
|
|
}
|
|
&:first-child::before{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.banner-under-deal {
|
|
margin: 30px 0 40px 0;
|
|
img{
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
.col-left {
|
|
a{
|
|
margin: 0 10px 8px 0;
|
|
width: calc(100% / 2 - 5px);
|
|
&:nth-child(2n){
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.home-product-group{
|
|
margin: 30px 0;
|
|
.box-title-group{
|
|
text-align: center;
|
|
margin-bottom: 25px;
|
|
.title{
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
line-height: 30px;
|
|
margin: 0 0 7px 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
.banner-under-product{
|
|
margin: 30px 0;
|
|
img{
|
|
display: block;
|
|
}
|
|
}
|
|
.home-customer-comment-group{
|
|
margin: 50px 0 20px 0;
|
|
.title{
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
line-height: 30px;
|
|
margin: 0 0 18px 0;
|
|
}
|
|
.item{
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
.image{
|
|
margin-bottom: 13px;
|
|
}
|
|
.avatar{
|
|
display: block;
|
|
margin: 13px auto 10px auto;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50px;
|
|
}
|
|
.icon-star{
|
|
margin: 5px 0;
|
|
}
|
|
.item-name{
|
|
line-height: 30px;
|
|
b {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.summary{
|
|
margin: 5px 0;
|
|
font-weight: 300;
|
|
line-height: 20px;
|
|
@extend .line-clamp-4;
|
|
}
|
|
}
|
|
.product-page{
|
|
padding-bottom: 30px;
|
|
select{
|
|
height: 26px;
|
|
font-size: 16px;
|
|
border: 0;
|
|
padding: 0 10px;
|
|
}
|
|
.page-title{
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.sort-group{
|
|
margin: 20px 0;
|
|
}
|
|
.product-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.p-item{
|
|
margin: 0 10px 27px 0;
|
|
width: calc(100% / 2 - 5px);
|
|
&:nth-child(2n){
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.icon-filter {
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #000;
|
|
display: flex;
|
|
align-items: center;
|
|
&::before {
|
|
@extend .icons;
|
|
content: '';
|
|
width: 26px;
|
|
height: 26px;
|
|
background-position: -126px -140px;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
.product-filter-container {
|
|
height: calc(100% - 96px);
|
|
overflow: auto;
|
|
font-size: 14px;
|
|
a{
|
|
line-height: 26px;
|
|
color: #000000;
|
|
display: block;
|
|
position: relative;
|
|
&:hover{
|
|
@extend .red;
|
|
}
|
|
}
|
|
.filter-item{
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
&.filter-hide{
|
|
.filter-title::after{
|
|
background-position: -216px -189px;
|
|
transform: scale(0.9);
|
|
width: 24px;
|
|
}
|
|
}
|
|
}
|
|
.filter-title{
|
|
position: relative;
|
|
font-weight: 700;
|
|
font-size: inherit;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
text-transform: uppercase;
|
|
&::after{
|
|
@extend .icons;
|
|
content: '';
|
|
width: 23px;
|
|
height: 23px;
|
|
position: absolute;
|
|
right: 0;
|
|
background-position: -171px -189px;
|
|
}
|
|
}
|
|
.category-list{
|
|
padding-top: 12px;
|
|
a{
|
|
line-height: 26px;
|
|
}
|
|
.cat-1{
|
|
font-weight: 700;
|
|
}
|
|
.cate-child-list{
|
|
padding: 0 22px 25px 22px;
|
|
}
|
|
}
|
|
.filter-list {
|
|
padding: 12px 0 0 2px;
|
|
a{
|
|
padding-left: 32px;
|
|
&::before{
|
|
content: '';
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
width: 18px;
|
|
height: 18px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
.current{
|
|
color: #FF0000;
|
|
&::before{
|
|
background: #FF0000;
|
|
box-shadow: 0px 0px 0px 1px #FF0000;
|
|
}
|
|
&::after{
|
|
content: "";
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 6px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 2px 2px 0;
|
|
transform: rotate(45deg);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.filter-container{
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: -100%;
|
|
z-index: -1;
|
|
transition: .3s all;
|
|
background: #fff;
|
|
padding: 10px;
|
|
&.show-filter{
|
|
z-index: 99;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.filter-header {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
padding-bottom: 10px;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
.filter-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
border-top: 1px solid #EBEBEB;
|
|
padding-top: 10px;
|
|
margin: 7px 0 0 0;
|
|
a {
|
|
box-shadow: 0px 0px 0px 1px #EBEBEB;
|
|
border-radius: 4px;
|
|
line-height: 36px;
|
|
margin-left: 15px;
|
|
padding: 0 20px;
|
|
color: #000;
|
|
&:first-child{
|
|
color: #fff;
|
|
box-shadow: unset;
|
|
background: #EE6A6A;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.product-deal-page {
|
|
margin: 0 0 30px 0;
|
|
}
|
|
.product-detail-page{
|
|
padding-bottom: 30px;
|
|
.page-title{
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
margin-bottom: 12px;
|
|
}
|
|
.pd-summary-group {
|
|
font-weight: 300;
|
|
line-height: 18px;
|
|
margin: 12px 0 18px 0;
|
|
font-size: 13px;
|
|
}
|
|
.pd-btn-size{
|
|
text-decoration-line: underline;
|
|
font-weight: 300;
|
|
line-height: 18px;
|
|
font-size: 13px;
|
|
color: #000;
|
|
display: block;
|
|
margin: 0 0 -8px 0;
|
|
&::before{
|
|
@extend .icons;
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
background-position: -72px -170px;
|
|
margin-right: 7px;
|
|
}
|
|
}
|
|
.pd-status-group {
|
|
display: inline-block;
|
|
line-height: 34px;
|
|
font-weight: 600;
|
|
padding: 0 14px;
|
|
margin: 0 0 18px 0;
|
|
}
|
|
.home-product-group{
|
|
margin: 40px 0 30px 0;
|
|
.box-title-group {
|
|
text-align: left;
|
|
margin-bottom: 15px;
|
|
}
|
|
.title {
|
|
margin: 0;
|
|
}
|
|
}
|
|
.pd-variant-group{
|
|
text-align: right;
|
|
}
|
|
}
|
|
.pd-box-group {
|
|
.box-title-group{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
padding-right: 34px;
|
|
p{
|
|
margin: 0;
|
|
line-height: 40px;
|
|
}
|
|
.title{
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
.icon-down{
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
right: 0;
|
|
background-position: -213px -93px;
|
|
transform: rotate(-180deg);
|
|
&.active{
|
|
transform: rotate(0deg);
|
|
}
|
|
}
|
|
.pd-sku{
|
|
color: #959595;
|
|
}
|
|
.pd-box-content{
|
|
padding: 14px 0 18px 0;
|
|
display: none;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
*{
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
}
|
|
.pd-image-group{
|
|
margin-bottom: 25px;
|
|
a{
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.icon-zoom{
|
|
width: 38px !important;
|
|
height: 38px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 8px;
|
|
bottom: 13px;
|
|
&::before{
|
|
content: '';
|
|
@extend .icons;
|
|
display: block;
|
|
height: 100%;
|
|
background-position: -116px -170px;
|
|
}
|
|
}
|
|
}
|
|
.pd-price-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
margin: 17px 0;
|
|
line-height: 20px;
|
|
.icon-bolt{
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 9px;
|
|
background-position: -79px -143px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.pd-price{
|
|
color: #FF0000;
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
margin-right: 9px;
|
|
}
|
|
.pd-old-price{
|
|
color: #959595;
|
|
}
|
|
a{
|
|
font-size: 13px;
|
|
color: #000000;
|
|
}
|
|
}
|
|
.pd-deal-holder{
|
|
margin: 17px 0 10px 0;
|
|
.group-title{
|
|
background: #FFD600;
|
|
padding: 10px 8px;
|
|
margin-bottom: 15px;
|
|
b{
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
.title{
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
margin: 0;
|
|
}
|
|
.icon-bolt{
|
|
width: 20px;
|
|
height: 30px;
|
|
background: url(../images/deal-icon-discount.png) no-repeat;
|
|
background-position: 0 3px;
|
|
background-size: 16px 20px;
|
|
}
|
|
.deal-countdown{
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
margin-left: 5px;
|
|
b{
|
|
margin: 0 6px;
|
|
background: linear-gradient(180deg, #595959 0%, #000000 100%);
|
|
color: #fff;
|
|
position: relative;
|
|
width: 26px;
|
|
text-align: center;
|
|
&::before{
|
|
content: ':';
|
|
line-height: 26px;
|
|
position: absolute;
|
|
right: -8px;
|
|
top: 2px;
|
|
color: #000;
|
|
}
|
|
&:last-child{
|
|
margin-right: 0;
|
|
&::before{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.pd-deal-line{
|
|
position: relative;
|
|
background: #F0F0F0;
|
|
height: 10px;
|
|
.pd-line {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
background: #FFD600;
|
|
}
|
|
}
|
|
.pd-deal-count{
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
.pd-variant-option-group{
|
|
text-align: left;
|
|
tr {
|
|
margin-bottom: 20px;
|
|
display: block;
|
|
width: 100%;
|
|
&:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
.pd-variant-option-group td{display:flex;flex-wrap:wrap;align-items:center;margin:10px 0;text-transform: uppercase;font-weight: 600;line-height: 18px;}
|
|
.pd-variant-option-group .variant-option-value-box a{text-align:center;color:#000;background: #fff;margin: 0 12px 10px 0;display:block;position:relative;overflow:hidden;text-transform: uppercase;font-size: 14px;line-height: 34px;box-shadow: 0px 0px 0px 1px #d9d9d9;padding: 0 25px;font-weight: 500;}
|
|
.pd-variant-option-group .variant-option-value-box .freesize {width: auto;border-radius: 42px;padding: 0 10px}
|
|
.pd-variant-option-group .variant-option-value-box .unavailable{background:#F4F4F4 !important;color:#CACACA;pointer-events:none}
|
|
.pd-variant-option-group .variant-option-value-box .unavailable::before,.pd-variant-option-group .variant-option-value-box .unavailable::after{content:'';width:1px;height:50px;border-left:1px dashed #B5B5B5;position:absolute;top:50%;bottom:0;left:50%;transform:translate(-50%,-50%) rotate(45deg)}
|
|
.pd-variant-option-group .variant-option-value-box .unavailable::after{transform:translate(-50%,-50%) rotate(-45deg)}
|
|
.pd-variant-option-group .variant-option-value-box .selected{color:#FFF;background: #FF0000;box-shadow: 0 0 0 1px #FF0000;}
|
|
.pd-variant-option-group .variant-color .variant-option-value-box a{font-size:0;box-shadow:unset;box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);width: 28px;height: 28px;border-radius: 50%;padding: unset;margin: 6px 16px 0 0;}
|
|
.pd-variant-option-group .variant-color .variant-option-value-box .selected{background:#fff;position:unset;box-shadow: unset;}
|
|
.pd-variant-option-group .variant-color .variant-option-value-box .selected::before{content:'';box-shadow: 0 0 0 2px #FF0000;width: 36px;height: 36px;position:absolute;left:-4px;top:2px;border-radius:50%}
|
|
.pd-variant-option-group .variant-color .variant-option-value-box{position:relative;min-width:40px}
|
|
.pd-quantity-group{
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
margin: 0 0 10px 0;
|
|
p{
|
|
margin: 0 0 9px 0;
|
|
font-size: 13px;
|
|
}
|
|
.pd-quantity-holder{
|
|
width: 92px;
|
|
box-shadow: 0px 0px 0px 1px #d9d9d9;
|
|
display: flex;
|
|
*{
|
|
font-weight: 500;
|
|
line-height: 44px;
|
|
height: 44px;
|
|
text-align: center;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
a{
|
|
color: #000;
|
|
width: 27px;
|
|
}
|
|
input{
|
|
width: 38px;
|
|
}
|
|
}
|
|
}
|
|
.pd-btn-group{
|
|
margin-bottom: 30px;
|
|
a{
|
|
display: block;
|
|
margin: 6px 0 0 0;
|
|
box-shadow: 0px 0px 0px 1px #000;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
line-height: 42px;
|
|
color: #000;
|
|
&:first-child{
|
|
background: #000;
|
|
color: #fff;
|
|
margin-top: 14px;
|
|
}
|
|
}
|
|
}
|
|
.rating-selection{display:inline-block;}
|
|
.rating-selection .title{float:right;margin-right:10px;}
|
|
.rating-selection label{float:right;}
|
|
.rating-selection input{opacity:0;}
|
|
.rating-selection label{position:relative;float:right;display:block;width:17px;height:17px;background:url('../images/star_rating.png') 0 -28px;margin:0 3px;}
|
|
.rating-selection label.active,.rating-selection label.active ~ label{background-position:0 18px;}
|
|
.rating-selection label:hover ~ label,.rating-selection label:hover{background-position:0 0 !important;}
|
|
.pd-comment-container {
|
|
.rating-holder {display: flex;align-items: center;padding-top: 15px;}
|
|
.rating-holder p {margin: 0 10px 0 0;}
|
|
.box-title-group {
|
|
padding: 0;
|
|
border: 0;
|
|
p {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
.pd-comment-detail{
|
|
padding: 10px 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
}
|
|
.pd-form-group{
|
|
width: 100%;
|
|
}
|
|
.pd-form-btn{
|
|
line-height: 40px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0px 0px 1px #000;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
max-width: 192px;
|
|
width: 100%;
|
|
color: #000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.box-left{
|
|
margin-bottom: 15px;
|
|
b{
|
|
display: block;
|
|
line-height: 18px;
|
|
max-width: 120px;
|
|
font-weight: 600;
|
|
}
|
|
p{
|
|
margin: 13px 0 0 0;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
.pd-form-group{
|
|
display: none;
|
|
textarea, input{
|
|
display: block;
|
|
width: calc(100% - 21px);
|
|
outline: none;
|
|
color: #000;
|
|
resize: none;
|
|
margin: 13px 0 0 0;
|
|
padding: 0 10px;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 4px;
|
|
height: 38px;
|
|
}
|
|
textarea{
|
|
height: 90px;
|
|
padding: 10px;
|
|
}
|
|
a{
|
|
margin-top: 13px ;
|
|
}
|
|
}
|
|
.pd-review-count {
|
|
border-bottom: 1px solid #EBEBEB;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
.pd-size-table{
|
|
padding: 20px 14px;
|
|
text-align: center;
|
|
max-width: 794px;
|
|
display: none;
|
|
font-size: 15px;
|
|
.title{
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 29px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.note{
|
|
line-height: 18px;
|
|
color: #2796B9;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
tr{
|
|
&:nth-child(even){
|
|
background: #F5F5F6;
|
|
}
|
|
}
|
|
td{
|
|
border: 1px solid #E5E5E7;
|
|
padding: 10px 22px;
|
|
&:nth-child(1){
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
.cart-page{
|
|
img{
|
|
display: block;
|
|
}
|
|
input, textarea, select {
|
|
border-radius: 0;
|
|
}
|
|
.cart-tbl-info{
|
|
background: #EBEBEB;
|
|
font-size: 13px;
|
|
padding: 16px 0 5px 0;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
td{
|
|
padding: 12px 16px;
|
|
vertical-align: baseline;
|
|
line-height: 20px;
|
|
&:nth-child(1){
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.total-price{
|
|
td{
|
|
padding: 24px 16px 14px 16px;
|
|
&:nth-child(2){
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
border-top: 1px solid #D9D9D9;;
|
|
}
|
|
.btn-cart-submit {
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
background: #000;
|
|
color: #fff !important;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.item-row{
|
|
padding: 10px 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
position: relative;
|
|
a{
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
.p-img{
|
|
width: 32%;
|
|
margin-right: 11px;
|
|
}
|
|
.item-text{
|
|
width: calc(100% - 32% - 41px);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
padding-right: 30px;
|
|
}
|
|
.p-name{
|
|
margin-bottom: 7px;
|
|
}
|
|
.p-price{
|
|
color: #FF0000;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin: 7px 0;
|
|
}
|
|
.p-variant{
|
|
text-transform: uppercase;
|
|
margin: 7px 0 13px 0;
|
|
}
|
|
.item-left{
|
|
max-width: 300px;
|
|
}
|
|
.item-quanity{
|
|
display: flex;
|
|
align-items: center;
|
|
span{
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
.item-quanity-holder{
|
|
display: flex;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
width: 92px;
|
|
*{
|
|
height: 44px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
a{
|
|
width: 30px;
|
|
}
|
|
input{
|
|
width: 32px;
|
|
}
|
|
}
|
|
.icon-edit{
|
|
display: block;
|
|
width: 15px;
|
|
height: 15px;
|
|
background-position: -179px -99px;
|
|
margin: 10px 0;
|
|
&:hover{
|
|
filter: invert(1)
|
|
}
|
|
}
|
|
.icon-delete{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-position: -178px -53px;
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 0;
|
|
}
|
|
}
|
|
}
|
|
.cart-step-1{
|
|
.box-title{
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
margin-bottom: 10px;
|
|
p{
|
|
margin: 0;
|
|
&:last-child{
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
.voucher-holder{
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
&::before{
|
|
@extend .icons;
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 0;
|
|
background-position: -171px -144px;
|
|
}
|
|
input{
|
|
width: calc(100% - 40px);
|
|
height: 50px;
|
|
border: 0;
|
|
padding: 0 10px 0 30px;
|
|
margin: 0 0 15px 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
color: #959595;
|
|
font-weight: 300;
|
|
}
|
|
.voucher-note {
|
|
color: #FF0000;
|
|
line-height: 19px;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
.icon-right{
|
|
width: 22px;
|
|
height: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
background-color: #fff;
|
|
background-position: -214px -53px;
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 0;
|
|
}
|
|
.btn-back-home {
|
|
display: block;
|
|
margin: 15px 0 25px 0;
|
|
position: relative;
|
|
&::after{
|
|
content: '';
|
|
@extend .icons;
|
|
width: 22px;
|
|
height: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
background-color: #fff;
|
|
background-position: -214px -53px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
}
|
|
}
|
|
.cart-edit-container {
|
|
display: none;
|
|
.edit-holder{
|
|
width: calc(100% - 40px);
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
background: #fff;
|
|
z-index: 100;
|
|
padding: 16px 10px;
|
|
}
|
|
.cart-edit-content{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.item-image{
|
|
width: 33%;
|
|
margin-right: 12px;
|
|
}
|
|
.item-text{
|
|
width: calc(100% - 33% - 47px);
|
|
padding-right: 35px;
|
|
}
|
|
.item-name{
|
|
display: block;
|
|
color: #000;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
margin-bottom: 7px;
|
|
}
|
|
.item-price{
|
|
@extend .red;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
.icon-delete {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: auto 0 12px auto;
|
|
background-position: -178px -53px;
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
.btn-update {
|
|
display: block;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #000;
|
|
line-height: 44px;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
.pd-variant-option-group {
|
|
tr{
|
|
margin: 0;
|
|
}
|
|
td{
|
|
margin: 5px 0 0 0;
|
|
}
|
|
}
|
|
.variant-option-value-box {
|
|
a {
|
|
padding: 0px 20px;
|
|
margin-right: 9px;
|
|
}
|
|
}
|
|
.variant-color {
|
|
.variant-option-value-box {
|
|
a {
|
|
margin: 0 16px 10px 0;
|
|
}
|
|
.selected::before{
|
|
top: -4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cart-step-2{
|
|
display: block;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
.box-title{
|
|
border: 1px solid #D9D9D9;
|
|
margin-bottom: 20px;
|
|
padding: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
a{
|
|
text-decoration-line: underline;
|
|
color: #FF0000;
|
|
}
|
|
}
|
|
.cart-voucher-holder {
|
|
margin: 20px 0 27px 0;
|
|
display: none;
|
|
p{
|
|
margin: 0 0 20px 0;
|
|
}
|
|
input{
|
|
color: #8D8D8D;
|
|
font-size: 15px;
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
display: block;
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
height: 34px;
|
|
}
|
|
button{
|
|
border: 0;
|
|
height: 40px;
|
|
padding: 0;
|
|
margin: 0;
|
|
color: #fff;
|
|
background: #000;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
width: 100%;
|
|
max-width: 190px;
|
|
}
|
|
}
|
|
.payment-item{
|
|
margin: 33px 0;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
.title{
|
|
margin-bottom: 17px;
|
|
}
|
|
}
|
|
.label-container{
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
.cart-info-holder{
|
|
margin-bottom: 35px;
|
|
.title{
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
}
|
|
.cart-input-holder{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
input{
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 18px;
|
|
color: #000;
|
|
margin: 30px 0 0 0;
|
|
padding: 0 0 10px 0;
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
&:nth-child(1){
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
select {
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
margin: 30px 0 0 0;
|
|
line-height: 19px;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.cart-summary-group{
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
a{
|
|
display: inline-block;
|
|
color: #000;
|
|
}
|
|
.title{
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
line-height: 29px;
|
|
margin: 0 0 8px 0;
|
|
}
|
|
tr{
|
|
&:first-child{
|
|
td{
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
td{
|
|
border-bottom: 1px solid #D9D9D9;
|
|
padding: 15px 0;
|
|
&:nth-child(1){
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
.cart-btn-group{
|
|
margin: 10px 0;
|
|
text-align: center;
|
|
a{
|
|
font-weight: 500;
|
|
font-size: 13px;
|
|
line-height: 19px;
|
|
text-transform: uppercase;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
button{
|
|
height: 40px;
|
|
color: #fff;
|
|
background-color: #000;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
padding: 0;
|
|
margin: 0 0 13px 0;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
}
|
|
.cart-item-group{
|
|
td{
|
|
padding: 0;
|
|
}
|
|
}
|
|
.cart-item{
|
|
font-weight: 400;
|
|
line-height: 18px;
|
|
margin: 10px 0;
|
|
position: relative;
|
|
padding-right: 35px;
|
|
.item-variant{
|
|
color: #959595;
|
|
font-size: 13px;
|
|
}
|
|
.cart-quantity {
|
|
position: absolute;
|
|
right: 0;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.cart-total-price{
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
} |