@font-face {
    font-family: "din-bold";
    src: url(../fonts/din/din-bold.otf);
}

@font-face {
    font-family: "din-medium";
    src: url(../fonts/din/din-mid.otf);
}

@font-face {
    font-family: "din-light";
    src: url(../fonts/din/din-light.otf);
}

*,
* button:focus {
    outline: 0
}

body {
    font-family: "din-light";
    direction: rtl;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background-color: #f7f7f7;
}

body p {
    font-family: "din-light";
    font-size: 14px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "din-medium";
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.items-gray {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(-135deg, #183f78, #0073b6);
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container {
    position: relative;
    z-index: 20;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #fee700;
}

ul {
    padding: 0;
}

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

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.text {
    font-size: 16px;
    color: #888;
    margin: 15px 0;
    line-height: 2;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.light {
    color: #fff;
}

button {
    border: 0;
}

.butn {
    padding: 10px 50px 15px;
    text-align: center;
    position: relative;
    border-radius: 25px;
    background: #00012a;
    font-size: 15px;
    border: solid 1px #00012a;
    font-weight: bold;
}

.butn span {
    color: #fff;
    position: relative;
    z-index: 5;
}

.butn span i {
    position: relative;
    top: 3px;
    left: 5px;
}

.butn:hover {
    background-color: #fff;
    border: solid 1px #9994;
}

.butn:hover span {
    color: #00012a;
}

.butn.small {
    padding: 5px 35px 10px;
    font-size: 13px;
}

.butn.light {
    background-color: transparent;
    border: 1px solid #fff;
}

.butn.light span {
    color: #fff;
}

.butn.light:hover {
    background-color: #fff;
}

.butn.light:hover span {
    color: #00012a;
}


/* ------------- */

.section-head {
    margin-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #9993;
}

.section-head h2 {
    font-size: 35px;
    color: #00012a;
    padding: 15px 0;
}

.section-head p {
    color: #b7b7b7;
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    border: 1px solid #9993;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    min-height: 45px;
    border-radius: 30px;
}

.form-control:focus {
    border-color: #00012a;
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    height: 45px;
}

.form-control:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #00012a;
    background-color: #00012a;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 20%;
    left: 50%;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    padding: 0 15px;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #23a6d5;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background-color: #309eed20;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #309eed;
}


/* -------------- top nav --------------- */

.top-nav {
    padding: 15px;
    background-color: #00012a;
}

.top-nav .container-fluid {
    padding: 0 5vw;
}

.top-nav .call-info {
    display: flex;
    direction: ltr;
    text-align: left;
    margin-bottom: 0;
}

.top-nav .call-info li {
    color: #f7f7f7;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff9;
}

.top-nav .call-info li:last-of-type {
    border: 0;
}

.top-nav .call-info li i {
    margin-right: 10px;
}

.top-nav .r-side {
    display: flex;
    margin-bottom: 0;
}

.top-nav .r-side li {
    color: #f7f7f7;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff9;
}

.top-nav .r-side li a {
    margin: 0 10px;
}

.top-nav .r-side li:last-of-type {
    border: 0;
}


/* --------------- navbar --------------- */

.navbar {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99999;
}

.navbar .container-fluid {
    padding: 0 5vw;
}

.navbar .custom-navbar.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    background-color: #fff;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.navbar .nav-toggle {
    display: none;
}

.nav-toggle span {
    width: 35px;
    background-color: #00012a;
    height: 4px;
    display: block;
    margin: 7px 0;
    transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
    transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:last-of-type {
    transform: rotate(-45deg) translateX(15px);
}

.navbar .custom-navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .custom-navbar .search-erea {
    background-color: #f7f7f7;
}

.navbar .custom-navbar .search-erea .form-group {
    margin-bottom: 0;
    border-radius: 30px;
    overflow: hidden;
}

.navbar .custom-navbar .search-erea .form-group button {
    background-color: #00012a;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    border: 0;
}

.navbar .custom-navbar .search-erea .form-group input {
    border: 0;
    padding-right: 100px;
}

.navbar .custom-navbar .nav-list {
    z-index: 100;
    margin-bottom: 0;
    padding: 0;
}

.navbar .custom-navbar .nav-list .nav-items {
    display: inline-block;
    padding: 20px 0;
}

.navbar .custom-navbar .nav-links {
    padding: 10px 20px;
    position: relative;
    font-size: 14px;
    color: #808080;
    font-family: "din-medium";
    text-align: center;
}

.navbar .custom-navbar .nav-links span {
    display: block;
}

.navbar .custom-navbar .l-side .nav-links {
    padding: 10px;
}

.navbar .custom-navbar .nav-list li:last-of-type .nav-links::before {
    display: none;
}

.navbar .custom-navbar .nav-links.active,
.navbar .custom-navbar .nav-links:hover,
.navbar .custom-navbar .nav-links.active span,
.navbar .custom-navbar .nav-links:hover span {
    color: #00012a;
}

.navbar .custom-navbar .drop-nav {
    position: relative;
}

.navbar .custom-navbar .drop-nav a {
    padding: 15px 40px;
    width: 100%;
    color: #00012a;
    background: #fff;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
}

.navbar .custom-navbar .drop-nav .section-link {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px 40px;
    font-size: 17px;
}

.navbar .custom-navbar .drop-nav .section-link:after {
    display: none;
}

.navbar .custom-navbar .drop-nav i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.navbar .custom-navbar .drop-nav a:hover {
    background-color: #00012a;
    color: #fff;
}

.navbar .custom-navbar .drop-nav a:hover,
.navbar .custom-navbar .drop-nav a:hover i {
    color: #fff;
}

.navbar .custom-navbar .drop-nav>.drop-down,
.navbar .custom-navbar .drop-nav>.sub-menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.navbar .custom-navbar .drop-nav:hover>.drop-down,
.navbar .custom-navbar .drop-nav:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .custom-navbar .drop-nav>.sub-menu {
    right: 100% !important;
    top: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 3px solid #00012a;
}

.navbar .custom-navbar .drop-nav>.drop-down li:last-of-type a {
    padding-bottom: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.navbar .custom-navbar .drop-nav>.sub-menu li:last-of-type a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 15px;
}

.navbar .custom-navbar .drop-nav>.drop-down a:after {
    position: absolute;
    content: "\f053";
    left: 15px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.navbar .custom-navbar .drop-nav>.sub-menu a:after {
    display: none;
}

.navbar .custom-navbar .drop-nav {
    /* position: relative; */
}

.navbar .custom-navbar .drop-nav .nav-links:after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 7px;
    bottom: 10px;
    font-size: 10px;
}

.navbar .custom-navbar .nav-list .mob-logo {
    display: none;
}

.navbar-brand {
    padding: 5px 0;
}

.navbar-brand img {
    width: 220px;
    padding: 15px;
}


/* --------------- fullwidth-menu ---------------- */

.navbar .container {
    position: static;
}

.fullwidth-menu {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 150%;
    text-align: left;
    padding: 30px 6vw;
    box-shadow: 0 5px 20px rgba(254, 217, 50, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.drop-nav:hover .fullwidth-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.fullwidth-menu .links {
    text-align: center;
}

.fullwidth-menu .links h6 {
    color: #363536;
    border-bottom: 1px solid #9994;
    margin-bottom: 20px;
    padding: 15px 0;
}

.fullwidth-menu .links a {
    line-height: 2.5;
    color: #363536;
    font-weight: 600;
}

.fullwidth-menu .links a:hover {
    color: #00012a;
}


/* -------- search -------- */

.search {
    position: absolute;
    top: -100%;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
    transform: scale(0);
}

.search.show {
    visibility: visible;
    top: 100%;
    opacity: 1;
    transform: scale(1);
}

.search form {
    position: relative;
}

.search form input {
    padding: 16px 30px;
    border: 0;
    border: 1px solid #9994;
    color: #777;
    width: 100%;
    border-radius: 5px;
    font-size: 12px;
}

.search form .butn {
    position: absolute;
    left: 3px;
    top: 2px;
    padding: 10px 60px 15px;
    font-size: 12px;
}

.search .cls {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 12px;
    left: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    background-color: #00012a;
    cursor: pointer;
    z-index: 20;
}


/* ------------ cart style ------------- */

.cart-menu {
    width: 280px;
    left: -140px !important;
    top: 22px !important;
    border-radius: 15px;
    border: 1px solid #9994;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(32, 32, 32, 0.1);
    text-align: center;
}

.cart-menu .cart-body {
    max-height: 220px;
    overflow-x: hidden;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f5f5f5;
}

.cart-menu .cart-body::-webkit-scrollbar {
    height: 5px;
    width: 3px;
    background: #f5f5f5;
}

.cart-menu .cart-body::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
}

.cart-menu .cart-body::-webkit-scrollbar-corner {
    background: #999;
}

.cart-menu li {
    display: flex;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px !important;
    border-radius: 15px;
    width: 90%;
    margin: 10px auto;
    position: relative;
}

.cart-menu li p {
    margin-bottom: 0;
}

.cart-menu li .img {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.cart-menu li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.cart-menu li .info {
    width: calc(100% - 100px);
    text-align: right;
}

.cart-menu li .close {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #999;
    opacity: 0.2;
}

.cart-menu .total {
    padding: 30px 15px 15px;
    border-top: 1px dashed #9995;
}


/* -------------------- header ------------------------- */

header {
    height: 500px;
    min-height: calc(100vh - 120px);
}

header .items {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    padding-top: 100px;
    width: 100%;
}

header .items .info {
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(100px) scale(2);
    transition-delay: 0.3s;
    filter: blur(10px);
}

header .swiper-slide-active .items .info {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
}

header .items .info h6 {
    display: inline-block;
    padding: 15px 30px;
    color: #393636;
    font-size: 25px;
    background-color: #fee700;
    margin-bottom: 20px;
}

header .items .info h2 {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

header .items .info a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

header .swiper-head {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

header .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header .swiper-head .swiper-next,
header .swiper-head .swiper-prev {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 15px;
    z-index: 100;
    cursor: pointer;
}

header .swiper-head .swiper-next {
    right: 30px;
}

header .swiper-head .swiper-prev {
    right: 160px;
}

header .swiper-head .swiper-numbers {
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 70px;
    bottom: 25px;
    font-size: 25px;
}

header .swiper-head .swiper-pagination-current {
    font-size: 40px;
}


/* -------------------- banner ------------------------- */

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 5vw;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.banner .content {
    position: relative;
    z-index: 20;
}

.banner h2 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}

.banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.5;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner p strong {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
    color: #505050;
    background-color: #f3f30e;
    font-family: "din-bold";
    margin: 25px 10px 0 0;
    display: inline-block;
}


/* -------------------- products ------------------------- */


/* -------------------- products ------------------------- */

.product-items {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    margin-bottom: 45px;
    min-height: 320px;
    border-radius: 30px;
}

.product-items .product-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #2c2d34;
}

.product-items p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.6;
    color: #868691;
}

.product-items .product-rate span {
    color: #cac4c4;
}

.product-items .product-rate span.active {
    color: #fee700;
}

.product-items .heart {
    text-align: right;
    /* margin-bottom: 15px; */
}

.product-items .heart span {
    color: #dfdfdf;
    font-size: 18px;
}

.product-items .heart span.color {
    color: red;
}

.product-items .product-price {
    font-size: 16px;
    line-height: 2;
    color: #00012a;
}

.product-items .product-price .discount {
    font-size: 13px;
    color: #9b9799;
    text-decoration: line-through;
    display: block;
}

.product-items .img {
    text-align: center;
}

.product-items .img img {
    width: 105px;
    height: 100px;
    object-fit: contain;
}

.product-items .butn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate( -50%, 0);
}

.product-items.offer {
    height: calc(100% - 45px);
    padding-top: 70px;
}

.product-items .offer-icon {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #373535;
    color: #fff;
    padding: 10px 30px 15px;
    font-weight: bold;
}

.countdown {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.countdown span {
    color: #fff;
    background-color: #00012a;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    width: 40px;
    border-radius: 5px;
}


/* -------------------- features ------------------------- */

.features .content {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 30px;
    border: 1px solid #9994;
    margin-bottom: 50px;
}

.features .items {
    padding: 0 20px;
}

.features .items.center {
    border-right: 1px solid #9992;
    border-left: 1px solid #9992;
}

.features .items .info h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #343739;
}

.features .items .info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    color: #343739;
}

.features .items .icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.features .items .icons img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}


/* -------------------- subscribe ------------------------- */

.subscribe {
    background-color: #00012a;
    border-top-left-radius: 100px;
}

.subscribe h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 2.5;
    color: #f7f7f7;
}

.subscribe p {
    font-size: 18px;
    line-height: 1.5;
    color: #f7f7f7;
    margin-bottom: 30px;
}

.subscribe input {
    padding-right: 170px;
    background-color: #f7f7f7;
    min-height: 70px;
}

.subscribe .butn {
    position: absolute;
    right: 10px;
    top: 10px;
}


/* -------------------- subscribe ------------------------- */


/* -------------------- footer ------------------------- */

footer {
    background-color: #00012a;
}

footer .content {
    background-color: #f7f7f7;
    padding: 50px 0;
    border-top-right-radius: 100px;
}

footer .items h4 {
    font-size: 20px;
    color: #00012a;
    padding: 15px 0;
    position: relative;
}

footer .items h4:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #00012a;
}

footer .items p {
    color: #a5a0a0;
    line-height: 2;
    font-size: 14px;
    font-weight: 500;
}

footer .items a,
footer .items.subscribe p {
    line-height: 2;
    color: #a5a0a0;
    font-size: 16px;
    font-weight: 500;
}

footer .items a:hover {
    color: #00012a;
}

footer .logo img {
    max-width: 150px;
}

footer .foot {
    padding: 30px;
    position: relative;
    background-color: #00012a;
}

footer .foot a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 1px solid #fff;
}

footer .foot a:hover {
    color: #fff;
}


/* -------------------- pages-navigation ------------------------- */

.pages-navigation {
    padding: 50px 0;
    text-transform: capitalize;
    margin-bottom: 50px;
    background-color: #f1f1f1;
}

.pages-navigation span {
    font-size: 16px;
    margin: 0 5px;
    color: #464646;
    font-weight: 600;
}

.pages-navigation i {
    font-size: 18px;
    color: #00012a;
    margin-left: 5px;
}

.pages-navigation a:hover {
    color: #00012a;
}


/* -------------------- single product ------------------------- */

.product-details .info .items {
    padding: 30px 0;
    border-bottom: solid 1px #707070;
}

.product-details .info .items .prod-name {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    color: #888;
}

.product-details .info .items .prod-price {
    font-size: 25px;
    font-weight: 600;
    line-height: 2.5;
    color: #999;
}

.product-details .info .items .prod-price span {
    color: #00012a;
    margin-right: 50px;
}

.product-details .info .items p {
    font-size: 14px;
    line-height: 1.8;
    color: #686868;
}

.product-details .info .items:first-of-type {
    padding-top: 0;
}

.side-small-title {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.side-small-title small {
    float: left;
}

.product-details .qt-plus,
.product-details .qt-minus {
    width: 25px;
    height: 25px;
    border: solid 1px #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #999;
    font-size: 12px;
    vertical-align: middle;
}

.product-details .qt-plus .fa,
.product-details .qt-minus .fa {
    font-weight: 300;
}

.product-details .qt {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.44;
    color: #999;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    min-width: 30px;
    text-align: center;
}

.product-details .swiper-wrapper {
    align-items: center;
}

.product-details .swiper-container {
    border: 1px solid #9993;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-details .gallery-thumbs {
    height: 110px;
    border: 0;
}

.product-details .gallery-thumbs img {
    border: 1px dashed #9993;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    margin: auto 0;
    object-fit: contain;
}

.product-details .swiper-slide-thumb-active img {
    border: 1px solid #00012a;
}


/* -------------------- preview ------------------------- */

.preview .tab-content {
    border: 1px solid #9995;
    border-top: 0;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.preview .info {
    color: #777;
    line-height: 2;
}

.preview .nav-tabs .nav-link {
    font-weight: 600;
}

.preview .nav-tabs .nav-item.show .nav-link,
.preview .nav-tabs .nav-link.active {
    color: #00012a;
}


/* -------------------- comments ------------------------- */

.comments .items {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #9993;
    padding: 20px;
}

.comments .items p {
    color: #888;
    font-size: 13px;
}

.comments .items h6 {
    color: #555;
}


/* ---------- rate --------- */

.stars {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    direction: ltr;
}

.stars input {
    border-radius: 0;
    visibility: hidden;
    width: 30px;
    cursor: pointer;
}

.stars input:after {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #EEE;
    visibility: visible;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-shadow: 0px 2px 4px RGBA(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.stars input:hover:after {
    opacity: 0.8;
}

.rate-stars {
    color: #fc0;
}

.stars input:checked:after {
    color: #fc0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.stars input:checked~input:after {
    color: #fc0;
}

.stars input:not(:checked):after {
    color: #eee;
}


/* -------------------- profile pg ------------------------- */

.profile-pg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-pg .fixed-r-nav {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #9993;
}

.profile-pg .fixed-r-nav .img,
.profile-pg .fav .img {
    border: 1px solid #00012a;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.profile-pg .fixed-r-nav .img .butn {
    position: absolute;
    bottom: 0;
    right: 25px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #00012a;
    width: 50px;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.profile-pg .fixed-r-nav .img .butn:after {
    border: none;
}

.profile-pg .fixed-r-nav .img input {
    position: absolute;
    bottom: 0;
    right: 25px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #00012a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.profile-pg .fixed-r-nav .img img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 200px;
}

#saveImage {
    display: none;
}

.profile-pg .fixed-r-nav .nav-tabs {
    margin-top: 60px;
    padding-bottom: 15px;
    border: none;
}

.profile-pg .fixed-r-nav .nav-tabs li {
    background-color: #00012a;
    color: #fff;
    width: 100%;
    margin: 15px 15px 15px 0;
    transition: all 0.3s ease;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.profile-pg .fixed-r-nav .nav-tabs li:hover,
.profile-pg .fixed-r-nav .nav-tabs li .active {
    background-color: #000;
}

.profile-pg .fixed-r-nav .nav-tabs li a {
    display: block;
    padding: 10px;
}

.profile-pg .fixed-r-nav .nav-tabs li a:hover,
.profile-pg .fixed-r-nav .nav-tabs li.active a:hover {
    color: #fff;
}

.profile-pg .tabs .tab-content .tab1 .content .items,
.profile-pg .tabs .tab-content .fav .items {
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #9995;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

.profile-pg .tabs .tab-content .tab1 .content .items h5 span {
    color: #888;
    font-size: 16px;
}

.profile-pg .tabs .butn {
    display: block;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.profile-pg .fav .img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    padding: 0;
}

.profile-pg .tabs .tab-content .fav .items .info {
    padding: 30px 0;
}

.profile-pg .tabs .tab-content .fav .items {
    position: relative;
}

.profile-pg .tabs .tab-content .fav .items .close,
.profile-pg .tabs .tab-content .fav .items .edit {
    position: absolute;
    left: 15px;
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
    line-height: 42px;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background-color: #fff;
    color: #00012a;
    font-size: 14px;
}

.profile-pg .tabs .tab-content .fav .items .edit {
    left: 70px;
}

.profile-pg .tabs .tab-content .fav .items .close:hover,
.profile-pg .tabs .tab-content .fav .items .edit:hover {
    background-color: #00012a;
    color: #fff;
}

.profile-pg .tabs .tab-content .new .items,
.profile-pg .tabs .tab-content .old .items {
    margin-bottom: 50px;
}

.profile-pg .tabs .tab-content .new .items,
.profile-pg .tabs .tab-content .old .items {
    border: 1px solid #9993;
    padding: 15px;
}

.profile-pg .tabs .tab-content .new .items h6,
.profile-pg .tabs .tab-content .old .items h6 {
    margin-top: 15px;
}

.profile-pg .tabs .tab-content .new .items a,
.profile-pg .tabs .tab-content .old .items a {
    color: #00012a;
}

.profile-pg .tabs .tab-content .adress-edit .items {
    padding-right: 50px;
    position: relative;
    margin-bottom: 50px;
}

.profile-pg .tabs .tab-content .adress-edit .items input {
    position: absolute;
    right: 15px;
    top: 5px;
}

.profile-pg .tabs .tab-content .adress-edit .items a {
    color: #00012a;
}

.profile-pg .tabs .tab-content .another-adress .form {
    display: none;
}

.profile-pg .tabs .tab-content .rating {
    color: #00012a;
    font-size: 15px;
}

.profile-pg .add-product .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    height: 250px;
    display: flex;
}

.profile-pg .add-product .img img {
    object-fit: cover;
}

.profile-pg .add-product .img input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
}

.profile-pg .add-product .img img {
    border-radius: 8px;
}

.profile-pg .add-product .img h6 {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-pg .table img {
    height: 100px;
    object-fit: contain;
    width: 100px;
}


/* -------------------- order-details pg ------------------------- */

.order-details {
    padding: 30px;
    border: 1px solid #9994;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
}

.order-details .order-head {
    border: 1px solid #9993;
    border-radius: 10px;
    box-shadow: 0 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.order-details .order-head ul li span {
    color: #00012a;
}

.order-details .order-body .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #9993;
    border-radius: 10px;
}


/* -------------------- cart pg ------------------------- */

.cart-pg .cart-items {
    padding: 30px;
    padding-top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.cart-pg .cart-items .cart-items-head {
    padding: 15px 30px;
    /* background: linear-gradient(-200deg, #00012a, #00012a, #00012a, #00012a); */
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    border: 1px solid #9992;
    margin-bottom: 60px;
    text-align: center;
}

.cart-pg .cart-items .items {
    border: 1px solid #9993;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.cart-pg .cart-items .items .img {
    position: relative;
    overflow: hidden;
    border: 1px solid #9993;
}

.cart-pg .cart-items .items .img .discount {
    position: absolute;
    padding: 5px 60px;
    background-color: #00012a;
    transform: rotateZ(-45deg);
    color: #fff;
    top: 15px;
    left: -55px;
    font-size: 12px;
}

.cart-pg .cart-items .items .img img.prod {
    width: 100%;
    height: 100px;
    padding: 10px;
    object-fit: contain;
    object-position: center center;
}

.cart-pg .cart-items .items .add-fav {
    display: flex;
    border-top: 1px solid #9993;
    margin-top: 10px;
}

.cart-pg .cart-items .items .add-fav a {
    font-size: 9px;
    width: 100%;
    color: #00012a;
    text-align: center;
    border-left: 1px solid #9995;
    background-color: #f7f7f7;
    padding: 10px 3px;
}

.cart-pg .cart-items .items .add-fav a:hover {
    background-color: #fff;
}

.cart-pg .cart-items .items .add-fav a:last-of-type {
    border-left: 0;
}

.cart-pg .cart-items .items .add-fav img {
    width: 12px;
}

.cart-pg .cart-items .items .info h5 {
    font-size: 16px;
    margin-top: 15px;
}

.cart-pg .cart-items .items .info p {
    font-size: 12px;
    color: #777;
    line-height: 2.5;
    display: flex;
}

.cart-pg .cart-items .items .info p select {
    width: 70px;
    margin-right: 10px;
    height: 30px;
    padding: 0 15px;
    margin-top: 5px;
    background-color: #f7f7f7;
}

.cart-pg .cart-items .items .total {
    width: 140px;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
}

.cart-pg .cart-items .items .total h5 {
    background-color: #f3f3f3;
    color: #00012a;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cart-pg .cart-items .items .total span {
    font-size: 20px;
    color: #00012a;
    display: block;
    margin-bottom: 5px;
}

.cart-pg .cart-items .items .total i {
    color: #777;
    font-style: normal;
    font-size: 10px;
    line-height: 0;
}

.cart-pg .cart-items .items .coupon-butn {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    color: #00012a;
    font-size: 12px;
    text-align: center;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%);
    border-radius: 30px;
    margin-top: 15px;
    transition: all .2s;
}

.cart-pg .cart-items .items .coupon-butn:hover {
    background: #00012a;
    color: #fff;
}

.cart-pg .checkout {
    padding: 30px;
    padding-top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cart-pg .checkout .checkout-head {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    border: 1px solid #9992;
}

.cart-pg .checkout ul li {
    line-height: 4;
    border-bottom: 1px solid #9993;
    color: #777;
}

.cart-pg .checkout ul li:last-of-type {
    border: none;
}

.cart-pg .checkout ul li span {
    float: left;
}

.cart-pg .check-butn {
    padding: 15px;
    width: 100%;
    background: #00012a;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
}

.cart-pg .check-butn:hover {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, .3);
}

.cart-pg .checkout input {
    padding: 10px;
    max-width: 100%;
    height: 40px;
    color: #777;
    border: 1px solid #9994;
    border-radius: 5px;
}

.cart-pg .checkout .butn {
    height: 40px;
    line-height: 20px;
    padding: 8px 30px;
}


/* -------------------- checkout pg ------------------------- */

.checkout-form .accordion {
    padding: 60px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
    border-radius: 15px;
}

.checkout-form .accordion .card-header {
    padding: 10px 30px;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.checkout-form .accordion .btn-link {
    color: #212529;
    padding: 0;
    width: 100%;
    text-align: right;
}

.checkout-form .accordion .btn-link i {
    color: #999;
    margin-left: 10px;
    font-size: 18px;
}

.checkout-form .accordion .done .btn-link i {
    color: #29b729;
}

.checkout-form .accordion .btn-link:hover,
.checkout-form .accordion .btn-link:focus {
    text-decoration: none;
}

.checkout-form .accordion .card {
    border-color: rgba(0, 0, 0, .05);
}

.checkout-form .accordion .profile-info h6 {
    font-weight: bold;
    color: #00012a;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .profile-info .form-group {
    color: #777;
    margin-bottom: 40px;
}

.checkout-form .accordion .profile-info .form-group label {
    width: 120px;
    text-align: center;
}

.checkout-form .accordion .profile-info .form-group input,
.checkout-form .accordion .profile-info .form-group select {
    color: #777;
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #9993;
    width: calc(100% - 130px);
}

.checkout-form .accordion .profile-info .butn {
    float: left;
    padding: 5px;
    width: 120px;
    font-size: 12px;
    margin-top: 15px;
}

.checkout-form .accordion .delivery h6 {
    font-weight: bold;
    color: #00012a;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .delivery .text p {
    padding: 5px 10px 0 0;
    color: #777;
}

.checkout-form .accordion .delivery .text p span {
    color: #212529;
    padding: 0 4px;
}

.checkout-form .accordion .delivery .details {
    margin-top: 30px;
}

.checkout-form .accordion .delivery .details .items {
    padding: 30px;
    border: 1px solid #9995;
    margin-bottom: 30px;
}

.checkout-form .accordion .delivery .details li {
    padding: 10px 0;
}

.checkout-form .accordion .delivery .details li span {
    padding: 0 20px;
    margin-left: 20px;
    border-left: 1px solid #9995;
    width: 50%;
}

.checkout-form .accordion .delivery .details li i {
    font-style: normal;
    color: #00012a;
}

.checkout-form .accordion .pay h6 {
    font-weight: bold;
    color: #00012a;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .pay .form-group {
    position: relative;
    margin-bottom: 30px;
}

.checkout-form .accordion .pay .form-group input,
.checkout-form .accordion .pay .form-group img {
    display: inline-block;
    width: auto;
    margin-left: 20px;
}

.checkout-form .accordion .pay .form-group img {
    width: 50px;
    height: 40px;
}

.checkout-form .accordion .pay .form-group img span {
    font-size: 17px;
}

.checkout-form .accordion .pay .coupon input {
    padding: 10px;
    border: 1px solid #eee;
}

.checkout-form .accordion .pay .coupon .butn {
    padding: 10px;
    border: 1px solid #00012a;
    border-radius: 0;
}

.checkout-form .accordion .pay .coupon .butn:hover {
    background: transparent;
    color: #00012a;
}

.checkout-form .accordion .pay .coupon ul {
    margin-top: 30px;
}

.checkout-form .accordion .pay .coupon li {
    padding: 7px 10px;
}

.checkout-form .accordion .pay .coupon li span {
    float: left;
}

.checkout-form .accordion .pay .coupon li i {
    font-weight: bold;
    font-style: normal;
    color: #00012a;
}

.checkout-form .accordion .pay .coupon li:last-of-type {
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 7px;
}

.checkout-form .accordion .date {
    margin: 30px 0;
    padding: 30px 5px;
    border: 1px solid #9994;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.checkout-form .accordion .date .form-group {
    display: flex;
}

.checkout-form .accordion .date .form-group label {
    font-size: 12px;
    color: #777;
    width: 50%;
    position: relative;
    top: 10px;
}

.checkout-form .accordion .date .form-group input {
    border: 1px solid #9994;
    border-radius: 8px;
}

.checkout-form .accordion .date .form-group select {
    font-size: 14px;
}


/* -------------------- login pg ------------------------- */

.login {
    background-image: url(../images/slide2.jpg);
    /* margin-top: -50px; */
    background-position: center left;
    background-size: cover;
}

.login .content {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px 30px;
}

.login-head {
    background: linear-gradient(-45deg, #00012a, #ee48a1);
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.login-head h6,
.login-head p {
    color: #fff;
}

.login .forms {
    position: relative;
    height: 250px;
    transition: all 0.3s linear;
    /* overflow: hidden; */
}

.login .forms.tall {
    height: 655px;
}

.login-form,
.reg-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.login-form {
    transition: all 0.3s linear;
    opacity: 0;
    transform: scale(0.5) translate(100%);
    visibility: hidden;
}

.login-form.show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
}

.reg-form {
    transition: all 0.3s linear;
    opacity: 0;
    transform: scale(0.5) translate(-100%);
    visibility: hidden;
}

.reg-form.show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
}


/* -------------------- filter ------------------------- */


/* -------------------- filter ------------------------- */

.filter {
    background-color: #f7f7f7;
    padding: 20px;
    height: 100%;
}

.filter .items {
    margin-top: 30px;
    border: 1px solid #9993;
    padding: 15px;
}

.filter .items h6 {
    font-size: 14px;
    border-bottom: 1px solid #9993;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.filter .items .custom-control-label {
    font-size: 12px;
    color: #777;
}

.filter .items .custom-checkbox .custom-control-label::before {
    border-radius: 30px;
}


/* --------- range slider ---------- */

.range-slider {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 100%
}

.range-slider label {
    font-size: 12px;
    color: #8a8a8a
}

.range-slider .number-group {
    flex: 1 0 auto;
    text-align: right;
    height: 30px;
    font-weight: 300;
    font-size: 12px;
    color: #8a8a8a;
    order: 2;
    margin-top: 15px
}

.range-slider .number-group .number-input {
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
    border: 2px solid red
}

.range-slider .range-group {
    position: relative;
    flex: 0 0 100%;
    height: 47px
}

.range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
    filter: invert(7%) sepia(22%) saturate(5310%) hue-rotate(219deg) brightness(20%) contrast(118%);
}

.range-slider .range-group .range-input:focus {
    outline: 0
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: .2s;
    background: #006195;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #006195;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px
}

.range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: .2s;
    background: #006195;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #006195;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #006195;
    cursor: pointer
}

.range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: .2s;
    background: transparent;
    border-color: transparent;
    color: transparent
}

.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
    background: #006195;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #006195;
    cursor: pointer
}


/* -------------------- login pg ------------------------- */


/* -------------------- login pg ------------------------- */


/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 991px) {
    .navbar .custom-navbar .drop-nav>.sub-menu {
        right: 0 !important;
    }
    .navbar .custom-navbar .drop-nav:hover>.sub-menu {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #ffffff70;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: #fff;
        border-right: 1px solid #ffffff70;
        background-size: cover;
        background-position: center;
        width: 275px;
        height: 100vh;
        opacity: 0;
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 15px;
        display: inherit;
        text-align: center;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
    }
    .navbar .custom-navbar .nav-links {
        line-height: 3.5;
        margin: 0 !important;
        padding: 0 15px;
    }
    .navbar .custom-navbar .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 35px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar.fixed .logo {
        display: none;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    /* ---------------- */
    .navbar .custom-navbar .drop-nav:hover>.drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        width: 100%;
    }
    .navbar .custom-navbar .nav-links {
        color: #00012a !important;
        width: 100%;
    }
    .justify-content-end {
        justify-content: center !important;
    }
    /* -------------- navbar overlay --------------- */
    .navbar .custom-navbar .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navbar .custom-navbar .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }
    .lead-section .lead .items {
        padding-bottom: 100px;
    }
    .logo {
        text-align: right;
    }
    .navbar-brand {
        width: 200px;
    }
    .logo {
        display: block;
    }
    .mention {
        overflow: hidden;
    }
    .navbar,
    .navbar .custom-navbar {
        background-color: #fff;
        padding-bottom: 0;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .cart-menu {
        left: 0 !important;
    }
    header .content .img {
        margin: 15px 0;
    }
    .follow a {
        margin-left: 15px;
    }
    .section-head h2,
    .follow h2 {
        font-size: 25px;
    }
    .butn {
        padding: 10px 25px;
        font-size: 14px;
    }
    footer .items .btn-link,
    footer .items .card-header,
    footer .items .card-body {
        padding: 3px 0;
    }
    .product-details .info .items .prod-name {
        font-size: 30px;
    }
    .fullwidth-menu .items {
        margin-bottom: 30px;
    }
    .fullwidth-menu li a {
        width: 100%;
        border-bottom: 1px solid #9993;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav:hover .fullwidth-menu {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-links::before {
        display: none;
    }
    .navbar .custom-navbar .drop-nav .nav-links:after {
        right: 94%;
        top: 10px;
    }
    .navbar .custom-navbar .nav-links span {
        display: none;
    }
    .features .content {
        padding: 20px 0;
    }
    .features .items {
        margin: 20px 0;
    }
    .features .items.center {
        border: 0;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .navbar-brand {
        width: 50%;
    }
    .top-nav .r-side li {
        margin-left: 10px;
        padding-left: 5px;
        font-size: 12px;
    }
    .top-nav .r-side {
        justify-content: center;
        margin-bottom: 15px;
    }
    .top-nav .call-info {
        flex-wrap: wrap;
        direction: rtl;
        justify-content: space-between;
    }
    .top-nav .call-info li {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .top-nav .call-info li i {
        margin-left: 10px;
        margin-right: 0;
    }
    .top-nav .call-info li:first-of-type {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .subscribe h2 {
        font-size: 25px;
    }
    .subscribe p {
        font-size: 14px;
    }
}


/* ======= */

@media screen and (max-width: 480px) {}
.comparison .content {
    display: flex;
    flex-wrap: wrap;
}

.comparison .content .items {
    width: 25%;
    border: 2px solid #9993;
    text-align: center;
    margin-bottom: 30px;
}

.comparison .content .items .product-name,
.comparison .content .items .product-img,
.comparison .content .items p {
    border-bottom: 1px solid #9993;
    padding: 10px 15px;
}

.comparison .content .items .product-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #00012a;
}

.comparison .content .items .product-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.comparison .content .items .edit {
    padding: 10px 15px;
}

.comparison .content .items .edit a {
    color: #00012a;
    margin: 0 5px;
    font-size: 21px;
}

@media screen and (max-width: 991px) {
    .comparison .content .items {
        width: 33%;
    }
}

@media screen and (max-width: 787px) {
    .comparison .content .items {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .comparison .content .items {
        width: 100%;
    }
}
.chatting {
    padding: 50px;
}

.chatting .chat-info {
    padding: 30px;
}

.chatting .chat-info p {
    line-height: 2.2;
}

.chatting .box {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.15);
    overflow: hidden;
}

.chatting .ohide {
    overflow: hidden;
}

.chatting .chat-box {
    height: 80vh;
    overflow: hidden;
    padding: 50px 30px 30px;
    box-shadow: -15px 0px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 3;
}

.chatting .chat-box .stylebar {
    max-height: calc(80vh - 150px);
    overflow: auto;
    padding-left: 10px;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f5f5f5;
}

.chatting .chat-box .stylebar::-webkit-scrollbar {
    height: 5px;
    width: 3px;
    background: #f5f5f5;
}

.chatting .chat-box .stylebar::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
}

.chatting .chat-box .stylebar::-webkit-scrollbar-corner {
    background: #999;
}

.chatting .chat-box .out,
.chatting .chat-box .in {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.chatting .chat-box .out .img,
.chatting .chat-box .in .img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.chatting .chat-box .out .text,
.chatting .chat-box .in .text {
    display: inline-block;
    max-width: 75%;
    padding: 5px 40px;
    font-size: 13px;
}

.chatting .chat-box .out span,
.chatting .chat-box .in span {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #999;
    margin-top: 8px;
}

.chatting .chat-box .in span {
    margin-top: 0;
}

.chatting .chat-box .in {
    float: left;
    overflow: hidden;
}

.chatting .chat-box .in .img {
    float: left;
}

.chatting .chat-box .in .text {
    float: left;
    margin: 0 0 0 15px;
    background: #F7F9FC;
    border-radius: 0px 40px 40px 60px;
}

.chatting .chat-box .in .date {
    text-align: left;
    padding-left: 80px;
}

.chatting .chat-box .out .img {
    float: right;
}

.chatting .chat-box .out .text {
    margin: 0 15px 0 0;
    background: #00012a;
    color: #fff;
    border-radius: 40px 0px 60px 40px;
}

.chatting .chat-box .out span {
    margin-right: 80px;
}

.chatting .chat-box .form {
    margin-top: 15px;
}

.chatting .chat-box .form input {
    padding: 12px;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    background: transparent;
    width: calc(100% - 55px);
}

.chatting .chat-box .form button {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    background: #00012a;
    border: 1px solid #00012a;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    outline: none !important;
    margin-right: 5px;
}

.chatting .messages {
    height: 80vh;
    overflow: hidden;
    background: #fbfbfb;
    padding: 50px 30px;
}

.chatting .messages .stylebar {
    max-height: calc(80vh - 160px);
    overflow: auto;
    padding-left: 10px;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f5f5f5;
}

.chatting .messages .stylebar::-webkit-scrollbar {
    height: 5px;
    width: 3px;
    background: #f5f5f5;
}

.chatting .messages .stylebar::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
}

.chatting .messages .stylebar::-webkit-scrollbar-corner {
    background: #999;
}

.chatting .messages .search {
    margin-bottom: 30px;
}

.chatting .messages .search .form-group {
    position: relative;
}

.chatting .messages .search input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 30px;
    background: #F3F6FB;
}

.chatting .messages .search button {
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
    position: absolute;
    left: 5px;
    top: 2px;
}

.chatting .messages .block {
    overflow: hidden;
}

.chatting .messages .block .item {
    padding: 15px;
    overflow: hidden;
}

.chatting .messages .block .item a {
    display: block;
    width: 100%;
}

.chatting .messages .block .item:hover {
    background: #F3F6FB;
}

.chatting .messages .block .item .img {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
}

.chatting .messages .block .item .img:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.chatting .messages .block .item .img .oimg {
    border-radius: 50%;
    overflow: hidden;
}

.chatting .messages .block .item .img.online:after {
    background: #94e31b;
}

.chatting .messages .block .item .img.offline:after {
    background: #f75454;
}

.chatting .messages .block .item .cont {
    margin-right: 70px;
}

.chatting .messages .block .item .cont h6 {
    font-size: 15px;
    font-weight: 500;
}

.chatting .messages .block .item .cont p {
    font-size: 13px;
    opacity: .7;
}

.chatting .messages .block .item .info {
    float: left;
    text-align: center;
    position: relative;
    margin-top: -30px;
}

.chatting .messages .block .item .info .date {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    opacity: .7;
}

.chatting .messages .block .item .info .inlist {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    background: #F3F6FB;
}
.about .img {
    position: relative;
    padding: 15px;
    border: 1px dashed #00012a;
    border-radius: 20px;
}

.about .img:after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -1px;
    width: 30%;
    height: 30%;
    background-color: #00012a;
    border-radius: 20px;
}

.about .img::before {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 30%;
    height: 30%;
    background-color: #00012a;
    border-radius: 20px;
}

.about .img img {
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    position: relative;
    z-index: 20;
}

.about .info p {
    margin-bottom: 15px;
}

/*******************start custom**********************/
.swal2-container{
    z-index: 99999!important;
}
/*******************end custom************************/
