

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Rubik:300,400,500,700,900');
@import url('fontawesome-all.min.css');
@import url('elegant-icons.min.css');
@import url('bootstrap.min.css');
@import url('meanmenu.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');
@import url('magnific-popup.css');

@import url('typography/typograhpy.css');
@import url('colors/default.css');
@import url('widget.css');


/*
==========================================
    Theme Reset Css
==========================================
*/












body {
    background: #fff;
    color: #5e6271;
	font-family: 'Lato', sans-serif;
}

* {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3145;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


h1.fadeInUp {
    text-transform: capitalize;
}
.single-product.text-center h3 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px;
	    font-weight: 700;
}
.single-product.text-center p {
    padding:2px 10px 20px;
}
.fa, .fas {
    font-weight: 900;
    margin-top: 18px;
}
.single-contact i {
    margin: 5px 13px 0px 0px !important;
}
.opening-hours i {
    float: left;
    margin-right: 16px;
    margin-top: 8px;
}
.single-contact h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22px;
}
.top-of.of-top {
    border-width: 1px;
    border-style: solid;
    padding: 18px;
}
.logo.main {
    position: absolute;
    z-index: 99;
}

/* Helper class*/

.section-padding {
    padding: 80px 0;
}

.section-padding-top {
    padding: 80px 0 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    margin-bottom: 10px;
    display: inline-block;
	font-family: 'Dancing Script', cursive;
}

.section-title hr {
    width: 20px;
    height: 20px;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
	background-image:url(../img/icon00.png)
}

.section-title p {
    margin-top: 16px;
}

.section-title hr:after {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 50%;
}

.section-title hr:before {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 50%;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}


/* Button Style */

.boxed-btn {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    padding: 11px 34px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxed-btn:before,
.boxed-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #fff;
    will-change: transform;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.boxed-btn:before {
    right: 75%;
    margin-right: -1px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.boxed-btn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.boxed-btn:hover {
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

.boxed-btn:hover:before,
.boxed-btn:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1.5);
    transform: skew(-45deg) scaleX(1.5);
}

/* Input Style */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #aaa;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.input--hantus {
    margin-bottom: 40px;
}

.input__field--hantus {
    width: 100%;
    background: transparent;
    color: #2c3145;
}

.input__label--hantus {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #2c3145;
    cursor: text;
}

.input__label-content--hantus {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.graphic--hantus {
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: #d9d9d9;
    stroke-width: 4px;
    stroke-dasharray: 962;
    stroke-dashoffset: 558;
}

.textarea .graphic--hantus {
    stroke-width: 2px;
}

.input__field--hantus:focus+.input__label--hantus,
.input--filled .input__label--hantus {
    cursor: default;
    pointer-events: none;
}

.input__field--hantus:focus+.input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
    stroke-dashoffset: 0;
}

.input__field--hantus:focus+.input__label--hantus .input__label-content--hantus,
.input--filled .input__label-content--hantus {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateY(-50px);
            transform: scale3d(0.81, 0.81, 1) translateY(-50px);
}


/*
==========================================
    01. Header top
==========================================
*/

#header-top {
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#header-top p {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
}

#header-top p:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #cacaca;
}

#header-top i {
    margin-right: 6px;
}

#header-top ul li {
    display: inline-block;
}

#header-top .header-social li {
    margin-right: 10px;
    margin-left: 0;
}

.header-social li a {
    text-align: center;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
}

#header-top .header-social i {
    color: #fff;
    margin-right: 0;
}

.header-social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
            animation: socialFxD .3s forwards
}

@-webkit-keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

#header-top li {
    margin-left: 30px;
}

#header-top li a {
    color: #5e6271;
}

.header-top-right {
    -webkit-transform: translateY(-30%);
    transform: translateY(12%);
}

/*
==========================================
    02. Navbar
==========================================
*/

.navbar-area {
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}

.navbar-area .logo img {
    padding: 0px 0;
    border: 1px solid #eee;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    border-radius: 73%;
    width: 180px;
    height: 180px;
}

.main-menu li {
    display: inline-block;
    margin-left: 30px;
}

.main-menu li a {
    color: #363636;
    display: block;
    padding: 30px 0;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.main-menu li.c-dropdowns.active li a {
    color: #363636;
}

.main-menu li.active a:before,
.main-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.main-menu li.active a:before {
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.main-menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}




/* Mean menu */

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
    position: absolute;
    left: 0;
    width: 90%;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 15px;
    margin-right: 10px;
    padding: 4px 5px;
    position: absolute;
    z-index: 99;
}

.mean-container .mean-nav ul {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav {
    margin-top: -14px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.mean-container .mean-nav ul li a {
    text-transform: capitalize;
}

/* Sticky */

div#sticky-wrapper.is-sticky .sticky-nav {
    background: #fff !important;
    background-image: none;
    box-shadow: 0px 0 1px rgba(0, 0, 0, .2);
}

.is-sticky .sticky-nav {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
    z-index: 999;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.is-sticky .cart-icon,
.is-sticky .main-menu li a {
    padding: 30px 0;
}

.is-sticky .navbar-area .logo img {
    padding: 0px 0;
}

.header-single-slider img {
    width: 100%;
}
.single-product.text-center img {
    width: 100%;
}

/*
==========================================
    03. Slider
==========================================
*/

header {
    overflow: hidden;
}

.header-slider {
    cursor: crosshair;
}

.header-single-slider figure {
    position: relative;
    display: inline-block;
}

.header-single-slider figure img {
    display: block;
    margin: 0;
}

.header-single-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}


.header-single-slider .container.inner-content {
    width: 100%;
}

.header-single-slider .container.inner-content p {
    width: 50%;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-center p,
.header-single-slider .container.inner-content.text-center {
    margin: 0 auto;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-right p {
    margin-left: auto;
}

.header-slider h3 {
    margin-bottom: 16px;
}

.header-slider h1 {
    margin-bottom: 24px;
}

.header-slider .boxed-btn {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
}

.header-slider .owl-nav {
    display: block;
}

.header-slider .owl-next,
.header-slider .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #2c3145;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
    color: #fff;
}

.header-slider .owl-prev {
    left: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-prev {
    left: 50px;
    visibility: visible;
}

.header-slider .owl-next {
    right: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 50px;
    visibility: visible;
}


/*
==========================================
    04. Slider Contact
==========================================
*/

.contact-wrapper {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(42, 57, 63, 0.15);
    margin-top: -80px;
}
.top-of i {
    color: #fff;
}
.top-of h3 {
    text-transform: capitalize;
    font-size: 21px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 10px;
	font-weight: 700;
}
.top-of {
    padding: 18px;
	    text-align: center;
}

.row.media-of{
    background-image: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.single-contact.lorem {
    background-color: #ec5598;
    padding: 30px;
}
.single-contact {
   /* background: #fff;
    padding: 30px 0 20px 50px;*/
    color: #fff;
	    padding: 30px;
}

/*.single-contact h4 {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*.contact-wrapper .single-contact p {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/

.contact-wrapper i,
.contact-wrapper img {
    /*float: left;*/
    margin-right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper .single-contact:hover i,
.contact-wrapper .single-contact:hover img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}


/*
==========================================
    05. Our Service
==========================================
*/

.service-box figure {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-box:hover figure {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.service-box figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 15px;
    z-index: 2;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.service-box:hover figure figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c3145;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.service-box:hover figure:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}

.service-box figure figcaption .boxed-btn {
    padding: 14px 24px;
    color: #fff;
}

.service-box h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box p {
    margin-bottom: 14px;
}

.service-box p.price {
    margin-bottom: 0;
}


/*
==========================================
    07. Feature
==========================================
*/

#feature {
    background: url(../img/bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
	    background-repeat: no-repeat;
    background-attachment: fixed;
}

#feature .section-title h2,
#feature h4 {
    color: #fff;
}

#feature h4 {
    margin-bottom: 10px;
}
.opening-hours img {
    float: left;
    margin-right: 10px;
	    width: 30px;
}
.unique h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.feature-icon {
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #675d56;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    float: left;
    background-color: #ec5598 !important;
    margin-top: 13px;
}
.feature-box.text-center h4 {
    text-align: left;
    margin-bottom: 0px !important;
    padding: 8px 0px 0px;
}
.feature-icon {
    margin-right: 9px;
}
.col-md-7.abt-sec {
    background: #fff;
    border-radius: 0px;
    padding: 35px 40px;
    border: 0;
    box-shadow: none;
    color: #000;
}
.abt-sec h3 {
    font-size: 21px;
    margin-bottom: 10px;
}
.abt-sec p {
    margin-bottom: 40px;
}
.abt-sec a{
    background-color: #ec5598;
    text-transform: capitalize;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    padding: 11px 34px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.feature-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.feature-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}

.feature-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.feature-box:hover .feature-icon {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.feature-box:hover .feature-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
==========================================
    10. Product
==========================================
*/

#product {
    overflow: hidden;
}

#product.section-padding {
    padding-bottom: 35px;
}

.single-product {
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    border-radius: 5px;
    margin: 5px 5px 45px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
   /* padding: 40px 0;*/
}

.single-product:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.single-product .sale {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 6px 16px;
    color: #fff;
}

.product-img {
    height: 250px;
    line-height: 250px;
}

.rate {
    margin-bottom: 20px;
}

.rate li {
    display: inline-block;
    color: #f68e56;
}

.single-product h5 {
    margin-bottom: 10px;
}

.single-product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 49, 69, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scale(.5);
            transform: scale(.5);
}

.single-product:hover .overlay {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.single-product .overlay li {
    display: inline-block;
}

.single-product .overlay .icons {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
}

.single-product .overlay li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.single-product .overlay li a:hover {
    color: #fff;
}


.product-carousel .owl-nav {
    display: block;
}

.product-carousel .owl-next,
.product-carousel .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #9598a2;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top:27%;
    -webkit-transition: .7s;
    transition: .7s;
}

.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover {
    color: #fff;
}

.product-carousel .owl-prev {
    left: -50px;
}

.product-carousel .owl-next {
    right: -50px;
}




/*
==========================================
    12.Appoinment
==========================================
*/

#appoinment {
    background: url(../img/bg2.jpg) no-repeat center / cover;
	    background-repeat: no-repeat;
    background-attachment: fixed;
}

.opening-hours {
    color: #fff;
    margin-top: 50px;
    padding: 70px 80px;
    border: 5px solid rgba(255, 255, 255, .2);
    border-right: 0;
    float: left;
    width: 50%;
}

.opening-hours h3 {
    margin-bottom: 20px;
    color: #fff;
}

.opening-hours p {
	margin-bottom: 20px;
	line-height: 28px;
	margin-left: 30px;
}

.opening-hours li {
    margin-bottom: 5px;
}

.appoinment-wrapper {
    border-radius: 10px;
    background: #fff;
    padding: 50px;
    float: left;
    width: 50%;
}

.appoinment-wrapper input[type=date],
.appoinment-wrapper input[type=time],
.appoinment-wrapper select {
    padding: 8px 15px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    margin-bottom: 25px;
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 2px;
}

.appoinment-wrapper .input {
    background: #f7f7f7;
    margin-bottom: 25px;
}

.appoinment-wrapper .input__field--hantus:focus+.input__label--hantus .input__label-content--hantus,
.appoinment-wrapper .input--filled .input__label-content--hantus {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateY(-42px);
            transform: scale3d(0.81, 0.81, 1) translateY(-42px);
}

.appoinment-wrapper select {
    padding: 12px 15px;
}

.appoinment-wrapper select#options {
    width: 100%;
}

.appoinment-wrapper .dtb input,
.appoinment-wrapper .dtb select {
    width: 31.2%;
    margin-right: 10px;
}

.appoinment-wrapper .dtb select {
    margin-right: 0;
}

.appoinment-wrapper button {
    border: none;
    padding: 14px 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
==========================================
    16.footer-copyright
==========================================
*/

#footer-copyright {
        padding: 19px 0;
    background-color: #ec5598;
}
.copyright-text p {
    color: #fff;
}
.copyright-text ul li {
    display: inline-block;
}

.copyright-text a {
    color: #9c9c9c;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 20px;
}

.payment-method li {
    display: inline-block;
    margin-right: 20px;
}

.payment-method li a {
    width: 50px;
    height: 30px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(44, 49, 59, 0.55);
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #2c3145;
}

.payment-method li a:hover {
    box-shadow: 1px 5px 5px 1px rgba(44, 49, 59, 0.55);
}

/* Scroll Up */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 23px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #fff;
    z-index: 888;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5)
}

.scrollup:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}


