catalog-reviews.css
1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.catalog-reviews {
padding-top: 120px;
}
.catalog-reviews__title {
font-weight: 600;
font-size: 36px;
line-height: 42px;
margin-bottom: 48px;
text-align: left;
}
.catalog-reviews-container {
position: relative;
text-align: center;
}
.catalog-rev-button {
margin-top: 80px;
border: 1px solid #F2994A;
background-color: #FFFFFF;
color: #F2994A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
padding: 16px 40px;
}
.catalog-rev-button:hover {
background: #F5851A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
color: #FFFFFF;
border: 1px solid #F5851A;
cursor: pointer;
}
.slide-catalog-reviews {
max-width: 427px;
width: 100%;
color: #333B49;
text-align: left;
}
.slide-catalog-reviews__title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin-top: 24px;
}
.slide-catalog-reviews__name {
font-size: 16px;
line-height: 22px;
margin-top: 8px;
}
.slide-catalog-reviews__text {
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-top: 24px;
}
.swiper-button-next__catalog-reviews,
.swiper-button-prev__catalog-reviews {
position: absolute;
}
.swiper-button-prev__catalog-reviews {
top: 40px !important;
left: 1239px !important;
width: 20px !important;
height: 20px !important;
}
.swiper-button-next__catalog-reviews {
top: 40px !important;
right: 15px !important;
width: 20px !important;
height: 20px !important;
}
.catalog-reviews-container [class^=swiper-button-]::after {
content: "";
}
.catalog-viewed {
padding-top: 120px;
padding-bottom: 120px;
}