
.image__block__product img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

body{
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

img{
    max-width: 100%;
}

p, a{
    font-size: 15px;
}

a{
    display: inline-block;
    text-decoration:none !important;
}

ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*login css*/


body.bg-image {
    background: url(../image/bg-image.jpg);
    background-size: cover;
    min-height: 100vh;
}


/*login css*/


/*header css*/

.menubar__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menubar__nav ul li {
    margin-left: 25px;
}

.menubar__nav ul li a {
    color: #fff;
    display: block;
}

.menubar__nav ul li a:hover{
    color: #D7B44F;
}

.logo img {
    height: 92px;
}

header {
    background: #003E20;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
}

.menubar__nav ul li.login__registration__btn a {
    line-height: 45px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.menubar__nav ul li.login__registration__btn a:hover {
    background: #000;
}

.login__inner {
    background: #000;
    margin: 65px 0px;
    padding: 20px;
    border-radius: 10px;
}

.login__block {
    padding: 35px 50px;
    border: 1px solid #D7B44F;
    border-radius: 10px;
}

.login__content {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.login__content img {
    height: 95px;
    margin-bottom: 28px;
}

.login__content h4 {
    font-size: 20px;
}

.form-group {
    position: relative;
}

.form-group input {
    border: 1px solid #C0C0C033;
    height: 45px;
    padding: 5px 50px;
}

img.overlay__image {
    position: absolute;
    top: 3px;
    left: 5px;
}

.login__block button.btn.btn-primary {
    width: 100%;
    background: #D7B44F;
    border-color: #D7B44F;
    line-height: 45px;
    padding: 0px 10px;
    margin: 20px 0px;
    margin-bottom: 4px;
}

.login__block button.btn.btn-primary:hover, .login__block button.btn.btn-primary:focus, .login__block button.btn.btn-primary:active{
    outline: none;
    box-shadow: none;
    background: #000;
}

.login__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

input[type="date"] {
    padding-right: 10px;
}

.register__footer{
    text-align: center;
    justify-content: center;
}

.login__footer a {
    color: #fff;
}

.login__footer span{
    font-style: italic;
}

.login__footer span.left__login a {
    color: #d7b44f;
    font-style: italic;
}

.error{
  color:red;
  font-size: 12px;
}

img.password__btn {
    width: 30px;
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
}

.toggle__btn {
    display: none;
}

.toggle__btn img {
    cursor: pointer;
    width: 36px;
    filter: invert(1);
}

/*header css*/




#dashborad{
    background: #121212;
}


.dashboard__inner__row {
    display: flex;
    flex-wrap: wrap;
}

.left__sidebar {
    width: 200px;
}

.middel__dashborad {
    flex: 1;
    background: #004A26;
    border-radius: 40px;
    padding: 30px;
    min-height: 100vh;
}

.right__dashborad {
    width: 300px;
    position:relative;
    padding:30px 20px;
}

.logo__dashboard img {
    margin: 0 auto;
}

.logo__dashboard {
    text-align: center;
    padding: 20px;
}

ul.list__dashboard {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.list__dashboard li {
    margin-bottom: 10px;
}

ul.list__dashboard li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    transition: 0.5s;
}

.logo__dashboard img {
}

ul.list__dashboard li a img {
    margin-right: 9px;
}

ul.list__dashboard li a:hover {
    color: #D7B44F;
}

ul.list__dashboard li.active a {
    color: #D7B44F;
}

.dashborad__title {
    display: flex;
    flex-wrap: wrap;
}

.dashborad__left__left {
    width: 55%;
    color: #fff;
    padding: 0px 15px;
}

.dashborad__title__right {
    width: 45%;
    padding: 0px 15px;
}

.dashborad__searchbar {
    position: relative;
}

.dashborad__searchbar input {
    background: rgba(255 255 255/17%);
    outline: none;
    border: none;
    color: #fff;
    font-size:14px;
    height: 45px;
    padding-right: 50px;
}

.dashborad__searchbar input::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-style:italic;
  font-weight:300;
}

.dashborad__searchbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style:italic;
  font-weight:300;
}

.dashborad__searchbar input::placeholder {
  color: #fff;
  font-style:italic;
  font-weight:300;
}

.serach__btn {
    position: absolute;
    right: 6px;
    top: 9px;
    background: transparent;
    outline: none;
    border: none;
}

.dashborad__left__left p {
    font-weight: 300;
}

.dashborad__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.notification__bell a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    background: rgba(255 255 255 /20%);
    color: #fff;
    position: relative;
}

.notification__bell a span {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    background: red;
    left: 0px;
    top: -4px;
    color: #fff;
    font-size: 12px;
}

a.btn.btn-secondary.dropdown-toggle, a.btn.btn-secondary.dropdown-toggle:active, a.btn.btn-secondary.dropdown-toggle:focus, a.btn.btn-secondary.dropdown-toggle:hover, a.btn.btn-secondary.dropdown-toggle:focus {
    background: transparent;
    border: none;
    outline: none;
    font-size: 13px;
    box-shadow: none;
}

a.btn.btn-secondary.dropdown-toggle img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.welcome__block {
    margin: 0px 15px;
    background: #d7b44f;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 100px;
    margin-top: 25px;
}

.welcome__row {
    display: flex;
    flex-wrap: wrap;
}

.welcome__left {
    width: 70%;
}

.welcome__right {
    width: 30%;
}

.welcome__left h2 {
    color: #fff;
    font-size: 28px;
}

.welcome__right {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.welcome__right img {
    width: 37px;
}

.welcome__right sub {
    font-weight: 200;
}

.welcome__left h2 span {
    background: #006837;
    padding: 5px;
}

.welcome__left p {
    color: #fff;
    font-weight: 300;
}

.redeem__btn a {
    background: #006837;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0px 30px;
    border-radius: 9px;
    transition: 0.5s;
}

.redeem__btn a:hover {
    background: #000;
}

.history__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 11px;
}

.history__row h4 {
    font-size: 18px;
}

.history__row a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline !important;
    font-weight: 300;
}

.history__block table th {
    background: #1A5C3C;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    border: none;
}

.history__block table th:last-child {
    text-align: center;
}

.history__block table td {
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    white-space: nowrap;
}

td.flower__image img {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    margin-right: 6px;
}

.history__block table td {
    border-bottom: 1px solid #04582f;
    border-top: 1px solid #04582f;
}

td.success {
    color: #08FF00 !important;
}

td.fail {
    color: #FE6666 !important;
}


.black__box {
    background: #000;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}

.history__row.history__contnet h4 {
    font-size: 14px;
}

.history__row.history__contnet a {
    font-size: 10px;
}

.history__image {
    width: 50px;
}

.history__row.history__contnet .history__contnet {
    flex: 1;
    padding: 0px 11px;
}

.history__row.history__contnet {}

.history__row.history__contnet .history__contnet h4 {
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 0px;
}

.history__row.history__contnet .history__contnet span {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color:#d7b44f;
}

.history__row.history__contnet .history__contnet span img {
    width: 18px;
}

.history__btn a {
    color: #D7B44F;
    text-decoration: none !important;
    border: 1px solid #D7B44F;
    padding: 5px 10px;
    font-size: 11px !important;
    border-radius: 5px;
}

.history__btn a:hover{
    background: #000;
    color:#fff;
}

.history__listing {
    padding: 7px;
    background: rgba(255,255,255,0.1);
}

.image_slider {
    border-radius: 7px;
    overflow: hidden;
}

.table-resposnsive {
    max-height: 350px;
    overflow-y: auto;
}

.table-resposnsive_wallet {
    max-height: 650px;
    overflow-y: auto;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 5px;
    background: #232323 !important;
}

.owl-dots button:last-child {
    margin-right: 0px;
}

.owl-dots button.active {
    background: #fff !important;
}

.mobile__view__menu {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
    color: #fff;
    font-weight: 300;
    display: none;
}

.mobile__view__menu div {
    cursor: pointer;
}


.close__btnleft, .close__btnright {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    width: 33px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.close__btnleft {
    float: right;
}

.close__btnright {position: absolute;top: 0px;right: 0px;}


.text-center.anounsment__text p {
    margin: 0px;
    font-weight: 300;
}

section.anousment__bar {
    background: #000000;
    color: #fff;
    padding: 5px 0px;
}

.text-center.anounsment__text p a {
    color: #D7B44F;
}


.hero__section{
    background: url(../image/hero-bg.png);
    background-size: cover;
    padding: 91px 0px;
}



.home__content {
    padding-right: 85px;
    color: #fff;
}

.home__content h1 span {
    color: #00B961;
}

.home__content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 10px;
}

.home__content ul img {
    height: 42px;
}

.home__content ul li {
    margin-right: 13px;
}

.home__content p {
    font-weight: 300;
    margin-top: 19px;
}

.home__content h6 {
    font-weight: 300;
    font-size: 12px;
    color: #A4A4A4;
}


section.why__chooseus {
    padding: 75px 0px;
    padding-bottom: 45px;
}

.title__content {
    margin-bottom: 50px;
}

.choose__block {
    text-align: center;
    margin-bottom: 30px;
}

.choose__block h4 {
    font-size: 16px;
    margin-top: 15px;
}

.choose__block img {
    width: 95px;
}

.title__content p {
    color: #555555;
    margin-bottom: 15px;
}

.container.width__small {
    max-width: 840px;
}



section.feature__section {
    background: #121212;
    padding: 75px 0px;
    padding-bottom: 116px;
}

section.featured__slider__section {
    margin-top: -106px;
    margin-bottom: 75px;
}

.white-text {
    color: #fff;
}

.white-text p {
    color: #fff;
}

.feature__block {
    border: 2px solid #D7B44F;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

img.feature__image {
    border-radius: 10px 10px 0px 0px;
    height: 185px;
    object-fit: contain;
    margin-bottom: 20px;
}

span.offer-f {
    display: inline-block;
    background: #006837;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 13px;
}

.feature__block h6 {
    font-weight: 300;
}

.feature__block h4 {
    font-size: 20px;
    margin-bottom: 35px;
    height: 48px;
}

.feature__footer span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 15px;
    display: inline-block;
}

.flex-f {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contnet-f {
    width: calc(100% - 50px);
    padding: 0px 10px;
}

.contnet-f h3 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 700;
}

.contnet-f p {
    margin-bottom: 0px;
    font-size: 14px;
}

.image-f {
    width: 50px;
}


.featured__slider button.owl-dot, .featured__product button.owl-dot{
    border: 1px solid #000;
}

.featured__slider button.owl-dot.active, .featured__product button.owl-dot.active{
    background: #006837 !important;
}

.featured__slider button.owl-dot, .featured__product button.owl-dot{
    background: #fff !important;
}

.featured__slider .owl-dots, .featured__product .owl-dots{
    margin-top: 35px;
}


section.feature__products{
    background: url(../image/product-bg.png);
    background-size: 100%;
    padding: 75px 0px;
}

.featured__product__inner {
    text-align: center;
}

img.feature__imagef {
    height: 360px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 30px;
}

.featured__product__inner h4 {
    font-size: 20px;
}

a.loaction__link {
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline !important;
    color: #006837;
}



section.tesiminial__section{
    background: url(../image/testimonial-bg.png);
    background-size: cover;
    padding:75px 0px;
    padding-bottom: 35px;
}


.clinet__image {
    display: inline-block;
    width: 70px;
    padding: 4px;
    border: 1px solid #00B961;
    border-radius: 50%;
}

.testimonail__block.text-center h4 {
    color: #00B15D;
    font-size: 17px;
}

.testimonail__block.text-center p {
    color: #fff;
    font-style: italic;
    background: url(../image/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding:30px 0px;
}

.testimonial__slider button.owl-dot {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.testimonial__slider button.owl-dot.active {
    background: #fff !important;
}




footer {
    background: #F6EFE2;
    padding-top: 75px;
    padding-bottom: 25px;
}

.email__footer {
    position: relative;
}

.submit__btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #D7B44F;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px;
    transition: 0.5s;
}

.email__footer input {
    background: transparent;
    border-color: #55555582;
    height: 45px;
    font-size: 14px;
    padding-right: 150px;
}

.text-center.title__content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.text-center.title__content ul li {
    margin-right: 15px;
}

.text-center.title__content ul li:last-child {
    margin-right: 0px;
}

.text-center.title__content ul li a {
    display: block;
    border: 1px solid #919191;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    color: #006837;
    transition: 0.5s;
}

.text-center.title__content ul li a:hover {
    background: #006837;
    color: #fff;
    border-color: #006837;
}

.footer__center img {
    width: 125px;
}

.footer__center {
    margin-bottom: 0px;
}

.download__link h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.download__link ul li {
    margin-bottom: 5px;
}

.download__link ul li:last-child {
    margin-bottom: 0px;
}

.download__link ul li img {
    height: 46px;
}

.download__link {
    text-align: right;
}

.footer__center a {
    color: #000;
}

.footer__center a:hover {
    color: #006837;
}

.submit__btn:hover {
    background: #006837;
    color: #fff;
}


@media(max-width:1200px){
    .home__content h1 {
        font-size: 30px;
    }

    .home__content ul {
        margin-top: 30px;
    }

    .hero__section {
        padding: 50px 0px;
    }
}




@media(max-width: 991px){
    .toggle__btn {
        display: block;
    }


    .menubar__nav ul {
        flex-direction: column;
        align-items: start;
    }

    .menubar__nav ul li {
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .menubar__nav {
        position: absolute;
        left: 0px;
        top: 100%;
        background: #003E20;
        width: 100%;
        padding: 10px 0px;
        display: none;
    }

    .menubar__nav ul li a {
        display: block;
    }

    .menubar__nav ul li a {
        padding: 0px 15px;
    }

    li.login__registration__btn {
        padding: 0px 15px;
        text-align: center;
    }

    .home__content{
        padding-right: 0px;
    }

    .download__link h4{
        font-size: 16px;
    }

}



@media(max-width: 767px){
    .login__block{
        padding: 25px 15px;
    }

    .login__footer span, .login__footer span a {
        font-size: 12px;
    }

    .mobile__view__menu{
        display: flex;
    }

    .close__btnleft, .close__btnright{
        display: block;
    }

    .left__sidebar {
        position: fixed;
        background: #000;
        height: 100%;
        z-index: 999999;
        top: 0px;
        left: 0px;
        display: none;
    }

    .right__dashborad{
        position: fixed;
        background: #000;
        height: 100%;
        z-index: 999999;
        top: 0px;
        right: 0px;
        display: none;
    }


    .middel__dashborad {
        border-radius: 0px;
        padding: 30px 12px;
    }

    .welcome__left h2 {
        font-size: 20px;
    }

    .welcome__right {
        font-size: 20px;
    }

    .welcome__right img {
        width: 22px;
    }

    .welcome__left p {
        font-size: 14px;
    }

    .welcome__left, .welcome__right {
        width:100%;
    }


    .middel__dashborad {
        flex: inherit;
        width: 100%;
    }

    .redeem__btn {
        margin-top: 18px;
    }

    .dashborad__title__right, .dashborad__left__left {
        width: 100%;
    }

    .hero__section .row {
        flex-direction: column-reverse;
    }

    .home__image {
        margin-bottom: 30px;
    }

    .why__chooseus .col-md-3 {
        width: 33.3%;
    }

    .download__link {
        text-align: center;
        margin-top: 20px;
    }

    section.feature__products {
        background-size: cover;
    }

}



@media(max-width:500px){
    .why__chooseus .col-md-3 {
        width: 50%;
    }
}



.col-md-2\.5 {
    width: 20%;
    margin-bottom: 20px;
    padding: 0px 15px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}


.col-md-2\.5 img {
    display: block;
    height: 99px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 14px;
}

.col-md-2\.5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


section.order__details__summary {
    padding: 50px 0px;
}

.contact__info h4 {
    font-weight: 400;
    font-size: 27px;
}

.contact__info ul li h5 {
    font-size: 17px;
}

.contact__info ul li p {
    font-size: 15px;
}

.contact__info ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.wallet__detail h4 {
    font-weight: 400;
    font-size: 27px;
}

.wallet__detail h3 {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    align-items: center;
}

.wallet__detail h3 span:nth-child(1) {
    font-size: 16px;
}

.wallet__detail h3 span:nth-child(2) {
    color: #003e20;
}

.order__details h4 {
    font-weight: 400;
    font-size: 27px;
}

.order__details table.table.table-bordred th, .order__details table.table.table-bordred td {
    vertical-align: middle;
}

.order__details table.table.table-bordred th{
    font-weight:normal;
}

img.image__product {
    object-fit: cover;
    border-radius: 5px;
    max-width: 78px;
    height: 78px;
}

td.product__name_order {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
}

.conform__btn {
    display: inline-block;
    background: #006837;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 13px;
    width: 100%;
    font-size: 17px;
    border: none;
    outline: none;
    line-height: 42px;
    transition: 0.5s;
}

.conform__btn:hover {
    background: #000;
}

tr.granstotal td.granstotal_price {
    font-weight: 700;
    color: #006837;
}

tr.granstotal td {
    font-size: 24px;
}

.order__details table th {
    font-weight: 400;
}

.image_slider.content__white {
    color: #ddd;
    text-align: center;
    font-size: 14px;
}

.image_slider.content__white img{
    margin-bottom:15px;
}

.content_discription {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-top: 20px;
}

button.btn.btn-primary.claim__now {
    BACKGROUND: #D7B44F;
    border: none;
    font-size: 14px;
    margin: 0 auto;
}

button.btn.btn-primary.claim__now:hover{
    background-color: #000;
}

.cart_btn__list a {
    line-height: 36px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    color: #000;
}

.cart_btn__list a:hover{
    background-color:#000;
    color:#ddd;
}

.cart_btn__list {
    text-align: center;
}

.cart__listing__block {
    border: 1px solid #fff;
}

.cart__listing__block_inner {
    padding: 10px;
    font-size: 12px;
}

.cart__listing__block label {
    font-size: 12px;
}

.cart__listing__block .qty button {
    border-radius: 50%;
}

a.address__btn__list {
    line-height: 35px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 15px 0px;
    color: #000;
}

a.address__btn__list:hover, button.order___place:hover{
    background:#000;
    color:#fff;
}

.row__address {
    display: flex;
    flex-wrap: wrap;
}

.input__radio {
    width: 33px;
    text-align: center;
}

.content__address {
    flex: 1;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 15px;
}

.input__radio input {
    height: 22px;
    width: 22px;
}

.row__address {
    /* border: 1px solid #fff; */
    padding: 14px;
    background: #000;
    margin-bottom:15px;
}

.edit__btn a {
    line-height: 35px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 15px 0px;
    color: #000;
}

.edit__btn a:hover{
    background-color: #003E20;
    color:#fff;
}

button.order___place {
    line-height: 35px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 15px 0px;
    color: #000;
    border: none;
    outline: none;
    transition: 0.5s;
}

.odrer__list__page {
    color: #fff;
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.odrer__list__page p {
    margin: 0px;
    font-weight: 300;
    font-size: 13px;
}

.odrer__list__page h5 {
    font-weight: 300;
    font-size: 15px;
}

.odrer__list__page {
    border: 1px solid #048144;
    padding: 10px;
}

.hightlight__block {
    padding: 10px;
    background: rgba(0 0 0/20%);
}

.order__history__block {
    padding: 10px;
}

.odrer__list__page div {
    width: 50%;
}

.odrer__list__page .text-center {
    width: 100%;
}

.odrer__list__page .text-center a {
    line-height: 35px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    color: #000;
}

.text-center {
    padding-top: 10px;
}

.odrer__list__page .text-center a:hover {
    background: #000;
    color: #fff;
}

.order__details1 .order__history__block {
    color: #ddd;
}

.order__details1 .order__history__block p, .order__details1 .order__history__block h5 {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.order__details1 .order__history__block h5 {
    font-weight: 500;
}

.order__details1 button {
    margin-top: 10px;
    line-height: 35px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
    font-size: 14px;
    font-weight: 300;
}

.order__details1 {
    border: 1px solid #036a38;
    margin-bottom:25px;
}

.order__details1 button:hover, .order__details1 button:focus {
    background: #000 !important;
    color: #fff;
}

.order__list__main {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    border: 1px solid #036435;
    padding: 10px;
}

.order__list__image {
    width: 95px;
}

.order__list__image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.odrer__list_columns {
    flex: 1;
    padding-left: 10px;
}

.odrer__list_columns p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.odrer__list_columns h4 {
    font-size: 16px;
    color: #ddd;
}

.order__qauantit__row {
    display: flex;
    justify-content: space-between;
}

.order__qauantit__row span {
    font-size: 14px;
    font-weight: 300;
}

h4.title__order__details {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 15px;
}

.form_inner__block {
    padding: 20px;
    margin-top: 20px;
    border-radius: 15px;
    background: #000;
}

.form_inner__block input {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    height: 38px;
}

.form_inner__block lable {
    font-size: 14px;
}

.form_inner__block input[type="radio"] {
    height: auto;
}

.form_inner__block input[type="checkbox"] {
    height: auto;
}

.form__btns button {
    line-height: 36px;
    background: #D7B44F;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.form__btns button:hover {
    background: #003E20;
    color: #fff;
}
.header__saprate {
    display: flex;
    flex-wrap: wrap;
}

.left__side__header {
    flex: 1;
}

.image_slider.content__white {
    display: inline-grid !important;
}

.otp__page {
    height: calc(72vh);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login__main.otp__veri__main {
    text-align: center;
}

.login__main.otp__veri__main h2 { 
    color: #fff;
    font-size: 19px;
}

.otp__verification ul {
    display: flex;
    flex-wrap: wrap;
}

.otp__verification ul li {
    width: 16.5%;
    padding: 0px 7px;
}

.otp__verification ul li input {
    height: 45px;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

.otp__verification {
    margin-bottom: 35px;
}

.otp__resend {
    margin-bottom: 100px;
}

.otp__resend h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 11px;
}

.otp__resend a {
    color: #3bb349;
    font-size: 14px;
}

a.cart__button {
    color: #fff;
    font-size: 25px;
}