Files

4868 lines
117 KiB
SCSS

body{
color:#000;
font-family: 'Roboto', sans-serif;
background: #F0F0F0;
position: relative;
font-size: 14px;
min-width: 1224px;
word-break: break-word;
counter-reset: section;
font-weight: 400;
}
.bg-grey{
background: #F8F8F8;
}
a{
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.ul, .ol {
margin: 0;
padding: 0;
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.clearfix{
&::after {
content: '';
clear: both;
display: block;
}
}
.clear {
clear: both;
}
.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}
button, input, select {
outline: none !important;
color: #000;
}
table{
width: 100%;
-webkit-overflow-scrolling: touch;
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
select, textarea, input {
font-size: 16px;
}
}
@media(min-width: 1200px){
select, textarea, input {
font-size: 14px;
}
}
iframe {
max-width: 100%;
}
.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-22{
font-size: 22px;
}
.text-24{
font-size: 24px;
}
.text-25{
font-size: 25px;
}
.text-26{
font-size: 26px;
}
.text-27{
font-size: 27px;
}
.text-28{
font-size: 28px;
}
.text-30{
font-size: 30px;
}
.text-36{
font-size: 36px;
}
.blue{
color: #0085FF;
}
.blue-light{
color: #00FFF0;
}
.red{
color: #CE000C;
}
.yellow{
color: #fdb813;
}
.black{
color: #222;
}
.grey{
color: #888;
}
.green{
color: #29A07E;
}
.orange{
color: #FE7801;
}
.color-main{
color: #0080D7;
}
.bg-blue{
background: #005BAD;
}
.bg-red{
background: #D91605;
}
.bg-white{
background: #fff;
}
.bg-orange{
background: #ff9219;
}
.bg-green{
background: #29A07E;
}
.bg-main{
background: #0080D7;
}
.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;
}
.underline{
text-decoration: underline;
}
.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;}
.hover-img {
a{
position:relative;
overflow:hidden;
display: block;
&::before{
content:"";
position:absolute;
top:0;
left:-15%;
bottom:0;
width:0;
height:100%;
background-color:rgba(255, 255, 255, 0.5);
transition:none;
transform:skewX(-25deg);
}
&:hover::before{
width:120%;
background-color:rgba(255, 255, 255, 0);
transition:all .45s ease-out;
z-index:2;
}
}
}
.scale-img{
display: block;
overflow: hidden;
&:hover{
img{
transform: scale(1.3);
}
}
img{
transform: scale(1);
transition: .3s all;
}
}
::-webkit-scrollbar-track{background:#f5f5f5;}
::-webkit-scrollbar-thumb{background:#606060;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background:#aaa;}
::-webkit-scrollbar{width: 15px;height:10px;}
.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: 500px;min-height: 300px;}
.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: 200px;
}
}
.bg-linear{
background: linear-gradient(90.13deg, #FF7E00 1.62%, #FF4949 98.76%);
}
.bg-linear-animate{
background: -o-repeating-linear-gradient(left,#ff990f 0,#fe532e 50%,#ff990f 100%);
background: repeating-linear-gradient(to right,#ff990f 0,#fe532e 50%,#ff990f 100%);
background-size: 200% auto;
background-position: 0 100%;
animation: 2s linear infinite forwards gradient-bg-antimation;
}
.fancybox-thumbs__list a {height: 90px;background-size: 80%;background-color: #fff;transition: unset}
.fancybox-thumbs__list a:before {border: 3px solid #FF848D}
@keyframes calllink {
0%{color:#eba11e;}
50%{color:#fff;}
100%{color:#ebfa48;}
}
@keyframes pulse{from{width:23px;height:23px;} to{width:46px;height:46px;}}
@keyframes zoomIn{from{width:31px;height:31px;}to{width:62px;height:62px; }}
@keyframes gradient-bg-antimation {
0% {
background-position: 0 0
}
100% {
background-position: -200% 0
}
}
@keyframes backInRight{
0%{
opacity:.7;
transform:translateX(2000px) scale(.7)
}
80%{
opacity:.7;
transform:translateX(0) scale(.7)
}
to{
opacity:1;
transform:scale(1)
}
}
.animate__backInRight{
animation-name:backInRight;
}
@keyframes tada{
0%{ transform:scale(1.2)}
10%,20%{ transform:scale(.9) rotate(-8deg)}
30%,50%,70%{ transform:scale(1.3) rotate(8deg)}
40%,60%{ transform:scale(1.3) rotate(-8deg)}
100%,80%{ transform:scale(1.2) rotate(0)}
}
.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;
}
.container {
max-width: 1224px;
min-width: 1224px;
}
.row {
margin: 0 -12px;
}
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding: 0 12px;
}
.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;line-height: 21px;cursor: pointer;}
.label-container:hover{@extend .color-main;}
.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: #FF7A00;}
.label-container input:checked ~ .checkmark:after{display:block}
.label-container input:checked ~ .checkmark:after {content: '';width: 8px;height: 8px;background: #FF7A00;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.global-breadcrumb{
font-size: 14px;
line-height: 20px;
padding-top: 14px;
padding-bottom: 14px;
a{
color: #000000;
&:hover{
@extend .color-main;
}
}
ol, ul{
display: flex;
align-items: center;
flex-wrap: wrap;
}
li{
display: flex;
align-items: center;
&::after{
content:'/';
padding: 0 4px;
}
&:last-child{
&::after{
content: none;
}
}
}
h1{
@extend .inherit;
}
}
.paging{
margin: 20px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
a{
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #F3F3F3;
text-align: center;
color: #000;
margin: 0 4px;
transition: .12s all;
&:hover, &.current{
background-color: #FFC21F;
color: #fff;
}
}
.icon-prev, .icon-next {
background: url(../images/icon-left.png) no-repeat center;
background-size: 7px 12px;
background-color: #F3F3F3;
font-size: 0 !important;
}
.icon-next {
transform: rotate(-180deg);
}
}
.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;
}
.icons{
background: url(../images/sprite.png) no-repeat;
background-size: 315px 400px;
}
.custom-nav{
.owl-nav {
margin: 0;
button{
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0 !important;
background: unset !important;
&.disabled{
display: none;
}
}
.owl-prev {
left: 0px;
}
.owl-next {
right: 0px;
}
.arrow{
width: 26px;
height: 53px;
display: block;
background: url(../images/icon-left.png) no-repeat;
background-position: 6px center;
background-size: 8px 16px;
transition: .2s all;
background-color: #fff;
box-shadow: 0px 0.748699px 4.4922px rgba(0, 0, 0, 0.25);
border-radius: 0 50px 50px 0;
}
.arrow-next{
transform: rotate(180deg);
}
}
}
.custom-dots{
.owl-dots {
position: absolute;
margin: 0 !important;
left: 0;
right: 0;
bottom: 10px;
.owl-dot {
margin: 0 7px;
width: 8px;
height: 8px;
border-radius: 50px;
background: transparent;
transition: .2s all;
background: #ccc;
span{
display: none;
}
&.active{
width: 30px;
}
&.active,&:hover{
background: #0080D7;
}
}
}
}
.p-item{
background: #FFFFFF;
overflow: hidden;
position: relative;
padding: 9px;
box-shadow: 0px 0.893601px 7.14881px rgba(0, 0, 0, 0.25);
border-radius: 13px;
font-size: 13px;
line-height: 16px;
z-index: 1;
img{
display: block;
width: auto;
}
p{
margin: 0;
}
&:hover{
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
.p-img img{
transform: scale(1.3);
}
}
.p-img{
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 7px;
border-radius: inherit;
img{
@extend .fit-img;
transition: .4s all !important;
transform: scale(1);
}
}
.p-icons-group{
position: absolute;
top: -1px;
right: 10px;
z-index: 1;
}
.p-icon-sale-off {
display: block;
width: 30px;
height: 39px;
background: url(../images/p-bg-saleoff.png) no-repeat center;
background-size: contain;
}
.p-discount{
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 10px;
background: url(../images/p-bg-discount.png) no-repeat center;
background-size: contain;
display: block;
margin: auto;
}
.p-brand-group{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
line-height: 22px;
margin: 5px 0;
}
.p-brand{
font-weight: 500;
text-transform: uppercase;
line-height: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
img{
max-height: 22px;
}
}
.p-sku span, .p-outstock{
@extend .red;
}
.p-name{
display: block;
color: #000;
font-weight: 500;
margin: 5px 0 7px 0;
min-height: 32px;
*{
@extend .inherit;
@extend .line-clamp-2;
}
&:hover{
@extend .red;
}
}
.p-price-group{
@extend .red;
margin: 7px 0 10px 0;
min-height: 38px;
font-size: 12px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.p-price{
color: #000000;
margin: 0 0 6px 0;
font-weight: 700;
font-size: 16px;
width: 100%;
}
del{
font-weight: 500;
margin-right: 4px;
color: #999999;
}
.p-btn-group{
display: flex;
align-items: center;
justify-content: space-between;
line-height: 23px;
font-size: 12px;
}
.p-btn-compare{
color: #FF7A00;
position: relative;
padding-left: 20px;
&.selected{
@extend .red;
font-weight: bold;
&::before{
content: '\2713';
font-size: 11px;
box-shadow: 0px 0px 0px 1px #DA251C;
}
}
&::before{
content: '+';
width: 13px;
height: 13px;
line-height: 13px;
border-radius: 50%;
text-align: center;
background: #fff;
box-shadow: 0px 0px 0px 1px #FF7A00;
position: absolute;
top: 4px;
left: 0;
}
}
.p-btn-buy{
width: 32px;
height: 23px;
border-radius: 3.57441px;
background: url(../images/p-icon-btn.png) no-repeat center;
background-color: #F5F5F5;
background-size: 17px 13px;
margin-left: 6px;
transition: .15s all;
&:hover{
filter: invert(1);
}
}
.p-quantity-group{
display: flex;
align-items: center;
}
.p-instock {
color: #33C600;
}
.p-deal-group{
margin: 10px 0 9px 0;
position: relative;
background: linear-gradient(270deg, rgba(255,184,0, .3) 0%, rgba(255,122,48, .3) 100%);
border-radius: 26px;
height: 18px;
line-height: 18px;
text-align: center;
&::before{
content: '';
width: 20px;
height: 27px;
background: url(../images/p-bg-deal.png) no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
left: 0px;
z-index: 1;
}
}
.p-deal-line {
@extend .bg-linear-animate;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
border-radius: inherit;
}
.p-sale-quantity {
margin: 0;
position: absolute;
inset: 0;
color: #fff;
font-weight: 500;
font-size: 10.7232px;
}
.p-countdown{
text-align: right;
font-weight: 300;
font-size: 10.7232px;
line-height: 13px;
*{
display: inline-block;
margin: 0;
}
}
}
.art-item{
box-shadow: 0px 0.748699px 2.9948px rgba(0, 0, 0, 0.2);
border-radius: 8px;
background: #fff;
overflow: hidden;
font-size: 12px;
line-height: 16px;
transition: .2s all;
&:hover{
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
a{
display: block;
color: #000;
&:hover{
@extend .color-main;
}
}
img {
@extend .fit-img;
}
.art-img{
position: relative;
padding-bottom: 56.5%;
}
.art-text{
@extend .clearfix;
padding: 9px 9px 12px 9px;
display: flex;
flex-wrap: wrap;
align-items: center
}
.art-time{
margin: 0 10px 0 0;
width: 60px;
height: 38px;
padding: 0 10px;
color: #fff;
font-weight: 700;
font-size: 12px;
line-height: 14px;
background: url(../images/art-bg-time.png) no-repeat;
background-position: center;
background-size: contain;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.art-title{
@extend .line-clamp-2;
font-weight: 600;
font-size: 14px;
line-height: 16px;
width: calc(100% - 70px);
}
.art-summary{
@extend .line-clamp-3;
padding: 0 2px;
margin-top: 13px;
width: 100%;
}
}
.global-support-group{
display: flex;
flex-wrap: wrap;
.icons{
width: 20px;
height: 20px;
}
.sub-item{
width: 25%;
&:nth-child(n+5){
margin-top: 25px;
}
a{
position: relative;
}
}
.title{
margin: 0 0 15px 0;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
display: flex;
align-items: center;
}
.number{
background: #FF981F;
color: #fff;
font-weight: 600;
margin: 0 18px 0 0;
padding: 0 8px;
position: relative;
&::before{
content: '';
border-bottom: 22px solid #FF981F;
border-right: 6px solid transparent;
position: absolute;
right: -5.6px;
top: 0;
bottom: 0;
}
}
.number-2 {
background: #FF5F03;
&::before{
border-bottom: 22px solid #FF5F03;
}
}
.number-3 {
background: #D91605;
&::before{
border-bottom: 22px solid #D91605;
}
}
.number-4 {
background: #9D0D00;
&::before{
border-bottom: 22px solid #9D0D00;
}
}
.item-sub-group{
a{
display: inline-flex;
align-items: center;
font-size: 13px;
line-height: 19px;
color: #000000;
position: relative;
padding-left: 22px;
margin: 4px 0;
&:hover{
@extend .color-main;
}
&::before{
@extend .icons;
content: '';
position: absolute;
left: 0;
background-position: -279px -143px;
}
}
}
}
.global-header-top{
font-size: 13px;
.group-left{
padding: 7px 0;
display: flex;
align-items: center;
a{
margin-right: 20px;
}
}
.group-title{
@extend .bg-linear-animate;
margin: 0 18px 0 0;
line-height: 25px;
border-radius: 30px;
padding: 0 9px;
cursor: pointer;
display: flex;
align-items: center;
color: #fff;
}
.icons{
width: 20px;
height: 20px;
}
.icon-phone{
background-position: -9px -8px;
}
.icon-news {
background-position: -45px -8px;
margin-right: 2px;
}
.icon-contact {
background-position: -81px -7px;
margin-right: 2px;
}
.item{
&:hover{
.global-support-group{
top: 100%;
opacity: 1;
visibility: visible;
z-index: 3;
}
}
}
.global-support-group {
width: 1200px;
background: #fff;
position: absolute;
left: 12px;
top: calc(100% + 50px);
border-radius: 7px;
padding: 20px;
transition: .25s all;
box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3);
opacity: 0;
visibility: visible;
z-index: -2;
}
.group-right{
padding: 7px 0;
position: relative;
color: #fff;
position: relative;
&::before{
@extend .icons;
content: '';
position: absolute;
left: -28px;
top: 6px;
background-position: -117px -9px;
}
&:hover{
.sub-item{
opacity: 1;
visibility: visible;
z-index: 3;
top: calc(100% + 7px);
}
}
a{
color: #fff;
}
.sub-item{
position: absolute;
background: #fff;
white-space: nowrap;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
border-radius: 5px;
top: calc(100% + 30px);
right: 0;
min-width: 200px;
transition: .2s all;
opacity: 0;
visibility: hidden;
z-index: -1;
a{
color: #000;
display: block;
transition: .1s all;
line-height: 36px;
padding: 0 15px;
&:first-child{
border-radius: 5px 5px 0 0;
&::before, &::after{
content: '';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
top: -9px;
left: 37%;
transition: .1s all;
}
&::before{
border-bottom-color: rgba(0,0,0,0.1);
border-width: 12px;
top: -11px;
left: 36%;
}
}
&:last-child{
border-radius: 0 0 5px 5px;
}
&:hover{
background: #FF981F;
color: #fff;
font-weight: 600;
&:first-child{
&::before, &::after{
border-bottom: 10px solid #FF981F;
top: -10px;
}
}
}
}
}
}
}
.global-header-main{
background: #fff;
transition: .25s all;
top: -50px;
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.25);
.header-logo{
width: 230px;
margin-right: 12px;
text-align: center;
img{
display: block;
margin: auto;
width: auto;
max-height: 67px;
}
}
}
.global-header-main-top{
padding-top: 13px;
padding-bottom: 13px;
}
.header-search-group{
width: 554px;
margin-right: 14px;
position: relative;
form{
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
border-radius: 10px;
overflow: hidden;
display: flex;
*{
height: 46px;
border: 0;
}
}
select{
font-weight: 500;
border-right: 1px solid #F0F0F0;
width: 145px;
height: 45px;
padding: 0 8px;
}
input{
width: 339px;
padding: 0 22px;
text-align: right;
color: #999999;
}
button{
width: 70px;
background: #FF981F;
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
position: relative;
&::before {
@extend .icons;
content: '';
position: absolute;
background-position: -149px 1px;
width: 50px;
inset: 0 0 0 10px;
}
}
}
.header-group-right{
width: calc(100% - 810px);
display: flex;
align-items: center;
justify-content: space-between;
a{
display: flex;
align-items: center;
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #333333;
margin: 0 29px 0 0;
&:first-child{
position: relative;
padding-right: 32px;
&::after{
content: '';
width: 2px;
height: 25px;
background: #0163A5;
position: absolute;
right: -1px;
top: 50%;
transform: translateY(-50%);
}
}
&:last-child{
margin: 0;
}
&:hover{
@extend .color-main;
}
}
span{
max-width: 63px;
}
.icons{
background-size: 240px 275px;
height: 30px;
margin-right: 7px;
}
.icon-bolt{
width: 21px;
margin-right: 9px;
background-position: -7px -34px;
}
.icon-buildpc{
width: 33px;
background-position: -49px -35px;
}
.icon-cart{
position: relative;
width: 30px;
background-position: -104px -36px;
}
.item-cart{
width: 103px;
line-height: 36px;
border-radius: 4px;
box-shadow: 0px 0px 0px 1px #0163A5;
display: flex;
align-items: center;
padding: 0 8px
}
.cart-count{
font-weight: 700;
font-size: 11px;
color: #000;
background: #FFBF42;
width: 14px;
height: 14px;
line-height: 14px;
border-radius: 50%;
text-align: center;
font-style: normal;
position: absolute;
top: 3px;
right: -2px;
letter-spacing: -1.5px;
}
}
.global-header-main-bottom {
padding-bottom: 13px;
}
.global-header-static{
width: calc(100% - 242px);
a{
display: flex;
align-items: center;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #000000;
&:hover{
@extend .color-main;
}
}
.icons{
background-size: 240px 275px;
width: 30px;
height: 20px;
margin-right: 8px;
transform: scale(1.2);
}
.icon-check {
background-position: -151px -35px;
transform: scale(1);
}
.icon-tag {
background-position: -195px -33px;
}
.icon-sync {
background-position: -145px -65px;
}
.icon-truck {
background-position: -196px -65px;
}
}
.header-menu-group{
width: 230px;
margin-right: 12px;
position: relative;
&:hover{
.header-menu-list{
opacity: 1;
visibility: visible;
top: 100%;
z-index: 3;
}
}
.title{
@extend .bg-main;
color: #fff;
border-radius: 5px;
font-weight: 600;
font-size: 16px;
line-height: 32px;
text-transform: uppercase ;
padding: 0 8px;
margin: 0;
cursor: pointer;
display: flex;
align-items: center;
&::before{
@extend .icons;
content: '';
width: 30px;
height: 18px;
background-size: 210px 245px;
background-position: -137px -4px;
}
}
a{
display: table;
color: #000;
line-height: 18px;
margin: 0 0 12px;
}
.header-menu-list{
position: absolute;
top: calc(100% + 25px);
left: 0;
z-index: -2;
width: 230px;
height: 460px;
background: #FFFFFF;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
font-size: 15px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
}
.cat-item{
height: calc(100% / 13);
&:nth-child(1){
border-radius: 10px 10px 0 0;
}
&:last-child{
border-radius: 0 0 10px 10px;
}
&:hover{
.cat-1{
@extend .bg-main;
color: #Fff;
}
.cat-thumb{
filter: invert(1);
}
.sub-menu{
display: block;
}
}
}
.sub-menu{
display: none;
width: calc(1200px - 230px);
box-shadow: 0 1px 4px rgba(0,0,0,0.25);
background: #fff;
z-index: 4;
position: absolute;
top: 0;
left: 230px;
border-radius: 0 4px 4px 0;
overflow: auto;
padding: 15px;
height: 460px;
@extend .clearfix;
&::-webkit-scrollbar-thumb{@extend .bg-main;border-radius:10px;}
&::-webkit-scrollbar{width:10px;}
a{
&:hover{
@extend .color-main;
}
}
}
.sub-item{
width: 25%;
padding-right: 20px;
margin-bottom: 20px;
float: left;
}
.cat-1{
height: 100%;
padding: 0 12px;
display: flex;
align-items: center;
margin: 0;
border-radius: inherit;
}
.cat-2{
@extend .color-main;
font-weight: 600;
}
.cat-title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 33px);
}
.cat-thumb{
width: 20px;
height: 20px;
margin-right: 13px;
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
}
.header-homepage{
.header-menu-list{
opacity: 1;
visibility: visible;
top: calc(100% + 25px) !important;
z-index: 2;
}
}
.header-fixed{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
.header-logo, .global-header-static{
display: none !important;
}
.header-menu-group {
position: fixed;
top: 12px;
&:hover{
.header-menu-list{
top: 100% !important;
}
}
.title {
line-height: 46px;
}
}
.header-menu-list{
z-index: -2;
opacity: 0;
visibility: hidden;
}
.global-header-main-bottom {
padding: 0;
}
}
.global-fixed-group{
.contact-box-bottom{
position: fixed;
z-index: 9;
right: 10px;
top: 54%;
animation-duration:1s;
animation-duration:1s;
animation-fill-mode:both;
transform:translateX(2000px) scale(.7);
}
.contact-box-wrapper{
display:flex;
align-items:center;
background:#fff;
margin-bottom:8px;
padding:10px;
border-radius:10px;
box-shadow: 0px 0px 7px rgba(131, 131, 131, 0.25);
color:#000;
transition: .2s all;
&:hover {
box-shadow: 2px 3px 7px rgba(131, 131, 131, 0.25);
}
}
.contact-info span{
color:#868686;
font-size:12px;
display:block
}
.contact-icon-box {
text-align:center;
margin-right: 10px;
}
.icons{
background-size: 420px 500px;
width: 35px;
height: 35px;
}
.icon-facebook {
background-position: -227px -280px;
}
.icon-zalo {
background-position: -341px -324px;
border-radius: 50%;
box-shadow: 0px 0px 0px 1px #ccc;
background-size: 500px 580px;
}
.icon-phone {
background-position: -414px -319px;
background-size: 500px 570px;
}
.global-goTop{
width: 35px;
height: 35px;
border-radius: 50%;
display: none;
margin: 13px 10px auto auto;
background-size: 370px 460px;
background-position: -337px -236px;
background-color: rgba(0,0,0,0.3);
}
}
.global-fixed-top{
position: fixed;
z-index: 3;
right: 10px;
top: 30%;
animation-duration:1s;
animation-duration:1s;
animation-fill-mode:both;
transform:translateX(2000px) scale(.7);
.icons{
display: block;
margin: 0 10px 13px auto;
transform: scale(1.2);
&:hover{
animation: tada 2s linear infinite;
}
}
.icon-mail{
background-position: -227px -223px;
}
.icon-youtube{
background-position: -287px -224px;
}
.icon-facebook{
background-position: -348px -224px;
margin-bottom: 50px;
}
}
.global-footer-container{
background: #fff;
padding: 30px 0;
}
.footer-news-container{
.group-title{
border-bottom: 1px solid #999999;
padding: 0 0 9px 0;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: space-between;
line-height: 34px;
.title{
margin: 0 19px 0 0;
font-weight: 700;
font-size: 24px;
}
a{
@extend .bg-main;
color: #fff;
border-radius: 30px;
padding: 0 15px;
font-weight: 700;
font-size: 12px;
}
}
.article-holder{
display: flex;
flex-wrap: wrap;
}
.art-item{
margin: 0 10px 25px 0;
width: calc(100% / 4 - 8px);
&:nth-child(4n){
margin-right: 0;
}
}
}
.footer-review-container{
padding-bottom: 37px;
.item{
box-shadow: 0px 0.748699px 4.4922px rgba(0, 0, 0, 0.25);
border-radius: 15px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-items: center;
background: #fff;
margin: 2px;
}
img{
width: 100%;
height: 100%;
object-fit: cover;
}
.image {
width: 285px;
height: 198px;
margin-top: -1px;
}
.text {
width: calc(100% - 285px);
padding: 28px 40px 20px 40px;
position: relative;
&::before{
content: '';
width: 142px;
height: 1px;
background: #FF5C00;
position: absolute;
top: 20px;
left: 40px;
}
}
.summary{
@extend .line-clamp-5;
font-weight: 700;
font-size: 12px;
line-height: 14px;
margin: 8px 0 20px 0;
}
.customer-info{
display: flex;
align-items: center;
i{
width: 24px;
height: 24px;
margin-right: 7px;
background-size: contain;
background-repeat: no-repeat;
}
p{
margin: 0;
width: calc(100% - 31px);
line-height: 15px;
font-size: 11px;
*{
display: block;
}
}
b{
font-weight: 600;
}
}
}
.footer-policy-container{
@extend .bg-main;
color: #fff;
padding: 15px 0;
.item{
width: 25%;
font-weight: 300;
font-size: 12px;
line-height: 14px;
display: flex;
align-items: center;
*{
display: block;
}
}
b{
margin-bottom: 2px;
font-weight: 700;
font-size: 14px;
line-height: 16px;
}
.icons{
width: 45px;
height: 45px;
margin-right: 10px;
background-size: 255px 300px;
}
.icon-truck {
background-position: -8px -83px;
}
.icon-return {
background-position: -72px -84px;
}
.icon-payment {
background-position: -8px -139px;
}
.icon-support {
background-position: -73px -139px;
}
.item-text{
width: calc(100% - 55px);
}
}
.footer-info-group{
padding: 30px 0 15px 0;
margin-bottom: 15px;
border-bottom: 1px dashed #777777;
display: flex;
flex-wrap: wrap;
a{
font-size: 13px;
line-height: 14px;
display: table;
color: #000000;
margin: 9px 0 0 0 ;
&:hover{
@extend .color-main;
}
}
.item{
width: calc(100% / 4);
}
.title{
font-weight: 600;
line-height: 15px;
text-transform: uppercase;
color: #333333;
padding-bottom: 8px;
margin-bottom: 12px;
position: relative;
&::after{
content: '';
background: #0163A5;
width: 85px;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
}
}
.social-media-list{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
a{
width: 30px;
height: 30px;
margin-right: 5px;
position: relative;
bottom: 0;
transition: .2s all;
&:hover{
bottom: 5px;
}
}
}
.icon-map, .icon-tel, .icon-email{
padding-left: 24px;
position: relative;
margin-bottom: 12px;
&::before{
@extend .icons;
content: '';
width: 24px;
height: 20px;
position: absolute;
top: -3px;
left: 0;
background-position: -170px -144px;
}
}
.icon-tel{
&::before{
background-position: -207px -143px;
}
}
.icon-email{
&::before{
background-position: -243px -141px;
}
}
.icon-bct {
margin-top: 15px;
img{
display: block;
max-width: 100px;
width: auto;
}
}
.icon-facebook {
background-position: -9px -279px;
}
.icon-instagram {
background-position: -45px -279px;
}
.icon-tiktok {
background-position: -81px -279px;
}
.icon-mail {
background-position: -117px -279px;
}
.icon-phone {
background-position: -153px -279px;
}
.icon-youtube {
background-position: -189px -279px;
}
}
.global-footer-end{
background: #F0F0F0;
font-weight: 300;
font-size: 13px;
line-height: 20px;
padding: 26px 0;
img{
width: auto;
display: block;
}
p{
margin: 0;
}
.title {
font-weight: 500;
text-transform: uppercase;
}
.logo{
width: 116px;
margin-right: 34px;
}
.text{
width: calc(100% - 150px);
}
}
.global-compare-group{background:#fff;position:fixed;bottom:0;left:0;width: 900px;-webkit-box-shadow:3px -2px 11px 1px rgba(0, 0, 0, 0.25);box-shadow:3px -2px 11px 1px rgba(0, 0, 0, 0.25);z-index:9999;display:none;}
.global-compare-group .title{background: #0080D7;padding:8px 12px;}
.global-compare-group p{margin:0;}
.global-compare-group .pro-compare-holder{padding:12px 18px 12px 23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.global-compare-group .compare-pro-holder{width:calc(100% - 200px);}
.global-compare-group .compare-pro-holder .compare-item{display:block;width: calc(100% / 3 - 24px);margin-right:35px;float:left;border: 1px dashed #000;color: #000;border-radius: 5px;overflow: hidden;position: relative;text-align: center;padding: 8px;}
.global-compare-group .compare-pro-holder .compare-item:nth-child(3n){margin:0;}
.global-compare-group .btn-compare{width:145px;line-height:40px;margin-left:55px;background: #0080D7;color:#fff;font-weight:600;font-size:18px;border-radius:4px;text-align:center;display:block;}
.global-compare-group .btn-compare:hover{background: #1d6393;}
.global-compare-group {
.remove-compare::after, .close-compare::after {
content: '\00D7';
}
.remove-compare {
position: absolute;
font-size: 26px;
line-height: 18px;
padding: 7px;
right: 0;
top: 0;
cursor: pointer;
&:hover::after {
@extend .red;
}
}
.compare-item {
img {
display: block;
margin: auto;
max-width: 56%;
}
.name {
@extend .line-clamp-2;
color: #000;
font-size: 13px;
line-height: 20px;
&:hover {
@extend .red;
}
}
}
}
.global-deal-countdown{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
p{
position: relative;
margin: 0;
font-weight: 600;
line-height: 17px;
color: #fff;
margin: 0 13px;
&::after{
content: ':';
font-weight: 800;
font-size: 25px;
line-height: 29px;
position: absolute;
top: 10px;
right: -16px;
}
&:last-child::after{
content: none;
}
*{
display: block;
}
}
b{
width: 40px;
height: 51px;
line-height: 51px;
margin: 0 0 9px 0;
background: #FFFFFF;
border-radius: 5px;
text-align: center;
color: #001253;
font-weight: 800;
font-size: 25px;
}
}
.homepage{
padding: 12px 0 0 0;
.home-banner-container{
@extend .clearfix;
width: calc(100% - 242px);
margin: auto 0 12px auto;
min-height: 460px;
img{
display: block;
border-radius: inherit;
}
a{
display: block;
border-radius: 7px;
overflow: hidden;
}
}
.home-banner-left {
width: 658px;
float: left;
margin: 0 12px 0 0;
position: relative;
}
.home-banner-right {
width: calc(100% - 670px);
float: left;
a{
margin: 0 0 12px 0;
height: 142px;
&:last-child{
margin: 0;
}
}
img{
height: 100%;
}
}
.home-banner-under {
display: flex;
flex-wrap: wrap;
a{
margin: 12px 12px 0 0;
width: calc(100% / 2 - 6px);
&:nth-child(2n){
margin-right: 0;
}
}
}
.banner-video{
position: relative;
&::before{
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.25);
width: 100% !important;
transform: unset;
z-index: 1;
}
&::after{
@extend .icons;
content: '';
width: 85px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-position: -522px -16px;
background-size: 630px 720px;
z-index: 2;
}
}
.product-holder{
position: relative;
min-height: 300px;
}
.p-item{
margin-bottom: 2px;
}
.banner-under-deal{
margin: 20px 0;
img{
display: block;
border-radius: 10px;
}
}
}
.home-deal-group{
border-radius: 9px;
overflow: hidden;
margin: 12px 0 20px 0;
padding: 8px 12px 21px 12px;
background-repeat: no-repeat;
background-size: cover;
.group-title{
text-align: center;
margin-bottom: 20px;
color: #fff;
}
.title{
font-weight: 800;
font-size: 48px;
line-height: 56px;
margin: 0 0 9px 0;
span{
position: relative;
&::before, &::after{
content: '';
background-color: #fff;
width: 77px;
height: 1px;
position: absolute;
bottom: 18px;
left: -90px;
}
&::after{
left: unset;
right: -90px;
}
}
}
.btn-view{
display: block;
text-align: center;
max-width: 130px;
line-height: 36px;
margin: 25px auto 0 auto;
font-size: 18px;
color: #FF1313;
border-radius: 40px;
background: #fff;
transition: .15s all;
&:hover{
color: #Fff;
background: #FF1313;
}
}
}
.home-collection-container{
padding: 25px 0 15px 0;
margin: 20px 0;
background-repeat: no-repeat;
background-size: cover;
.collection-tab-group{
display: flex;
align-items: center;
flex-wrap: wrap;
a{
margin: 0 33px 20px 0;
box-shadow: 0px 1.49844px 2.99688px 1.49844px rgba(0, 0, 0, 0.25);
border-radius: 12px;
background: #fff;
overflow: hidden;
display: flex;
align-items: center;
width: calc(100% / 4 - 25px);
text-align: center;
color: #000000;
line-height: 16px;
padding: 7px 16px;
&:nth-child(4n){
margin-right: 0;
}
&:nth-child(1){
.image{
background: #FF7E00;
}
}
&:nth-child(2){
.image{
background: linear-gradient(180deg, #037FAA 0%, #00B2F0 100%);
}
}
&:nth-child(3){
.image{
background: linear-gradient(180deg, #FFF500 0%, #FFBF42 100%);
}
}
&:nth-child(4){
.image{
background: linear-gradient(359.34deg, #42FF92 -6.9%, #1F834A 107.13%);
}
}
&:hover, &.current{
color: #fff;
.image{
filter: saturate(1.8);
}
&:nth-child(1){
background: #FF7E00;
.image{
background: #fff;
}
}
&:nth-child(2){
background: linear-gradient(180deg, #037FAA 0%, #00B2F0 100%);
}
&:nth-child(3){
background: linear-gradient(180deg, #FFF500 0%, #FFBF42 100%);
}
&:nth-child(4){
background: linear-gradient(359.34deg, #42FF92 -6.9%, #1F834A 107.13%);
}
}
}
.image{
width: 56px;
height: 56px;
border-radius: 50%;
margin-right: 24px;
position: relative;
overflow: hidden;
background: #FF7E00;
}
i{
display: block;
height: 100%;
background-position: center;
background-size: calc(100% - 14px);
background-repeat: no-repeat;
}
b{
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
margin-bottom: 4px;
}
.text{
width: calc(100% - 80px);
margin: 0;
*{
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
}
.product-holder{
display: flex;
flex-wrap: wrap;
}
.p-item{
margin: 20px 12px 0 0;
width: calc(100% / 5 - 10px);
&:nth-child(5n){
margin-right: 0;
}
&:nth-child(n+11){
display: none;
}
}
.btn-view{
display: block;
margin: 20px auto 0 auto;
max-width: 142px;
line-height: 36px;
text-align: center;
color: #fff;
box-shadow: 0px 0px 0px 1px #fff;
font-weight: 500;
font-size: 16.4828px;
border-radius: 50px;
&::after{
content: '\00BB';
font-size: 21px;
}
&:hover{
background: #fff;
color: #000;
}
}
}
.home-box-group{
margin: 20px 0;
.box-title-group{
position: relative;
margin: 0 0 8px 0;
background: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 8px 0 0;
&::before{
content: '';
background: url(../images/home-category-dots.png) no-repeat;
background-size: contain;
width: 40px;
height: 4px;
position: absolute;
left: 4px;
bottom: 4px;
z-index: 1;
}
&::after{
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 47px;
height: 4px;
background: #FF7A00;
z-index: 1;
}
}
.title{
background: #0080D7;
color: #fff;
margin: 0 65px 0 0;
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
line-height: 26px;
position: relative;
padding: 13px 15px 13px 23px;
&::after{
content: '';
border-bottom: 51px solid #0080D7;
border-right: 43px solid transparent;
position: absolute;
top: 0;
bottom: 0;
right: -42px;
}
}
.box-left{
display: flex;
align-items: center;
}
.cat-child-list{
a{
color: #333333;
text-transform: uppercase;
font-size: 16px;
line-height: 26px;
&:hover{
font-weight: 500;
@extend .color-main;
}
&::after{
content: '\\';
padding: 0 4px 0 6px;
}
&:last-child::after{
content: none;
}
}
}
.btn-view{
font-weight: 500;
font-size: 12px;
line-height: 26px;
color: #333333;
&::after{
content: '\00BB';
font-size: 17px;
}
&:hover{
@extend .color-main;
}
}
.product-holder{
background: #fff;
padding: 8px 12px;
border-radius: 12px;
overflow: hidden;
}
.p-item{
box-shadow: unset !important;
padding: 8px 8px 15px 8px;
.p-name {
margin-bottom: 15px;
}
}
.custom-nav .owl-nav {
.owl-prev{
left: -12px;
}
.owl-next{
right: -12px;
}
}
}
.product-page{
background: #fff;
padding: 20px 0;
.product-banner-group{
margin: 0 0 20px 0;
@extend .hover-img;
img{
border-radius: inherit;
}
a{
display: block;
border-radius: 15px;
overflow: hidden;
}
}
.page-title-group {
border-bottom: 1px solid #E9E9E9;
padding-bottom: 9px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.col-left{
display: flex;
align-items: center;
label{
font-size: 16px;
line-height: 23px;
margin: 0 17px 0 0;
cursor: pointer;
display: inline-flex;
}
input{
margin-right: 7px;
}
}
.col-right{
display: flex;
align-items: center;
select {
border: 1px solid #EBEBEB;
border-radius: 8px;
height: 29px;
padding: 0 10px;
}
a{
margin-left: 12px;
width: 29px;
height: 29px;
border-radius: 50%;
border: 1px solid #EFEFEF;
}
.icons{
background-size: 220px 305px;
&:hover, &.current{
filter: invert(1);
}
}
}
.icon-list {
background-position: -163px -267px;
}
.icon-grid {
background-position: -163px -240px;
}
.page-title{
font-weight: 700;
font-size: 20px;
line-height: 23px;
margin: 0 17px 0 0;
}
.product-filter-container {
float: left;
width: 232px;
border-right: 1px solid #E9E9E9;
}
.product-col-right {
padding: 20px 0 20px 10px;
float: left;
width: calc(100% - 232px);
}
.product-holder {
display: flex;
flex-wrap: wrap;
}
.p-item{
margin: 0 10px 10px 0;
width: calc(100% / 4 - 8px);
box-shadow: 0px 0px 0px 1px #EAEAEA;
&:nth-child(4n){
margin-right: 0;
}
}
.static-html-group{
margin-top: 30px;
position: relative;
padding: 42px 0 0 0;
font-weight: 300;
font-size: 13px;
line-height: 20px;
&::before, &::after{
content: '';
height: 1px;
background: #FF5353;
max-width: 710px;
width: 100%;
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
}
&::after{
max-width: 480px;
top: 7px;
}
}
.static-btn-group {
text-align: center;
margin: 20px 0 0 0;
a {
display: none;
font-weight: 500;
font-size: 14px;
line-height: 32px;
max-width: 120px;
margin: auto;
text-align: center;
text-transform: uppercase;
color: #373737;
box-shadow: 0px 0px 0px 1px #373737;
border-radius: 30px;
transition: .15s all;
&:hover{
background: #373737;
color: #fff;
}
&::after {
content: '\00BB';
font-size: 20px;
margin-left: 5px;
}
&:last-child::after {
transform: rotate(-90deg);
display: inline-block;
position: relative;
top: 2px;
}
}
}
}
.product-display-list{
.p-item{
width: calc(100% / 2 - 5px);
display: flex;
flex-wrap: wrap;
transition: .2s all;
&:hover{
box-shadow: 0px 0.8936px 7.14881px rgba(0, 0, 0, 0.25);
}
&:nth-child(2n){
margin-right: 0;
}
.p-img{
width: 36%;
padding-bottom: 36%;
margin: 0 12px 0 0;
}
.p-text{
width: calc(100% - 36% - 12px);
}
.p-icons-group{
right: unset;
left: 10px;
}
}
}
.product-filter-container {
a{
font-weight: 300;
font-size: 13px;
line-height: 22px;
color: #000000;
&:hover{
@extend .red;
font-weight: 500;
}
}
.filter-item{
border-top: 1px solid #E9E9E9;
padding: 10px 10px 10px 0;
&:first-child{
border: 0;
}
}
.group-title{
font-weight: 700;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
margin: 0 0 8px 0;
}
.filter-list{
a{
display: flex;
justify-content: space-between;
position: relative;
padding-left: 20px;
&::before{
content: '';
width: 12px;
height: 12px;
border-radius: 3px;
box-shadow: 0px 0px 0px 1px #D9D9D9;
position: absolute;
top: 4px;
left: 0;
background: #fff;
}
}
.current{
@extend .red;
font-weight: bold !important;
&::before{
background: #DA251C;
box-shadow: unset;
}
&::after{
content: '\2714';
color: #fff;
position: absolute;
top: -1px;
left: 3px;
font-size: 8px;
}
}
}
.filter-category{
padding: 0 10px 0 15px;
a{
font-weight: 500;
display: block;
&::before{
content: '\00BB';
font-size: 17px;
margin-right: 4px;
}
}
}
}
.product-detail-page{
padding-bottom: 40px;
.pd-box-content{
background: #FFFFFF;
border-radius: 15px;
overflow: hidden;
margin-bottom: 13px;
padding: 12px;
}
.page-title-group{
width: 100%;
float: left;
margin: 0 0 18px 0;
@extend .clearfix;
}
.page-title{
font-weight: 600;
font-size: 20px;
line-height: 29px;
display: inline;
margin: 0 15px 0 0;
}
.pd-btn-compare {
color: #FF7A00;
font-size: 13px;
line-height: 29px;
display: inline-block;
vertical-align: bottom;
position: relative;
padding-left: 20px;
&.selected{
@extend .red;
font-weight: 600;
&::before{
content: '\2713';
font-size: 11px;
box-shadow: 0px 0px 0px 1px #DA251C;
}
}
&::before{
content: '+';
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 50%;
text-align: center;
background: #fff;
box-shadow: 0px 0px 0px 1px #FF7A00;
position: absolute;
top: 6px;
left: 0;
}
}
.pd-image-group{
float: left;
margin-right: 12px;
width: 480px;
}
.pd-info-middle-group{
float: right;
width: calc(100% - 492px);
}
.pd-image-large{
margin-bottom: 17px;
img{
@extend .fit-img;
}
.item{
position: relative;
display: block;
padding-bottom: 100%;
border-radius: 20px;
overflow: hidden;
}
}
.pd-image-gallery{
img{
@extend .fit-img;
}
.item{
position: relative;
display: block;
border: 1px solid #E0E0E0;
border-radius: 10px;
overflow: hidden;
padding-bottom: 100%;
}
.current{
.item{
border: 2px solid #CE000C;
}
}
.arrow{
width: 16px;
height: 32px;
background-position: 4px center;
background-size: 5px 10px;
}
}
.pd-status-group{
color: #777777;
font-size: 13px;
line-height: 32px;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #E0E0E0;
}
.pd-summary-group{
margin: 10px 0;
font-size: 13px;
line-height: 20px;
.item{
position: relative;
padding-left: 15px;
&::before{
content: '\26AB';
font-size: 3.5px;
position: absolute;
left: 1px;
top: 0;
}
}
}
.pd-deal-holder{
margin: 10px 0 15px 0;
border-radius: 10px;
box-shadow: 0px 0px 0px 1px #CE000C;
overflow: hidden;
font-size: 10px;
line-height: 12px;
display: flex;
align-items: center;
p{
margin: 0;
}
.group-title{
background: #CE000C;
font-weight: 700;
font-size: 20px;
line-height: 50px;
color: #FFFFFF;
display: flex;
align-items: center;
white-space: nowrap;
padding: 0 6px;
margin-right: 15px;
position: relative;
&::after{
content: '';
border-top: 50px solid #CE000C;
border-right: 13px solid transparent;
position: absolute;
top: 0;
bottom: 0;
right: -12px;
}
i{
width: 25px;
height: 25px;
margin-right: 4px;
background-repeat: no-repeat;
background-size: 25px;
animation: tada 2s linear infinite;
}
}
}
.deal-countdown{
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 10px;
line-height: 12px;
color: #1B49C0;
text-align: center;
margin-right: 5px;
*{
display: block;
}
p{
margin: 0 5px;
position: relative;
&::after{
content: ":";
font-weight: 800;
font-size: 15.1011px;
line-height: 18px;
position: absolute;
top: 2px;
right: -7px;
}
&:last-child::after{
content: none;
}
}
b{
width: 20px;
height: 23px;
line-height: 23px;
border-radius: 3px;
font-weight: 800;
font-size: 13px;
background: #1B49C0;
color: #fff;
margin: 0 auto 2px auto;
}
}
.pd-deal-count{
p {
margin: 0 0 8px 0;
}
}
.pd-deal-group{
position: relative;
background: linear-gradient(270deg, rgba(255, 184, 0, 0.3) 0%, rgba(255, 122, 48, 0.3) 100%);
border-radius: 26px;
height: 9px;
line-height: 9px;
&::before{
content: '';
width: 10px;
height: 14px;
background: url(../images/p-bg-deal.png) no-repeat;
background-size: contain;
position: absolute;
bottom: -1px;
left: 0px;
z-index: 1;
}
.pd-line{
@extend .bg-linear-animate;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
border-radius: inherit;
}
}
.pd-price-group{
@extend .red;
background: #F5F5F5;
border-radius: 12px;
margin: 13px 0;
font-size: 15px;
line-height: 20px;
padding: 18px 15px;
display: flex;
align-items: baseline;
font-weight: 500;
}
.pd-price{
font-weight: 700;
font-size: 26px;
margin: 0;
}
.pd-old-price{
margin: 0 10px;
color: #999999;
font-weight: 400;
}
.pd-variant-group {
margin: 13px 0 16px 0;
.group-title{
font-weight: 700;
font-size: 16px;
line-height: 20px;
margin: 0;
}
.pd-variant-list{
display: flex;
flex-wrap: wrap;
}
.item{
background: #FFFFFF;
border-radius: 8px;
overflow: hidden;
line-height: 20px;
text-align: center;
padding: 6px 4px;
margin: 13px 10px 0 0;
color: #000;
font-size: 12px;
width: calc(100% / 3 - 7px);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
flex-direction: column;
box-shadow: 0px 0px 0px 1px #D9D9D9;
letter-spacing: -0.5px;
transition: .1s all;
&:nth-child(3n){
margin-right: 0;
}
&:hover, &.current{
@extend .red;
box-shadow: 0px 0px 0px 1px #CE000C;
}
}
.price{
margin-top: 2px;
font-weight: 700;
font-size: 16px;
display: block;
width: 100%;
}
.name{
display: block;
width: 100%;
}
}
.pd-quantity-group{
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 12px 0;
p{
margin: 0 13px 0 0;
font-weight: 700;
line-height: 20px;
}
}
.pd-quantity-holder {
box-shadow: 0px 0px 0px 1px #B6B6B6;
border-radius: 5px;
width: 111px;
display: flex;
align-items: center;
overflow: hidden;
*{
color: #000;
text-align: center;
font-weight: 600;
font-size: 16px;
line-height: 32px;
height: 32px;
}
a{
width: 30px;
}
input{
border: 0;
padding: 0;
margin: 0;
width: calc(100% - 60px);
}
}
.pd-btn-group{
display: flex;
flex-wrap: wrap;
a{
margin: 0 8px 8px 0;
width: calc(100% / 2 - 4px);
text-align: center;
font-weight: 700;
font-size: 18px;
line-height: 44px;
text-transform: uppercase;
color: #FFFFFF;
background: linear-gradient(270deg, #FFB800 0%, #FF7A30 100%);
border-radius: 8px;
color: #fff;
transition: .2s all;
&:hover{
box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
&:nth-child(2){
@extend .red;
background: #fff;
margin-right: 0;
box-shadow: 0px 0px 0px 1px #DA251C;
&:hover{
box-shadow: 0px 0px 5px 1px #DA251C;
}
}
}
}
.pd-offer-group {
border: 1px dashed #CE000C;
border-radius: 12px;
margin: 20px 0 0 0;
position: relative;
.group-title{
background: #CE000C;
border-radius: 21px;
color: #fff;
line-height: 28px;
font-weight: 700;
font-size: 16px;
display: inline-block;
padding: 0 10px 0 35px;
margin: 0;
position: absolute;
top: -14px;
left: 18px;
&::before{
@extend .icons;
content: '';
width: 28px;
height: 28px;
position: absolute;
left: 10px;
top: 0px;
background-position: -8px -316px;
background-size: 265px 350px;
}
}
}
.pd-offer-list{
padding: 25px 20px 12px 20px;
font-size: 13px;
line-height: 22px;
.item{
position: relative;
}
}
}
.pd-info-container{
display: flex;
flex-wrap: wrap;
.col-left {
width: calc(100% - 290px);
margin-right: 12px;
@extend .clearfix
}
.pd-static-text-group {
width: 278px;
}
}
.pd-static-text-group{
.box-policy {
background: #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 12px;
margin-bottom: 12px;
padding: 14px 12px 5px 12px;
font-size: 13px;
line-height: 20px;
.title{
font-weight: 600;
font-size: 18px;
line-height: 20px;
line-height: 15px;
padding-bottom: 15px;
margin: 0;
}
ul{
@extend .ul;
}
li{
border-top: 1px solid #D9D9D9;
display: flex;
align-items: center;
padding: 7px 0;
letter-spacing: -0.4px;
}
.icons{
width: 21px;
height: 21px;
margin-right: 9px;
background-size: 285px 370px;
}
a{
width: calc(100% - 30px);
color: #000;
&:hover{
@extend .color-main;
}
}
}
.pd-banner-group{
@extend .hover-img;
img{
border-radius: 9px;
}
}
.box-support{
margin: 0 0 12px 0;
border-radius: 12px;
overflow: hidden;
background: rgba(0,127,213,.05);
.group-title{
background: #007FD5;
color: #fff;
padding: 0 20px;
line-height: 40px;
margin: 0;
font-weight: 600;
font-size: 18px;
}
}
.support-list{
padding: 18px 20px;
a{
color: #007FD5;
display: block;
position: relative;
padding-left: 30px;
line-height: 20px;
margin-bottom: 12px;
&:hover{
@extend .red;
}
&:last-child{
margin: 0;
}
&::before{
@extend .icons;
content: '';
width: 22px;
height: 20px;
position: absolute;
left: 0;
background-position: -171px -300px;
background-size: 285px 370px;
}
}
b{
font-weight: 700;
font-size: 16px;
}
}
.icon-money {
background-position: -8px -300px;
}
.icon-box {
background-position: -46px -298px;
}
.icon-truck {
background-position: -216px -70px;
background-size: 260px 295px !important;
}
.icon-shipping {
background-position: -91px -300px;
}
.icon-cash {
background-position: -130px -298px;
}
}
.pd-desc-spec-container{
display: flex;
flex-wrap: wrap;
padding: 22px 12px 12px 12px !important;
.pd-desc-group {
width: calc(100% - 392px);
margin-right: 12px;
.bg-content{
max-height: calc(550px + 30px) !important;
}
}
.pd-spec-group {
width: 380px;
}
.group-title{
font-weight: 700;
font-size: 22px;
line-height: 24px;
margin: 0 0 5px 0;
}
.btn-show{
color: #E85933;
font-size: 16px;
line-height: 24px;
display: block;
text-align: center;
position: relative;
&::after{
content: '\276E';
position: absolute;
transform: rotate(-90deg);
margin-left: 10px;
}
}
.pd-desc-btn{
text-align: center;
a{
color: #E85933;
font-size: 16px;
line-height: 24px;
display: none;
&::after{
content: '\276E';
position: absolute;
transform: rotate(-90deg);
margin-left: 10px;
}
&:last-child::after {
transform: rotate(90deg);
}
}
}
}
.pd-spec-group{
tr{
line-height: 18px;
overflow: hidden;
&:nth-child(even){
background: #F3F3F3;
}
}
td{
padding: 9px 8px;
width: auto;
&:first-child(){
font-weight: 600;
border-radius: 5px 0 0 5px;
}
&:last-child{
border-radius: 0 5px 5px 0;
}
*{
margin: 0 !important;
font-size: inherit !important;
line-height: inherit !important;
}
}
}
#fancybox-spec{
padding: 10px;
}
.pd-comment-pro_compare-container{
.pd-box-content{
padding: 18px 10px 13px 10px;
}
.pd-comment-group{
width: calc(100% - 410px);
margin-right: 10px;
float: left;
}
.pd-pro_compare-group{
width: 400px;
float: right;
.group-title{
border-bottom: 1px solid #E0E0E0;
}
}
.group-title{
font-weight: 700;
font-size: 22px;
line-height: 24px;
padding-bottom: 12px;
margin: 0;
}
.pd-product-holder{
.item{
padding-top: 15px;
display: flex;
flex-wrap: wrap;
}
.image {
width: 90px;
margin-right: 8px;
img{
display: block;
}
}
.text {
width: calc(100% - 98px);
font-weight: 700;
}
.name{
@extend .line-clamp-2;
color: #000;
&:hover{
@extend .color-main;
}
}
.price{
@extend .red;
margin: 5px 0;
}
.summary{
@extend .line-clamp-2;
font-size: 13px;
font-weight: 400;
}
.btn-compare{
color: #007FD5;
font-weight: 400;
margin: 4px 0 0 0;
display: inline-block;
}
}
.compare-search-group{
margin: 12px 0 0 0;
position: relative;
input{
width: 100%;
display: block;
border: 1px solid #D9D9D9;
border-radius: 5px;
height: 40px;
padding: 0 40px 0 10px;
}
.icon-search{
position: absolute;
top: 0px;
bottom: 0;
right: 6px;
width: 24px;
background-position: -234px -271px;
}
}
}
.pd-same-category-container{
margin: 25px 0 0 0;
.group-title {
font-weight: 700;
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
margin: 0 0 10px 0;
}
.p-item{
box-shadow: unset !important;
}
}
.cart-page{
padding-top: 10px;
padding-bottom: 16px;
.page-title-group{
line-height: 20px;
margin-bottom: 5px;
p{
font-weight: 700;
font-size: 20px;
margin: 0 5px 0 0;
}
}
.page-note{
margin: 5px 0 13px 0;
line-height: 20px;
}
.col-left{
float: left;
width: 853px;
margin-right: 10px;
background: #fff;
}
.col-right{
float: right;
width: calc(100% - 863px);
background: #fff;
position: sticky;
top: 90px;
left: 0;
right: 0;
z-index: 2;
background: #F8F8F8;
border-radius: 10px;
padding: 18px 14px 14px 14px;
.group-title{
text-transform: uppercase;
text-align: center;
color: #0163A5;
font-weight: 700;
font-size: 20px;
line-height: 15px;
padding-bottom: 12px;
border-bottom: 1px dashed #999999;
margin: 0 0 10px 0;
}
table{
font-size: 16px;
line-height: 22px;
}
td {
vertical-align: baseline;
padding: 4px 0;
}
b{
font-weight: 700;
}
label{
display: flex;
align-items: flex-start;
font-size: 12px;
line-height: 18px;
margin: 10px 0;
cursor: pointer;
input {
transform: scale(1.15);
position: relative;
top: 3px;
margin-right: 7px;
}
}
}
.cart-total-price{
color: #FF0000;
font-size: 20px;
font-weight: 700;
display: block;
margin: 0 0 5px 0;
}
.cart-btn-group{
display: flex;
flex-wrap: wrap;
.item{
margin: 12px 8px 0 0;
width: calc(100% / 2 - 4px);
text-align: center;
background: #0163A5;
border-radius: 10px;
color: #fff;
line-height: 36px;
border: 0;
padding: 0;
font-weight: 600;
font-size: 16px;
position: relative;
transition: .15s all;
&:hover{
box-shadow: 0px 0px 6px 0px #0163A5;
}
&:nth-child(2n){
margin-right: 0;
}
&:nth-child(2){
background: #FF5F03;
}
&:nth-child(3), &:nth-child(4){
background: #FFF;
color: #0163A5;
box-shadow: 0px 0px 0px 1px #0163A5;
display: flex;
align-items: center;
justify-content: center;
&:hover{
box-shadow: 0px 0px 6px 0px #0163A5;
}
&::before{
@extend .icons;
content: '';
width: 22px;
height: 36px;
margin-right: 6px;
}
}
}
.cart-print {
&::before{
background-position: -54px -359px !important;
}
}
.cart-excel {
&::before{
background-position: -99px -359px !important;
}
}
}
.page-btn-group {
display: flex;
align-items: center;
justify-content: flex-end;
text-align: center;
margin: 10px 0 27px 0;
a{
line-height: 38px;
margin-left: 10px;
font-weight: 500;
font-size: 16px;
color: #041E42;
padding: 0 16px;
border: 1px solid rgba(58,146,236,0.05);
border-radius: 5px;
background: #fff;
filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
transition: .15s all;
&:hover{
background: #BAE0FA;
border-color: transparent;
}
}
}
}
.cart-product-holder{
margin: 0 0 10px 0;
border: 1px solid #D9D9D9;
border-radius: 15px;
.item-row{
border-bottom: 1px solid #D9D9D9;
padding: 12px 14px 12px 10px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
&:last-child{
border: 0;
}
}
.item-img{
width: 130px;
margin-right: 15px;
border: 1px solid #E9E9E9;
border-radius: 10px;
overflow: hidden;
img{
display: block;
}
}
.item-text{
width: calc(100% - 145px);
display: flex;
flex-wrap: wrap;
align-items: flex-start;
line-height: 18px;
}
.item-left{
width: 518px;
margin-right: 12px;
}
.item-right{
width: calc(100% - 530px);
text-align: right;
}
.item-name{
display: block;
color: #000;
margin-bottom: 8px;
&:hover{
@extend .red;
}
}
.item-instock, .item-outstock {
margin: 9px 0;
border-radius: 8px;
text-align: center;
padding: 0 13px;
line-height: 30px;
display: flex;
align-items: center;
font-weight: 500;
justify-content: center;
width: fit-content;
}
.item-instock {
background: #F4FAF6;
color: #00A046;
&::before{
content: '\2714';
width: 15px;
height: 15px;
border-radius: 50%;
box-shadow: 0px 0px 0px 1px #00A046;
line-height: 15px;
font-size: 13px;
margin-right: 8px;
}
}
.item-outstock {
color: #CE000C;
background: rgba(206,0,12,0.05);
&::before{
content: '\2706';
font-size: 18px;
font-weight: 600;
transform: rotate(284deg);
margin-right: 4px;
}
}
.item-offer {
position: relative;
width: fit-content;
&:hover{
.item-offer-content{
display: block;
}
}
.title{
font-weight: 700;
line-height: 20px;
margin: 12px 0 0 0;
position: relative;
&::after{
content: '\00AB';
transform: rotate(-90deg);
font-size: 18px;
position: absolute;
margin-left: 4px;
}
}
}
.item-offer-content{
background: #fff;
border-radius: 10px;
overflow: hidden;
border: 1px solid #0d699e;
box-shadow: 0px 0px 11px 0px rgba(13, 105, 158, 0.2);
padding: 12px;
position: absolute;
left: 0;
top: 100%;
z-index: 1;
width: 420px;
display: none;
line-height: 1.5;
b{
margin-bottom: 5px;
}
}
.item-price{
color: #FF0000;
line-height: 20px;
margin: 0;
font-weight: 500;
}
.item-old-price{
line-height: 20px;
text-decoration-line: line-through;
color: #8D8D8D;
margin: 0;
}
.item-quanity{
margin-top: 18px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.item-quanity-holder {
display: flex;
align-items: center;
text-align: center;
background: #FFFFFF;
border-radius: 5px;
box-shadow: 0px 0px 0px 1px #B6B6B6;
overflow: hidden;
width: 96px;
margin-right: 9px;
*{
line-height: 36px;
height: 36px;
color: #000;
text-align: center;
padding: 0;
margin: 0;
border: 0;
}
a{
width: 30px;
font-size: 16px;
font-weight: 600;
}
input{
width: 36px;
}
}
.icon-delete{
width: 36px;
height: 36px;
border-radius: 5px;
box-shadow: 0px 0px 0px 1.3px #0163A5;
background-position: -136px -357px;
&:hover{
filter: invert(1);
}
}
}
.cart-form-group {
background: #fff;
border-radius: 15px;
box-shadow: 0px 0px 0px 1px #2176B0;
padding: 15px 10px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
.form-left {
width: 467px;
margin-right: 33px;
}
.form-right {
width: calc(100% - 500px);
}
.group-title{
display: flex;
align-items: center;
justify-content: space-between;
line-height: 20px;
padding-bottom: 8px;
border-bottom: 1px dashed #999999;
margin-bottom: 13px ;
p{
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color: #0163A5;
margin: 0;
}
a{
color: #0163A5;
display: flex;
align-items: center;
&::before{
@extend .icons;
content: '';
width: 18px;
height: 20px;
margin-right: 6px;
background-position: -185px -363px;
}
}
}
.payment-item{
margin-bottom: 20px;
&:last-child{
margin: 0;
}
}
}
.cart-input-group{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
input, select, .input-select, textarea{
background: #F5F5F5;
border-radius: 5px;
height: 35px;
margin-bottom: 8px;
color: #8D8D8D;
padding: 0 13px;
width: 100%;
border: 0;
outline: none;
}
select, .input-select {
width: 49%;
padding: 0 10px;
color: #000;
}
textarea{
height: 76px;
resize: none;
padding: 13px;
}
.btn-company{
margin: 14px 0 0;
line-height: 20px;
color: #000000;
position: relative;
padding-left: 20px;
&:hover{
color: #FF7A00;
}
&::before{
content: '';
position: absolute;
top: 3.5px;
left: 0;
height: 13px;
width: 13px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0px 0px 0px 1px #BFBFBF;
}
&.active{
color: #FF7A00;
&::before{
box-shadow: 0px 0px 0px 1px #FF7A00;
}
&::after{
content: '';
background: #FF7A00;
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 3px;
}
}
}
.company-input{
margin-top: 15px;
display: none;
}
}
@media (min-width: 1628px){
.container{
max-width: 1628px;
min-width: 1628px;
}
.row {
margin: 0 -14px;
}
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding: 0 14px;
}
.global-breadcrumb {
padding: 16px 0;
font-size: 16px;
}
.paging a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
}
.custom-nav {
.owl-nav {
.arrow {
width: 35px;
height: 70px;
background-size: 10px 20px;
background-position: 7px center;
}
}
}
.p-item {
font-size: 14px;
line-height: 18px;
border-radius: 15px;
padding: 10px;
.p-icons-group {
top: 0px;
}
.p-icon-sale-off {
width: 40px;
height: 46px;
}
.p-discount {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 13px;
}
.p-brand-group {
line-height: 30px;
font-size: 15.9041px;
}
.p-brand img {
max-height: 30px;
}
.p-name {
min-height: 44px;
line-height: 22px;
margin: 5px 0 12px 0;
font-size: 17.1275px;
}
.p-price-group {
margin: 10px 0 12px 0;
font-size: 14px;
min-height: 43px;
}
.p-price {
font-size: 20px;
margin: 0 0 7px 0;
}
.p-btn-group {
font-size: 16px;
line-height: 26px;
}
.p-btn-compare {
&::before{
top: 5px;
width: 14px;
height: 14px;
line-height: 14px;
}
.selected::before{
font-size: 13px;
}
}
.p-btn-buy {
width: 43px;
height: 31px;
background-size: 24px 18px;
margin-left: 8px;
}
.p-deal-group {
margin: 12px 0 10px 0;
line-height: 20px;
height: 20px;
&::before {
width: 22px;
height: 30px;
left: 1px;
bottom: -1px;
}
}
.p-sale-quantity {
font-size: 12px;
}
.p-countdown {
font-size: 13px;
line-height: 14px;
font-weight: 400;
}
}
.art-item{
.art-text {
padding: 10px 10px 12px 10px;
}
.art-time {
width: 80px;
height: 50px;
margin-right: 13px;
line-height: 20px;
font-size: 16px;
padding-top: 3px;
}
.art-title {
width: calc(100% - 93px);
font-size: 18px;
line-height: 22px;
}
.art-summary {
margin: 20px 0 0 0;
line-height: 22px;
font-size: 16px;
}
}
.label-container {padding-left: 32px;}
.label-container .checkmark {height: 16px;width: 16px;}
.global-deal-countdown {
p {
margin: 0 15px;
font-size: 16px;
line-height: 19px;
}
b {
width: 45px;
height: 57px;
line-height: 57px;
font-size: 28px;
}
}
.global-compare-group {
width: 1000px;
.compare-item .name {
line-height: 22px;
font-size: 15px;
font-weight: 500;
}
.title {
padding: 12px 14px;
font-size: 24px;
.close-compare {
font-size: 29px;
line-height: 1;
}
}
.btn-compare {
line-height: 50px;
font-size: 20px;
}
}
.global-header-top {
font-size: 15px;
.global-support-group {
width: 1600px;
left: 14px;
}
}
.global-header-main .header-logo,
.header-menu-group,
.header-menu-group .header-menu-list {
width: 306px;
margin-right: 14px;
}
.global-header-main-top {
padding-top: 17px;
padding-bottom: 12px;
}
.global-header-main {
.header-logo img {
max-height: 92px;
}
}
.global-support-group {
.title {
font-size: 16px;
line-height: 29px;
}
.number {
font-size: 18px;
&::before {
border-bottom-width: 29px !important;
border-right-width: 10px;
right: -9px;
bottom: 0;
}
}
.item-sub-group {
a {
font-size: 16px;
line-height: 22px;
display: table;
margin: 9px 0;
}
}
}
.header-search-group {
width: 721px;
margin-right: 55px;
select {
font-size: 16px;
font-weight: 400;
width: 170px;
}
form {
padding: 8px 0;
}
form * {
height: 30px;
}
button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: auto;
border-radius: 0 10px 10px 0;
}
input {
width: 480px;
font-size: 15px;
}
}
.header-group-right {
width: calc(100% - 1096px);
a {
font-size: 15px;
line-height: 18px;
margin: 0 44px 0 0;
&:first-child {
padding: 0 44px 0 0;
}
}
span {
max-width: 79px;
}
.icon-bolt {
width: 27px;
height: 38px;
background-size: 315px 400px;
background-position: -10px -54px;
margin-right: 12px;
}
.icon-buildpc {
width: 42px;
height: 36px;
background-size: 315px 400px;
background-position: -65px -53px;
}
.icon-cart {
width: 36px;
height: 36px;
margin-right: 14px;
background-size: 315px 400px;
background-position: -135px -54px;
}
.item-cart {
width: 133px;
line-height: 46px;
font-size: 16px;
}
.cart-count {
width: 18px;
height: 18px;
line-height: 19px;
font-size: 14px;
top: 2px;
right: -3px;
}
}
.global-header-static {
width: calc(100% - 320px);
justify-content: flex-end !important;
a {
font-size: 16px;
margin-left: 100px;
&:first-child {
margin-left: 0;
}
}
.icons {
transform: unset;
background-size: 315px 400px;
height: 21px;
width: 27px;
margin-right: 10px;
}
.icon-check {
width: 40px;
background-position: -198px -54px;
}
.icon-tag {
background-position: -260px -54px;
}
.icon-sync {
background-position: -196px -99px;
}
.icon-truck {
background-position: -261px -99px;
margin-right: 12px;
}
}
.header-menu-group {
.title {
line-height: 49px;
font-size: 20px;
padding: 0 10px 0 25px;
&::before {
background-size: 315px 400px;
width: 40px;
height: 23px;
background-position: -208px -9px;
}
}
.header-menu-list {
margin-right: 0;
height: 593px;
}
a {
line-height: 24px;
}
.cat-1 {
padding: 0 17px;
}
.cat-thumb {
width: 30px;
height: 30px;
margin-right: 20px;
}
.cat-title {
font-size: 18px;
line-height: 30px;
width: calc(100% - 50px);
}
.sub-menu {
left: 306px;
width: calc(1600px - 306px);
font-size: 18px;
}
}
.header-fixed {
.global-header-main-top {
padding-top: 15px;
padding-bottom: 15px;
}
.header-menu-group {
top: 15px;
}
}
.global-footer-container {
padding-top: 40px;
}
.footer-news-container {
.group-title {
padding-bottom: 22px;
margin-bottom: 30px;
line-height: 28px;
align-items: flex-end;
font-size: 18px;
.title {
font-size: 40px;
margin: 0 38px 0 0;
}
a {
line-height: 45px;
font-size: 16px;
}
}
.art-item {
margin: 0 12px 35px 0;
width: calc(100% / 4 - 9px);
}
}
.footer-review-container{
padding-bottom: 48px;
.group-title {
margin-bottom: 21px;
}
.item {
border-radius: 20px;
align-items: flex-start;
}
.image {
height: 262px;
width: 381px;
}
.text {
width: calc(100% - 381px);
padding: 44px 40px 20px 52px;
&::before {
top: 33px;
left: 52px;
}
}
.summary {
margin: 10px 0 19px 0;
font-size: 16px;
line-height: 20px;
}
.customer-info i {
width: 40px;
height: 40px;
margin-right: 10px;
}
.customer-info p {
width: calc(100% - 50px);
font-size: 16px;
line-height: 22px;
}
}
.footer-policy-container {
.item {
font-size: 16px;
line-height: 20px;
}
.item-text {
width: calc(100% - 80px);
}
b {
font-size: 18px;
line-height: 21px;
}
.icons {
background-size: 315px 400px;
width: 60px;
height: 60px;
margin-right: 20px;
}
.icon-truck {
background-position: -3px -110px;
}
.icon-return {
background-position: -83px -111px;
}
.icon-payment {
background-position: -3px -183px;
}
.icon-support {
background-position: -80px -182px;
}
}
.footer-info-group {
padding: 60px 0 25px 0;
margin-bottom: 20px;
.title {
font-size: 18px;
line-height: 21px;
margin-bottom: 17px;
}
a {
font-size: 16px;
line-height: 20px;
}
}
.global-footer-end {
font-size: 15px;
line-height: 24px;
padding: 22px 0;
.logo {
width: 155px;
margin-right: 45px;
}
.text {
width: calc(100% - 200px);
}
}
.global-fixed-group {
.global-goTop {
width: 50px;
height: 50px;
background-position: -330px -229px;
}
.contact-box-wrapper {
padding: 10px 16px;
font-size: 18px;
}
.contact-box-wrapper .icons {
width: 50px;
height: 50px;
margin-right: 8px;
transform: scale(1.3);
}
.contact-info span {
font-size: 14px;
}
.contact-box-wrapper .icon-facebook {
background-position: -222px -273px;
}
.icon-zalo {
background-position: -337px -317px;
box-shadow: unset;
}
.icon-phone {
background-position: -409px -313px;
}
}
.homepage {
.home-banner-container {
width: calc(100% - 318px);
min-height: 593px;
}
.home-banner-left {
width: 872px;
}
.home-banner-right {
width: calc(100% - 884px);
a{
height: auto;
margin-bottom: 10px;
}
}
.home-banner-under {
a{
margin-top: 10px;
}
}
}
.home-deal-group {
padding: 25px 14px;
.group-title {
margin: 0 0 34px 0;
}
.title {
font-size: 64px;
line-height: 75px;
margin: 0 0 18px 0;
}
.btn-view {
max-width: 146px;
line-height: 42px;
font-size: 20px;
}
}
.home-collection-container {
padding: 35px 0 20px 0;
.collection-tab-group{
a {
margin: 0 45px 36px 0;
width: calc(100% / 4 - 34px);
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
padding: 10px 10px 10px 25px;
}
.image {
width: 75px;
height: 75px;
margin-right: 15px;
}
.text {
width: calc(100% - 90px);
font-size: 20px;
line-height: 23px;
}
b {
font-size: 22px;
line-height: 26px;
}
}
.p-item {
margin: 0 14px 20px 0;
width: calc(100% / 6 - 12px);
&:nth-child(5n) {
margin-right: 14px;
}
&:nth-child(6n) {
margin-right: 0;
}
&:nth-child(n+11){
display: block;
}
&:nth-child(n+13){
display: block;
}
}
.btn-view {
margin: 10px auto 0 auto;
line-height: 50px;
max-width: 190px;
font-size: 22px;
border-radius: 50px;
}
}
.home-box-group {
.box-title-group {
padding: 0 14px 0 0;
&::before {
width: 53px;
height: 5px;
bottom: 6px;
}
&::after {
left: 60px;
}
}
.title {
font-size: 32px;
line-height: 34px;
padding: 18px 21px 18px 30px;
margin: 0 86px 0 0;
&::after {
border-bottom: 70px solid #0080D7;
border-right: 56px solid transparent;
right: -55px;
}
}
.cat-child-list {
a {
font-size: 22px;
line-height: 34px;
&::after {
padding: 0 6px 0 10px;
}
}
}
.btn-view {
font-size: 15px;
line-height: 34px;
}
.product-holder {
padding: 19px 9px;
min-height: 370px;
}
.custom-nav .owl-nav {
.owl-prev{
left: -9px;
}
.owl-next{
right: -9px;
}
}
}
.product-page {
padding-top: 0;
.page-title {
font-size: 22px;
line-height: 26px;
margin: 0 25px 0 0;
}
.col-left {
label {
font-size: 18px;
line-height: 26px;
}
input {
transform: scale(1.2);
}
}
.col-right {
select {
height: 38px;
padding: 0 15px;
font-size: 16px;
}
a {
width: 36px;
height: 36px;
background-size: 315px 400px !important;
margin-left: 15px;
}
}
.icon-list {
background-position: -236px -352px;
}
.icon-grid {
background-position: -236px -316px;
}
.product-filter-container {
width: 311px;
}
.product-col-right {
width: calc(100% - 311px);
padding: 26px 0 20px 13px;
}
.p-item {
margin: 0 12px 14px 0;
width: calc(100% / 4 - 9px);
.p-name {
min-height: 52px;
}
.p-price-group {
font-size: 15.9041px;
line-height: 22px;
min-height: 56px;
}
.p-price {
font-size: 22.0211px;
line-height: 22px;
margin: 0px 0 12px 0;
}
del {
margin-right: 8px;
}
}
.static-html-group {
font-size: 16px;
padding-top: 50px;
line-height: 1.5;
&::before, &::after {
max-width: 939px;
}
&::after {
max-width: 638px;
}
a {
font-size: 15px;
}
}
}
.product-filter-container {
.group-title {
font-size: 16px;
line-height: 19px;
}
a {
font-size: 16px;
line-height: 28px;
}
.filter-item {
padding: 14px 12px 10px 0;
}
.filter-list {
padding-bottom: 10px;
a {
padding-left: 25px;
&::before {
width: 16px;
height: 16px;
top: 4.5px;
}
}
.current::after {
font-size: 12px;
top: -2px;
left: 3px;
}
}
}
.product-display-list {
.p-item {
width: calc(100% / 2 - 6px);
}
}
.product-detail-page {
padding-bottom: 40px;
.pd-box-content {
padding: 12px 16px;
}
.page-title {
font-size: 24px;
line-height: 32px;
}
.pd-btn-compare {
font-size: 14px;
line-height: 32px;
padding-left: 22px;
&::before {
top: 7px;
}
}
.pd-image-group {
width: 641px;
margin-right: 16px;
}
.pd-info-middle-group {
width: calc(100% - 657px);
}
.pd-image-large {
margin-bottom: 23px;
}
.pd-image-gallery .arrow {
width: 22px !important;
height: 38px !important;
background-position: 4px center !important;
background-size: 8px 14px !important;
}
.pd-status-group {
font-size: 15px;
margin-bottom: 12px;
}
.pd-summary-group {
font-size: 15px;
line-height: 25px;
}
.pd-deal-holder {
.group-title {
font-size: 26px;
line-height: 54px;
padding: 0 10px 0 12px;
margin-right: 21px;
i {
width: 25px;
height: 30px;
margin-right: 10px;
}
&::after {
border-top: 54px solid #CE000C;
border-right: 19px solid transparent;
right: -18px;
}
}
}
.deal-countdown {
font-size: 12px;
line-height: 14px;
margin-top: 4px;
p {
margin: 0 8px;
&::after {
font-size: 16px;
top: 6px;
right: -10px;
}
}
b {
width: 25px;
height: 31px;
line-height: 31px;
font-size: 15px;
margin: 0 auto 3px auto;
}
}
.pd-deal-count {
p {
font-size: 12px;
line-height: 14px;
}
}
.pd-deal-group {
height: 12px;
line-height: 12px;
&::before {
width: 13px;
height: 18px;
}
}
.pd-price-group {
font-size: 15px;
line-height: 20px;
}
.pd-price {
font-size: 26px;
line-height: 20px;
margin: 0 10px 0 0;
}
.pd-variant-group {
.item {
font-size: 14px;
line-height: 20px;
padding: 13px 6px;
}
.price {
font-size: 18px;
line-height: 20px;
margin-top: 4px;
}
}
.pd-quantity-group {
margin: 16px 0;
p {
font-size: 16px;
margin: 0 31px 0 0;
}
}
.pd-quantity-holder {
width: 121px;
* {
line-height: 42px;
height: 42px;
}
}
.pd-btn-group a {
font-size: 20px;
line-height: 60px;
}
.pd-offer-group {
margin: 30px 0 0 0;
.group-title {
line-height: 36px;
top: -17px;
padding: 0 14px 0 38px;
&::before {
background-position: -6px -314px;
}
}
}
.pd-offer-list {
font-size: 15px;
line-height: 28px;
}
}
.pd-info-container {
.pd-static-text-group {
width: 372px;
}
.col-left {
width: calc(100% - 388px);
margin-right: 16px;
}
}
.pd-static-text-group {
.box-policy {
padding: 22px 17px 0 17px;
.title {
font-size: 20px;
line-height: 20px;
padding-bottom: 17px;
}
li {
font-size: 15px;
line-height: 47px;
padding: 0 3px;
letter-spacing: 0px;
}
.icons {
width: 28px;
height: 28px;
margin-right: 12px;
background-size: 315px 400px !important;
}
a {
width: calc(100% - 40px);
}
.icon-money {
background-position: -9px -323px;
}
.icon-box {
background-position: -52px -321px;
}
.icon-truck {
background-position: -261px -97px;
}
.icon-shipping {
background-position: -99px -322px;
}
.icon-cash {
background-position: -141px -320px;
}
}
.box-support {
.group-title {
padding: 0 25px;
line-height: 52px;
font-size: 20px;
}
}
.support-list {
padding: 14px 27px;
a {
font-size: 16px;
line-height: 36px;
padding-left: 35px;
&::before {
top: 6px;
}
}
}
}
.pd-desc-spec-container {
padding: 29px 16px 16px 16px !important;
.group-title {
font-size: 24px;
margin: 0 0 13px 0;
}
.pd-spec-group {
width: 507px;
}
.pd-desc-group {
width: calc(100% - 523px);
margin-right: 16px;
font-size: 16px;
line-height: 24px;
}
}
.pd-spec-group td {
padding: 15px 11px;
font-size: 16px;
}
.pd-comment-pro_compare-container {
.pd-box-content {
padding: 25px 16px;
}
.pd-product-holder {
.item {
padding-top: 19px;
}
.image {
width: 120px;
margin-right: 12px;
}
.text {
width: calc(100% - 132px);
font-size: 16px;
line-height: 22px;
}
.summary {
font-size: 14px;
line-height: inherit;
}
}
.compare-search-group {
margin: 19px 0 0 0;
FONT-VARIANT: JIS04;
}
}
.pd-same-category-container {
.group-title {
font-size: 24px;
margin: 0 0 20px 0;
}
}
.cart-page {
padding-top: 10px;
padding-bottom: 16px;
.page-title-group {
font-size: 15px;
margin: 0 0 20px 0;
p {
font-size: 24px;
margin: 0 10px 0 0;
}
}
.page-note {
font-size: 16px;
margin: 18px 0;
}
.col-left {
width: 1136px;
margin-right: 14px;
}
.col-right {
width: calc(100% - 1150px);
padding: 22px 26px 20px 26px;
.group-title {
font-size: 22px;
line-height: 20px;
padding: 0 0 17px 0;
}
td {
padding: 10px 0;
}
table {
font-size: 18px;
}
label {
font-size: 16px;
line-height: 24px;
margin: 5px 0 0 0;
}
.text-14 {
font-size: 16px;
}
}
.cart-btn-group .item {
margin: 17px 10px 0 0;
width: calc(100% / 2 - 5px);
line-height: 49px;
font-size: 20px;
}
.page-btn-group {
margin: 12px 0 36px 0;
a {
line-height: 50px;
margin-left: 13px;
font-size: 20px;
padding: 0 33px;
}
}
}
.cart-product-holder {
.item-row {
padding: 14px 20px 22px 12px;
font-size: 16px;
line-height: 22px;
}
.item-img {
width: 175px;
margin-right: 20px;
}
.item-text {
width: calc(100% - 195px);
}
.item-left {
width: 668px;
}
.item-right {
width: calc(100% - 680px);
}
.item-text {
line-height: inherit;
}
.item-instock, .item-outstock {
line-height: 40px;
}
.item-quanity-holder {
margin-right: 12px;
width: 125px;
input {
font-size: 16px;
font-weight: 600;
width: 65px;
}
}
}
.cart-form-group {
padding: 17px 16px;
font-size: 16px;
line-height: 20px;
.form-left {
width: 622px;
margin: 0 45px 0 0;
}
.form-right {
width: calc(100% - 667px);
}
.group-title {
padding-bottom: 13px;
margin-bottom: 17px;
line-height: 23px;
p {
font-size: 20px;
}
}
}
.cart-input-group {
input, select, textarea, .input-select {
padding: 0 17px;
height: 46px;
font-size: 16px;
}
textarea {
height: 102px;
padding: 17px;
}
.btn-company {
margin: 26px 0 0 0;
font-size: 16px;
line-height: 20px;
padding-left: 32px;
&::before {
top: 1px;
height: 16px;
width: 16px;
}
&.active::after {
top: 5px;
left: 4px;
}
}
}
}