File size: 2,571 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
:root {
    --background-color : #131921;
    --yello-color: #F3A847;
    --white-color: #fff;
    --border-color: #BBBFBF;
  }
  

/* utility */

a{
    text-decoration: none;
    color: inherit;
}

.flexBox{
   display: flex;
   justify-content: center;
   align-items: center;
}
.image{
  width: 100%;
}
.bold{
  font-weight: 600;
  text-transform: capitalize;
}
.left-right-padding{
  padding: 0 .5rem;
}
.top-bottom-padding{
  padding: .5rem 0;
}

sup{
    font-size: 12px;
    padding: 3px;
}



.ProductPaga-container{
    display: flex;
    justify-content: space-between;
    align-items: start;
    color: black;
    font-size: 14px;
    line-height: 20px;
}
.pagination{
    color: black;   
    font-size: .7rem;
    font-weight: 600;
}
.product-detail{
}
.product-buying-detail{
    border: 1px var(--border-color) solid;
    border-radius: 3px;
    width: 20%;
}
.cartBtn{
    border-radius: 20px;
    padding: .5rem 2rem;
    border: none;
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    margin: .5rem 1rem;
    box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
}
.cartBtn:hover{
    opacity: 0.5;
}
.product-img-video{
    width: 30%;
}
.product-img-video img{
    width: 100%;
}
.product-detail-name{
    border-bottom: 1px solid var(--border-color);
}
.product-detail-name > p {
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}
.product-link{
    color: #007185;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}
.saprete{
    width: 2px;
    background-color: black;
    height: 1rem;
}
.product-stock{
    color: #007600;
    font-size: 18px;
    line-height: 24px;
}
.product-price{
    font-size: 28px;
}
.product-detail{
    width: 40%;
}
.start{
    color: var(--yello-color);
}
.dealBadgeSupportingText{
    color: #CC0C39;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}
.emi-section{
    border-radius: 5px;
    padding: 7px 10px;
    border: 1px solid var(--border-color);
    flex: 1;
    margin: .3rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
}
.shipping-Icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.shipping-Icon img{
    width: 3rem;
    object-fit: cover;
}
.shipping-Icon p{
    font-size: 12px;
}
.color-selector{
    text-align: center;
}
.color-selector img{
    border: 1px solid var(--border-color);
    padding: .3rem;
    border-radius: 3px;
    margin: 0 .3rem;
}
.small-product{
    border-radius: 8px;
    margin: .3rem;
}
.small-product img{
    width: 2.8rem;
}