1999 lines
34 KiB
SCSS
1999 lines
34 KiB
SCSS
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
|
|
|
|
@import url('https://cdn.projectpro.pl/juicedupmotorcycles.pl/scandia/stylesheet.css');
|
|
@import url('https://cdn.projectpro.pl/juicedupmotorcycles.pl/Bebas-Neue-Pro/stylesheet.css');
|
|
|
|
$cTxtWhite: #dadadc;
|
|
$cGold: #b8a982;
|
|
$cGolden: #b79e5f;
|
|
$cBlackLight: #141417;
|
|
$cBlackDark: #09090a;
|
|
$cBlack: #000;
|
|
$cGreen: #22c55e;
|
|
$cRed: #d16067;
|
|
$cBordo: #9d343b;
|
|
$cOnyx: #0a0a0b;
|
|
|
|
$fScandia: 'Scandia', sans-serif;
|
|
$fPlayfair: 'Playfair Display', sans-serif;
|
|
$fBebasNeuePro: 'Bebas Neue Pro', sans-serif;
|
|
$fBebasNeueProExpanded: 'Bebas Neue Pro Expanded', sans-serif;
|
|
$fLato: 'Lato', sans-serif;
|
|
|
|
body {
|
|
color: $cTxtWhite !important;
|
|
background-color: $cOnyx !important;
|
|
font-family: 'Scandia', 'Poppins', sans-serif !important;
|
|
|
|
> .wrap {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
}
|
|
|
|
._sub_title {
|
|
color: $cGolden;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
margin: 0 0 8px 0;
|
|
}
|
|
|
|
._title {
|
|
position: relative;
|
|
color: $cTxtWhite;
|
|
font-size: 51px;
|
|
font-family: $fPlayfair;
|
|
font-weight: 500;
|
|
}
|
|
|
|
._btn {
|
|
display: inline-block;
|
|
color: $cBlack;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
padding: 16px 36px;
|
|
background: linear-gradient(119deg, #d0bf95 0%, #a48446 100%);
|
|
border-radius: 100px;
|
|
transition: all 250ms ease;
|
|
|
|
&:hover {
|
|
background: linear-gradient(119deg, #a48446 0%, #d0bf95 100%);
|
|
}
|
|
}
|
|
._btn2 {
|
|
display: inline-block;
|
|
color: $cBlack;
|
|
padding: 10px 26px;
|
|
background: linear-gradient(119deg, #d0bf95 0%, #a48446 100%);
|
|
border-radius: 100px;
|
|
transition: all 250ms ease;
|
|
border: none;
|
|
|
|
&:hover {
|
|
background: linear-gradient(119deg, #a48446 0%, #d0bf95 100%);
|
|
}
|
|
|
|
span {
|
|
color: $cBlackDark;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
._btn3 {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
background: #c1994c !important;
|
|
border-radius: 10px;
|
|
transition: all 250ms ease-in-out;
|
|
|
|
&:hover {
|
|
background: #a2803e !important;
|
|
}
|
|
span {
|
|
display: inline-block;
|
|
color: #fff !important;
|
|
font-family: $fLato !important;
|
|
font-size: 14px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 21px !important;
|
|
padding: 14px !important;
|
|
text-transform: capitalize;
|
|
}
|
|
}
|
|
|
|
.checkbox-wrap {
|
|
margin: 0 5px 0 0 !important;
|
|
padding: 0 !important;
|
|
width: 18px !important;
|
|
min-width: 18px;
|
|
height: 18px !important;
|
|
border-radius: 4px !important;
|
|
border: 1px solid #545454 !important;
|
|
background: #28282e !important;
|
|
overflow: hidden !important;
|
|
|
|
input[type='checkbox'] {
|
|
&:checked + label {
|
|
&::before {
|
|
top: 7px !important;
|
|
left: 5px !important;
|
|
}
|
|
&::after {
|
|
top: 9px !important;
|
|
left: 3px !important;
|
|
}
|
|
}
|
|
}
|
|
label {
|
|
position: relative !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
|
|
&::before {
|
|
content: '' !important;
|
|
position: absolute !important;
|
|
top: -6px !important;
|
|
left: 18px !important;
|
|
width: 9px !important;
|
|
height: 2px !important;
|
|
background: $cGolden !important;
|
|
transform: rotate(-45deg) !important;
|
|
transition: all 250ms ease-in-out !important;
|
|
}
|
|
|
|
&::after {
|
|
content: '' !important;
|
|
position: absolute !important;
|
|
top: -4px !important;
|
|
left: -10px !important;
|
|
width: 5px !important;
|
|
height: 2px !important;
|
|
border: none !important;
|
|
background: $cGolden !important;
|
|
transform: rotate(45deg) !important;
|
|
transition: all 250ms ease-in-out !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.radio-wrap {
|
|
display: inline-block !important;
|
|
height: 15px !important;
|
|
width: 15px !important;
|
|
min-width: 15px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
inset: 0 !important;
|
|
border: 1px solid #545454 !important;
|
|
background: #28282e !important;
|
|
border-radius: 100% !important;
|
|
|
|
input[type='radio'] {
|
|
height: 15px !important;
|
|
min-height: 15px !important;
|
|
width: 15px !important;
|
|
min-width: 15px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
|
|
&:checked + label::after {
|
|
background: $cGolden !important;
|
|
}
|
|
}
|
|
label {
|
|
&::after {
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
top: 50% !important;
|
|
left: 50% !important;
|
|
transform: translate(-50%, -50%) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.alert {
|
|
border-width: 1px !important;
|
|
border-radius: 10px !important;
|
|
padding: 10px 15px !important;
|
|
|
|
&.alert-info {
|
|
p {
|
|
color: $cBlack;
|
|
}
|
|
button.close {
|
|
color: $cBlack;
|
|
}
|
|
}
|
|
|
|
button.close {
|
|
top: 50% !important;
|
|
transform: translateY(-50%) !important;
|
|
}
|
|
}
|
|
|
|
table.table {
|
|
border-top: 1px solid #545454 !important;
|
|
border-left: 1px solid #545454 !important;
|
|
border-right: 1px solid #545454 !important;
|
|
|
|
tbody {
|
|
border-bottom: 1px solid #545454 !important;
|
|
}
|
|
|
|
td {
|
|
border-bottom: 1px solid #545454 !important;
|
|
border-right: 1px solid #545454 !important;
|
|
}
|
|
|
|
tbody {
|
|
td.name {
|
|
a {
|
|
color: $cTxtWhite;
|
|
font-family: $fLato;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: $cGold;
|
|
}
|
|
}
|
|
}
|
|
td.quantity {
|
|
input[type='number'] {
|
|
color: $cTxtWhite;
|
|
margin: 0;
|
|
border-radius: 5px;
|
|
border-color: #505050;
|
|
background: #28282e;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.breadcrumbs {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
.innerbreadcrumbs {
|
|
.breadcrumb-home {
|
|
display: none;
|
|
}
|
|
|
|
ul.path {
|
|
li {
|
|
&.bred-1 {
|
|
display: inline-block;
|
|
padding-left: 0;
|
|
}
|
|
span {
|
|
color: #8d8d99;
|
|
font-size: 12px;
|
|
font-family: $fScandia;
|
|
text-transform: uppercase;
|
|
transition: all 250ms ease;
|
|
}
|
|
|
|
> a {
|
|
&:hover {
|
|
span[itemprop='name'] {
|
|
color: $cGold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.itemListElement {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.tags {
|
|
top: 15px !important;
|
|
left: 15px !important;
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
align-items: flex-start !important;
|
|
row-gap: 5px !important;
|
|
|
|
li {
|
|
color: $cBlack !important;
|
|
font-size: 12px !important;
|
|
font-family: $fScandia !important;
|
|
font-weight: 600 !important;
|
|
text-transform: uppercase !important;
|
|
padding: 6px 8px 4px !important;
|
|
border-radius: 50px !important;
|
|
line-height: 1 !important;
|
|
|
|
&.promo {
|
|
background: linear-gradient(119deg, #d1777d 0%, #9d343b 100%) !important;
|
|
}
|
|
&.new {
|
|
background: linear-gradient(119deg, #5da88d 0%, #21654c 100%) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.box_custom#box-1 {
|
|
height: 600px;
|
|
background-image: url('https://sklep214936.shoparena.pl/skins/user/rwd_shoper_2/images/user/beard-quiz-home-hero-desktop.jpg');
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
align-content: center;
|
|
margin-bottom: 0;
|
|
|
|
.box_wrapper {
|
|
margin-left: 20vw;
|
|
}
|
|
|
|
h2 {
|
|
color: $cTxtWhite;
|
|
font-size: 60px;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
}
|
|
h3 {
|
|
color: $cTxtWhite;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
display: inline-block;
|
|
background-color: $cBlackDark;
|
|
border-radius: 2.375rem;
|
|
padding: 4px 12px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 15px 0;
|
|
}
|
|
p {
|
|
color: $cTxtWhite;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
margin: 10px 0 20px;
|
|
|
|
&:last-child {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
a {
|
|
@extend ._btn;
|
|
}
|
|
}
|
|
|
|
.box_custom#box-2 {
|
|
padding: 16px;
|
|
margin-bottom: 0;
|
|
background-color: #0f0f11;
|
|
opacity: 0.6;
|
|
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 20px;
|
|
|
|
li {
|
|
img {
|
|
height: 30px;
|
|
width: auto;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.box_custom#box-3 {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
|
|
&::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 50%;
|
|
right: auto;
|
|
height: 100%;
|
|
width: 100svw;
|
|
background: #141417;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.c-row {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.c-col {
|
|
width: 50%;
|
|
|
|
&.c-col-1 {
|
|
h2 {
|
|
@extend ._title;
|
|
position: relative;
|
|
margin: 0 0 40px 0;
|
|
|
|
&::after {
|
|
content: url('https://sklep214936.shoparena.pl/skins/user/rwd_shoper_2/images/user/Vector_1.png');
|
|
position: absolute;
|
|
left: 105px;
|
|
bottom: -30px;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
@extend ._sub_title;
|
|
}
|
|
|
|
p {
|
|
color: $cTxtWhite;
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
line-height: 1.4;
|
|
max-width: 400px;
|
|
}
|
|
}
|
|
&.c-col-2 {
|
|
img {
|
|
border-radius: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.box_custom#box-4 {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
|
|
.c-row {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.c-col {
|
|
width: 50%;
|
|
|
|
&.c-col-1 {
|
|
h2 {
|
|
@extend ._title;
|
|
position: relative;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
h3 {
|
|
@extend ._sub_title;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
max-width: 400px;
|
|
|
|
li {
|
|
&:not(:last-child) {
|
|
margin-bottom: 20px;
|
|
}
|
|
p {
|
|
color: $cTxtWhite;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 1.4;
|
|
margin: 0;
|
|
|
|
strong {
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
&.c-col-2 {
|
|
img {
|
|
border-radius: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.box_custom#box-5 {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
|
|
.tiles {
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 20px;
|
|
|
|
.tile {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
height: 370px;
|
|
padding: 20px 20px 32px;
|
|
border: 1px solid #28282e;
|
|
border-radius: 1rem;
|
|
overflow: hidden;
|
|
|
|
&::before {
|
|
content: '';
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(#0000001a, #000);
|
|
z-index: 1;
|
|
}
|
|
|
|
.title__image {
|
|
position: absolute;
|
|
inset: 0;
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 1rem;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
.tile__content {
|
|
position: relative;
|
|
z-index: 1;
|
|
text-align: center;
|
|
}
|
|
h2 {
|
|
color: $cTxtWhite;
|
|
font-size: 25px;
|
|
font-weight: 500;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
p {
|
|
color: $cTxtWhite;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
a {
|
|
@extend ._btn;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.box_custom#box-faq {
|
|
width: 100%;
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 100px;
|
|
margin-bottom: 0;
|
|
|
|
.boxhead {
|
|
margin-bottom: 30px;
|
|
border: none;
|
|
|
|
span {
|
|
color: $cTxtWhite;
|
|
font-size: 40px;
|
|
font-weight: 700;
|
|
font-family: $fPlayfair;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
#faq {
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
|
|
li {
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid #60606b;
|
|
}
|
|
|
|
&:first-child {
|
|
border-top: 1px solid #60606b;
|
|
}
|
|
|
|
&.active {
|
|
h3 {
|
|
&::after {
|
|
height: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
position: relative;
|
|
color: $cTxtWhite;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding: 16px 30px 16px 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
|
|
&::before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 50%;
|
|
width: 15px;
|
|
height: 2px;
|
|
background: $cTxtWhite;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
&::after {
|
|
content: '';
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
height: 15px;
|
|
width: 2px;
|
|
background: $cTxtWhite;
|
|
transform: translate(-50%, -50%);
|
|
transition: all 250ms ease;
|
|
}
|
|
}
|
|
> div {
|
|
display: none;
|
|
p {
|
|
color: #a3a3a3;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
&:last-child {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottom-footer {
|
|
background-color: $cOnyx;
|
|
}
|
|
|
|
.box.slider {
|
|
.boxhead {
|
|
margin: 0 0 40px 0;
|
|
border: none;
|
|
|
|
span {
|
|
margin: 0;
|
|
|
|
color: $cTxtWhite;
|
|
font-size: 51px;
|
|
font-family: $fPlayfair;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
footer.footer {
|
|
padding-top: 40px;
|
|
margin-bottom: 0;
|
|
background-color: $cOnyx;
|
|
border-top: 1px solid #545454;
|
|
|
|
.innerfooter {
|
|
ul {
|
|
margin: 15px 0;
|
|
|
|
li {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
border: none !important;
|
|
|
|
&.head {
|
|
color: $cTxtWhite;
|
|
font-weight: 600;
|
|
background-color: transparent;
|
|
}
|
|
|
|
a {
|
|
color: $cTxtWhite;
|
|
|
|
&:hover {
|
|
color: $cGold;
|
|
}
|
|
}
|
|
|
|
&.custom-li-content {
|
|
ul {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 15px;
|
|
|
|
li {
|
|
padding: 0;
|
|
line-height: 1;
|
|
|
|
a {
|
|
display: block;
|
|
line-height: 1;
|
|
}
|
|
|
|
img {
|
|
display: inline-block;
|
|
max-width: 25px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#shoper-foot {
|
|
background-color: $cOnyx !important;
|
|
|
|
a {
|
|
color: $cTxtWhite;
|
|
}
|
|
}
|
|
|
|
#box_lastadded,
|
|
#box_specialoffer {
|
|
position: relative;
|
|
padding-top: 100px;
|
|
padding-bottom: 100px;
|
|
|
|
&::after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
inset: 0 0 0 50%;
|
|
width: 100svw;
|
|
background: $cOnyx;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.boxhead {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-bottom: 50px;
|
|
border: none !important;
|
|
|
|
span {
|
|
@extend ._title;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.innerbox {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
header {
|
|
.login-bar {
|
|
}
|
|
|
|
.logo-bar-spacer {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.logo-bar {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
.link-logo-img {
|
|
img {
|
|
width: 100%;
|
|
max-width: 100px;
|
|
}
|
|
}
|
|
|
|
.search__container {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.menu-basket-btn {
|
|
a {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
img {
|
|
width: 100%;
|
|
max-width: 20px;
|
|
filter: invert(0.9);
|
|
}
|
|
|
|
span {
|
|
position: absolute;
|
|
background-color: #b79e5f;
|
|
color: #000;
|
|
font-family: $fScandia;
|
|
justify-content: center;
|
|
align-content: center;
|
|
top: -5px;
|
|
left: 14px;
|
|
font-size: 12px;
|
|
border-radius: 100px;
|
|
padding: 4px 6px 3px 6px;
|
|
line-height: 10px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu-account {
|
|
margin-right: 20px;
|
|
|
|
a.myaccount {
|
|
img {
|
|
display: inline-block;
|
|
width: 100%;
|
|
max-width: 20px;
|
|
height: 20px;
|
|
filter: invert(0.9);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
div.menu {
|
|
padding: 0;
|
|
background: #28282e;
|
|
|
|
nav.innermenu {
|
|
height: 46px;
|
|
line-height: 46px;
|
|
|
|
ul.menu-list {
|
|
border: none;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
li {
|
|
&:nth-child(2) {
|
|
a {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
&:last-child {
|
|
a {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
color: $cGold;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.1px;
|
|
text-decoration: none !important;
|
|
transition: all 250ms ease;
|
|
|
|
&:hover {
|
|
color: #f9f8f5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Product card
|
|
body .products.viewphot .product {
|
|
border: none;
|
|
padding: 0;
|
|
margin-top: 40px;
|
|
|
|
&:hover {
|
|
.product-inner-wrap {
|
|
.prodimage {
|
|
border-color: #60606b;
|
|
}
|
|
.product__basket {
|
|
.buttons {
|
|
.quickview {
|
|
top: 10px;
|
|
right: 10px;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transition: all 250ms ease;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&.product_sale_price {
|
|
.product-inner-wrap {
|
|
.product__basket {
|
|
.price {
|
|
> p {
|
|
em {
|
|
color: $cBordo;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.prodimage {
|
|
border: 1px solid #28282e;
|
|
border-radius: 15px;
|
|
margin-bottom: 16px;
|
|
transition: all 250ms ease;
|
|
|
|
img {
|
|
}
|
|
}
|
|
.prodname {
|
|
text-align: left;
|
|
|
|
.productname {
|
|
color: $cTxtWhite;
|
|
font-family: $fBebasNeuePro;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin: 0 0 5px 0;
|
|
padding-top: 0;
|
|
letter-spacing: 0.1px;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
.manufacturer {
|
|
.brand {
|
|
}
|
|
}
|
|
.product__basket {
|
|
.price {
|
|
text-align: left;
|
|
padding-top: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
// Price
|
|
> span {
|
|
}
|
|
|
|
> p {
|
|
em {
|
|
// color: $cBordo;
|
|
color: $cTxtWhite;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
p.price__regular {
|
|
margin: 0;
|
|
|
|
del {
|
|
color: $cTxtWhite;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.price__omnibus {
|
|
display: none;
|
|
}
|
|
|
|
.price__additional-info {
|
|
}
|
|
}
|
|
.buttons {
|
|
form.basket {
|
|
button.addtobasket {
|
|
display: inline-block;
|
|
color: $cBlack;
|
|
padding: 10px 26px;
|
|
background: linear-gradient(119deg, #d0bf95 0%, #a48446 100%);
|
|
border-radius: 100px;
|
|
transition: all 250ms ease;
|
|
border: none;
|
|
|
|
&:hover {
|
|
background: linear-gradient(119deg, #a48446 0%, #d0bf95 100%);
|
|
}
|
|
|
|
span {
|
|
color: $cBlackDark;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|
|
.quickview {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
border-radius: 7px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #141417;
|
|
font-size: 12px;
|
|
min-width: 20px;
|
|
margin: 0;
|
|
border-color: #60606b;
|
|
opacity: 0;
|
|
visibility: none;
|
|
transition: all 250ms ease;
|
|
|
|
&::before {
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Product in box
|
|
body .box .product {
|
|
&:hover {
|
|
.boximgsize {
|
|
border-color: #60606b;
|
|
}
|
|
}
|
|
|
|
&:not(:last-child) {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
&.product_sale_price {
|
|
.price {
|
|
> p {
|
|
em {
|
|
color: $cBordo;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.boximgsize {
|
|
border: 1px solid #28282e;
|
|
border-radius: 15px;
|
|
margin-bottom: 16px;
|
|
transition: all 250ms ease;
|
|
overflow: hidden;
|
|
|
|
img {
|
|
}
|
|
}
|
|
.productnamewrap {
|
|
text-align: left;
|
|
height: 20px !important;
|
|
|
|
.productname {
|
|
color: $cTxtWhite;
|
|
font-family: $fBebasNeuePro;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin: 0 0 5px 0;
|
|
padding-top: 0;
|
|
letter-spacing: 0.1px;
|
|
text-transform: uppercase;
|
|
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.price {
|
|
text-align: left;
|
|
padding-top: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
// Price
|
|
> span {
|
|
}
|
|
|
|
> p {
|
|
em {
|
|
// color: $cBordo;
|
|
color: $cTxtWhite;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
p.price__regular {
|
|
margin: 0;
|
|
|
|
del {
|
|
color: $cTxtWhite;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.price__omnibus {
|
|
display: none;
|
|
}
|
|
|
|
.price__additional-info {
|
|
}
|
|
}
|
|
form.basket {
|
|
button.addtobasket {
|
|
display: inline-block;
|
|
color: $cBlack;
|
|
padding: 10px 26px;
|
|
background: linear-gradient(119deg, #d0bf95 0%, #a48446 100%);
|
|
border-radius: 100px;
|
|
transition: all 250ms ease;
|
|
border: none;
|
|
|
|
&:hover {
|
|
background: linear-gradient(119deg, #a48446 0%, #d0bf95 100%);
|
|
}
|
|
|
|
span {
|
|
color: $cBlackDark;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
body .search__container {
|
|
form.js__search {
|
|
margin-bottom: 0;
|
|
&.search_focused {
|
|
div.search-input.search__input-area {
|
|
border-color: $cGold;
|
|
}
|
|
}
|
|
|
|
.search__input {
|
|
height: 36px;
|
|
}
|
|
|
|
div.search-input.search__input-area {
|
|
height: 36px;
|
|
min-height: 36px;
|
|
border: none;
|
|
flex-direction: row-reverse;
|
|
padding-left: 0;
|
|
padding-right: 10px;
|
|
border-radius: 50px;
|
|
border: 1px solid #b3b3bd;
|
|
background: transparent;
|
|
box-shadow: none !important;
|
|
|
|
.search__input-area-item {
|
|
line-height: 0;
|
|
}
|
|
|
|
input.search__input {
|
|
height: 36px;
|
|
padding: 10px;
|
|
background: transparent;
|
|
color: $cTxtWhite;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
|
|
&::placeholder {
|
|
color: #60606b;
|
|
}
|
|
}
|
|
.js__search-clear-btn {
|
|
color: $cTxtWhite;
|
|
font-size: 8px;
|
|
}
|
|
button.js__search-submit-btn {
|
|
height: 36px;
|
|
width: 36px;
|
|
background: transparent;
|
|
border: none;
|
|
|
|
&::before {
|
|
display: none !important;
|
|
}
|
|
|
|
img {
|
|
width: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Product card
|
|
body.shop_product {
|
|
div.wrap {
|
|
background: rgb(10, 10, 11);
|
|
|
|
div.main {
|
|
#box_productfull {
|
|
margin-top: 40px;
|
|
margin-bottom: 60px;
|
|
|
|
.maininfo {
|
|
.productimg {
|
|
.mainimg {
|
|
border-radius: 12px;
|
|
border-color: #28282e;
|
|
}
|
|
.smallgallery {
|
|
.innersmallgallery {
|
|
ul {
|
|
li {
|
|
border-radius: 6px;
|
|
border-color: #28282e;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.product-main-box__info {
|
|
.productdetails-more {
|
|
float: initial;
|
|
display: block;
|
|
width: 100%;
|
|
|
|
.evaluation {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
.vote-message {
|
|
color: #747480;
|
|
font-size: 12px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.maininfo-name {
|
|
margin-bottom: 32px;
|
|
|
|
.name {
|
|
color: $cTxtWhite;
|
|
font-family: $fBebasNeuePro;
|
|
font-size: 33px;
|
|
font-weight: 600;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
line-height: 1;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.availability {
|
|
.availability {
|
|
}
|
|
.delivery {
|
|
}
|
|
.shipping-costs {
|
|
.showShippingCost {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottomborder {
|
|
.basket {
|
|
margin-top: 32px;
|
|
.price {
|
|
.price__container {
|
|
.price-name {
|
|
display: none;
|
|
}
|
|
|
|
.price-wrapper,
|
|
> em.main-price {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 10px;
|
|
|
|
color: $cRed;
|
|
font-size: 20px;
|
|
font-family: $fScandia;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
line-height: 1;
|
|
|
|
.main-price {
|
|
margin: 0;
|
|
color: $cRed;
|
|
font-size: inherit;
|
|
}
|
|
.price__regular {
|
|
margin: 0;
|
|
font-size: inherit;
|
|
|
|
.price__inactive {
|
|
color: $cTxtWhite;
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
}
|
|
|
|
.price__regular {
|
|
> span {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.js__omnibus-price-container {
|
|
margin-top: 7px;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
|
|
.price__inactive {
|
|
color: $cTxtWhite;
|
|
font-size: 15px;
|
|
margin-left: 7px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
form.form-basket {
|
|
.quantity_wrap {
|
|
.number-wrap {
|
|
input[name='quantity'] {
|
|
margin: 0;
|
|
border: 1px solid #b79e5f;
|
|
border-radius: 8px;
|
|
background: transparent;
|
|
height: 47px;
|
|
min-height: 47px;
|
|
|
|
color: $cTxtWhite;
|
|
font-family: $fBebasNeuePro;
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
text-transform: uppercase;
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
.unit {
|
|
color: $cTxtWhite;
|
|
}
|
|
}
|
|
.button_wrap {
|
|
.addtobasket {
|
|
display: inline-block;
|
|
padding: 10px 30px;
|
|
background: linear-gradient(
|
|
119deg,
|
|
#d0bf95 0%,
|
|
#a48446 100%
|
|
);
|
|
border-radius: 100px;
|
|
transition: all 250ms ease;
|
|
border: none;
|
|
|
|
&:hover {
|
|
background: linear-gradient(
|
|
119deg,
|
|
#a48446 0%,
|
|
#d0bf95 100%
|
|
);
|
|
}
|
|
|
|
span {
|
|
color: $cBlackLight;
|
|
font-size: 20px;
|
|
font-family: $fBebasNeueProExpanded;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
|
|
img {
|
|
width: 100%;
|
|
max-width: 24px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.addtofav {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.productdetails-more-details {
|
|
border-color: #28282e;
|
|
ul {
|
|
display: flex;
|
|
flex-direction: row;
|
|
column-gap: 40px;
|
|
|
|
&::before,
|
|
&::after {
|
|
display: none;
|
|
}
|
|
|
|
li {
|
|
a {
|
|
&:hover {
|
|
span {
|
|
color: $cTxtWhite;
|
|
|
|
&::before {
|
|
color: $cTxtWhite;
|
|
}
|
|
}
|
|
}
|
|
span {
|
|
color: $cGolden;
|
|
font-size: 16px;
|
|
font-family: $fBebasNeuePro;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
transition: all 250ms ease;
|
|
|
|
&::before {
|
|
color: $cGolden;
|
|
transition: all 250ms ease;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-modules {
|
|
#box_description {
|
|
.boxhead {
|
|
padding: 0 0 15px 0;
|
|
border-color: #60606b;
|
|
|
|
h3 {
|
|
color: $cTxtWhite;
|
|
font-family: $fScandia;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
// text-transform: uppercase;
|
|
}
|
|
}
|
|
.innerbox {
|
|
* {
|
|
color: #a3a3a3;
|
|
margin-bottom: 1rem;
|
|
font-size: 16px;
|
|
line-height: 150%;
|
|
}
|
|
|
|
strong {
|
|
}
|
|
|
|
ul {
|
|
padding-left: 20px;
|
|
|
|
li {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#box_productrelated {
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
div.bottom-footer {
|
|
#box_recent {
|
|
padding-top: 70px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.js__gallery_new {
|
|
> .js__gallery-images-container {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
backdrop-filter: blur(3px);
|
|
}
|
|
}
|
|
// .storefront-search {
|
|
// .search__bar {
|
|
// border: 0 !important;
|
|
// border-radius: 0 !important;
|
|
// padding: 0 !important;
|
|
|
|
// .search__submit {
|
|
// background-color: $cGold !important;
|
|
// border: 0;
|
|
// border-radius: 0 !important;
|
|
// display: inline-flex;
|
|
// height: 44px;
|
|
// width: 45px;
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
// cursor: pointer;
|
|
// margin-top: -1px !important;
|
|
// }
|
|
|
|
// input {
|
|
// font-family: 'Poppins', sans-serif !important;
|
|
|
|
// &::placeholder {
|
|
// color: rgb(171, 171, 171) !important;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// .module {
|
|
// .favourites-button,
|
|
// .labeled-icon {
|
|
// display: inline-flex;
|
|
// height: 45px;
|
|
// width: fit-content;
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
// gap: 5px;
|
|
// margin-top: 5px;
|
|
|
|
// &:hover {
|
|
// .favourites-button__signature,
|
|
// .labeled-icon__signature {
|
|
// text-decoration: none !important;
|
|
// }
|
|
// }
|
|
|
|
// svg {
|
|
// stroke: #fff;
|
|
// }
|
|
|
|
// .favourites-button__signature,
|
|
// .labeled-icon__signature {
|
|
// color: #a8a8a8 !important;
|
|
// font-weight: 400 !important;
|
|
// font-size: 13px;
|
|
// }
|
|
|
|
// .indicator {
|
|
// &::after {
|
|
// background-color: $cGold !important;
|
|
// border: 0 !important;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// .storefront-search .search .search_outline {
|
|
// outline: none !important;
|
|
// border: 1px solid $cGold !important;
|
|
// }
|
|
|
|
// .menu {
|
|
// background: transparent !important;
|
|
|
|
// .menu-content_root {
|
|
// background: transparent !important;
|
|
|
|
// li {
|
|
// a {
|
|
// font-weight: 500;
|
|
// font-size: 14px;
|
|
// color: $cGold !important;
|
|
// font-family: 'Poppins', sans-serif !important;
|
|
|
|
// &:hover {
|
|
// color: #fff !important;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// header {
|
|
// > .grid:last-child {
|
|
// border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
// max-width: 100vw;
|
|
// margin-top: 25px;
|
|
// }
|
|
// }
|
|
|
|
#box_mainproducts {
|
|
.boxhead {
|
|
border-bottom: none;
|
|
margin-bottom: 0;
|
|
|
|
.category-name {
|
|
color: $cGolden;
|
|
font-size: 16px;
|
|
font-family: $fScandia;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.sort-and-view {
|
|
.sortlinks {
|
|
margin: 0;
|
|
|
|
select {
|
|
color: $cTxtWhite;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
font-family: $fScandia;
|
|
border-radius: 100px;
|
|
border-color: #28282e;
|
|
background-color: #0f0f11;
|
|
padding: 12px 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#box_productrelated {
|
|
margin-bottom: 0;
|
|
|
|
.boxhead {
|
|
margin: 0 0 40px 0;
|
|
border: none;
|
|
|
|
h3 {
|
|
margin: 0;
|
|
color: $cTxtWhite;
|
|
font-size: 51px;
|
|
font-family: $fPlayfair;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.innerbox {
|
|
.product {
|
|
border: 1px solid #28282e;
|
|
border-radius: 15px;
|
|
padding: 15px;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.f-row {
|
|
}
|
|
|
|
.productname {
|
|
color: $cTxtWhite;
|
|
font-family: $fBebasNeuePro;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin: 0 0 20px 0;
|
|
padding-top: 0;
|
|
letter-spacing: 0.1px;
|
|
text-transform: uppercase;
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.js__prodcut-short-desc {
|
|
margin: 0;
|
|
|
|
p {
|
|
color: $cTxtWhite;
|
|
font-size: 14px;
|
|
font-family: $fScandia;
|
|
font-weight: 400;
|
|
line-height: 1.2;
|
|
margin-top: 0;
|
|
}
|
|
ul {
|
|
color: $cTxtWhite;
|
|
font-size: 14px;
|
|
font-family: $fScandia;
|
|
font-weight: 400;
|
|
line-height: 1.2;
|
|
padding-left: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.price {
|
|
justify-content: flex-end;
|
|
margin-bottom: 20px;
|
|
|
|
em {
|
|
color: $cRed;
|
|
font-size: 20px;
|
|
font-family: $fScandia;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.basket {
|
|
.addtobasket {
|
|
@extend ._btn2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Koszyk
|
|
body.shop_basket {
|
|
#box_basketlist {
|
|
margin-top: 60px;
|
|
|
|
.boxhead {
|
|
margin-bottom: 40px;
|
|
border-bottom: none;
|
|
|
|
h3 {
|
|
position: relative;
|
|
color: $cTxtWhite;
|
|
font-size: 28px;
|
|
font-family: $fLato;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.buttons {
|
|
margin-top: 20px;
|
|
|
|
.btn {
|
|
@extend ._btn3;
|
|
}
|
|
}
|
|
|
|
#cart-options {
|
|
margin-top: 30px;
|
|
|
|
h5 {
|
|
color: $cTxtWhite;
|
|
font-size: 21px;
|
|
font-family: $fLato;
|
|
line-height: 1;
|
|
font-weight: 700;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.delivery,
|
|
.payment {
|
|
padding: 10px;
|
|
background: #28282e;
|
|
border-radius: 5px;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.name {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
}
|
|
}
|
|
|
|
.payment-container {
|
|
padding-right: 4%;
|
|
}
|
|
|
|
.summary-container {
|
|
.summary-container--wrapper {
|
|
border: 1px solid #505050;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
|
|
> .sum {
|
|
.desc {
|
|
color: $cTxtWhite;
|
|
font-size: 18px;
|
|
font-family: $fLato;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
.value {
|
|
color: $cGold;
|
|
font-size: 18px;
|
|
font-family: $fLato;
|
|
font-weight: 800;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
.promo-container {
|
|
margin-bottom: 20px;
|
|
|
|
.promocode {
|
|
.checkbox-input {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
.input {
|
|
width: 100%;
|
|
|
|
.shaded_inputwrap {
|
|
width: 100%;
|
|
|
|
input {
|
|
width: 100%;
|
|
margin: 0;
|
|
top: 0;
|
|
min-height: unset;
|
|
background: #28282e;
|
|
border-color: $cGolden;
|
|
border-top-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
}
|
|
}
|
|
.action {
|
|
.btn {
|
|
margin: 0;
|
|
padding: 10px 20px;
|
|
border: none;
|
|
background: $cGolden;
|
|
display: inline-block;
|
|
color: #fff;
|
|
font-family: $fLato;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
line-height: 21px;
|
|
text-transform: capitalize;
|
|
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.recount,
|
|
.deliveryhead {
|
|
margin-bottom: 10px;
|
|
|
|
.desc {
|
|
em {
|
|
color: $cTxtWhite;
|
|
font-size: 14px;
|
|
font-family: $fLato;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.sum {
|
|
.color {
|
|
color: $cTxtWhite;
|
|
font-size: 14px;
|
|
font-family: $fLato;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.basket-steps {
|
|
ol {
|
|
li {
|
|
&::before {
|
|
border: 1px solid $cGolden;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding: 12px !important;
|
|
background: #111 !important;
|
|
line-height: 1;
|
|
}
|
|
|
|
&.mark-green {
|
|
}
|
|
&.active-step {
|
|
&::before {
|
|
color: $cBlack;
|
|
background: $cGolden !important;
|
|
}
|
|
}
|
|
|
|
span {
|
|
color: $cTxtWhite !important;
|
|
font-size: 14px;
|
|
font-family: $fLato;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#box_basketstep2 {
|
|
.basket-step-border {
|
|
border: 1px solid #505050;
|
|
border-radius: 5px;
|
|
padding: 30px;
|
|
|
|
h3 {
|
|
color: #fff;
|
|
font-size: 21px;
|
|
font-family: $fLato;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.innerbox {
|
|
> div {
|
|
&:not(:last-child) {
|
|
border-right: 1px solid #505050;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|