@font-face {
    font-family: pop;
    src: url(../fonts/expo.ttf)
}

@font-face {
    font-family: fonty;
    src: url(../fonts/font.ttf)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #EAFDFC;
    font-family: fonty;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.5;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

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

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.up-header {
    padding: 20px 0px;
    background-color: #fff;

}

.up-header .searching {
    position: relative;
}

.up-header .searching input {
    width: 100%;
    padding: 12px;
    outline: none;
    border: 1px solid #BFEAF5;
    border-radius: 12px;
    background-color: #fff;
    color: #4d6d9b;
}

.up-header .searching input::placeholder {
    color: rgba(30, 72, 108, 0.29);
}

.up-header .col-md-3 {
    padding: 0px;
}

.up-header .searching button {
    position: absolute;
    left: 10px;
    background-color: transparent;
    outline: none;
    border: none;
    color: #4D6D9B;
    top: 8px;
    font-size: 20px;
}

.up-header .more-icons ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 6px;
}

.up-header .more-icons ul li {
    color: #fff;
    display: inline-block;
}

.up-header .more-icons ul li {
    color: #9BA4B5;
    /*margin-left: 10px;*/
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #BFEAF5;
    padding: 5px 10px;
    border-radius: 14px;
}

.up-header .more-icons ul li a {
    color: #9BA4B5;
}

.up-header .more-icons .account button {
    border: none;
    outline: none;
    background-color: transparent;
}

.up-header .more-icons ul li button {
    background-color: transparent;
    outline: none;
    border: none;
}

.up-header .more-icons .dropdown-menu {
    background-color: #fff;
    width: 150px;
    right: 50px;
    padding: 10px 0px;
}

.up-header .more-icons .dropdown-menu li {
    margin-left: 0px;
    width: 100%;
    padding: 0px !important;
    border: none !important;
}

.up-header .more-icons .lang .down {
    font-size: 12px;
    margin-left: 5px;
    color: #00B9A8;
}

.up-header .more-icons .dropdown-menu li a {
    font-size: 12px;
    font-weight: bold;
}

.up-header .more-icons ul #cart span {
    font-size: 14px;
    position: relative;
    background-color: transparent;
    color: #9d9d9d;
}

.up-header .more-icons ul #cart span i {
    font-size: 18px;
}

.up-header .more-icons ul li #cart {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 7px;
    margin-left: 10px;
    transition: all .6s ease-in-out;
    width: auto;
    margin-bottom: 10px;

}

.up-header .more-icons #cart button {
    border: none;
    outline: none;
    background-color: transparent;
}

.up-header .more-icons #cart button span {
    font-size: 12px !important;
}

.up-header .more-icons #cart .shop-car {
    width: 350px;
    padding: 10px 20px;
    left: 35px !important;
    margin-top: 20px;
    background: #00b9a8 ;

}

.up-header .more-icons #cart .dropdown-menu li {
    width: 100%;
}

.up-header .more-icons #cart .table .text-center img {
    width: 75px;
}

.up-header .more-icons #cart .table-cash {
    background-color: #fff;
}

.up-header .more-icons .language {
    background-color: #fff;
    width: 50px;
    left: 20px;
    padding: 10px 0px;
    right: auto;
    border: 1px solid #00B9A8;
}

.up-header .more-icons .language a {
    color: #2e6da4;
    font-weight: bolder;
}

.up-header .more-icons #cart .links a {
    display: block;
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 12px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    margin-bottom: 10px;
}

.up-header .more-icons ul li i {
    font-size: 18px;
    color: #00b9a8;
}

.up-header .more-icons #cart .links a i {
    font-size: 16px;
    color: #00b9a8;
}

.main-menu {
    text-align: center;
    background: linear-gradient(0deg, rgba(145, 216, 228, 0.30) 0%, rgba(145, 216, 228, 0.00) 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    padding: 15px 0px;
}

.main-menu .menu li {
    display: inline-block;
    margin-left: 15px;
}

.main-menu .menu li a {
    color: #4D6D9B;
    font-weight: bold;
    cursor: pointer;
}

.main-menu .menu li .dropdown-menu {
    padding: 10px 5px;
    margin-top: 12px;
    right: -50px;
    background-color: #dcf7f8;
}

.main-menu .menu li .dropdown-menu a {
    color: #4D6D9B;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .menu .btn-group a i {
    margin-right: 5px;
}

.main-menu .menu li .dropdown-menu a:last-child {
    margin-bottom: 0px;
}

.main-slider {
    margin: 25px 0px;
}

.main-slider .the-slider img {
    height: 400px;
    object-fit: fill !important;
    border-radius: 15px;
    width: 100% !important;
}

.main-category {
    margin: 50px 0px;
}

.main-category .one {
    margin: 20px 0px;
    position: relative;
    padding: 12px;
    fill: #F8FFFF;
    filter: drop-shadow(0px 4px 10px rgba(145, 216, 228, 0.12));
    border-radius: 8px;
    background-color: #F8FFFF;
}

.main-category .one img {
    width: 100%;
    object-fit: fill !important;
    border-radius: 14px;
    margin-bottom: 10px;
    transition: all .6s ease-in-out;
    height: 130px;
}

.main-category .one h3 {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #3DA5FF;
    font-weight: bolder;
}

.main-category .head h3 {
    text-align: center;
    font-weight: bolder;
    position: relative;
    color: #00B9A8;
    font-size: 22px;
}

.main-category .head h3:after {
    position: absolute;
    right: 0px;
    top: 15px;
    content: "";
    width: 30%;
    height: 1px;
    border: 1px solid #BFEAF5;
}

.main-category .head h3:before {
    position: absolute;
    left: 0px;
    top: 15px;
    content: "";
    width: 30%;
    height: 1px;
    border: 1px solid #BFEAF5;
}


.popular-items .head h3 {
    text-align: center;
    font-weight: bolder;
    position: relative;
    color: #00B9A8;
    font-size: 22px;
}

.popular-items .head h3:after {
    position: absolute;
    right: 0px;
    top: 15px;
    content: "";
    width: 30%;
    height: 1px;
    border: 1px solid #BFEAF5;
}

.popular-items .head h3:before {
    position: absolute;
    left: 0px;
    top: 15px;
    content: "";
    width: 30%;
    height: 1px;
    border: 1px solid #BFEAF5;
}


.popular-items .one {
    margin: 20px 0px;
    position: relative;
    padding: 12px;
    fill: #F8FFFF;
    filter: drop-shadow(0px 4px 10px rgba(145, 216, 228, 0.12));
    border-radius: 8px;
    background-color: #F8FFFF;
}

.popular-items .one img {
    width: 100%;
    object-fit: fill !important;
    border-radius: 14px;
    margin-bottom: 10px;
    transition: all .6s ease-in-out;
    height: 130px;
}

.popular-items .one img:hover {
    transform: rotateX(360deg);
}

.popular-items .one h3 {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #3DA5FF;
    font-weight: bolder;
}

.popular-items .one p {
    text-align: center;
    color: #00B9A8;
    font-weight: bolder;
    margin-top: 5px;
}

.popular-items .one p span {
    text-decoration: line-through;
    color: rgba(67, 91, 102, 0.55);
    margin-right: 5px;
}

.popular-items .one button {
    background-color: #00B9A8;
    transition: all .6s ease-in-out;
    padding: 8px;
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 5px;
    font-weight: bolder;
    font-size: 12px;
    border-radius: 12px;
    color: #fff;
    outline: none;
}

.popular-items .one button:hover {
    background-color: #2e6da4;
}

.footer {
    background-color: #fff;
}

.footer .logo {
    padding-top: 50px;
}

.footer .logo img {
    display: block;
    margin: 0 auto;
}

.footer .menu {
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px solid #676767;
    padding-bottom: 20px;
}

.footer .menu li {
    margin-left: 15px;
    display: inline-block;
}

.footer .menu li a {
    color: #3DA5FF;
}

.footer .copyright {
    padding: 15px 0px;
    float: right;
    width: 100%;
}

.footer .copyright p {
    float: right;
    color: #00B9A8;
    font-weight: bold;
}

.footer .copyright .visa ul {
    float: left;
}

.footer .copyright .visa ul li {
    font-size: 10px;
    margin-right: 20px;
    display: inline-block;
}

.footer .copyright .visa ul li img {
    width: 30px;
}

.up-header .hidden-xx {
    display: none;
    float: left;
}

.up-header .hidden-xx button {

    background-color: #2a6496;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 8px;
}

.up-header .logo img {
    width: 120px;
}


.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    background-image: linear-gradient(#00b9a8, #428bca);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: center;
}

.sidenav .closebtn {
    position: absolute;
    top: -15px;
    z-index: 999999;
    left: 20px;
    color: #fff;
    font-size: 40px;
    margin-left: 10px;
}

.sidenav .menu-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 10px;
}

.sidenav .menu-nav li {
    display: block;
    transition: all .6s ease-in-out;
    margin-top: 15px;
    cursor: pointer;
}

.sidenav .menu-nav li a {
    padding: 0px;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.sidenav .menu-nav li a i {
    margin-left: 10px;
    color: #2e6da4;
}

.sidenav .logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.road {
    padding: 20px 0px;
}

.road ul li {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

.road ul li a {
    font-weight: bolder;
    color: #fff;
}

.sections {
    padding: 50px 0px;
}

.sections .one {
    padding: 5px;
    border-radius: 12px;
    background: #fff;
    margin: 10px 0px;
}

.sections .one img {
    width: 100%;
    height: 160px;
    object-fit: fill !important;

}

.sections .one h6 {
    color: #3DA5FF;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.sections .one p {
    text-align: center;
    color: #00B9A8;
    font-weight: bolder;
}

.sections .one p span {
    text-decoration: line-through;
    color: rgba(67, 91, 102, 0.55);
    margin-right: 5px;
}

.sections .one button {
    background-color: #00B9A8;
    transition: all .6s ease-in-out;
    padding: 8px;
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 5px;
    font-weight: bolder;
    font-size: 12px;
    border-radius: 12px;
    color: #fff;
    outline: none;
}

.sections .head {
    text-align: center;
    margin-top: -124px;
    margin-bottom: 50px;
}

.sections .head img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    object-fit: fill !important;
}

.sections .head h4 {
    font-size: 16px;
    color: #00B9A8;
    font-weight: bolder;

}

.product-header {

    background-image: url("../images/bk-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 246px;
}

.product-header .road {
    padding: 20px 0px;
}

.product-header .road li {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

.product-header .road li a {
    font-weight: bolder;
    color: #fff;
}

.product-details .content {
    border-radius: 12px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-details .content .pic {
    padding: 20px;
    background-color: #F8FFFF;
    border-radius: 14px;
}

.product-details .content .pic img {
    height: 260px;
    width: 100%;
    object-fit: fill !important;
}

.product-details .content .pro {
    padding: 20px;
    background-color: #F8FFFF;
    float: right;
    width: 100%;
    border-radius: 14px;
}

.product-details .content .pro h4 {
    margin: 10px 0px;
    color: #00B9A8;
}

.product-details .content .pro h4 button {
    float: left;
    border: none;
    background-color: transparent;
    color: #00B9A8;
}

.product-details .content .pro h6 {
    margin: 0px;
    color: #2D4356;
    border-bottom: 1px solid #BFEAF5;
    padding-bottom: 10px;
}

.product-details .content .counter {
    border-bottom: 1px solid #BFEAF5;
    padding-bottom: 10px;
}

.product-details .content .counter h2 {
    color: #2D4356;
    font-size: 14px;
}

.product-details .content .counter select {
    background-color: transparent;
    text-align: center;
    border: 1px solid #00B9A8;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    padding: 5px;
    float: left;
    width: 100px;
    margin-top: -7px;
}

.product-details .content .price h2 {
    color: #2D4356;
    font-size: 14px;
}

.product-details .content .price h5 {
    color: #00B9A8;
    font-size: 14px;
    padding-bottom: 15px;
}

.product-details .content .price h3 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bolder;
    float: left;
    color: #2CB4A9;
}

.product-details .content .links {
    text-align: center;
    margin: 10px 0px;
    float: right;
    width: 100%;
}

.product-details .content .links button {
    background-color: transparent;
    transition: all .6s ease-in-out;
    padding: 8px;
    width: 150px;
    border-radius: 8px;
    border: 1px solid #00B9A8;
    color: #00B9A8;
    font-size: 12px;
    font-weight: bolder;
    margin-left: 10px;
    display: inline-block;
}

.product-details .content .links button:hover {
    background-color: #00B9A8;
    color: #fff;
}

.product-details .description, .product-details .usage {
    border-radius: 12px;
    background: #F8FFFF;
    padding: 20px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.product-details .description h4, .product-details .usage h4 {
    color: #00B9A8;
    font-size: 18px;
    font-weight: bold;
}

.product-details .description p, .product-details .usage p {
    color: #2D4356;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.product-details .total {
    border-radius: 12px;
    background: rgba(33, 42, 62, 0.30);
    padding: 20px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.product-details .total h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.product-details .total h6 {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}

.product-details .total .col-md-8 {
    padding: 0px;
}

.product-details .total h2 {
    color: #2CB4A9;
    font-weight: bolder;
    font-size: 20px;
    float: left;
}

.product-details .total .links {
    margin-top: 10px;
    border-top: 1px solid #696969;
    float: right;
    width: 100%;
    padding-top: 15px;
}

.product-details .total .links a {
    background-color: transparent;
    border: 1px solid #2CB4A9;
    border-radius: 8px;
    width: 100%;
    float: right;
    transition: all .6s ease-in-out;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.product-details .total .links a:hover {
    background-color: #2CB4A9;
    color: #fff;
}

.about-us {
    padding: 50px 0px;
}

.about-us .content {
    background-color: #fff;
    padding: 30px 15px;
}

.about-us .content h4 {
    font-weight: bolder;
    font-size: 20px;
    color: #2CB4A9;
}

.about-us .content p {
    margin-top: 20px;
    color: #2D4356;
    line-height: 30px;
}

.product-details .usage ul {
    padding: 0px 10px;
    list-style: initial;
}

.product-details .usage ul li {
    line-height: 25px;
    color: #394867;
    margin-top: 10px;
}


.login-section {
    padding: 50px 0px;
}

.login-section form {
    width: 70%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    padding-bottom: 70px;
    overflow: auto;
}

.login-section form h3 {
    font-size: 18px;
    color: #00B9A8;
    margin: 20px 0px;
}

.login-section form input {
    width: 100%;
    padding: 15px;
    outline: none;
    background-color: #EAFDFC;
    border: none;
    margin-top: 10px;
    border-radius: 10px;
}

.login-section form a {
    float: right;
    text-align: right;
    width: 100%;
    margin: 15px 0px;
    color: #F15A24;
}

.login-section form button {
    background-color: #2CB4A9;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    margin: 15px 0px;
}

.login-section form .signup {
    float: right;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    color: #3DA5FF;
    text-align: center;
}

.login-section form .signup span {
    color: #00B9A8;
}

.bk img {
    width: 100%;
    object-fit: fill !important;
    height: 215px;
}


.account-container {
    margin-bottom: 20px;
    text-align: center;
}

.account-container .menu-title {
    padding: 10px 0px;
    color: #4d6d9b;
    box-shadow: 0px 0px 5px 0px #babbbd;
    background: linear-gradient(0deg, rgba(145, 216, 228, 0.30) 0%, rgba(145, 216, 228, 0.00) 100%);
}

.account-container ul {
    margin-top: 20px;
}

.account-container ul li {
    margin: 20px 0px;
}

.account-container ul li a {
    color: #00a8c6;
}

.contact-us form {
    float: right;
    width: 100%;
    padding: 30px;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 25px;
    box-shadow: 0px 3px 10px 5px #4d6d9b36;
}

.contact-us form input {
    width: 100%;
    padding: 8px;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #333d53;
    margin-bottom: 10px;
}

.contact-us form label {
    color: #2e6da4;
    font-weight: bolder;

}

.contact-us form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    outline: none;
    resize: none;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #333d53;
}

.contact-us form button {
    width: 150px;
    padding: 8px;
    margin: 0 auto;
    border: none;
    margin-bottom: 15px;
    display: block;
    background-color: #ffff;
    outline: none;
    border-radius: 10px;
    color: #2e6da4;
}

.contact-us .info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.contact-us .info i {
    font-size: 40px;
    color: #4D6D9B;
}

.contact-us .info h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #4D6D9B;
}

.contact-us .info h4 {
    color: #4D6D9B;
    font-size: 14px;
    line-height: 25px;
    font-weight: bolder;
}

.contact-us .info p {
    margin-bottom: 0px;
}

.contact-us .info-con {
    text-align: left;
    margin-top: 20px;
    position: relative;
    z-index: 99999;
}

.contact-us .info-con h4 {
    font-weight: bolder;
    color: #671873;
    font-size: 14px;
}

.contact-us .info-con h2 {
    font-weight: bolder;
    color: #4D6D9B;
    font-size: 26px;
    position: relative;
    z-index: 99999;
}

.contact-us .info-con p {
    font-size: 14px;
    line-height: 30px;
    font-weight: bolder;
}

.contact-us .info-con:after {
    position: absolute;
    right: 32%;
    width: 125px;
    height: 22px;
    background-color: #08FBB9;
    content: "";
    top: 40px;
    border-radius: 5px;
}

.manufacturer-title {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    line-height: 125px;
    margin: 0px auto;
}


ul.breadcrumb{
    background: transparent;
    padding: 20px 0px;
    margin: 0;
    margin-bottom: 0px;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    color: #4D6D9B;
    margin-left: 10px;
}
.breadcrumb > li a {
    font-weight: bolder;
    color: #4D6D9B;
}
h1, .h1 {
    font-size: 28px;
}
legend {
    font-size: 16px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
}
.radio label, .checkbox label {
    padding-right: 20px;
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/**************/

.sidenav li.lang form button {
    background-color: #fff;
    color: #000;
    outline: none;
    border: none;
}
.sidenav li.lang .language {
    background-color: #fff;
    width: 50px;
    right: 10px;
    padding: 10px 0px;
    left: auto;
}
.sidenav ul.dropdown-menu.language li {
    margin-left: 0px;
    width: 100%;
}
.sidenav li.lang ul li form button {
    background-color: transparent;
    outline: none;
    border: none;
}

.btn-primary {
    color: #fff;
    background-color: #00b9a8;
    border-color: #52f5e6;
}

div#content {
    margin-bottom: 20px;
}

.main-menu-mob {
    display: none;
}