padding: 0;
position: initial;
- a.back {
+ a.back.small {
top: 18px;
right: 4px;
}
}
.mview[data-menu="cart"] {
- padding: 0;
-
- .caption {
- padding-right: 30px;
- padding-left: 30px;
-
- a.back.small {
- right: 25px;
- }
- }
-
- .content {
- padding: 0 30px;
- }
-
- .ps__rail-x {
- display: none;
- width: 5px;
- height: 5px;
- }
-
- .ps__rail-y,
- .ps__thumb-y {
- width: 5px;
- opacity: 1;
- }
-
- &:has(.ps__rail-y) #wrap-kimplaycart {
- padding-right: 5px;
- }
-
- [class^=ps__rail] {
- background-color: #bce9e9;
- }
-
- [class^=ps__thumb] {
- background-color: #7dd4e6;
- }
-
- .ps__thumb-y {
- right: 0;
- }
-
#kimplaycarttable {
margin-left: 0;
}
#kimplay-sendcart {
- .caption a.back {
- right: -10px;
+ .caption {
+
+ a.back.small {
+ right: 20px;
+ }
}
form {
}
}
+.mview[data-menu="cart"],
+.mview[data-menu="cart-kimplay-sendcart"] {
+ padding: 0;
+
+ .caption {
+ padding-right: 30px;
+ padding-left: 30px;
+
+ a.back.small {
+ right: 25px;
+ }
+ }
+
+ .content {
+ padding: 0 30px;
+ }
+
+ .ps__rail-x {
+ display: none;
+ width: 5px;
+ height: 5px;
+ }
+
+ .ps__rail-y,
+ .ps__thumb-y {
+ width: 5px;
+ opacity: 1;
+ }
+
+ [class^=ps__rail] {
+ background-color: #bce9e9;
+ }
+
+ [class^=ps__thumb] {
+ background-color: #7dd4e6;
+ }
+
+ .ps__thumb-y {
+ right: 0;
+ }
+}
+
div.link[data-action="basket"] {
position: relative;