@import url('font-awesome.css');
@import url('owl.css');
@import url('jquery.mCustomScrollbar.min.css');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.img-responsive{}

body {
    font-size: 14px;
    color: #444444;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans';
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #aab3ba;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Open Sans';
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
}

.theme_color {
    color: #aab3ba;
}

p {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    /* position: static; */
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    /* min-width: 300px; */
}

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

.centered {
    text-align: center;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #aab3ba;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #aab3ba;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #aab3ba !important;
    border: 1px solid #aab3ba;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

.main-header .auto-container {
    position: relative;
}

.main-header .header-top {
    position: relative;
    background: #aab3ba;
    color: #ffffff;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left ul li {
    position: relative;
    float: left;
    line-height: 14px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
    border-left: 1px solid #fff;
}

.main-header .header-top .top-left ul li:last-child {
    border-right: 1px solid #fff;
}

.main-header .header-top .top-left ul li .icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    margin-right: 10px;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff;
}

.main-header .header-top .top-left ul li a {
    position: relative;
    color: #ffffff;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}


/*Social Icons*/

.header-top .social-icon {
    position: relative;
    float: left;
    padding: 12px 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header-top .social-icon a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 12px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
    color: #ccc;
}

.main-header .main-box .outer-container {
    position: relative;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .logo-box {
    text-align: center;
    padding: 20px 0px;
}

.header-style-two.fixed-header .logo-box {
    padding: 10px 0px;
}

.content-section {
    /* position: relative; */
    /* padding: 70px 0px; */
    padding: 50px 0px;
}


/*Testimonial Section*/

.testimonial-section {
    display: none !important;
    position: relative;
    padding: 0px 0px 70px;
}

.testimonial-section .quote {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-section .quote .icon {
    position: relative;
    color: #f5f5f5;
    font-size: 80px;
    line-height: 1em;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 35px;
}

.testimonial-block .inner-box h3 {
    position: relative;
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 14px;
    color: #444444;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.testimonial-block .inner-box h4 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #aab3ba;
    text-transform: uppercase;
}

.testimonial-block .inner-box .designation {
    position: relative;
    color: #aab3ba;
    font-size: 13px;
    font-weight: 600;
}

.testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .owl-nav {
    position: absolute;
    max-width: 180px;
    width: 100%;
    left: 50%;
    top: 30px;
    margin-left: -90px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    color: #cccccc;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    line-height: 16px;
    border: 1px solid #cccccc;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev {
    left: 0px;
}

.testimonial-section .owl-nav .owl-next {
    right: 0px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: #aab3ba;
    background-color: #aab3ba;
}


/*Footer Bottom*/

#footer-space {
    margin-bottom: 15px!important;
}

.main-footer .footer-bottom {
    /* position: relative; */
    padding: 15px 0px;
    /* background-color: #fff; */
    border-top: 1px solid #aab3ba;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #444;
    font-size: 14px;
    display: inline-block;
}

.productbg {
    margin: 15px auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    transition-duration: .5s;
    border: 1px solid #efefef;
    text-align: center;
}

.productbg img {
    max-width: 100%;
    height: 350px;
}

.product a {
    color: #aab3ba;
    font-size: 16px;
    font-weight: 700;
}

.price {
    padding-right: 7px;
    color: #aab3ba;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}

.purchase {
    background-color: #aab3ba;
    border-radius: 5px;
    padding: 12px 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #aab3ba;
    text-decoration: none;
}

.purchase:hover {
    background-color: #fff;
    color: #aab3ba;
    border: 1px solid #aab3ba;
    text-decoration: none !important;
}

.img-responsive {
    width: 100%;
}

.center {
    text-align: center;
}

.social-icon {
    text-align: right;
}

.main-footer {
    padding-bottom: 25px;
}

@media (max-width:991px) {
    .social-icon {
        text-align: center !important;
    }
    .footer-bottom {
        text-align: center !important;
    }
}

.quanty {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.disc-price {
    color: #aab3ba;
    padding-bottom: 8px;
    font-weight: 800;
    font-size: 16px;
}

.price-list {
    padding: 12px;
}

.save-para {
    padding: 12px;
    text-align: center;
    color: #aab3ba;
    font-weight: 800;
    font-size: 16px;
}

@media (min-width:780px) and (max-width:821px) {
    .prod-head2,
    .prod-head1 {
        padding-bottom: 25px !important;
    }
}

@media(min-width:768px) and (max-width:779px) {
    .prod-head1 {
        padding-bottom: 25px !important;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.product-price {
    float: right;
}

.btn-addtocart {
    background-color: #aab3ba;
    padding: 4px 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #aab3ba;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 3px;
}

.btn-addtocart:hover {
    background-color: #fff;
    color: #aab3ba;
}

.header-style-two .header-lower .left-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 38px 0px;
}

.main-header .nav-toggler {
    position: relative;
    right: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #aab3ba;
}

.main-header .nav-toggler button {
    position: relative;
    left: 12px;
    display: block;
    color: #aab3ba;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    background: none;
    font-weight: 600;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0;
    width: 370px;
    height: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 30px;
    background: none;
    color: #aab3ba;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 20px;
    color: #aab3ba;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #aab3ba;
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 80px 0px 30px 30px;
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
}

.hidden-bar .social-links {
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #111;
    padding: 15px;
}

.hidden-bar .copyright-text {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

.cartimg {
    max-width: 80px;
    text-align: center;
    height: 120px;
}

.inputbox {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid #cdcdcd;
    height: 44px;
    font-size: 14px;
    width: 100%;
    background: white;
}

.active-div {
    display: none!important;
}

.paypal-image {
    max-width: 100%;
    margin-bottom: -19px !important;
}

.slider-sec {
    display: none !important;
}

.sub-amount {
    color: #47c23c;
}

.price-cost {
    //  margin-left:12px;
    margin: 12px;
}

.close1 {
    font-size: 45px;
    font-weight: 600;
}

.remove-product-btn {
    /* float:right; */
}

.removebutton {
    margin: 12px 0px;
}

#card-error {
    color: red;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

#payment-request-button {
    margin-bottom: 32px;
}

#subscription-error-message,
#one-time-error-message {
    display: block;
    color: red;
    /* font-weight: bold; */
    margin-bottom: 10px;
}

.disc-price,
.save-para,
.list-price,
.product-heading {
    font-size: 14px !important;
}

@media screen and (max-width:479px) {
    .purchase {
        padding: 11px 18px !important;
    }
}

.remove-product-btn {
    margin-bottom: 34px !important;
}

@media (min-width:500px) {
    .image-product {
        width: 24.333333% !important;
    }
}

.active {
    color: #47c23c !important;
    font-weight: 700;
}

.hide-total {
    display: none !important;
}

.show-total {
    display: block !important;
}

@media (min-width:250px) {
    .details-product {
        width: 75%;
    }
}

.checkout-buttton {
    float: right !important;
}

@media screen and (min-width:500px) and (max-width:991px) {
    .beadle-logo img {
max-width: 100% !important;
    }
    .sub-div {
        display: flex !important;
    }
    .one-div {
        display: flex !important;
    }
    .details-product {
        width: 60% !important;
    }
}

@media (max-width:350px) {
    .main-header .nav-toggler {
        margin-top: 25px !important;
    }
}

@media(max-width:499px) {
    .details-product {
        margin-left: 27px !important;
    }
}

@media (max-width:420px) {
    .main-header .nav-toggler {
        margin-top: 32px !important;
    }
}

.shop {
    padding-top: 160px !important;
}

.back {
    float: right;
    margin-left: 16px;
    background-color: #aab3ba !important;
    border-radius: 5px !important;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 14px !important;
    display: inline-block !important;
    border: 1px solid #aab3ba !important;
    text-decoration: none !important;
}

p {
    font-size: 16px!important;
}

.img-logo>img {
    max-width: 100%;
    height:90px;
}
.beadle-logo img{
    max-width: 100%!important;
    height:auto !important;
    margin-top:10px;
}

@media (min-width:425px) {
    .content-section {
        padding: 30px 0px!important;
    }
}