Files

2752 lines
62 KiB
SCSS
Raw Permalink Normal View History

*, ::after, ::before {
box-sizing: border-box;
}
body{
color:#000;
font-family: 'Inter', sans-serif;
background: #FFFFFF;
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;
}
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%;
height: auto;
}
.clearfix{
&::after {
content: '';
clear: both;
display: block;
}
}
.clear {
clear: both;
}
button, input, select {
outline: none !important;
color: #000;
}
button, input {
overflow: visible;
}
button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: 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-23{
font-size: 23px;
}
.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: #CE000C;
}
.grey{
color: #999;
}
.yellow{
color: #fdb813;
}
.color-main{
color: #1781E0;
}
.black{
color: #222;
}
.green{
color: #29A07E;
}
.bg-blue{
background: #005BAD;
}
.bg-red{
background: #D91605;
}
.bg-green{
background: #29A07E;
}
.bg-main{
background: #1781E0;
}
.blue-light{
color: #31c6fe;
}
@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)
}
}
.skeleton {
animation: skeleton-loading 2s linear alternate;
display: block;
animation-iteration-count: 2, 0, infinite;
}
.animate__backInRight{
animation-name:backInRight;
}
@keyframes skeleton-loading {
0% {background-color: #c2cfd6;}
100% {background-color: #f0f3f5;}
}
.animate__backInRight{
animation-name:backInRight;
}
.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;
}
.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;
}
.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;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;
}
}
.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;
i{
margin-left: 4px;
}
}
}
.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 .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, .cart-page .shipping-method-info .label-checked .checkmark {border-color:#1781E0}
.label-container input:checked ~ .checkmark:after, .cart-page .shipping-method-info .label-checked .checkmark:after {display:block}
.label-container input:checked ~ .checkmark:after, .cart-page .shipping-method-info .label-checked .checkmark:after {content:'';width:8px;height:8px;background:#1781E0;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.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;
}
.global-breadcrumb{
font-size: 13px;
line-height: 19px;
padding: 8px 0;
background: #Fff;
a{
color: #3F3F3F;
}
ol, ul{
display: flex;
align-items: center;
flex-wrap: wrap;
}
li{
display: flex;
align-items: center;
&::after{
content:'\203A';
padding: 0 8px;
font-size: 20px;
font-weight: 400;
}
&:last-child{
&::after{
content: none;
}
}
}
h1{
@extend .inherit;
}
}
.paging{
margin: 20px 0 40px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
a{
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
background: #F3F3F3;
text-align: center;
color: #000;
margin: 0 4px;
transition: .12s all;
overflow: hidden;
&.current{
background-color: #1781E0;
color: #fff;
* {
filter: brightness(100 );
}
}
}
.icon-prev, .icon-next {
background: url(../images/icon-left.png) no-repeat center;
background-size: 7px 12px;
font-size: 0 !important;
display: block;
height: 100%;
}
.icon-next {
transform: rotate(-180deg);
}
}
.icons{
background: url(../images/sprite.png) no-repeat;
background-size: 200px 350px;
}
.custom-nav{
.owl-nav {
margin: 0;
button{
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0 !important;
background: unset !important;
border-radius: 0 !important;
&.disabled{
display: none;
}
}
.owl-prev {
left: -4px;
}
.owl-next {
right: 0;
}
.arrow{
width: 28px;
height: 44px;
display: block;
background: url(../images/icon-left.png) no-repeat;
background-position: 7px center;
background-size: 10px 18px;
transition: .2s all;
background-color: rgba(217, 217, 217,0.9);
border-radius: 0 !important;
}
.arrow-next{
transform: rotate(180deg);
}
}
}
.custom-dots{
.owl-dots {
margin: 5px auto 0 auto !important;
.owl-dot {
margin: 0 5px;
width: 8px;
height: 8px;
border-radius: 50px;
background: transparent;
transition: .2s all;
background: #999;
span{
display: none;
}
&.active{
width: 30px;
}
&.active {
background: #0059a9;
}
}
}
}
.p-item{
background: #FFFFFF;
position: relative;
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
border-radius: 8px;
padding: 9px 8px;
font-size: 12px;
line-height: 17px;
z-index: 1;
transition: .2s all;
img{
display: block;
width: auto;
}
a{
display: block;
color: #3F3F3F;
}
.p-img{
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 6px;
img{
@extend .fit-img;
}
}
.p-discount{
width: 80px;
height: 32px;
line-height: 26px;
font-weight: 700;
color: #Fff;
background: url(../images/p-discount.png) no-repeat;
background-size: 80px 32px;
z-index: 1;
position: absolute;
text-align: center;
top: 0;
left: -4px;
}
.p-type-group {
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: 10px;
line-height: 17px;
min-height: 17px;
color: #fff;
margin: 6px 0;
*{
border-radius: 3px;
margin-right: 3px;
padding: 0 4px;
&:last-child{
margin: 0;
}
}
}
.p-new {
background: #36AC4A;
}
.p-bestsale {
background: #F68704;
}
.p-hot {
background: #E00;
}
.p-name{
height: 34px;
overflow: hidden;
font-weight: 600;
margin: 5px 0 0 0;
*{
@extend .inherit;
@extend .line-clamp-2;
}
}
.p-price-holder{
color: #A0A0A0;
font-weight: 600;
line-height: 19px;
min-height: 42px;
}
.p-price{
color: #E00;
font-weight: 700;
font-size: 14px;
line-height: 22px;
display: block;
}
.p-offer-group{
margin: 0 0 5px 0;
height: 37px;
}
.p-offer-holder{
@extend .line-clamp-2;
background: #f6f6f6;
border: 0.821px solid #ECECEC;
border-radius: 2px;
height: 37px;
padding: 4px 6px;
overflow: hidden;
color: #6C6C6C;
font-weight: 300;
line-height: 15px;
font-size: 10px;
}
.icon-star{
transform: scale(0.6);
margin: auto auto auto -17px;
display: block;
}
.p-btn-like{
display: table;
margin: 0 0 auto auto;
color: #A0A0A0;
line-height: 19px;
&::after{
content: '\2661';
color: #EE0000;
font-size: 12px;
display: inline-block;
vertical-align: bottom;
margin-left: 5px;
font-weight: 900;
}
}
}
.global-countdown-holder {
display: flex;
align-items: center;
b {
margin: 0 5px;
color: #CB1C21;
font-size: 14px;
font-weight: 600;
background: #fff;
border-radius: 3px;
padding: 0 4px;
min-width: 25px;
text-align: center;
position: relative;
&::after {
content: ':';
position: absolute;
right: -7px;
color: #fff;
}
&:last-child{
&::after{
content: none;
}
}
}
}
.global-popup-customer-like{border-radius:10px;padding:34px 16px 24px}
.global-popup-customer-like .icon-notification{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin:0 auto 15px;background:#CE000C;color:#fff;font-size:30px;font-weight:700}
.global-popup-customer-like p{font-weight:600;font-size:16px;margin:20px 0}
.global-popup-customer-like a{width:100%;line-height:38px;background:#CE000C;color:#fff;border-radius:5px;font-weight:500;border:1px solid transparent;font-size:16px;transition: .2s all}
.global-popup-customer-like a:last-child{border-color:#CE000C;color:#CE000C;background:#fff;margin-top: 10px}
.global-header-top{
display: block;
background: #e9efff;
line-height: 36px;
height: 36px;
overflow: hidden;
font-size: 11px;
font-weight: 500;
text-align: center;
a{
color: #040c64;
display: flex;
align-items: center;
justify-content: center;
}
b{
font-weight: 700;
font-size: 13px;
}
.icons {
width: 12px;
height: 30px;
margin-right: 15px;
transform: scale(1.5);
}
.icon-exchange {
background-position: -10px -2px;
}
.icon-medal {
background-position: -39px -2px;
}
.icon-delivery {
width: 24px;
background-position: -63px -3px;
}
}
.global-header-container {
@extend .bg-main;
padding: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 4;
&::after{
@extend .bg-main;
content: '';
height: 101px;
position: absolute;
left: 0;
right: 0;
top: calc(100% - 1px);
border-radius: 0 0 30px 30px;
transition: .3s all;
z-index: -1;
}
.header-logo{
width: calc(100% - 50px);
img{
display: block;
max-width: 233px;
width: auto;
}
}
.header-cart{
width: 50px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.35);
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 10px;
span{
display: block;
line-height: 12px;
}
}
.icon-cart {
width: 16px;
height: 16px;
margin: auto;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.icon-menu{
width: 36px;
height: 36px;
background-color: #0059A9;
border-radius: 5px;
border: 1px solid #fff;
overflow: hidden;
margin: 10px 7px 0 0;
&::before{
@extend .icons;
content: '';
display: block;
height: 100%;
background-position: -101.5px -2px;
filter: invert(99%) saturate(0%) hue-rotate(153deg) brightness(200%);
}
}
.icon-search{
width: 36px;
background-position: -141px 0px;
}
.header-search-group{
width: calc(100% - 43px);
background: #fff;
padding: 0 10px 0 0;
border-radius: 5px;
overflow: hidden;
display: flex;
align-items: center;
margin: 10px 0 0 0;
*{
border: 0;
padding: 0;
margin: 0;
height: 36px;
}
input{
width: calc(100% - 36px);
}
}
}
.header-fixed {
z-index: 6;
&::after{
height: 0;
}
.header-logo {
display: none;
}
.icon-menu {
margin-top: 0;
}
.header-cart {
order: 1;
}
.header-search-group {
margin-top: 0;
margin-right: 7px;
width: calc(100% - 100px);
}
}
.global-other-page{
&::after{
content: none;
}
}
.global-footer-container {
border-top: 4px solid #1781E0;
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
a{
display: table;
color: #000;
margin: 3px 0;
}
img{
display: block;
width: auto;
}
}
.global-footer-store-container{
background: #fff;
padding: 13px 0 0 0;
font-size: 12px;
.group-title{
display: none;
color: #1781E0;
font-size: 28px;
font-weight: 700;
line-height: 34px;
text-transform: uppercase;
margin: 0 0 20px 0;
position: relative;
text-align: center;
&::after{
content: '';
background: #0059A9;
height: 1.5px;
width: 170px;
position: absolute;
left: 50%;
bottom: -5px;
transform: translateX(-50%);
}
}
.item{
margin: 0 0 10px 0;
&:last-child{
padding-bottom: 12px;
border-bottom: 1px solid #F5F5F5;
}
img{
display: none;
width: auto;
border-radius: 10px;
margin: 0 0 14px 0;
}
}
.item-title {
display: inline-block;
background: #1781E0;
line-height: 30px;
border-radius: 5px;
border-left: 4px solid #6AB9FF;
text-align: center;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 8px 0;
padding: 0 16px;
}
.item-text {
a, p {
margin: 0;
display: flex;
line-height: 24px;
}
.btn-link {
display: table;
margin-left: 27px;
color: #0059A9;
text-decoration: underline;
&::before {
content: '\276F';
font-size: 12px;
display: inline-block;
vertical-align: top;
}
}
.icons{
width: 27px;
height: 24px;
}
span{
width: calc(100% - 27px);
}
}
.icon-map {
background-position: -51px -115px;
}
.icon-clock {
background-position: -87px -114px;
}
.icon-phone {
background-position: -122px -114px;
}
}
.global-footer-info {
.container{
padding: 0;
}
.footer-end-group{
color: #6C6C6C;
background: #F8F8F8;
text-align: center;
font-size: 11px;
font-weight: 500;
line-height: 17px;
text-transform: uppercase;
padding: 5px 40px;
margin: 5px 0 0 0;
}
.item {
padding: 0 10px;
width: 100%;
}
.title{
border-radius: 5px;
background: #F1F1F1;
padding: 0 12px;
position: relative;
font-size: 13px;
font-weight: 700;
line-height: 40px;
margin: 0 0 3px 0;
&::after{
content: '\25E5';
position: absolute;
transform: rotate(45deg);
right: 10px;
font-size: 8px;
}
&.active{
&::after{
transform: rotate(135deg);
top: -3px;
}
}
}
.item-list{
display: none;
padding: 10px 12px;
}
.btn-bct img {
max-height: 56px;
}
.footer-social-media{
a{
width: 24px;
height: 24px;
margin: 5px 15px 0 0;
display: inline-block;
transform: scale(1.4);
}
}
.icon-youtube {
background-position: -9px -162px;
}
.icon-facebook {
background-position: -51px -162px;
}
.icon-tiktok {
background-position: -93px -162px;
}
.icon-instagram {
background-position: -135px -162px;
}
.icon-zalo {
background-position: -174px -162px;
}
}
.global-fixed-right{
position: fixed;
bottom: 100px;
right: 12px;
z-index: 12;
a{
display: none;
span{
display: none;
font-size: 0;
}
}
.icon-goTop{
@extend .bg-main;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
&::before{
content: '';
background: url(../images/icon-left.png) no-repeat center;
transform: rotate(90deg);
background-size: 9px;
display: block;
height: 100%;
filter: brightness(100);
}
}
}
.mb-menu{
font-weight: 500;
.cat-1 {
display: flex;
align-items: center;
}
.cat-thumb {
width: 20px;
height: 20px;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cat-title {
width: calc(100% - 30px);
}
.mm-listitem__text{
padding-left: 12px;
}
.mm-listitem:after{
left: 12px;
}
}
.homepage{
position: relative;
z-index: 5;
img{
display: block;
}
.home-slider-group{
border-radius: 10px;
width: calc(100% - 20px);
margin: 0 auto 10px auto;
img{
border-radius: 10px;
}
}
.banner-under-slider{
margin: 0 0 20px 0;
filter: drop-shadow(0px 1px 10px rgba(161, 161, 161, 0.25));
img{
border-radius: 10px;
}
}
.product-holder{
position: relative;
min-height: 300px;
}
}
.home-deal-container{
margin: 20px 0;
padding: 10px 0 10px 4px;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
.owl-carousel .owl-stage {
padding-left: 0 !important;
}
.p-item{
box-shadow: unset !important;
margin: 0 4px;
text-align: left;
}
.btn-view{
line-height: 20px;
display: inline-block;
margin: 10px auto 0 auto;
border-radius: 12px;
background-color: #fff;
color: #001A31;
font-size: 10px;
font-weight: 500;
padding: 0 11px;
&::after{
content: '\00BB';
font-size: 14px;
position: relative;
bottom: -1px;
}
}
.group-title{
padding: 0 0 0 5px;
margin: 0 0 15px 0;
text-align: center;
.title{
color: #FFE517;
font-size: 24px;
font-style: italic;
font-weight: 900;
line-height: 29px;
margin: 0 0 8px 0;
}
}
.group-title-right{
color: #fff;
display: flex;
align-items: center;
justify-content: center;
line-height: 20px;
> b{
margin-right: 4px;
font-weight: 700;
}
}
}
.home-category-group{
margin: 20px 0;
padding: 0 10px;
overflow: hidden;
.owl-carousel .owl-stage {
padding-left: 0 !important;
}
.group-title-holder{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
.cat-title{
margin: 0;
color: #FFF;
font-size: 18px;
font-weight: 700;;
line-height: 36px;
min-height: 41px;
text-transform: uppercase;
padding: 0 12px;
background: url(../images/home-category-bg.png) no-repeat;
background-size: 100% 100%;
}
a{
color: #000;
font-size: 13px;
}
}
.cat-child-list{
display: flex;
margin-top: 8px;
overflow: auto;
white-space: nowrap;
a{
color: #515151;
font-size: 12px;
line-height: 28px;
border-radius: 3px;
border: 1px solid #C2C2C2;
margin: 0 8px 0 0;
padding: 0 11px;
text-transform: capitalize;
}
}
.product-holder{
margin: 0 -5px;
.item {
padding: 10px 0;
margin: 0 5px;
}
.p-item{
margin-bottom: 10px;
&:last-child{
margin: 0;
}
}
}
.custom-nav{
.owl-prev {
left: -5px !important;
}
.owl-next {
right: 6px !important;
}
}
}
.home-featured-list{
display: flex;
overflow: auto;
margin: 10px -6px 0 -6px;
padding: 6px;
&::-webkit-scrollbar{
width: 0;
}
.item{
width: 91px;
min-width: 91px;
margin-right: 10px;
text-align: center;
a{
display: block;
font-size: 12px;
line-height: 14px;
padding: 6px;
color: #3F3F3F;
background: #fff;
box-shadow: 0px 0px 6px 0px rgba(186, 186, 186, 0.25);
border-radius: 10px;
&:first-child{
margin-bottom: 10px;
}
}
}
.cat-thumb{
display: block;
width: 48px;
height: 48px;
margin: 0 auto 5px auto;
background-repeat: no-repeat;
background-position: center;
}
.cat-title{
@extend .line-clamp-2;
}
}
.category-accessories-group{
.category-accessories-holder{
display: flex;
flex-wrap: wrap;
}
.group-title-holder{
a{
font-size: 13px;
line-height: 18px;
}
}
.item{
margin: 10px 10px 0 0;
width: calc(100% / 5 - 8px);
border-radius: 10px;
background: #68BAF2;
color: #Fff;
font-size: 10px;
font-weight: 500;
line-height: 14px;
padding: 8px;
text-align: center;
&:nth-child(5n){
margin-right: 0;
}
&:nth-child(2n){
background: #D8D1F3;
}
&:nth-child(3n){
background: #0059A9;
}
&:nth-child(4n){
background: #00AAED;
}
&:nth-child(5n){
background: #A2E3FC;
}
&:nth-child(6n){
background: #A5B4FC;
}
&:nth-child(7n){
background: #44A0B5;
}
&:nth-child(8n){
background: #86D9EC;
}
}
.cat-title{
@extend .inherit;
@extend .line-clamp-2;
margin: 0 0 7px 0;
min-height: 28px;
}
.cat-thumb{
display: block;
position: relative;
padding-bottom: 90%;
}
img{
@extend .fit-img;
max-width: 90%;
max-height: 90%;
}
}
.home-article-holder{
display: flex;
overflow: auto;
padding: 10px 6px;
margin: 0 -6px;
&::-webkit-scrollbar{
width: 0;
}
img{
@extend .fit-img;
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
}
.home-art-item{
margin: 0 10px 0 0 !important;
border-radius: 10px;
overflow: hidden;
padding: 8px;
min-width: 192px;
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
filter: unset !important;
.item-image{
padding-bottom: 112px;
margin-bottom: 5px;
position: relative;
display: block;
}
.item-title{
display: block;
font-size: 12px;
font-weight: 500;
line-height: 16px;
color: #000;
}
}
.has-video {
.item-image{
&::before{
content: '\25B6';
width: 57px;
height: 57px;
line-height: 57px;
border-radius: 50%;
background: #EE0000;
opacity: .6;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 41px;
padding-left: 7px;
transition: .2s all;
}
}
}
}
.home-customer-review-holder{
margin-top: 10px;
.item{
border: 1px solid #DEDEDE;
background: #fff;
padding: 10px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.item-image{
position: relative;
margin-right: 10px;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
img{
@extend .fit-img;
}
}
.item-text{
width: calc(100% - 90px);
position: relative;
font-size: 12px;
font-style: italic;
font-weight: 300;
line-height: 15px;
&::before{
content: '';
width: 100%;
max-width: 200px;
height: 1px;
background: #005EC4;
position: absolute;
top: 0;
left: 0;
}
}
.icon-star{
margin: 10px 0;
}
.item-summary{
margin: 0 0 10px 0;
}
b{
font-weight: 500;
}
}
.product-page{
position: relative;
.product-banner-group{
margin: 0 0 20px 0;
border-radius: 10px;
overflow: hidden;
img{
border-radius: 10px;
}
.owl-prev{
left: 0 !important;
}
.owl-next{
right: 0 !important;
}
}
.brand-filter-holder{
display: flex;
flex-wrap: wrap;
margin: 20px 0;
img{
display: block;
width: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
a{
border-radius: 3px;
border: 1px solid #ECECEC;
background: #FFF;
color: #000;
display: flex;
align-items: center;
justify-content: center;
height: 26px;
font-weight: 500;
font-size: 10px;
transition: .2s all;
white-space: nowrap;
span{
display: block;
padding: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
}
&.active{
@extend .bg-main;
color: #Fff;
border-color: transparent;
}
}
}
.product-child-list{
margin: 20px 0;
*{
&::-webkit-scrollbar{
width: 0;
}
}
.group-title{
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin: 0;
}
a{
color: #FFF;
font-weight: 700;
line-height: 13px;
font-size: 12px;
position: relative;
margin: 10px 10px 0 0;
padding: 8px;
min-width: 80px;
border-radius: 10px;
background: radial-gradient(217.51% 217.56% at 50.00% 77.00%, #D0E9FF 0%, #1781E0 46.46%);
.title {
@extend .inherit;
@extend .line-clamp-2;
}
.image {
display: block;
height: 54px;
position: relative;
margin-top: 5px;
}
img{
@extend .fit-img;
}
}
}
.product-list-holder{
display: flex;
flex-wrap: wrap;
.p-item{
margin: 0 10px 10px 0;
width: calc(100% / 2 - 5px);
&:nth-child(2n){
margin-right: 0;
}
}
}
.static-html-content {
font-size: 13px;
line-height: 158.023%;
*{
font-family: inherit !important;
line-height: inherit !important;
}
}
.static-tag-list{
margin: 0 0 10px 0;
a{
display: inline-block;
border-radius: 5px;
border: 1px solid #ECECEC;
background: #FFF;
font-size: 14px;
color: #000;
line-height: 32px !important;
padding: 0 9px;
margin: 0 6px 10px 0;
}
}
}
.global-box-container {
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
border-radius: 10px;
background: #FFF;
padding: 12px;
margin: 20px 0;
.group-title {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 18px;
margin: 0 0 13px 0;
}
}
.product-hot-container{
@extend .skeleton;
padding: 12px 0 14px 4px;
margin: 20px 0;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0 -10px;
.group-title{
color: #FFF;
text-align: center;
font-size: 24px;
font-weight: 700;
line-height: 37px;
margin: 0 0 10px 0;
}
.product-holder{
position: relative;
min-height: 300px;
}
.owl-carousel .owl-stage {
padding-left: 0 !important;
}
.p-item{
box-shadow: unset !important;
margin: 0 4px;
text-align: left;
}
.custom-nav{
.owl-prev {
left: -5px !important;
}
.owl-next {
right: 6px !important;
}
}
}
.product-article-related{
.item{
display: flex;
flex-wrap: wrap;
margin: 0 0 10px 0;
}
.image {
width: 30.5%;
height: 75px;
margin-right: 10px;
border-radius: 5px;
overflow: hidden;
img{
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}
}
.title {
width: calc(100% - 30.5% - 10px);
color: #000;
font-size: 12px;
line-height: 16px;
}
}
.static-btn-group{
text-align: center;
margin-top: 20px;
a{
color: #000;
text-align: center;
font-size: 14px;
border-radius: 5px;
border: 1px solid #ECECEC;
background: #FFF;
line-height: 40px;
width: 100%;
margin: auto;
display: none;
}
}
.product-filter-group{
margin: 20px 0;
.group-title{
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin: 0 0 4px 0;
}
.filter-item-list{
display: flex;
overflow: auto;
white-space: nowrap;
&::-webkit-scrollbar{
width: 0;
}
}
.filter-item {
margin: 8px 8px 0 0;
&.current {
.box-title {
color: #fff;
background: #1781e0;
border-color: transparent;
}
.icons, .icon-arrow{
filter: invert(1) brightness(100);
color: #fff;
}
}
&.current{
.filter-list-group {
display: flex;
z-index: 5;
}
.filter-attr-group{
display: block;
z-index: 999;
}
}
.active{
color: #fff;
background: #1781e0;
border-color: transparent;
}
}
.box-title {
color: #000;
border-radius: 3px;
border: 1px solid #ECECEC;
background: #F8F8F8;
line-height: 32px;
padding: 0 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
cursor: pointer;
font-size: 13px;
&.active{
i{
filter: brightness(100);
}
}
}
.filter-list-group {
display: none;
flex-wrap: wrap;
position: absolute;
left: -55px;
background: #fff;
border: 1px solid #eee;
border-radius: 8px;
box-shadow: 0px -1px 13px 0 rgba(0, 0, 0, 0.1);
padding: 15px 10px;
left: 6px;
right: 6px;
z-index: -10;
margin-top: 15px;
}
.filter-list-holder{
display: flex;
flex-wrap: wrap;
max-height: 400px;
overflow: auto;
&::-webkit-scrollbar{
width: 8px;
}
a {
line-height: 32px;
color: #444;
border: 1px solid #eee;
border-radius: 3px;
background: #f3f4f6;
padding: 0 10px;
margin: 0 3px 10px 0;
font-size: 12px;
display: inline-block;
white-space: nowrap;
}
}
.item{
margin-bottom: 20px;
width: 100%;
white-space: normal;
.title{
font-weight: 700;
margin-bottom: 8px;
}
}
.icons{
width: 20px;
height: 20px;
margin-right: 6px;
}
.icon-filter {
background-position: -9px -204px;
}
.icon-truck{
background-position: -45px -204px;
}
.icon-cash{
background-position: -84px -204px;
}
.icon-up {
background-position: -161px -203px;
}
.icon-down {
background-position: -9px -230px;
}
.icon-eye{
background-position: -126px -204px;
}
.icon-arrow{
width: 8px;
height: 8px;
background: url(../images/icon-left.png) no-repeat;
background-size: 4px 8px;
background-position: 1px center;
transform: rotate(-90deg);
margin-left: 5px;
}
.btn-close {
display: block;
width: 20px;
height: 20px;
margin: auto 0 auto auto;
text-align: center;
color: #000;
font-weight: 900;
position: relative;
&::before, &::after{
content: '';
width: 2px;
height: 20px;
background: #000;
border-radius: 3px;
transform: rotate(45deg);
position: absolute;
}
&::after {
transform: rotate(-45deg);
}
}
.filter-attr-group{
position: fixed;
inset: 0;
margin: 0;
border-radius: 0;
.filter-list-holder{
max-height: unset;
height: calc(100% - 20px);
}
}
}
.product-detail-page{
.page-title{
font-size: 16px;
font-weight: 700;
line-height: 24px;
margin: 0 0 5px 0;
}
.pd-status-group{
margin: 5px 0 8px 0;
line-height: 24px;
font-size: 12px;
p{
margin: 0 13px 0 0;
display: inline-block;
&:last-child{
margin: 0;
}
}
}
.pd-info-list{
p{font-size: 12px;line-height:17px;margin:10px 0 5px;display:flex}
span{width:calc(100% - 25px)}
.icons{width:20px;height:20px;margin-right:5px}
.icon-phone{background-position:-7px -315px}
.icon-package{background-position:-34px -312px}
.icon-vat{background-position:-63px -312px}
.icon-warranty{background-position:-97px -312px}
.icon-model{background-position: -135px -314px;}
}
.pd-price-group{
margin: 22px 0;
line-height: 24px;
*{
display: inline-block;
}
.pd-price {
color: #D43131;
font-size: 24px;
font-weight: 700;
margin: 0 6px 0 0;
}
.pd-old-price {
color: #A0A0A0;
margin: 0 6px 0 0;
}
.pd-discount {
border-radius: 3px;
background: #E00;
padding: 0 4px;
line-height: 20px;
font-weight: 600;
color: #fff;
vertical-align: text-bottom;
}
}
.pd-btn-group{
margin: 12px 0;
display: flex;
flex-wrap: wrap;
line-height: 19px;
text-align: center;
a{
margin: 0 8px 0 0;
width: calc(100% / 2 - 4px);
color: #fff;
border-radius: 5px;
padding: 8px 6px;
background: #1781E0;
font-size: 10px;
line-height: 13px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
b{
display: block;
width: 100%;
line-height: 21px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
&:nth-child(1){
background: linear-gradient(90deg, #EE344C 0%, #D4202A 100%);
}
&:nth-child(4){
color: #0059A9;
background: #FFE073;
}
&:nth-child(2n){
margin-right: 0;
}
&:nth-child(n+3){
margin-top: 8px;
}
}
}
.pd-policy-group{
margin: 12px 0;
padding: 8px 14px;
border-radius: 5px;
border: 1px solid #A0A0A0;
background: #FFF;
font-size: 12px;
line-height: 19px;
.item{
position: relative;
padding-left: 26px;
margin: 0 0 10px 0;
&::before{
content: '';
position: absolute;
top: 3px;
left: 0;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 50%;
background: #36AC4A;
}
&::after{
content: '';
width: 8px;
height: 5px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
left: 4px;
top: 7px;
transform: rotate(-45deg);
}
&:last-child{
margin: 0;
}
}
}
.pd-desc-btn {
text-align: center;
padding-top: 10px;
a{
display: none;
font-weight: 500;
line-height: 40px !important;
max-width: 278px;
margin: auto;
text-align: center;
border-radius: 8px;
border: 1px solid #ECECEC;
background: #FFF;
color: #000;
position: relative;
margin-top: 0 !important;
&::after{
content: '\203A';
transform: rotate(90deg);
position: absolute;
margin-left: 6px;
font-size: 15px;
font-weight: bold;
}
&:nth-child(2)::after{
transform: rotate(-90deg);
}
}
}
.global-box-container {
margin: 12px 0;
}
.product-accessory-list {
display: flex;
overflow: auto;
padding: 8px 8px 12px 8px;
margin-left: -8px;
.p-item{
min-width: 164px;
margin-right: 8px;
}
}
.accessory-price-holder{
line-height: 16px;
position: relative;
padding: 0 0 0 60px;
&::before{
content: '=';
color: #888;
font-size: 50px;
font-weight: 600;
position: absolute;
top: 23px;
left: 0;
}
p{
margin: 0 0 12px 0;
}
a{
display: block;
border-radius: 10px;
background: #EE1B25;
color: #fff;
text-align: center;
line-height: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
}
.accessory-price{
color: #EE1B25;
font-size: 24px;
font-weight: 700;
line-height: 18px;
margin: 12px 0;
}
}
.pd-desc-group{
line-height: 20px;
font-size: 14px;
*{
font-family: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
}
}
.btn-show {
display: block;
text-align: center;
border-radius: 8px;
border: 1px solid #ECECEC;
background: #FFF;
color: #000;
line-height: 40px;
margin: 12px 0 0 0;
font-weight: 500;
}
}
.pd-image-large{
margin-bottom: 10px;
overflow: hidden;
position: relative;
.item{
border: 1px solid #CBCBCB;
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
border-radius: 10px;
}
img{
@extend .fit-img;
border-radius: inherit;
}
}
.pd-image-gallery{
display: flex;
flex-wrap: wrap;
margin: 10px 0 13px 0;
.owl-nav {
.arrow{
width: 20px;
height: 34px;
background-position: 6px center;
background-size: 6px 12px;
}
.owl-prev{
left: 0;
}
.owl-next{
right: 0;
}
}
.current {
a{
border-color: #1781E0;
}
}
a{
display: block;
position: relative;
border-radius: 3px;
border: 1px solid #C7C7C7;
padding-bottom: 100%;
overflow: hidden;
&.img-active {
border-color: #1781E0;
}
img{
@extend .fit-img;
width: 100%;
height: 100%;
}
}
.pd-btn-video{
width: 73px;
height: 73px;
margin-right: 8px;
padding: 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #6C6C6C;
line-height: 16px;
font-size: 12px;
}
.icon-video{
width: 42px;
height: 34px;
margin: 0 auto 3px auto;
background-position: -89px -270px;
}
.pd-gallery-holder{
width: calc(100% - 84px);
}
}
.pd-summary-group{
padding: 10px 12px;
margin: 13px 0;
border: 1px solid #DEDEDE;
border-radius: 5px;
.group-title{
font-weight: 700;
line-height: 18px;
margin: 0 0 7px 0;
}
.pd-summary-list{
margin: 7px 0 10px 0;
}
.item{
position: relative;
padding-left: 15px;
color: #3F3F3F;
line-height: 23px;
margin-bottom: 4px;
&:nth-child(n+5){
display: none;
}
&::before{
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background: #3F3F3F;
position: absolute;
top: 10px;
left: 2px;
}
*{
margin: 0 !important;
font-size: inherit !important;
line-height: inherit !important;
}
}
.pd-summary-btn{
line-height: 16px;
font-size: 13px;
a{
position: relative;
color: #1781E0;
padding-right: 10px;
display: none;
&::after {
content: '\203A';
transform: rotate(90deg);
position: absolute;
right: 0;
font-size: 15px;
font-weight: bold;
}
&:nth-child(2){
&::after {
transform: rotate(-90deg);
}
}
}
}
}
.pd-offer-group{
margin: 22px 0 16px 0;
border-radius: 5px;
background: #FFF;
box-shadow: 0px 0px 0px 1px #FFCCCE;
overflow: hidden;
.group-title{
background: #FFCCCE;
padding: 0 10px;
margin: 0;
line-height: 36px;
color: #EE1B25;
font-weight: 700;
display: flex;
align-items: center;
&::before{
@extend .icons;
content: '';
width: 23px;
height: 36px;
margin-right: 10px;
background-position: -80px -229px;
}
}
.pd-offer-list{
padding: 10px;
}
.item{
line-height: 17px;
margin: 0 0 15px 0;
position: relative;
font-size: 12px;
padding-left: 30px;
&::before{
counter-increment: section;
content: counter(section);
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #fff;
background: #EE1B25;
text-align: center;
font-size: 12px;
font-weight: 700;
}
&:last-child{
margin: 0;
}
*{
margin: 0 !important;
font-size: inherit !important;
font-weight: inherit !important;
}
}
}
.pd-variant-container{
margin: 16px 0;
.group-title{
margin: 0 0 8px 0;
font-size: 16px;
font-weight: 600;
line-height: 18px;
}
.item{
margin: 0 8px 0 0;
border-radius: 3px;
border: 1px solid #ECECEC;
background: #FFF;
font-weight: 600;
line-height: 22px;
color: #000;
padding: 12px 7px;
position: relative;
&:nth-child(4n){
margin-right: 0;
}
&:nth-child(n+5){
margin-top: 8px;
}
&.current{
border-color: #1781E0;
}
}
}
.pd-variant-list{
display: flex;
overflow: auto;
white-space: nowrap;
.item{
display: flex;
align-items: center;
}
.current{
&::before{
@extend .bg-main;
content: '\2714';
color: #fff;
width: 24px;
height: 24px;
line-height: 22px;
padding-left: 5px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
font-size: 12px;
border-radius: 0 0 16px 0;
}
}
.image{
width: 42px;
margin-right: 10px;
}
.text{
width: calc(100% - 52px);
}
.price{
display: block;
font-weight: 800;
color: #1781E0;
}
}
.pd-variant-group-list{
display: flex;
overflow: auto;
.item{
padding: 12px;
font-weight: 400;
line-height: 18px;
border-radius: 5px;
min-width: 164px;
margin: 0 10px 0 0;
}
img{
@extend .fit-img;
}
.image{
display: block;
position: relative;
margin: 0 0 14px 0;
padding-bottom: 79%;
}
.title{
@extend .line-clamp-2;
margin-bottom: 4px;
font-size: 12px;
line-height: 16px;
min-height: 32px;
}
.price {
@extend .color-main;
display: block;
font-weight: 700;
line-height: 19px;
}
}
.fancybox-video-container {
background: transparent;
width: 90vw;
height: 90vh;
padding: 0 30px ;
.pd-video-list {
height: 150px;
display: flex;
overflow: hidden;
white-space: nowrap;
img {
@extend .fit-img;
}
a{
background: #000;
display: block;
padding-bottom: 150px;
position: relative;
&::before{
content: '';
position: absolute;
inset: 0;
background: rgba(0,0,0,0.5);
z-index: 1;
transition: .2s all;
}
&::after{
content: '\25B6';
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
background: #EE0000;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 25px;
padding-left: 5px;
transition: .2s all;
}
&.active {
&::before{
background: rgba(0,0,0,0.8);
}
&::after{
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
}
}
&.active{
pointer-events: none;
&::after{
content: '||';
font-weight: 900;
padding: 0;
font-size: 16px;
letter-spacing: 2px;
transition: unset;
}
}
}
}
.video-holder {
margin-bottom: 20px;
height: calc(100% - 170px);
iframe{
display: block;
width: 100%;
height: 100%;
}
}
.fancybox-button {
background: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
}
.custom-nav {
.owl-prev {
left: 0 !important;
}
.owl-next {
right: 0 !important;
}
}
}
.pd-product-tab-container{
margin: 12px 0;
.group-title{
font-weight: 700;
font-size: 16px;
line-height: 16px;
margin: 0 0 12px 0;
}
.box-product-holder{
display: none;
position: relative;
&.active{
display: block;
}
}
.product-holder{
position: relative;
max-height: 440px;
overflow: hidden;
.p-item {
margin: 9px 6px;
}
}
}
.pd-spec-group {
line-height: 18px;
font-weight: 300;
font-size: 14px;
&.fancybox-content{
border-radius: 12px;
padding: 0;
}
.pd-desc-btn a{
width: 100%;
max-width: unset;
}
.bg-content::before {
content: none;
}
.js-static-content {
border-radius: 12px;
box-shadow: 0px 0px 0px 1px #F3F3F3;
*{
line-height: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
margin: 0 !important;
}
}
p{
margin: 0;
}
tr{
&:nth-child(odd){
background: #F3F3F3;
}
td{
padding: 12px;
}
}
}
.pd-art-group{
.group-title{
display: flex;
align-items: center;
.icons{
width: 40px;
height: 24px;
}
}
.icon-news {
background-position: -124px -232px;
}
.icon-youtube {
background-position: -167px -233px;
}
.item{
margin: 0 0 10px 0 ;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
img{
width: auto;
border-radius: 10px;
display: block;
}
}
.art-image {
width: 41%;
margin-right: 12px;
}
.art-title{
width: calc(100% - 41% - 12px);
color: #000;
font-size: 12px;
line-height: 16px;
}
}
@media(max-width: 375px){
.product-detail-page{
.pd-btn-group{
a{
margin: 8px 0 0 0;
width: 100%;
}
}
}
}