summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_prising.scss
blob: 1afa33f1f7adc5faac5678324b553b7f99c4a0fc (plain)
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
.prising_area{
    position: relative;
    background: #fdf9f6;
    padding-top: 144px;
    padding-bottom: 100px;
    z-index: 0;
    &::after{
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background-image: url(../../static/img/banner/prise_bg.png);
        height: 100%;
        width: 100%;
        opacity: .04;
        z-index: -1;
    }
    .prise_title{
        h4{
            font-size: 25px;
            color: #eb592d;
            margin-bottom: 35px;
        }
    }
    .single_service{
        margin-bottom: 50px;
        .service_inner{
            .thumb{
                img{
                    width: 60px;
                    height: 60px;
                    @include border-radius(50%);
                    overflow: hidden;
                }
            }
        }
        .hair_style_info{
            padding-left: 20px;
            .prise{
                margin-bottom: 5px;
                position: relative;
                &::before{
                    position: absolute;
                    height: 1px;
                    content: '';
                    border-bottom: 1px dashed#d7d4d1;
                    bottom: 7px;
                    left: 29%;
                    right: 12%;
                }
                span{
                    font-size: 16px;
                    color: #222222;
                    font-family: $font1;
                }
            }
            p{
                font-size: 16px;
                color: #7f7f7f;
                font-weight: 400;
                margin-bottom: 0;
            }
        }
    }
    .prising_active{
        @media #{$mobile_device}{
            display: block !important;
        }
        .single_prising{
            overflow: hidden;
            -webkit-box-flex: 45%;
            -ms-flex: 45% 0 0px;
                flex: 45% 0 0;
                @media #{$mobile_device}{
                    -webkit-box-flex: 100%;
                    -ms-flex: 100% 0 0px;
                        flex: 100% 0 0;
                }
           .service_inner{
            // flex: 10% 0 0;
            float: left;
            overflow: hidden;
           }
           .hair_style_info{
            // flex: 90% 0 0;
            overflow: hidden;
           }
        }
    }


    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }
    .owl-carousel .owl-nav div.owl-prev {
        left: auto;
        right: 54px;
    }
    .owl-carousel .owl-nav div {
        left: 0;
        background: #000;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        @include border-radius(4px);
        border: 1px solid #ddc4c4;
        background: #fff;
        font-size: 14px;
        color: #f39b80 !important;
        left: auto;
        top: -96px;
        right: 10px;
		-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
				transform: translateY(0%);
    }
    .owl-carousel .owl-nav div {
        color: #7E8D9A;
        &:hover{
            background: #F91842;
            border-color: #eb592d;
            color: #fff  !important;
        }
    }
    .owl-carousel .owl-nav div.owl-prev i {

        position: relative;
        right: 1px;
        top: -1px;
    }
    .owl-carousel .owl-nav div.owl-next i {

        position: relative;
        right: 0;
        top: -1px;
    }
}