@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: auto;
}

body {
    max-height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
textarea:focus,
input:focus,
button:focus {
    outline: none;
    text-decoration: none;
    outline: 0 solid;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fix {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.section-padding {
    padding: 110px 0;
}

.npb {
    padding-bottom: 0;
}

.section-title {
    margin: 0 0 20px;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}






/* =================
header top css start 
====================*/

.social-links {
    display: inline-block;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 0 8px;
}

.social-links a {
    display: inline-block;
    color: #A3A3A3;
    padding: 5px 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-links a:hover {
    color: #F69165;
}

.grey-bg {
    background: #f9f9f9;
}

.header-top span {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 5px 8px;
}

.header-top p {
    margin: 0;
}

.header-top span i.fa {
    padding-right: 5px;
    color: #F69165;
}

.header-top input {
    border: none;
    background: #f9f9f9;
    padding: 0 5px;
}

.header-top button {
    background: transparent;
    border: transparent;
    cursor: pointer;
}

.header-top {
    border-bottom: 1px solid #ddd;
}






/* ======================
header middle css start 
========================*/

.logo {
    display: inline-block;
    font-size: 36px;
    color: #000;
    font-weight: 900;
    text-transform: capitalize;
    padding: 3px 0;
    -webkit-transition: .3s;
    transition: .3s
}

.logo img {
    padding-right: 10px;
    font-size: 20px;
}

.logo span {
    color: #F69165;
}

.logo:hover {
    color: #000;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.header-middle ul li {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-middle ul li:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.header-middle ul li img {
    max-height: 40px;
    float: left;
    top: 8px;
    position: relative;
}

.header-middle ul li h4 {
    font-size: 22px;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
}

.header-middle ul li h4 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
}

.header-middle {
    padding: 20px 0;
}








/* ======================
header area css start 
========================*/

.header-area {
    background: #00CCE1;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.is-sticky .header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99!important;
}

.mainmenu ul.nav.navbar-nav li a {
    color: #fff;
    padding: 15px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 900;
}

.mainmenu {
    position: relative;
}

.mainmenu ul.nav.navbar-nav li a.active,
.mainmenu ul.nav.navbar-nav li a:hover {
    color: #F69165;
}

.menu-right {
    position: absolute;
    right: 20px;
    top: 0;
}

.menu-right li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.menu-right li a {
    display: block;
    color: #fff;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.menu-right li a i.fa.fa-cart-plus {}

.menu-right li a span {
    position: relative;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #F69165;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    top: -10px;
    right: 10px;
}

.menu-right li.appoint-btn:after {
    position: absolute;
    content: "";
    background: #F69165;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-right li.appoint-btn:hover:after {
    background: #00CCE1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #00CCE1;
    border-bottom: 1px solid #00CCE1;
}








/* ======================
slider area css start 
========================*/

.slider-wrap {
    background-image: url(../img/slide-bg.png);
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slide-text h2,
.slide-text h1 {
    background: #00CCE1;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    padding: 2px 10px;
    margin: 0 0 10px;
}

.slide-text h1 {
    background: #F69165;
    font-size: 46px;
    line-height: 1.1;
}

.slide-text {
    font-size: 18px;
    line-height: 28px;
    padding: 150px 0;
}

.boxed-btn {
    display: inline-block;
    background: #00CCE1;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 30px;
    font-weight: 900;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-group .s-btn {
    margin-right: 12px;
    background: #F69165;
}

.btn-group {
    margin-top: 15px;
}

.btn-group a:hover {
    border-color: #00CCE1;
    color: #00CCE1;
    background: transparent;
}

.slider-wrap .row {
    position: relative;
}

.slide-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 500px;
}

.owl-carousel .owl-item img,
.slide-img {
    width: auto;
    z-index: -1;
}


.slider-wrap .owl-nav div,
.client-list .owl-nav div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #00CCE1;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-wrap .owl-nav div.owl-next,
.client-list .owl-nav div.owl-next {
    left: auto;
    right: 0;
    border-radius: 5px 0 0 5px;
}

.slider-wrap .owl-nav div:hover,
.client-list .owl-nav div:hover {
    background: #F69165;
}

.slider-wrap .owl-dots div,
.blog-list .owl-dots div,
.testimonial-list .owl-dots div {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #C7CCD0;
    margin: 4px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-wrap .owl-dots div.active,
.blog-list .owl-dots div.active,
.testimonial-list .owl-dots div.active {
    background: #F69165;
}

.slider-wrap .owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -5px;
}










/* ======================
welcome area css start 
========================*/

.welcome-area {
    position: relative;
}

.welcome-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.welcome-img img {
    width: 80%;
    max-height: 600px;
    height: 600px;
}

.welcome-text {
    margin: 0 0 50px;
}

.welcome-box img {
    max-height: 50px;
}

.welcome-box h4 {
    margin: 12px 0;
}

.welcome-box {
    margin-top: 30px;
}








/* ======================
team area css start 
========================*/

.section-title h2 {
    position: relative;
    padding-bottom: 30px;
}

.section-title h2:after {
    position: absolute;
    content: "";
    background-image: url(../img/separator.png);
    height: 100%;
    width: 60px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -30px;
    bottom: -55px;
}

.team-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 230px;
}

.team-bg-1 {
    background-image: url(../img/team-bg-1.jpg);
}

.team-bg-2 {
    background-image: url(../img/team-bg-2.jpg);
}

.team-bg-3 {
    background-image: url(../img/team-bg-3.jpg);
}

.team-bg-4 {
    background-image: url(../img/team-bg-4.jpg);
}

.team-bg-5 {
    background-image: url(../img/team-bg-5.jpg);
}

.team-bg-6 {
    background-image: url(../img/team-bg-6.jpg);
}

.team-bg {
    display: table;
    position: relative;
    z-index: 1;
}

.team-social {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, .7);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social a {
    width: 35px;
    height: 35px;
    border: 2px solid;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social a:hover {
    background: #F69165;
    border-color: #F69165;
}

.single-team-member:hover .team-social {
    transform: scale(1);
}

.single-team-member {
    background: #fff;
    border-bottom: 4px solid #00CCE1;
    margin-top: 30px;
}

.team-content {
    padding: 20px 0;
}

.team-content h4 {
    margin: 0 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-team-member:hover {
    border-color: #F69165;
}

.single-team-member:hover h4 {
    color: #F69165;
}









/* ======================
service css start 
========================*/

.service-box {
    margin: 30px 0 0;
    border: 5px solid #EBEBEB;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-title img {
    float: left;
}

.service-title img {
    max-height: 50px;
    padding-right: 12px;
}

.service-title h4 {
    position: relative;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-title {
    margin: 0 0 20px;
}

.more-btn {
    color: #707070;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 700;
}

.service-box:hover {
    border-color: #F69165;
}

.service-box:hover h4 {
    color: #F69165;
}

.service-box:hover .more-btn {
    color: #F69165;
}










/* ======================
pricing css start 
========================*/

.pricing-box {
    margin: 30px 0 0;
    border: 5px solid #fff;
    padding: 30px 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-price {
    background: #fff;
    margin: 0 -20px;
    padding: 20px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-price h2 {
    font-size: 48px;
    color: #00CCE1;
    font-weight: 900;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-price h2 span {
    display: block;
    font-size: 16px;
}

.pricing-heading h3 {
    font-size: 30px;
    color: #00CCE1;
    margin: 0 0 10px;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-heading {
    padding: 0 0 30px;
}

.pricing-box ul {
    padding: 30px 0;
}

.pricing-box ul li {
    line-height: 2;
}

.pricing-box:hover {
    border-color: #F69165;
    background: #fff;
}

.pricing-box:hover .pricing-price {
    background: #F69165;
}

.pricing-box:hover .pricing-price h2 {
    color: #fff;
}

.pricing-box:hover .pricing-heading h3 {
    color: #F69165;
}

.pricing-box:hover .boxed-btn {
    background: #F69165;
}

.pricing-box.active {
    border-color: #F69165;
    background: #fff;
}

.pricing-box.active h3 {
    color: #F69165;
}

.pricing-box.active .pricing-price {
    background: #F69165;
}

.pricing-box.active .pricing-price h2 {
    color: #fff;
}

.pricing-box.active .boxed-btn {
    background: #F69165;
}

.pricing-box .boxed-btn:hover {
    color: #fff;
}








/* ======================
blog css start 
========================*/

.single-blog-item {
    margin-top: 30px;
}

.blog-bg {
    background-size: cover;
    background-position: center;
    width: 90%;
    height: auto;
}

.blog-bg-1 {
    background-image: url(../img/blog-bg.jpg);
}

.blog-bg-2 {
    background-image: url(../img/blog-bg-2.jpg);
}

.blog-content {
    background: #f9f9f9;
    border-bottom: 5px solid #00CCE1;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-meta p a {
    font-size: 14px;
    color: #bdbcbc;
    cursor: pointer;
}

.blog-meta span {
    padding-right: 10px;
}

.popup-img {
    width: 40px;
    height: 40px;
    background: #00CCE1;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-content h4 {
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-content .more-btn {
    font-size: 14px;
    font-weight: 500;
}

.single-blog-item:hover h4 {
    color: #F69165;
}

.single-blog-item:hover .blog-content {
    border-color: #F69165;
}

.single-blog-item:hover .more-btn {
    color: #F69165;
}

.single-blog-item:hover .popup-img {
    background: #F69165;
    color: #fff;
}

.blog-list .owl-dots {
    text-align: center;
    margin-top: 30px;
}







/* ======================
client css start 
========================*/

.client-area .section-title {
    color: #fff;
}

.client-area .section-title h2 {
    color: #fff;
}

.client-area {
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}

.single-brand-box {
    margin-top: 30px;
    height: 120px;
    width: 100%;
    display: table;
}

.brand-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-brand-box img {
    margin: 0 auto;
    max-height: 90px;
}

.client-list .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 3px;
    left: -100px;
}

.client-list .owl-nav div.owl-next {
    border-radius: 3px;
    right: -100px;
}









/* ======================
testimonial css start 
========================*/

.single-testimonail-item {
    margin-top: 30px;
}

.testimonail-content {
    width: 100%;
    height: 100%;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    padding: 20px;
}

.triangle-shape,
.triangle-shape:after {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    content: '';
}

.triangle-shape {
    left: 60px;
    bottom: -30px;
    border-top: 30px solid #EBEBEB;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.triangle-shape:after {
    border-top: 30px solid #fff;
    bottom: 6px;
    left: 2px;
}

.testimonial-img {
    margin-top: 40px;
    width: 90px !important;
    height: 90px;
    border: 1px solid #EBEBEB;
}


.testimonail-content span {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #888888;
    font-style: normal;
}

.testimonail-content strong {
    font-size: 18px;
    font-weight: 900;
    color: #F69165;
}

.testimonial-list .owl-dots {
    position: absolute;
    right: 0;
    bottom: 90px;
}

.testimonial-list .owl-nav {
    display: none;
}







/* ======================
footer css start 
========================*/

.footer-area {
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}

.footer-area:after {
    background: #1b1b1b;
    opacity: .94;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
}

.footer-area,
.footer-area a {
    color: #b4b4b4;
}

.footer-area h3 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 30px;
}

.footer-logo {
    margin: 0 0 30px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-logo:hover {
    opacity: .9;
}

.footer-logo img {
    max-height: 40px;
}

.footer-area ul li {
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
    cursor: pointer;
}

.footer-area ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    max-height: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-area ul {
    margin-top: 30px;
}

.post-list img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.post-meta {
    font-size: 14px;
    color: #777777;
}

.post-content p {
    margin: 0;
}

.post-content p:hover {
    text-decoration: underline;
}

.post-list {
    margin-bottom: 30px;
}

.newsletter-form input[type="email"] {
    background: transparent;
    border: 1px solid #252525;
    color: #fff;
    width: 70%;
    padding: 10px;
}

.newsletter-form input[type="submit"] {
    background: #F69165;
    color: #fff;
    border: 1px solid #F69165;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
    width: 28%;
    margin-left: -1%;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.newsletter-form input[type="submit"]:hover {
    background: #00CCE1;
    border-color: #00CCE1;
}

.newsletter-form p {
    margin: 0 0 30px;
}

.footer-social-links span {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

.footer-social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #323232;
    text-align: center;
    line-height: 29px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-social-links a:hover {
    background: #F69165;
}

.footer-social-links {
    margin-top: 30px;
}

.copysec {
    background: #161616;
    color: #777;
    padding: 20px 0;
}

.copysec a {
    font-weight: 900;
    color: #00cce1;
    -webkit-transition: .3s;
    transition: .3s;
}

.copysec a:hover {
    text-decoration: underline;
}









/*===========================
shop page css
============================*/

.breadcrumb-area {
    background-image: url(../img/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
}

.breadcrumb-man {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.breadcrumb-area h3 {
    color: #F69165;
    padding: 130px 0;
}

.breadcrumb-list {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumb-area ul li {
    display: inline-block;
    position: relative;
}

.breadcrumb-area ul li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #999A9A;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
}

.breadcrumb-area ul li:first-child:after,
.breadcrumb-area ul li:last-child:after {
    display: none;
}

.breadcrumb-area ul li a {
    padding: 15px;
    color: #959595;
    font-weight: 700;
}

.breadcrumb-area ul li.active a {
    color: #F69165;
}



.product-top {
    margin: 0 0 20px;
}

.product-bg {
    background-color: #F2F2F2;
    height: 300px;
    width: 100%;
    display: table;
    padding: 20px;
}

.product-inner {
    display: table-cell;
    vertical-align: middle;
}

.product-bg img {
    max-height: 230px;
}

.product-box {
    background: #FAFAFA;
    margin-top: 30px;
}

.product-content {
    padding: 30px 20px;
    border-bottom: 4px solid #00CCE1;
    -webkit-transition: .3s;
    transition: .3s;
}

.p-category {
    font-size: 14px;
}

.product-content h4 {
    font-size: 18px;
}

.product-content .p-price {
    color: #363636;
    font-weight: 900;
}

.product-content .p-price span {
    color: #d7d7d7;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.bordered-btn {
    display: inline-block;
    color: #363636;
    border: 1px solid;
    font-weight: 700;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.product-content .bordered-btn {
    margin-top: 20px;
}

.product-box:hover .product-content {
    border-color: #F69165;
}

.product-box:hover .product-content .p-price {
    color: #F69165;
}

.product-box:hover .product-content .bordered-btn {
    background: #F69165;
    color: #fff;
    border-color: #F69165;
}

.p-price span:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-top .nice-select {
    background: #FAFAFA;
    border: none;
    width: 31%;
    border-radius: 0 0 0;
}

.product-top .nice-select:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 41px;
    background: #F2F2F2;
}







/*=====================
product sidebar
======================*/

.widget-p-cat .card-header {
    padding: 0;
    background: transparent;
}

.widget-p-cat .card {
    border: none;
}

.widget-p-cat .btn {
    font-weight: 500;
    color: #363636;
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    padding: 8px 0;
}

.p-widget-icon i.fa {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #00CCE1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    display: none;
}

.widget-p-cat .card-header button[aria-expanded="true"] .p-widget-icon i.fa.fa-minus {
    display: block;
    background: #F69165;
}

.widget-p-cat .card-header button[aria-expanded="false"] .p-widget-icon i.fa.fa-plus {
    display: block
}

.widget-p-cat .card-header button[aria-expanded="true"] .w-p-title {
    color: #F69165;
}

.widget-p-cat .card-body {
    padding: 15px 0;
}

.widget-p-cat .card-body ul li a {
    color: #707070;
    font-size: 14px;
    display: block;
    line-height: 2;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-p-cat .card-body ul li a i.fa {
    color: #CACACA;
    padding-right: 5px;
}

.widget-p-cat .card-body ul li a:hover,
.widget-p-cat .card-body ul li a:hover i.fa {
    color: #F69165;
}

.sidebar-widget h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.price-filer p span {
    color: #f69165;
}

.price-filer .boxed-btn {
    background: #F69165;
    font-size: 14px;
    padding: 10px 16px;
    line-height: 1;
}

.price-filer .boxed-btn:hover {
    background: #00CCE1;
    color: #fff;
}

.price-filer p {
    margin: 0;
    padding-top: 8px;
}

.price-filer .d-flex {
    margin-top: 20px;
}

.sidebar-widget .slider-handle {
    width: 8px;
    background-color: #00CCE1;
    background-image: -webkit-linear-gradient(top, #00CCE1 0, #00CCE1 100%);
    background-image: linear-gradient(to bottom, #00CCE1 0, #00CCE1 100%);
}

.sidebar-widget .slider-handle.round {
    border-radius: 10px;
}

.sidebar-widget .slider-selection {
    background: #F69165;
    border-radius: 3px 3px 3px 3px;
}

.sidebar-widget .slider.slider-horizontal .slider-handle {
    margin-left: -5px;
}


.widget-banner {
    margin: 50px 0;
}

.widget-banner img {
    width: 100%;
    height: 300px;
}

.product-list img {
    background: #F2F2F2;
    padding: 10px;
    text-align: center;
    width: 60px;
    height: 70px;
    margin-right: 20px;
}

.product-list:hover h5 {
    text-decoration: underline;
}

.product-list {
    margin-top: 20px;
}

.w-p-content h5 {
    font-size: 16px;
    margin: 0;
}

.w-p-content span {
    display: block;
}

.price-filer p {
    margin: 0;
    padding-top: 8px;
}

.w-p-content {
    width: 100%;
}

.review i.fa {
    color: #F7A17B;
    font-size: 14px;
}

.review i.fa.grey {
    color: #F3F3F3;
}








/* ==================
loader css start
=====================*/

.site-spinner {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f1f1f1;
}

.site-spinner .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translatex(-50%);
    margin-top: -20px;
    width: 40px;
    height: 40px;
    position: relative;
}

.site-spinner .spinner .double-bounce1,
.site-spinner .spinner .double-bounce2 {
    background: #F69165;
    opacity: 1;
}

.site-spinner .spinner .double-bounce2 {
    background: #00CCE1;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


.mobile-canvas-menu,
.mobile-menu-trigger {
    display: none;
}