div#navbarSupportedContent {
    justify-content: center;
}
.bg-dark{
    background-color: transparent !important;
}
.nav-head{
    background-color: #000000;
  }

  .btn-color{
    background-color: #F8931D;
    color : #0D447A;
    font-size: bold;
  }
  .item-align {
    display: grid;
    grid-template-columns: auto 1fr; /* Create two columns, the first takes all available space, and the second is auto-sized */
    align-items: center;
    white-space: nowrap;
  }

  /* Optional: Add some spacing between the icons and text */
  .item-align span {
    margin-right: 10px; /* Adjust the spacing as needed */
  }

  /* Push the second span to the right corner */
  .item-align span:first-child {
    justify-self: end;
  }
.paraxdo-header-img{
    padding: 0px 0;
}
.form-bg{
    background-color: #CA9046;
}
.cont-text{
    text-align: center;
}
.cont-text h3{
    font-family: 'Inter' , sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 58px;
    color: #031751;
}
#logsedf{
    width: 60%;
}
.navbar-nav .nav-link {
    color: #000000;
    font-family: 'inter' , sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7em;
    padding: 8px 20px !important;
}
.navbar-brand {
    font-family: 'inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change the link color on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.active, .nav-link:hover {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #F8931D !important;
}
.navbar-brand:hover{
    color: aqua;
}
.nav-right-content {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.nav-right-content .info-bar-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.navtit {
    font-family: 'inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size:  16px;
    color: #283E4B;
    text-decoration: none;
}
.author-nav-content{
    color: #000000;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'inter', sans-serif;
    font-style: normal;
    font-weight: 500;
}
.sign-in{
    display: none;
}
.btn-warning-top {
    border-radius: 3px;
    background: #F96;
    color: #013162;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 15px;
}
.btn-warning-top:hover {
    background: #F96;
    color: #013162;
}
.head-section{
    width: 100%;
    height: auto;
    padding: 10px 40px;
}
.cat-bg{
    background: #DEDEDE;
    height: 100%;
}
.cate-text{
    background: #F8931D;
    padding: 10px 25px;
}
.cate-text h4{
    color: #000;
    font-family: "Inter" , sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#cateimg{
    max-width: 100%;
    width: 8%;
    height: auto;
    margin-right: 10px;
    margin-left: 15px;
}
#cateimgnew{
    max-width: 100%;
    width: 5%;
    height: auto;
    margin-right: 10px;
    margin-left: 15px;
}
.categ-text ul{
    padding: 0px;
}
.categ-text ul{
    padding: 0px;
    overflow-y: scroll;
    max-height: 441px;
}
.categ-text ul::-webkit-scrollbar {
    width: 5px; /* Set the width of the scrollbar */
  }

  .categ-text ul::-webkit-scrollbar-thumb {
    background-color: #888; /* Set the color of the scrollbar thumb */
    border-radius: 6px; /* Set the border radius of the scrollbar thumb */
  }

  .categ-text ul::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the color of the scrollbar track */
    border-radius: 6px; /* Set the border radius of the scrollbar track */
  }
.categ-text ul li{
    list-style: none;
    padding: 15px 0;
}
.product-link{
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}
.product-link:hover {
    transform: scale(1.1); /* You can adjust the scale factor as needed */
}
.categ-text ul li span{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 49.565px */
}
.border-bottom{
    border-bottom: 2px solid #9E9E9E !important;
}
.border-bottom a{
    text-decoration: none;
}
.slider-img{
    background-image: url(../img/slider-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.slider-text{
    margin-left: 30px;
    margin-top: 140px;
    width: 60%;
}
.slider-text h5{
    color: #5E5E5E;
    font-family: "Inter" , sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.523%; /* 49.127px */
    letter-spacing: 5.28px;
    text-transform: uppercase;
}
.slider-text h2{
    color: #DC831B;
    font-family: "Inter" , sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.slider-text h4{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.43px; /* 70.62px */
    margin-bottom: 25px;
}
.hght{
    height: 500px;
}
.btn-warning {
    border-radius: 6px;
    background: #000000;
    border: #F96;
    color:#fff;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 30px;
}
.btn-warning:hover{
    border-radius: 6px;
    background: #F96;
    border: #F96;
    color: #013162;
}
.btn-primary{
    border-radius: 6px;
    background: #F8931D;
    border: #0D447A;
    color: #FFF;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 30px;
    margin-right: 10px;
}
.btn-primary:hover{
    border-radius: 6px;
    background: #0D447A;
    border: #0D447A;
    color: #FFF;
}
.btn-dark{
    border-radius: 6px;
    background: #000;
    border: #0D447A;
    color: #FFF;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 30px;
    margin-right: 10px;
}
.btn-dark:hover{
    border-radius: 6px;
    background: #0D447A;
    border: #0D447A;
    color: #FFF;
}
.btn-white{
    border-radius: 6px;
    background:#fff;
    border: #0D447A;
    color: #000;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 30px;
    margin-right: 10px;
}
.btn-white:hover{
    border-radius: 6px;
    background: #0D447A;
    border: #0D447A;
    color: #FFF;
}
.abt-section{
    width: 100%;
    height: auto;
    padding: 30px;
}
.abt-tile{
    background:#FCB767;
    padding:15px;
    border-radius: 5px;
    text-align: center;
}
#atdimg{
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: auto;
}
/* .abt-text {
    margin-top: 35px;
} */
.abt-text h5{
    color: #0D447A;
    font-family: "Inter" , sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.abt-text h3{
    color: #F8931D;
    font-family: "Inter" , sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
}

  .abt-text h3::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 4px solid #000; /* You can change the color and thickness as needed */
    border-radius: 5px; /* Adjust the value to control the roundness of the corners */
    position: absolute;
    bottom: 0;
    left: 0;
  }
.abt-text p{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200.023%; /* 56.885px */
}
.healt-section{
    width: 100%;
    height: auto;
    padding: 0px 50px;
}
.divider {
    display: flex;
    align-items: center;
}
.divider h3{
    color: #0D447A;
    font-family: "Inter" ,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.divider::before, .divider::after {
    flex: 1;
    content: '';
    padding: 2px;
    background-color: #F8931D;
    margin: 5px;
}
#prodimg{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}
.prod-text{
    text-align: center;
}
.prod-text h4{
    color: #353535;
    text-align: center;
    font-family: "Inter" sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 34.805px */
}
.prod-text h5{
    color: #353535;
    font-family: "Inter" sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
}
.prod-text p{
    color: #F8931D;
    font-family: "Inter" sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
}
.serv-text p{
    font-family: "Inter" sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
}
.company-text img {
    max-width: 100%; /* Set a maximum width for the image */
    height: auto; /* Maintain the image's aspect ratio */
}
.team-name{
    color:#E07900;
    font-size:30px;
}
.bo-border{
    border-bottom: 2px dashed #A9A9A9;
}

.vertical-line {
  border-right: 2px dashed #A9A9A9;
}
.btn-section{
    width: 100%;
    height: auto;
    padding: 0px 50px 50px 50px;
}
.btn-info{
    background: #D9D9D9;
    border: #D9D9D9;
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.btn-info:hover {
    background: #D9D9D9;
    border: #D9D9D9;
}
.col-bg{
    border-radius: 30px;
    background-image: url(../img/shop-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.col-bg-new{
    border-radius: 30px;
    background-image: url(../img/shop-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.shopads-section{
    width: 100%;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.shop-ads-text h6{
    color: #383838;
    font-family: "Inter" ,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.shop-ads-text p{
    color: #383838;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.shop-ads-text h4{
    color: #0D447A;
    font-family: "Inter" ,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.healtpro-sec{
    width: 100%;
    height: auto;
}
.header-section{
    width: 100%;
    height: auto;
}
.topbar-section{
    width: 100%;
    height: auto;
}
#templatemo_nav_top {
    min-height: 30px;
}
.bg-primary{
    background-color: #0D447A !important;
}
.top-text a{
    font-size: 12px;
    font-weight: 400;
}
.bg-light{
    background-color: #9E9E9E !important;
}
.bestseler-section{
    width: 100%;
    height: auto;
    padding: 0px 60px 0px 60px;
}
.adsbanner-section{
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
}
#adsimg{
    width: 100%;
    height: auto;
    margin: auto;
    padding:0px;
}
.ads-img{
    padding:0px;
}
.pharm-apps{
    width: 100%;
    height: auto;
    padding: 15px;
    background-image: url(../img/ads.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 8px;
}
#appsimg{
    max-width: 100%;
    width: 90%;
    height: auto;
    margin: auto;
}

.phrama-text{
    margin-top: 10px;
}
.phrama-text h3{
    color: #036;
    font-family: "Mont Blanc-Trial" ,sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
   line-height: normal;
}
.phrama-text h5{
    color: #353535;
    font-family: "Mont Blanc-Trial" ,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}
.phrama-text p{
    color: #2C2C2C;
    font-family: "Mont Blanc-Trial" ,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px; /* 0px */
}
.get-section{
    width: 100%;
    height: auto;
    padding: 50px;
    background: #D6D3D3;
    margin-bottom: 8px;
}
.newslet-text h3{
    color: #0D447A;
    text-align: center;
    font-family: "Inter" ,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.523%; /* 61.211px */
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.bbb-wrapper .subcribe-form p {
    color: #fff;
    font-size: 14px;
}

.bbb-wrapper .subcribe-form form {
    max-width: 500px;
    margin: 15px auto;
    position: relative;
}

.bbb-wrapper .subcribe-form #subscribe input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 0 30px;
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
    height: 36px;
    padding: 0 30px;
    border-radius: 25px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    color: #013162;
    cursor: pointer;
}

.subscribe-message {
    color: #013162;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.color-bg{
    background: #FBAD87;
}

#subscribe-button:hover{
    background: #FBAD87;
    color: #fff;
}
.footer-section{
    width: 100%;
    height: auto;
    padding: 50px;
    background-image: url(../img/footer.png);
}
#footerlogo{
    width: 60%;
    margin-top: 50px;
}
.footer-text h3 {
    font-family: 'Inter' , sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #F8931D;
}
.footer-menu ul {
    padding: 0px 15px;
}
.footer-menu ul li {
    list-style: none;
    padding: 5px 5px;
}
#foot-icon {
    color: #F8931D;
    font-size: 14px;
    /* font-weight: 400; */
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding-left: 15px;
}
.footerb-text p {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}
.footer-social ul {
    padding: 0px 0px;
}
.footer-social ul li {
    display: inline-block;
    margin: 0 4px;
    background: #F8931D;
    border-radius: 25px;
    color: #0D447A;
}
.footer-social ul li a {
    background: #F8931D;
    border-radius: 25px;
    color: #0D447A;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}
.abt-slider-section{
    background-image: url(../img/abt-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
}
.banner-text{
    text-align: center;
    margin-top: 150px;
}
.banner-text h2{
    color: #F8931D;
    font-family: "Inter" ,sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.feature-section{
    background: #EFEFEF;
    padding: 50px;
    width: 100%;
    height: auto;
}
.feat-text{
    text-align: center;
}
.feat-text h3{
    color: #EE8000;
    font-family: "Inter" , sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
}
.team-text{
    text-align: center;
}
.team-text h3{
    color: #000;
    font-family: "Inter" , sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.feat-text .img1{
    background-image: url('../img/img1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feat-text .img2{
    background-image: url('../img/img2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feat-text .img3{
    background-image: url('../img/img3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feat-text h3::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 4px solid #000; /* You can change the color and thickness as needed */
    border-radius: 5px; /* Adjust the value to control the roundness of the corners */
    position: absolute;
    bottom: 0;
    left: 0;
  }
.feat-text p{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200.023%; /* 75.847px */
}
.fea-bg{
    border-radius: 152.5px;
    background: #FFF;
    padding: 58px 40px;
    height: 100%;
}
#faeimg{
    max-width: 100%;
    width: 50%;
    height: auto;
    margin: auto;
}
.fae-img{
    text-align: center;
}
.fea-text h4{
    color: #0D447A;
    font-family: "Inter" , sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    text-align: center;
}
.team-section{
    width: 100%;
    height: auto;
}
.team-set{
    width: 100%;
    height: auto;
}
#teamimg{
    max-width: 100%;
    width: 95%;
    height: auto;
    margin: auto;
}
.team-text{
    text-align: center;
}
.team-text h4{
    color: #036;
    font-family: "Inter" , sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 99.55px */
}
/* cart css */
.shopping-cart-table table,
.theme-table table {
    width: 100%;
    border: 1px solid #eee;
}
.cart-pro-box .cart-pro-img img {
    max-height: 65px;
    display: block;
    margin: 0px auto 12px;
}
.shopping-cart-table table > thead > tr > th,
.theme-table table > thead > tr > th {
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
    background-color: #f3f3f3;
    padding: 15px 15px;
    text-align: center;
}
.shopping-cart-table table > tbody > tr > td,
.theme-table table > tbody > tr > td {
    text-align: center;
    font-size: 16px;
    color: #222;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.shopping-cart-table table > tbody > tr:last-child > td,
.theme-table table > tbody > tr:last-child > td {
    border-bottom: 0px;
}
.cart-pro-box span {
    font-weight: 500;
}
.shopping-cart-table table > tbody > tr > td > .cart-tras-btn,
.theme-table table > tbody > tr > td > .cart-tras-btn {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    font-size: 17px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px 4px;
    cursor: pointer;
    outline: 0;
}
.shopping-cart-table table > tbody > tr > td .cart-subtotal,
.theme-table table > tbody > tr > td > .cart-subtotal {
    font-weight: 600;
    color: #f7941d;
}
.shopping-cart-table table > tbody > tr > td .cart-pro-box span,
.theme-table table > tbody > tr > td .cart-pro-box span > {
    font-weight: 500;
}
.shopping-cart-table table > tbody > tr > td .quantity-control {
    margin: 0px auto;
}
.shopping-cart-area .shopping-cart-footer {
    border: 1px solid #eee;
    border-top: 0px;
    padding: 0px 20px 20px;
}
.shopping-cart-area .shopping-cart-footer .shopping-cart-btn {
    margin-top: 20px;
}
.shopping-cart-box.widget-box .widget {
    margin-top: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul {
    border-bottom: 1px solid #eee;
    margin: 0px -15px 20px;
    padding: 0px 15px 20px;
}
.shopping-cart-box.widget-box .widget .subtotal-content .subtotal-content-box ul:last-child {
    margin-bottom: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li {
    font-size: 15px;
    color: #222;
    padding-bottom: 8px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li:last-child {
    padding-bottom: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li span {
    font-weight: 500;
    color: #f7941d;
    float: right;
}
.shopping-cart-area .subtotal-btn {
    margin-top: 15px;
}
.wishlist-product-area .cart-pro-box {
    display: table;
    width: 100%;
}
.wishlist-product-area .cart-pro-box > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.wishlist-product-area .cart-pro-box > .cart-pro-content {
    padding-left: 8px;
}
.wishlist-product-area .cart-pro-box > .cart-pro-img {
    width: 80px;
}
.theme-table table > tbody > tr > td.pro-stock {
    font-weight: 600;
    color: #008000;
    text-transform: uppercase;
}
.theme-table table > tbody > tr > td.out-stock {
    color: #d80505;
}
/* cart css */
/* checout css */
.checout-area .checkout-title .theme-title {
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin: 0px;
}
.checout-area .checkout-fom-box {
    padding: 0px 20px 20px;
    border: 1px solid #eee;
}
.checout-area .theme-input-box {
    margin-top: 20px;
}
.checkout-fom-box .checkout-checkbox,
.checkout-fom-box .checkout-radio-box {
    margin-top: 20px;
}
.checkout-fom-box .checkout-checkbox .custom-control,
.checkout-fom-box .checkout-radio-box .custom-control {
    margin-top: 10px;
}
.checout-area .checkout-fom-box .theme-title-box {
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin: 20px -20px 0px;
}
.checkout-fom-box .checkout-btn {
    margin-top: 25px;
}
.checkout-fom-box .checkout-btn .theme-btn {
    width: 100%;
}
.coupon-code-box {
    margin-top: 20px;
}
.coupon-code-box .theme-input-box {
    margin: 0px;
}
.coupon-code-box .theme-input-box .form-control {
    padding: 15px 135px 15px 15px;
}
.coupon-code-box .theme-input-box .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 8px 25px;
}
.checout-area .shopping-cart-box.widget-box .widget .subtotal-content .subtotal-content-box ul:last-child {
    padding-bottom: 0px;
    border: 0px;
}
.shopping-cart-box.widget-box .widget {
    margin-top: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul {
    border-bottom: 1px solid #eee;
    margin: 0px -15px 20px;
    padding: 0px 15px 20px;
}
.widget-box .widget {
    border: 1px solid #eee;
    padding: 15px 15px;
    box-shadow: 0px 0px 2px #eee;
}
.widget-box .widget .blog-news-title h2 {
    border: 0px;
    margin: 0px;
    padding: 14px 15px;
    width: 100%;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    background-color: #f3f3f3;
}
.widget-box .widget .blog-news-title {
    margin: -16px -16px 15px;
    border: 1px solid #eee;
}
.widget-box .widget {
    background-color: #fff;
    margin-top: 30px;
}
.widget-box .widget .widget-tag {
    margin-bottom: 0px;
}
.widget-tag li {
    margin-bottom: 8px;
}
.widget-tag li:last-child {
    margin-bottom: 0px;
}
.widget-tag li a > i {
    margin-right: 4px;
    color: #666;
    font-size: 14px;
}
.widget-tag li a {
    font-size: 16px;
    color: #666;
}
.widget-tag li a:hover{
  color: #f7941d;
}
.widget-tag .widget-tag li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}
.widget-tag .widget-tag li > a {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    color: #666;
}
ul,
li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.widget-tag .widget-tag li > a:hover {
    border-color: #f7941d;
    background-color: #f7941d;
    color: #fff;
}
.shopping-cart-box.widget-box .widget .subtotal-content .subtotal-content-box ul:last-child {
    margin-bottom: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li {
    font-size: 15px;
    color: #222;
    padding-bottom: 8px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li:last-child {
    padding-bottom: 0px;
}
.shopping-cart-box.widget-box .widget .subtotal-content ul li span {
    font-weight: 500;
    color: #f7941d;
    float: right;
}
.page-paddings {
    padding: 80px 0px;
    position: relative;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.team-text p{
    color: #353535;
    font-family: "Inter" ,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 75.847px */
}
.team-img{
    text-align: center;
}
.shop-section{
    width: 100%;
    height: auto;
    padding: 50px;
}
.sear-bg{
    border-radius: 6px;
    background: #EEE;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.18);
    padding: 30px 8px;
    border-radius: 25px;
}
.btn-outline-secondary{
    background-color: #0D447A;
    border: #0D447A;
    color: #fff;
    padding: 8px 12px;
    margin-left: -35px;
}
.btn-outline-secondary:hover{
    background-color: #0D447A;
    border: #0D447A;
}
.search-input{
    border: 1px solid #0d447a;
}
.cataul-text ul li a{
    font-family: "inter" , sans-serif;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 206.523%; /* 49.565px */
    text-decoration: none;
}
.filter-text p{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.prodtag-text p{
    color: #353535;
    font-family: "Inter" ,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
#proimg{
    /*max-width: 100%;*/
    width: 95px;
    height: auto;
    margin: auto;
}
.produd-text{
    margin-left: 20px;
}
.produd-text h5{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.523%; /* 26.705px */
}
.produd-text p{
    color: #515150;
    font-family: "Inter" , sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.523%; /* 20.028px */
}
.cart-section{
    width: 100%;
    height: auto;
    padding: 50px;
}
#cartimg{
    max-width: 100%;
    width: 90%;
    height: auto;
    margin: auto;
}
.cart-text h4{
    color: #0D447A;
    font-family: "Inter" , sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 52.208px */
}
.text-warning{
    color: #F8931D !important;
}
.review-text p span{
    color: #9E9E9E;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%; /* 34.805px */
}
.prod-pric-text p{
    color: #E50000;
    font-family: "Inter" , sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 37.706px */
}
.proditem-text p{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%; /* 31.905px */
}
.quantity-input{
    width: 50px;
    text-align: center;
    background: #DEDEDE;
    border: #DEDEDE;
    border-radius: 3px;
    height: 29px;
}
.quantity-button{
    background-color: #F8931D;
    border: #F8931D;
    padding: 4px 8px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}
.list-group-item{
    width: 60%;
}
.cartdescr-section{
    width: 100%;
    height: auto;
    padding: 0 50px 50px 50px;
}
.addition-section{
    width: 100%;
    height: auto;
    padding: 0 50px 50px 50px;
}
.additon-bg{
    border-radius: 6px;
    background: #E9E9E9;
    padding: 25px;
    height: 100%;
}
.addtio-text h3{
    text-align: center;
    color: #0D447A;
    font-family: "Inter" , sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 52.208px */
}
.rev-text h3{
    color: #0D447A;
    font-family: "Inter" , sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 52.208px */
}
#vactimg{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}
.add-reviw-section{
    width: 100%;
    height: auto;
    padding: 0 50px 50px 50px;
}
.header-right-btn  > a {
    display: block;
    font-size: 24px;
    padding: 5px 12px;
    color: #212529;
    position: relative;
    z-index: 1;
}
.icon-design {
    display: block;
    font-size: 24px;
    padding: 5px 12px;
    color: #212529;
    position: relative;
    z-index: 1;
}
.header-right-btn > a > .budge {
    height: 20px;
    width: 20px;
    display: block;
    background-color: #f7941d;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    top: 4px;
    right: 2px;
}
.reviw-form-text p{
    color: #353535;
    font-family: "Inter" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%; /* 40.606px */
}
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 0px;
    border: 1px solid #eee;
}
.quantity-btn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0 !important;
}
.quantity-btn svg {
    width: 12px;
    height: 12px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}


@media screen and (min-width:768px) and (max-width:991px) {
    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: 'inter', sans-serif;
        color: #ffffff !important;
        height: 47px;
        padding: 23px 0;
        background-color: #333333 !important;
        text-align: center;
    }
    #logsedf{
        width: 35%;
    }
    .nav-right-content{
        display: none;
    }
    .sign-in {
        display: unset;
    }

}


@media screen and (min-width: 0px) and (max-width: 768px) {
    .navbar .navbar-brand {
        width: 35%;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: center;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        font-family: 'inter', sans-serif;
    }
    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: 'inter', sans-serif;
        color: #ffffff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #333333 !important;
        text-align: center;
    }
    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }
    #logsedf{
        width: 60%;
    }
    .nav-right-content{
        display: none;
    }
    .sign-in {
        display: unset;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-link {
        color: #333333;
        font-family: 'inter' , sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.7em;
        padding: 6px 11px !important;
    }


}
