/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #1B1B21;
}


body {
    color: #1E1F20;
    font-weight: 400;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Acumin Pro';
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Regular.woff2') format('woff2'),
        url('../fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Light.woff2') format('woff2'),
        url('../fonts/AcuminPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Semibold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hikou Rough';
    src: url('../fonts/Hikou-Rough.eot');
    src: url('../fonts/Hikou-Rough.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hikou-Rough.woff2') format('woff2'),
        url('../fonts/Hikou-Rough.woff') format('woff'),
        url('../fonts/Hikou-Rough.ttf') format('truetype'),
        url('../fonts/Hikou-Rough.svg#Hikou Rough') format('svg');
}

.section-padding {
    padding: 160px 0 !important;
}


.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 18px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #000;
    background: #fff;
}

.offcanvas-area {
    position: fixed;
    left: -100%;
    height: 100%;
    width: 318px;
    background: #1e1e1e;
    z-index: 9999;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    left: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: .3s;
    padding: 16px 22px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #E34A4C;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
    list-style: none;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 29px;
    color: #FFF;
    display: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-left: 22px;
    margin-right: 7px;
    transition: .3s;
}

.menu-open:hover {
    color: #ec1c53;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}


.header.position-absolute {
    top: 60px !important;
}

.header__nav ul li a {
    font-size: 34px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    display: block;
    margin-left: 59px;
    font-weight: 300;
}

.header__nav ul li a img {
    max-width: 43px;
    margin-left: -12px;
}

.header__nav ul li a:hover {
    color: #ed1653;
}

.header__nav.hover-dark ul li a:hover {
    color: #141414;
}

.header__logo {
    max-width: 286px;
}

.header__nav ul li a.active {
    font-weight: 700;
}

.header__nav.hover-dark ul li a img {
    filter: brightness(100);
}


/*---------------------- Header area end ----------------------*/



/*---------------------- Hero area start ----------------------*/
.hero__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 205px 0;
    min-height: 100vh;
}

.page__hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 255px;
    padding-bottom: 60px;
    min-height: 635px;
    display: flex;
    align-items: flex-end;
}

.header__search__area {
    background: #93b1b8;
    padding: 40px 0;
}

.header__search {
    display: flex;
    align-items: center;
    padding: 15px 0;
    max-width: 1020px;
    margin: 0 auto;
}

.header__search button {
    flex: 0 0 auto;
    margin-left: 35px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px
}

.header__search input {
    height: 76px;
    border: 0;
    outline: none;
    padding: 12px 50px;
    font-size: 32px;
    border-radius: 17px;
    box-shadow: 0 2px 3px #ffffff45 !important;
    font-weight: 600;
    color: #5c5c5c;
    width: 100%;
}


.hero__thumb {
    max-width: 350px;
    margin-left: auto;
    margin-bottom: 35px;
}

.hero__content h5 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 544px;
    margin-left: auto;
}

.common-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    padding: 15px 28px;
    text-align: center;
    background: #ed1653;
    border-radius: 17px;
    box-shadow: 2px 4px 6px #00000094;
    line-height: 1.3;
    border: 0;
    outline: none;
}

.common-btn:hover {
    background: #93b1b8;
    color: #fff;
    box-shadow: 0px 0px 0px #00000094;
}

.common-btn.btn-gray {
    background: #313131;
}

.common-btn.btn-gray:hover {
    background: #ed1653;
}

.common-btn.hover-gray:hover {
    background: #313131;
}

/*---------------------- Hero area end ----------------------*/


/*---------------------- Content area start ----------------------*/
h1 {
    font-size: 176px;
    line-height: .8;
    margin-bottom: 28px;
    font-family: 'Hikou Rough';
}

h2 {
    font-size: 86px;
    line-height: 1;
    margin-bottom: 28px;
    font-family: 'Hikou Rough';
}

h4 {
    font-size: 46px;
    line-height: 1.39;
    margin-bottom: 32px;
}

/*---------------------- Content area end ----------------------*/


/*---------------------- Collection area start ----------------------*/
.has-bg {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.common-btn.btn-gray.hover-blue:hover {
    background: #93b1b8;
}

.collection__content {
    max-width: 670px;
    margin: 0 auto;
}

/*---------------------- Collection area end ----------------------*/


/*---------------------- Product area start ----------------------*/
.product__slider {
    padding-top: 75px;
    margin-bottom: 100px;
}

.owl-nav {
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    max-width: 1735px;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.owl-nav button {
    font-size: 68px !important;
    line-height: 1 !important;
    color: #8a8a8a !important;
    font-weight: 700 !important;
    transition: .3s !important;
}

.owl-nav button:hover {
    color: #ed1653 !important;
}

.owl-red .owl-nav button {
    color: #ed1653 !important;
}

.owl-red .owl-nav button:hover {
    color: #93b1b8 !important;
}

.text-red {
    color: #ed1653 !important;
}

.owl-dots {
    display: none !important;
}

/*---------------------- Product area end ----------------------*/


/*---------------------- Testimonial area start ----------------------*/
.testimonial__area {
    background: #313131;
    padding-bottom: 175px;
    padding-top: 36px;
}

.testimonial__area h4 {
    font-weight: 700;
    font-style: italic;
    max-width: 1440px;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0 60px;
    padding-top: 10px;
}

/*---------------------- Testimonial area end ----------------------*/


/*---------------------- Cards area start ----------------------*/
.cards__area {
    padding-top: 72px;
    padding-bottom: 140px;
}

.cards__area .col-xl-12 {
    max-width: 1490px;
    margin: 0 auto;
}

.card__item {
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #565352;
    padding: 55px;
    padding-top: 145px;
    padding-bottom: 85px;
    text-align: center;
    color: #fff;
    position: relative;
}

.card__item h2 {
    font-size: 62px;
    color: #fff;
    line-height: .93;
    margin-bottom: 45px;
    min-height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card__item .common-btn {
    border: 3px solid #fff;
    transition: .3s;
    background: transparent;
    box-shadow: unset !important;
    text-transform: uppercase;
    border-radius: 18px;
}

.card__item .common-btn:hover {
    background: #fff;
    color: #1E1F20;
}

.bg-red {
    background: #ed1653 !important;
}

.bg-gray {
    background: #565352 !important;
}

.bg-blue {
    background: #93b1b8 !important;
}

.cards__wrapper {
    padding-top: 85px;
}

.data__list {
    list-style: none;
    max-width: 1100px;
    margin: 0 auto;
    height: 675px;
    overflow-y: scroll;
    margin-top: 70px;
}

.data__list li {
    padding: 10px 30px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
}

.data__list li span {
    flex: 0 0 auto;
    min-width: 38px;
    max-width: 38px;
    margin-right: 19px;
    text-align: center;
}

.data__list li:nth-child(even) {
    background: #fff;
}

.card-sm .card__item {
    padding-bottom: 1px;
    padding-top: 45px;
    min-height: 330px;
}

.card-sm .card__item {
    margin-bottom: 70px;
}

.card-sm .card__item .common-btn {
    margin-bottom: -62px;
    position: relative;
    z-index: 1;
}

.card__item.bg-red .common-btn {
    background: #ed1653;
    box-shadow: 2px 3px 6px #00000094 !important;
}

.card__item.bg-gray .common-btn {
    background: #565352;
    box-shadow: 2px 3px 6px #00000094 !important;
}

.card__item.bg-blue .common-btn {
    background: #93b1b8;
    box-shadow: 2px 3px 6px #00000094 !important;
}

.card__item.bg-red .common-btn:hover {
    box-shadow: 0px 0px 1px #00000094 !important;
    color: #fff !important;
}

.card__item.bg-gray .common-btn:hover {
    box-shadow: 0px 0px 1px #00000094 !important;
    color: #fff !important;
}

.card__item.bg-blue .common-btn:hover {
    box-shadow: 0px 0px 1px #00000094 !important;
    color: #fff !important;
}

/*---------------------- Cards area end ----------------------*/


/*---------------------- Contact area start ----------------------*/

.contact__content__area .container {
    max-width: 1488px;
}

.contact__content__area h5 {
    font-size: 38px;
    line-height: 1.4;
    padding-bottom: 19px;
    padding-top: 11px;
}

.contact__content__area {
    padding-top: 105px;
    padding-bottom: 120px;
}


.contact__form {
    padding-top: 80px;
}

.single__input__item {
    margin-bottom: 28px;
}

.single__input__item label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 11px;
    color: #525252;
}

.single__input__item input {
    height: 50px;
    padding: 12px 20px;
    font-size: 18px;
    box-shadow: unset !important;
}


.single__input__item textarea {
    height: 150px;
    box-shadow: unset !important;
}





/*---------------------- Contact area end ----------------------*/


/*---------------------- Read area start ----------------------*/
.read__item {
    padding-left: 50px;
}

.read__item__content h5 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 7px;
    color: #313131;
}

.read__item__content {
    padding: 0 23px;
    padding-top: 15px;
}

.read__item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read__item__bottom .common-btn {
    flex: 0 0 auto;
}

.read__item__bottom p {
    font-size: 30px;
    max-width: 540px;
    color: #313131;
    line-height: 1.4;
}

.read__area {
    background: #e6e7e8;
    padding-bottom: 300px;
}

.read__area .container {
    position: relative;
    padding-top: 140px;
}

.title {
    position: absolute;
    top: -34px;
    background: #333;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    padding: 17px 28px;
    left: 38px;
}

/*---------------------- Read area end ----------------------*/


/*---------------------- Product area start ----------------------*/
.product__wrapper {
    padding: 25px;
    background: #fff;
    position: relative;
}

.product__area {
    margin-top: -165px;
    padding-bottom: 35px;
}

.product__card {
    margin-bottom: 90px;
    text-align: center;
}

.product__card__thumb {
    height: 370px;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
}

.product__card__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.product__card:hover .product__card__thumb img {
    transform: scale(1.07)
}

.product__card__content {
    padding: 10px;
    padding-top: 40px;
}

.product__card__content h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.1;
}

.product__card__content p {
    font-size: 32px;
    padding-bottom: 41px;
    margin: 0;
    color: #7d7d7d;
    line-height: 1.34;
}

/*---------------------- Product area end ----------------------*/


/*---------------------- Features area start ----------------------*/

.features__list__item h4 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding-bottom: 15px;
}

.features__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features__list li {
    display: flex;
    font-size: 35px;
    color: #fff;
    padding-right: 20px;
    line-height: 1.23;
    margin-bottom: 35px;
}

.features__list li span {
    flex: 0 0 auto;
    min-width: 32px;
    line-height: 1;
    padding-top: 4px;
    margin-right: 8px;
    font-weight: 900;
}

.features__lists ul li {
    font-size: 32px;
    color: #fff;
    line-height: 1.26;
    margin-bottom: 14px;
}

.features__lists ul {
    padding-left: 70px;
}

/*---------------------- Features area end ----------------------*/


/*---------------------- Footer area start ----------------------*/
.footer__right {
    max-width: 350px;
}

.footer__form {
    display: flex;
    align-items: start;
    padding: 15px 0;
    padding-bottom: 60px
}

.footer__left {
    width: 100%;
    max-width: 1135px;
    margin-right: 40px;
}

.footer__form button {
    flex: 0 0 auto;
    margin-left: 35px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px
}

.footer__form input {
    height: 76px;
    border: 0;
    outline: none;
    padding: 12px 50px;
    font-size: 32px;
    border-radius: 17px;
    box-shadow: 0 2px 3px #ffffff45 !important;
    font-weight: 600;
    color: #5c5c5c;
    width: 100%;
}

.footer__left p {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}

/*---------------------- Footer area end ----------------------*/


/*---------------------- Modal area start ----------------------*/
.modal-content {
    border: 0;
    border-radius: 38px;
    overflow: hidden;
}

.modal__header {
    padding: 50px 68px;
    padding-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #ed1653;
    color: #fff;
}

.modal__logo {
    max-width: 395px;
}

.modal__header p {
    font-size: 35px;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}

.modal__body {
    padding: 42px 70px;
    padding-right: 42px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 4px solid #272727;
    border-top: 0;
    border-radius: 0 0 40px 40px;
}

.modal__body h3 {
    font-size: 62px;
    line-height: .9;
    margin-bottom: 28px;
    font-family: 'Hikou Rough';
    padding-bottom: 28px;
}

.modal__body p {
    font-size: 37px;
    line-height: 1.3;
    padding-top: 7px;
    color: #272727;
    margin-bottom: 6px;
}

.modal__body p b {
    font-weight: 600
}

.modal__close {
    max-width: 65px;
    padding: 0;
    background: transparent;
    border: 0;
    display: block;
    margin-left: auto;
    margin-top: 42px;
}

.collapse__btn {
    font-size: 33px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.collapse__btn span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ed1653;
    font-size: 15px;
    border-radius: 50px;
    transition: .3s;
    margin-left: 14px;
    color: #ed1653;
    position: relative;
    top: 0px;
}

.order__item h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #272727;
    margin-bottom: 15px;
    padding-left: 10px
}

.order__item {
    margin-bottom: 30px
}

.order__item__wrapper {
    display: flex;
    align-items: center;
}

.order__item__thumb {
    width: 245px;
    height: 235px;
    background: #f2f2f2;
    flex: 0 0 auto;
    margin-right: 36px;
}

.order__item__thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.details__collapse {
    padding: 5px;
    padding-top: 32px;
    padding-bottom: 10px;
}

.order__item__content li {
    font-size: 35px;
    line-height: 1.1;
    color: #272727;
    margin-bottom: 10px;
    list-style: none;
}

.collapse__btn[aria-expanded="true"] i::before {
    content: "\f068";
}

.order__item__content li b {
    font-weight: 600;
}

.popup__area {
    padding: 40px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------- Modal area end ----------------------*/


/*---------------------- Cart area start ----------------------*/
.cart__wrapper__top h5 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cart__item {
    display: flex;
    align-items: flex-start;
    padding: 22px 0;
    border-top: 1px solid #ddd;
}

.cart__item__thumb {
    width: 245px;
    height: 300px;
    flex: 0 0 auto;
}

.cart__item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*---------------------- Cart area end ----------------------*/


/* -------------------------------- SHOPPING BAG AREA START ------------------- */

.tank__select .nice-select {
    float: unset;
    background: #fff;
    border: 1px solid #A3A6AC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.global__btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-block;
    background: #28263B;
    padding: 10px 30px;
    transition: .3s all;
    text-decoration: none;
}

.global__btn:hover {
    background: #ff8c69;
    color: #fff;
}

.table__inner__btn a:hover {
    color: #ff8c69;
}

tbody,
th,
thead {
    border-top: 1px solid #E8E8E8;
    border-color: #E8E8E8 !important;
}

tr {
    /*! border: transparent; */
    position: relative;
}

.table>tbody tr td:nth-child(1) {
    width: 170px;
}

.table>tbody tr td:nth-child(1) img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    display: block
}

.table>tbody tr td:nth-child(2) {
    width: 300px;
    font-size: 19px;
    font-weight: 400;
    padding-top: 11px;
}


.top__left__text a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    margin-bottom: 20px;
    display: inline-block;
}

.table thead tr th {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #212121;
    padding: 17px 10px;
}

tbody tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #212121;
}

tbody tr td p:first-child {
    margin-top: 16px;
}

tbody tr td p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    margin-bottom: 7px;
}

tbody tr td p span {
    margin-left: 5px;
}

.table tr td .edit-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    margin-top: 40px;
    display: inline-block;
    transition: .3s;
}

.table tr td a:hover {
    color: var(--hover__color);
}




.table__inner__btn a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    display: inline-block;
    transition: .3s;
}

.table__inner__btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.table__inner__btn span {
    display: inline-block;
    margin: 0 8px;
}

.table__inner__btn a:hover {
    color: #ff8c69;
}

.shopping__bag__table {
    position: relative;
}

.order__summary__top__contnt h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #212121;
    margin: 0;
}

.order__summary__top__contnt span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    text-decoration-line: underline;
    color: #212121;
}

.order__summary__top__contnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order__summary__box {
    border: 1px solid #E8E8E8;
    padding: 20px;
}

.completed__price p {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #212121;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.completed__price p span {
    font-weight: 500;
}

.completed__price p:last-child {
    font-weight: 700;
}

.massage__info p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #212121;
}

.massage__info p i {
    margin-left: 8px;
}

.product__checkout__btn a {
    width: 100%;
    text-align: center;
}

.product__checkout__btn a:last-child {
    border: 1px solid #28263B;
    display: inline-block;
    margin-top: 10px;
}

.product__checkout__btn a {
    padding: 12px;
}

.promocode__blk p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #212121;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    margin-bottom: 0;
}

.promocode__blk button {
    padding: 10px 0;
    border-bottom: 0;
    border-top: 1px solid #E8E8E8;
    margin-top: 20px;
    padding-bottom: 0;
}

.promo__form form input {
    width: 100%;
    font-size: 16px;
    color: #606060;
    padding: 8px 15px;
}

/* -------------------------------- SHOPPING BAG AREA END ------------------- */


/* -------------------------------- SHIPING AREA START ------------------- */

.shiping__signin__right__btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #28263B;
    border: 1px solid #28263B;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s all;
}

.shiping__signin__left__text h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 8px;
}

.shiping__signin__left__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin: 0;
}

.shiping__signin__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F1F6;
    padding: 20px;
}

.shiping__signin__right__btn a:hover {
    background: var(--hover__color);
}

.check__out__blk h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
}

.check__email__address label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    display: block;
    margin-bottom: 9px;
}

.check__email__address input {
    border: 1px solid #FB2828;
    width: 100%;
    padding: 10px;
    outline: none;
}

.check__email__address span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FB2828;
    margin-top: 7px;
    display: inline-block;
}

.check__email__address span i {
    margin-right: 6px;
}

.check__out__check .form-check label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    margin-top: 4px;
}

.check__out__check .form-check label a {
    text-decoration-line: underline;
    color: #212121;
    transition: .3s all;
}

.check__out__check .form-check label a:hover {
    color: var(--hover__color);
}

.check__out__check .form-check input {
    height: 23px;
    width: 23px;
    border-radius: 0;
    margin-right: 10px;
    border: 2px solid #A3A6AC;
}

.check__out__check .form-check {
    display: flex;
    align-items: center;
}

.check__out__check {
    margin-top: 20px;
}

.check__out__blk {
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin-top: 30px;
}

.shipping__top__btn button {
    width: 50%;
    justify-content: center;
    border-bottom: 2px solid #E8E8E8 !important;
    padding: 15px;
}

.shipping__top__btn button img {
    margin-right: 8px;
}

.shipping__address__blk {
    margin-top: 30px;
}

.single__address__blk label {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #212121;
    margin-bottom: 10px;
    display: block;
}

.single__address__blk .tank__select .nice-select {
    height: 48px;
}

.form-check-input:checked {
    border-color: #0d6efd !important;
}

.single__address__blk input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A3A6AC;
    border: 1px solid #A3A6AC;
    padding: 14px;
    width: 100%;
    outline: none;
}

.single__address__blk .shopping__bag__select {
    margin-bottom: -20px;
}

.shopping__address__body>h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
}

.shopping__address__body {
    margin-top: 30px;
}

.dashboard__menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    border-right: 2px solid #E8E8E8;
    color: #909090;
    transition: .3s all;
}

.dashboard__menu ul li.active a {
    color: #212121;
    border-color: #212121;
}

.dashboard__menu ul li:hover a {
    color: #212121;
    border-color: #212121;
}

.dashboard__similar__top__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    margin: 0;
}

.dashboard__similar__top__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dashboard__similar__top__content a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    transition: .3s all;
}

.dashboard__similar__top__content a:hover {
    color: var(--hover__color);
}

.dashboard__profile__name p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #212121;
}

.dashboard__profile__name p span {
    margin-left: 8px;
}

.dashboard__profile__name {
    margin-bottom: 50px;
}

.dashboard__inner__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}

.dashboard__inner__content a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #28263B;
    border: 1px solid #28263B;
    display: inline-block;
    padding: 14px 30px;
    margin-top: 16px;
}

.dashboard__right__blk {
    padding-left: 60px;
}

.edit__btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    display: inline-block;
    transition: .3s;
}

.edit__btn:hover {
    color: var(--hover__color);
}


.qr__top__title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 19px;
    margin-bottom: 25px;
}

.qr__left_blk>p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}

.goole__btn a:first-child {
    margin-right: 10px;
}

/* -------------------------------- SHIPING AREA END ------------------- */
/* -------------------------------- TAB BTN AREA START ------------------- */

#nav-tab {
    justify-content: center;
    border: 0;
}

#nav-tab button {
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #212121;
    border-bottom: 1px solid transparent;
    transition: .3s all;
}

.nav-link.active {
    border-color: #000 !important;
}

.top__border {
    border-top: 1px solid #E8E8E8;
}

/* -------------------------------- TAB BTN AREA END ------------------- */
.checkout__title {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 28px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ddd;
}

.checkout__input>label {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.checkout__input {
    margin-bottom: 19px;
}

.checkout__input textarea.form-control {
    min-height: auto;
    height: 130px;
}

.checkout__input .nice-select {
    float: none;
}

.checkout__form__item{
    padding-bottom: 30px;
}
.checkout__form__item .form-check input {
    position: relative;
    top: 2px;
}.text-link {
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.footer-circle {
    width: 285px !important;
    height: 285px !important;
}
.footer-circle h4 {
    font-size: 45px !important;
    line-height: 42px !important;
}
.footer-circle span{
    font-size: 17px !important;
    top: -10px !important;
    display: block;
}
}
@media only screen and (max-width:768px){
    .footer__right{
        display: none;
    }
}