@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helvetica.eot") format("embedded-opentype"),
        url("../fonts/Helvetica.woff2") format("woff2"),
        url("../fonts/Helvetica.woff") format("woff"),
        url("../fonts/Helvetica.ttf") format("truetype"),
        url("../fonts/Helvetica.svg#Helvetica") format("svg");
}

@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold.eot") format("embedded-opentype"),
        url("../fonts/HelveticaBold.woff2") format("woff2"),
        url("../fonts/HelveticaBold.woff") format("woff"),
        url("../fonts/HelveticaBold.ttf") format("truetype"),
        url("../fonts/HelveticaBold.svg#HelveticaBold") format("svg");
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: #014f71 #dbe5f3;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #014f71;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #014f71;
    border-radius: 15px;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #014f71;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

body {
    /*font-family: "Helvetica";*/
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #fff;
}

a {
    transition: 0.4s linear;
}
.container {
    max-width: 1300px;
}
.fw-600 {
    font-weight: 600;
}

.primary-font-color {
    color: #2f4858;
}

.right-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.addr-mngt-section .btn {
    background-color: transparent;
}

.addr-mngt-section .dropdown-item.active,
.addr-mngt-section .dropdown-item:hover,
.addr-mngt-section .dropdown-item:active {
    color: #fff !important;
    background-color: #fdb834;
}

.bg-light {
    background-color: #f2f3f8 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.display-inline {
    display: inline !important;
}

#trackOrder .btn {
    padding: 10px 35px;
    border-radius: 30px;
    background: #2f4858;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
    cursor: pointer;
}

/* **** Header **** */
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.topbar {
    padding: 15px 0;
    width: 100%;
    transition: 0.4s linear;
}

.topbar .row {
    align-items: center;
}
.logo-bx img {
    width: 130px;
}
.master-search {
    position: relative;
    z-index: 80;
}

.master-search .form-control {
    padding: 15px 55px 15px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #58595b;
    border: solid 1px #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
    height: auto !important;
    transition: 0.3s ease-in;
}
.master-search .form-control:focus {
    border: 1px solid #c2c2c2;
}
.master-search a[aria-expanded="true"] .form-control {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

div#search-mob {
    position: absolute;

    top: 25px;

    left: 15px;

    right: 15px;

    z-index: 79;
}

.locationbx {
    display: flex;

    align-items: center;

    position: absolute;

    top: 50%;

    transform: translate(0, -50%);

    left: 15px;
}

.locationbx:after {
    position: absolute;

    content: "";

    width: 1px;

    height: 80%;

    background: #58595b;

    right: -12px;

    top: 50%;

    transform: translate(0, -50%);

    opacity: 0.6;
}

.locationbx h6 {
    font-size: 12px;

    font-weight: 400;

    color: #58595b;

    margin: 0 0 0 10px;

    line-height: 20px;
}

.locationbx h6 span {
    display: block;

    font-size: 15px;

    font-family: "Poppins";
}

.locationbx h6 span .pic {
    font-size: 14px;

    font-family: "Poppins";

    color: #58595b;

    border: none;

    width: 85px;

    outline: none !important;
}

.locationbx h6 span i {
    margin-left: 5px;
    font-size: 14px;
}

.locic i {
    font-size: 28px;

    color: #58595b;
}

.master-search button {
    background: transparent;

    border: none;

    font-size: 22px;

    outline: none !important;

    color: #57585b;

    position: absolute;

    top: 10px;

    right: 20px;

    cursor: pointer;
}

.master-search button:hover {
    color: #014f71;
}

.quick-top ul {
    text-align: right;
}

.quick-top ul li {
    display: inline-block;

    margin: 0 15px 0 0;
}

.quick-top ul li:last-child {
    margin: 0;
}

.quick-top ul li a {
    font-size: 18px;

    color: #57585b;

    display: block;

    font-weight: 500;

    transition: 0.4s linear;

    position: relative;
}

.quick-top ul li a:hover {
    color: #014f71;
}

.inner-search-bx {
    position: relative;
    padding: 40px 20px 35px;
    border-radius: 0 0 10px 10px;
    background: #f5f5f5;

    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.srh-btn {
    position: absolute;

    top: 45px;

    right: 20px;

    color: #000;

    z-index: 5;

    cursor: pointer;
}

a.srh-btn {
    width: 32px;

    height: 32px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease-in;
}

a.srh-btn:hover {
    background: #ffffff;
}

.srh-btn i {
    color: #000;
}

.inner-search-bx h4 {
    font-size: 16px;

    font-family: "Poppins";

    color: #57585b;

    margin: 0 0 10px;

    display: table;
}

.inner-search-bx ul {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}

.inner-search-bx li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.inner-search-bx li a {
    padding: 8px 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: 600;
    color: #57585b;
    display: block;
    letter-spacing: 0.5px;
}

.inner-search-bx li a:hover {
    background: #00758f;
    border: solid 1px #00758f;
    color: #fff;
}

.inner-search-bx ul:last-child {
    margin: 0;
}

.topbar.nav-new {
    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    background: #fff;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

    z-index: 120;
}

.navbar {
    padding: 0;
}

.navbar-nav li.nav-item {
    margin-right: 10px;
}

.navbar-nav li.nav-item:last-child {
    margin: 0;
}

.navbar-nav li.nav-item a.nav-link {
    padding: 10px 15px;

    display: block;

    font-size: 16px;

    font-weight: normal;

    color: #58595b;

    border-radius: 0px;

    transition: 0.4s linear;

    position: relative;
}

.navbar-nav li.nav-item a.nav-link:hover {
    color: #014f71;
}

.navbar-nav li.nav-item a.nav-link:hover::before {
    opacity: 1;
}

/* .navbar-nav li.nav-item a.nav-link:before{

    position: absolute;

    content: '';

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 15px solid #fff;

    left:15px;

    top:44px;

    transition: .4s linear;

    -webkit-transition: .4s linear;

    opacity:0;

    z-index:9;

} */

.navbar-nav li.nav-item .dropdown-menu {
    margin: 5px 0 0;

    display: block;

    padding: 15px;

    border-radius: 15px;

    background: #fff;

    border: none;

    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
        0 1px 5px 0 rgb(0 0 0 / 12%);

    transition: 0.4s linear;

    opacity: 0;

    visibility: hidden;
}

.navbar-nav .dropdown {
    position: static;
}

.navbar-nav li.nav-item .dropdown-menu a {
    padding: 3px 0;

    display: block;

    font-size: 14px;

    color: #58595b;

    transition: 0.4s linear;
}

.navbar-nav li.nav-item:hover .dropdown-menu {
    opacity: 1;

    visibility: visible;
}

.navbar-nav li.nav-item .dropdown-menu a:hover {
    background: transparent;

    color: #014f71;
}

.mega-menu-bx {
    width: 100%;

    position: absolute;

    left: 0;

    right: auto;

    top: 100%;

    opacity: 0;

    visibility: hidden;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    z-index: 51;
}

.menu-mega {
    width: 100%;

    margin: 0 -15px;

    padding: 15px;

    display: flex;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;
}

.menu-item {
    max-width: 25%;

    flex: 0 25%;

    padding: 20px 15px;

    background: #fff;
}

.menu-item:first-child {
    border-bottom-left-radius: 5px;
}

.menu-item:last-child {
    border-bottom-right-radius: 5px;
}

.mega-menu-bx:before {
    position: absolute;

    content: "";

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 15px solid #fff;

    top: -15px;

    right: auto;

    right: auto;
}

.navbar-nav > li:hover .mega-menu-bx {
    opacity: 1;

    visibility: visible;
}

.pro-enter-bx h4 {
    font-size: 18px;

    font-family: "Poppins";

    color: #001738;

    margin: 0 0 15px;
}

.pro-enter-bx a {
    padding: 0 0 10px;

    display: block;

    font-size: 16px;

    font-weight: normal;

    color: #58595b;

    border-radius: 0px;

    transition: 0.4s linear;
}

.pro-enter-bx a:hover {
    color: #001738;
}

/* **** End Header **** */

/* **** Slider Main **** */

.slider-block img {
    width: 100%;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    width: auto;

    height: auto;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    top: 50%;

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    transform: translate(0, -50%);

    position: absolute;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    left: 30px;

    z-index: 5;

    outline: none;

    border: none;

    background: transparent;

    color: transparent;

    font-size: 0;
}

.main-slider .slick-next {
    left: auto;

    right: 30px;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    font-family: "Font Awesome 5 Pro";

    content: "\f054";

    width: 50px;

    height: 50px;

    background: rgba(255, 255, 255, 0.5);

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    border-radius: 50%;

    line-height: 50px;

    text-align: center;

    font-size: 24px;

    color: rgba(0, 0, 0, 0.5);

    display: block;

    opacity: 1;

    z-index: 120;

    cursor: pointer;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.main-slider .slick-prev:before {
    content: "\f053";
}

.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
    color: #fff;

    background: #014f71;
}

/* **** End Slider Main **** */

/* **** Today's Offers **** */

.offers-wrp {
    padding: 30px 0;

    width: 100%;
}

.offer-box {
    padding: 20px;
}

.offer-block {
    width: 100%;

    height: 350px;

    background-size: cover;

    border-radius: 15px;

    box-shadow: 0 2px 9px rgb(0 0 0 / 20%);

    background-repeat: no-repeat;

    background-position: center center;

    position: relative;

    transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.offer-block:hover {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 45%);

    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}

.offer-dt {
    position: absolute;

    top: 15px;

    left: 15px;

    width: 130px;
}

.offer-dt h2 {
    font-size: 36px;

    font-weight: 300;

    color: #fff;

    margin: 0 0 5px;
}

.offer-dt p {
    font-size: 14px;

    font-weight: normal;

    color: #fff;

    margin: 0;

    line-height: 22px;
}

.btn-main {
    padding: 5px 15px;

    background: rgba(255, 255, 255, 0.8);

    font-size: 16px;

    font-weight: normal;

    color: #58595b;

    display: table;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    border-radius: 30px;

    z-index: 5;

    position: absolute;

    bottom: 15px;

    left: 15px;

    transition: 0.4s linear;
}

.btn-main:hover {
    background: #014f71;

    color: #fff;
}

.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    width: auto;

    height: auto;
}

.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    top: 50%;

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    transform: translate(0, -50%);

    position: absolute;
}

.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    left: 20px;

    z-index: 5;

    outline: none;

    border: none;

    background: transparent;

    color: transparent;

    font-size: 0;
}

.offers-wrp .slick-next {
    left: auto;

    right: 20px;
}

.offers-wrp .slick-prev:before,
.offers-wrp .slick-next:before {
    font-family: "Font Awesome 5 Pro";

    content: "\f054";

    width: 40px;

    height: 40px;

    background: rgba(255, 255, 255, 0.5);

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 20px;

    color: rgba(0, 0, 0, 0.5);

    display: block;

    opacity: 1;

    z-index: 120;

    cursor: pointer;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.offers-wrp .slick-prev:before {
    content: "\f053";
}

.offers-wrp .slick-prev:hover:before,
.offers-wrp .slick-next:hover:before {
    color: #fff;

    background: #014f71;
}

/* **** End Today's Offers **** */

/* **** Tranding Offers **** */

.tranding-offer-wrp {
    padding: 0px 0 30px;

    width: 100%;
}

.title-row {
    margin: 0 0 15px;
    padding: 0 15px;
}

.title-row .row {
    align-items: center;
}

.title-row h2 {
    font-size: 30px;

    /*font-family: "HelveticaBold";*/
    font-weight: 600;

    color: #58595b;

    margin: 0;
}

a.view-btn {
    padding: 3px 0;

    display: table;

    position: relative;

    color: #58595b;

    font-size: 16px;

    float: right;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

a.view-btn:after {
    position: absolute;

    content: "";

    width: 0%;

    height: 2px;

    background: #014f71;

    bottom: 0;

    left: 0;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

a.view-btn:hover {
    color: #014f71;
}

a.view-btn:hover:after {
    width: 100%;
}

.tranding-offer ul {
    width: 100%;

    overflow: hidden;
}

.tranding-offer ul li {
    width: 20%;

    padding: 15px 15px;

    float: left;

    /*margin: 0 0 25px;*/
}

.trand-box {
    height: 280px;

    padding: 15px;

    background: #fff;

    border-radius: 6px;

    position: relative;

    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.daily-ess-bx:after,
.trand-box:after {
    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    border-radius: 10px;

    content: "";

    z-index: -1;

    transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.daily-ess-bx:hover:after,
.trand-box:hover:after {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 45%);

    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);

    box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}

.trand-img {
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.trand-box img {
    width: auto;
    height: 100%;
    aspect-ratio: auto;
}

.trand-box h4 {
    font-size: 18px;

    font-weight: normal;

    color: #58595b;

    text-align: center;

    margin: 0;
}

.trand-box:hover h4 {
    color: #014f71;
}

.daily-bx {
    padding: 15px 15px 15px;
}

.daily-ess-bx {
    height: 320px;

    padding: 15px;

    background: #fff;

    border-radius: 6px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.daily-img {
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.prod-list-img img {
    width: auto;
    height: 100%;
    aspect-ratio: auto;
}

.daily-ess-bx label {
    padding: 3px 8px;

    background: #58595b;

    border-radius: 6px;

    font-size: 12px;

    color: #fff;

    font-weight: 300;

    margin: 0;

    position: absolute;

    top: 15px;

    left: 15px;
}

.like-bx {
    position: absolute;

    top: 15px;

    right: 15px;
}

.like-bx a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in;
}

.like-bx a.liked {
    background: #014f71;
}

.like-bx i {
    font-size: 24px;
    color: #999999;
    font-weight: 500;
}

.daily-dt h3 {
    font-size: 14px;

    font-family: "Poppins";

    color: #58595b;

    margin: 0 0 0px;

    line-height: 18px;
}

.daily-dt h3 span {
    font-family: "Poppins";

    display: block;

    font-size: 12px;

    font-weight: normal;

    color: #58595b;
}

.daily-dt p {
    font-size: 13px;

    font-weight: normal;

    color: #58595b;

    margin: 0 0 15px;
}

.pribx {
    display: inline-block;
}

.pribx h4 {
    font-size: 17px;

    font-family: "Poppins";

    color: #58595b;

    margin: 0;

    line-height: 22px;

    white-space: nowrap;
}

.pribx h4 i {
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}
.pribx h4 span i {
    font-size: 13px;
}
.pribx h4 span {
    display: block;

    color: #b1b1b1;

    font-weight: normal;

    font-size: 14px;

    text-decoration: line-through;
}

.cart-btn {
    padding: 5px 10px;

    font-size: 12px;

    font-weight: normal;

    color: #58595b;

    border-radius: 30px;

    border: 1px solid #e4e4e4;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;

    white-space: nowrap;
}

.pro-act {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.daily-dt {
    height: calc(100% - 180px);

    padding-top: 10px;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    justify-content: space-between;
}

.cart-btn:hover {
    background: #000;

    color: #fff;
}

.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    width: auto;

    height: auto;
}

.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    top: 50%;

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    transform: translate(0, -50%);

    position: absolute;
}

.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    left: 20px;

    z-index: 5;

    outline: none;

    border: none;

    background: transparent;

    color: transparent;

    font-size: 0;
}

.daily-essential-slider .slick-next {
    left: auto;

    right: 20px;
}

.daily-essential-slider .slick-prev:before,
.daily-essential-slider .slick-next:before {
    font-family: "Font Awesome 5 Pro";

    content: "\f054";

    width: 40px;

    height: 40px;

    background: rgba(255, 255, 255, 0.5);

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 20px;

    color: rgba(0, 0, 0, 0.5);

    display: block;

    opacity: 1;

    z-index: 120;

    cursor: pointer;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.daily-essential-slider .slick-prev:before {
    content: "\f053";
}

.daily-essential-slider .slick-prev:hover:before,
.daily-essential-slider .slick-next:hover:before {
    color: #fff;

    background: #014f71;
}

/* **** End Tranding Offers **** */

/* **** Download App **** */

.download-appblock {
    padding: 20px 60px;

    position: relative;

    border-radius: 30px;

    background: #f3f4f6;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);

    margin: 0 0 35px;

    overflow: hidden;
}

img.mobleim {
    position: absolute;

    top: 0;

    right: 0;

    width: 14%;
}

.app-txt {
    display: flex;

    align-items: center;
}

.app-txt h2 {
    font-size: 26px;

    font-family: "Poppins";

    color: #4d4d4d;

    margin: 0 25px 0 0;
}

.app-bx a {
    display: inline-block;

    margin: 0 10px 0 0;
}

.app-bx a:last-child {
    margin: 0;
}

.app-bx a img {
    height: 50px;
}

.some-links-block {
    margin: 0 0 30px;
}

.linkbx {
    width: 100%;
    margin: 0 0 15px;
}

.linkbx ul {
    display: inline-block;
}

.linkbx ul li {
    display: inline-block;

    margin: 0 25px 0 0;

    position: relative;

    font-size: 15px;

    color: #58595b;
}

.linkbx ul li a {
    font-size: 15px;

    font-weight: normal;

    color: #58595b;

    padding: 3px 0;

    display: block;
}

.linkbx ul li:after {
    position: absolute;

    content: "";

    width: 1px;

    height: 70%;

    background: rgba(0, 0, 0, 0.3);

    right: -15px;

    top: 5px;
}

.linkbx ul li:last-child:after {
    display: none;
}

/* **** End Download App **** */

/* **** Footer **** */

footer {
    width: 100%;
    padding: 45px 0 0;
    background: #f1fbfb;
}
.our-process {
    padding: 15px 0 25px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 4px;
    background: #fff;
}
.our-process ul {
    width: 100%;
    overflow: hidden;
}

.our-process ul li {
    float: left;

    width: 20%;
}

.pro-img {
    width: 100%;

    height: 100px;

    position: relative;
}

.process-bx img {
    margin: 0 auto 0px;

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    transform: translate(0, -50%);
}

.process-bx h4 {
    font-size: 16px;
    font-weight: 600;
    color: #58595b;
    margin: 0;
    text-align: center;
}

.foot-links h4 {
    font-size: 18px;
    font-family: "Poppins";
    color: #333333;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.foot-links li {
    display: block;
}

.foot-links li a {
    padding: 3px 0;

    font-size: 15px;

    font-weight: normal;

    color: #58595b;

    display: block;

    transition: 0.4s linear;
}

.foot-links li a:hover {
    color: #000;
}

.subscribe-bx h4 {
    font-size: 18px;

    font-family: "Poppins";

    color: #58595b;

    margin: 0 0 5px;

    text-transform: uppercase;
}

.subscribe-bx p {
    font-size: 14px;

    font-weight: normal;

    color: #58595b;

    margin: 0 0 10px;
}

.subscribe-bx .form-group {
    position: relative;
    margin: 0 0 10px;
}

.subscribe-bx .form-control {
    padding: 10px 45px 10px 15px;

    height: auto !important;

    background: #fff;

    border-radius: 30px;

    border: none;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    font-size: 14px;

    color: #333;
}

.subscribe-bx .form-group button {
    border: none;

    font-size: 18px;

    color: #58595b;

    background: transparent;

    position: absolute;

    top: 8px;

    right: 15px;

    cursor: pointer;
}

.subscribe-bx h6 {
    margin: 10px 0 0;

    color: #58595b;

    font-size: 15px;

    font-weight: 500;

    display: block;
}

.subscribe-bx h6 i {
    margin-left: 5px;
}

.pay-foot {
    padding: 30px 0;

    margin: 25px 0 0;

    border-top: 1px solid #78d6ff;
}

.pay-foot ul li {
    display: inline-block;

    border: 1px solid #eee;

    margin: 0 5px 0 0;
}

.pay-foot ul li:last-child {
    margin: 0;
}

.social-bx h4,
.paybx h4 {
    margin: 0 0 10px;

    display: block;

    font-size: 18px;

    font-family: "Poppins";

    color: #58595b;
}

.social-bx {
    float: right;
}

.social-bx i {
    margin-right: 10px;

    font-size: 22px;

    color: #57585b;
}

/* **** End Footer **** */

/* **** About page **** */

.inner-banner {
    height: 250px;

    background-size: cover;

    background-position: top;

    background-repeat: no-repeat;

    padding: 60px 0;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}

.inner-banner:after {
    position: absolute;

    content: "";

    height: 100%;

    width: 100%;

    background: rgba(1, 79, 113, 0.4);

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;
}

.banner-block {
    position: relative;

    z-index: 5;
}

.banner-block h1 {
    font-size: 48px;

    font-family: "Poppins";

    color: #fff;

    margin: 0 auto 20px;

    display: table;
}

.breadcrumb {
    display: flex;

    margin-bottom: 0;

    align-items: center;

    justify-content: center;

    background: transparent;
}

.breadcrumb li {
    font-size: 16px;

    font-weight: 500;

    color: #fff;

    line-height: 1;

    display: flex;

    align-items: center;

    margin-right: 15px;
}

.breadcrumb li:last-child {
    margin: 0;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li span {
    display: block;

    line-height: 1;

    color: #fdb938;
}

/* **** End About Page **** */

/* **** About Blaok **** */

.easy-step {
    padding: 50px 0;

    width: 100%;
}

.easy-box {
    display: flex;

    /*background: rgba(47,72,88,0.05);*/

    background: #fff;

    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);

    border-radius: 6px;

    padding: 20px;

    border-radius: 10px;
}

.easy-dt {
    padding: 0 0 0 15px;
}

.easy-dt h3 {
    font-size: 18px;

    font-family: "Poppins";

    color: #1a1a1a;

    margin: 0 0 10px;
}

.easy-dt p {
    margin: 0;

    line-height: 22px;

    font-size: 14px;

    font-weight: normal;

    color: #777777;
}

/* **** End Slider **** */

/* **** About Page **** */

.abt-wrp {
    padding: 0 0 50px;

    width: 100%;
}

.abt-row {
    padding: 25px 0;
}

.abt-row .row {
    display: flex;

    align-items: center;
}

.abt-img {
    position: relative;
}

.abt-img img {
    width: 100%;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

    border-radius: 10px;
}

.abt-data h3 {
    font-size: 28px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.abt-data p {
    font-size: 15px;

    font-weight: 300;

    color: #717171;

    margin: 0 0 15px;

    line-height: 24px;
}

.abt-data p:last-child {
    margin: 0;
}

/* **** End About Page **** */

/* **** Process **** */

.title-bar h2 {
    font-size: 35px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.title-bar p {
    font-size: 14px;

    font-weight: 400;

    color: #777777;

    line-height: 22px;

    margin: 0 0 35px;
}

.our-process-wrp {
    padding: 60px 0 80px;

    width: 100%;

    background: #f3f4f6;
}

.process-line ul {
    width: 100%;

    overflow: hidden;

    position: relative;
}

.process-line ul li {
    float: left;

    width: 25%;

    position: relative;
}

.process-line ul:before {
    position: absolute;

    content: "";

    width: 80%;

    height: 1px;

    border: 2px dashed #014f71;

    top: 90px;

    left: 0;

    right: 0;

    margin: 0 auto;
}

.probx {
    text-align: center;
}

.process-line ul li .probx i {
    width: 170px;

    height: 170px;

    background: #fff;

    border-radius: 50%;

    border: 12px solid #014f71;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);

    margin: 0 auto 25px;

    display: table;

    line-height: 145px;

    text-align: center;

    font-size: 30px;

    color: #2f4858;
}

.process-line ul li h4 {
    font-size: 22px;

    font-family: "Poppins";

    color: #1a1a1a;

    margin: 0;

    line-height: 30px;

    text-align: center;
}

.process-line ul li h4 span {
    display: block;

    color: #014f71;
}

.deal-day-wrp {
    width: 100%;

    height: 300px;

    background: url(../images/deal-back.png) 0 0 no-repeat;

    background-size: cover;

    position: relative;
}

.dic-txt h2 span {
    display: block;

    font-size: 15px;

    font-weight: 500;

    color: #fff;
}

.dic-txt h2 {
    font-size: 60px;

    font-weight: 800;

    color: #fff;

    margin: 0 0 15px;

    text-transform: uppercase;
}

.dic-txt p {
    font-size: 18px;

    font-weight: normal;

    color: #fff;

    margin: 0;

    opacity: 0.5;

    line-height: 26px;
}

.act-btn a {
    display: block;

    text-align: center;

    width: 100%;

    padding: 12px 15px;

    border: 2px solid #014f71;

    border-radius: 30px;

    color: #014f71;

    font-size: 16px;

    font-weight: 500;

    margin: 0 0 15px;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.act-btn a.bnbck {
    background: #014f71;

    color: #fff;
}

.act-btn a:last-child {
    margin: 0;
}

.act-btn a:hover {
    background: #014f71;

    color: #fff;
}

.dealcnter {
    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    transform: translate(0, -50%);
}

.dealcnter .row {
    display: flex;

    align-items: center;
}

.add-img img {
    margin: 0 auto 32px;
}

.our-process-wrp .process-line ul:before {
    border: 2px dashed rgba(47, 72, 88, 0.1);

    top: 85px;
}

.why-choose-wrp .process-line ul li .probx {
    width: 160px;

    height: 160px;

    background: #f3f4f6;

    border: 3px solid rgba(47, 72, 88, 0.1);

    position: relative;

    margin: 0 auto 35px;

    border-radius: 50%;
}

.why-choose-wrp .process-line ul li .probx img {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);
}

.why-choose-wrp .process-line ul li .probx span {
    width: 50px;

    height: 50px;

    background: #fff;

    border-radius: 50%;

    line-height: 55px;

    text-align: center;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);

    font-size: 18px;

    font-family: "Poppins";

    color: #014f71;

    background: #fff;

    position: absolute;

    bottom: -25px;

    left: 0;

    right: 0;

    margin: 0 auto;
}

.grocery-wrp .sli-img img {
    width: 50% !important;
}

label.dib {
    font-size: 14px;

    font-family: "Poppins";

    color: #2f4858;

    top: 25px;

    left: 15px;

    position: absolute;

    margin: 0;
}

.news-leter {
    height: auto;

    padding: 60px 0;

    background-attachment: fixed;
}

.news-leter .dealcnter {
    position: relative;

    top: 0;

    transform: translate(0);
}

.news-bx {
    width: 50%;

    margin: 0 auto;
}

.news-bx h2 {
    font-size: 35px;

    font-family: "Poppins";

    color: #fff;

    text-align: center;

    margin: 0 0 25px;
}

.news-bx .form-group {
    position: relative;

    margin: 0;
}

.news-bx .form-group .form-control {
    padding: 12px 180px 12px 20px;

    border: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 30px;

    height: auto;

    background: transparent;

    font-size: 14px;

    font-weight: normal;

    box-shadow: none;

    color: #fff;
}

.news-bx .form-group button {
    padding: 13px 35px;

    background: #014f71;

    border: none;

    font-size: 14px;

    font-family: "Poppins";

    color: #fff;

    position: absolute;

    top: 0;

    right: -1px;

    outline: none;

    box-shadow: none;

    border-radius: 30px;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;

    cursor: pointer;
}

.news-bx .form-group button:hover {
    background: #fdb834;

    color: #014f71;
}

a.enq-btn {
    color: #014f71;

    display: table;

    font-size: 15px;

    font-weight: 500;

    margin: 0 auto;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

a.enq-btn:hover {
    color: #111;
}

/* **** End Process **** */

/* **** End About Block **** */

/* **** Contact Page **** */

.contact-wrp {
    width: 100%;

    padding: 80px 0 0px;

    background: #fff;

    margin: 0 0 100px;
}

.contact-wrp h2 {
    font-size: 30px;

    font-weight: 800;

    color: #a6a6a6;

    margin: 0 0 40px;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.contact-reach {
    padding: 190px 35px;

    background: #f3f4f6;

    width: 100%;

    position: relative;

    border-radius: 0 10px 10px 0;

    /*min-height: 700px;*/
}

.contact-reach:before {
    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: #f3f4f6;

    left: -100%;

    top: 0;

    border-radius: 10px 0 0 10px;
}

.contact-reach h5 {
    font-size: 24px;

    font-weight: 600;

    color: #2f4858;

    text-transform: uppercase;

    margin: 0 0 25px;
}

.cnt-bx-cnpg {
    display: flex;
    width: 100%;
    margin: 0 0 15px;
    align-items: center;
}

.cnt-bx-cnpg i {
    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: rgb(1 79 113);

    line-height: 40px;

    font-size: 16px;

    color: #fff;

    text-align: center;

    display: block;

    margin-right: 10px;
}

.cnt-bx-cnpg p {
    width: 80%;

    font-size: 16px;

    font-weight: 400;

    color: #2f4858;

    line-height: 24px;

    margin: 0;
}

.cnt-bx-cnpg p a {
    color: #2f4858;
}

.sincen {
    align-items: center;
}

.contact-form {
    margin: 60px 0 0;

    padding: 60px;

    background: #fff;

    position: relative;

    z-index: 5;

    border: 4px solid rgb(1 79 113);

    border-radius: 10px;
}

.contact-form .form-group {
    margin: 0 0 25px;
}

.form-control {
    padding: 10px 20px;

    width: 100%;

    height: 45px;

    background: #fff;

    border-radius: 30px;

    border: none;

    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);

    font-size: 14px;

    color: #898989;

    resize: none;

    font-weight: 500;
}

.form-control:focus {
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
}

textarea.form-control {
    height: 180px;

    padding-top: 17px;
}

select.form-control {
    height: 45px !important;

    -webkit-appearance: none;

    -moz-appearance: none;

    text-indent: 1px;

    text-overflow: "";

    background: url("../images/arrow-down-sign-to-navigate.png") #fff right 15px
        center no-repeat;

    background-size: 10px;
}

select::-ms-expand {
    display: none;
}

.form {
    width: 100%;

    position: relative;

    height: auto;

    margin: 0 0 20px;
}

/*.form label::after {

  content: "";

  position: absolute;

  bottom: -1px;

  left: 0px;

  width: 100%;

  height: 100%;

  border-bottom: 3px solid rgb(1 79 113);

  transform: translateX(-100%);

  transition: all 0.3s ease;

}

*/

.content-name {
    position: absolute;

    bottom: 5px;

    left: 0px;

    padding-bottom: 5px;

    transition: all 0.3s ease;

    color: #666;

    font-size: 15px;

    font-weight: 500;
}

.form input:focus {
    outline: none;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
    bottom: 25px;

    font-size: 14px;

    left: 0px;

    color: rgb(1 79 113);
}

.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
    transform: translateX(0%);
}

.contact-form .form-control:focus {
    border-color: rgb(1 79 113);
}

.contact-form .btn-main {
    border-radius: 30px;

    padding: 12px 35px;

    display: table;

    margin: 20px 0 0;

    background: rgb(1 79 113);

    outline: none !important;

    color: #fff;

    text-transform: uppercase;

    border: none;

    position: relative;

    top: 0;

    left: 0;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

.contact-form .btn-main:hover {
    background: rgb(253 185 54);

    color: #fff;
}

/* **** End Contact Page **** */

/* **** Faq **** */

.faq-wrp {
    padding: 50px 0;

    margin: 50px 0;

    background-repeat: no-repeat;

    background-position: 100% 0;
}

.faq-wrp .panel-group {
    margin-bottom: 15px;
}

.faq-wrp .panel-default > .panel-heading {
    padding: 0;

    background-color: transparent;

    border: none;
}

.faq-wrp .panel-default > .panel-heading a {
    color: #014f71;
}

.faq-wrp .panel-title {
    padding: 25px 60px 25px 25px;

    font-size: 18px;

    font-family: "Poppins";

    color: #666;

    line-height: 28px;

    background: transparent;

    border-radius: 0;

    margin: 0;

    position: relative;
}

.faq-wrp .panel-default > .panel-heading:hover .panel-title {
}

#accordion .panel-title a.collapsed {
    border: none;
}

.faq-wrp .panel-title > a:after {
    position: absolute;

    font-family: "Font Awesome 5 pro";

    font-weight: 900;

    content: "\f106";

    color: #014f71;

    border-radius: 100%;

    width: 30px;

    height: 30px;

    border: 2px solid rgba(1, 79, 113, 0.2);

    line-height: 27px;

    font-size: 20px;

    text-align: center;

    right: 17px;

    top: 23px;
}

.faq-wrp .panel-title > a.collapsed:after {
    content: "\f107";
}

.faq-wrp .panel-title span {
    font-family: "Poppins";

    display: inline-block;

    margin-right: 10px;

    color: #fd8558;
}

.faq-wrp .panel-default {
    border: none;
}

.faq-wrp .panel {
    border: none;

    box-shadow: none;
}

.faq-wrp .panel-group .panel {
    overflow: hidden;

    margin: 0 0 20px;

    border-radius: 10px;

    border: none;

    background: transparent;

    border: 1px solid rgba(128, 128, 128, 0.1);

    box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
}

.faq-wrp .panel-body {
    padding: 0 60px 30px 25px;

    font-size: 16px;

    line-height: 24px;

    font-weight: normal;

    color: #555;
}

.faq-wrp .panel-body p {
    margin: 0;
}

.faq-wrp .panel-group .panel-heading + .panel-collapse > .list-group,
.faq-wrp .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.faq-wrp .panel-group .panel:last-child {
    border-bottom: none;
}

/* **** Login **** */

.login-wrp {
    /*padding: 70px 0;*/

    padding: 0;

    background-color: #fff;
}

.login-wrp .login-block {
    background-color: #014f71;

    min-height: 400px;

    width: 100%;

    margin: 0 auto;

    display: table;
}

.login-frm {
    width: 100%;

    margin: 0 auto;

    display: table;

    outline: none;

    box-shadow: 0 0 20px rgb(0 0 0 / 30%);

    background: #fff;
}

.login-frm .frm-header {
    display: block;

    padding: 20px 10px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    background: rgba(248, 248, 248, 0.9);

    font-size: 25px;

    font-weight: 300;

    color: #232323;
}

.login-frm .frm-header .titlebar h2 {
    margin: 0 auto;
}

.login-frm .frm-body {
    padding: 20px 30px;
}

.login-frm .frm-body .form-group {
    position: relative;
}

.login-frm .frm-body .form-group .fgic i {
    position: absolute;

    top: 50%;

    line-height: 36px;

    height: 36px;

    right: 3px;

    width: 40px;

    transform: translate(0, -3px);

    text-align: center;

    color: #ccc;
}

.login-frm .frm-body .form-group .fgic i:after {
    position: absolute;

    content: "";

    height: 30px;

    width: 2px;

    background: #ccc;

    left: 0;

    top: 50%;

    transform: translate(0, -50%);
}

.register-frm .frm-body .form-group .fgic i {
    top: 50%;

    height: 40px;

    transform: translate(0, -50%);
}

.login-frm .frm-body .form-group label {
    font-size: 16px;

    font-weight: 600;

    color: #333;
}

.login-frm .frm-body .form-group .form-control {
    height: 40px;

    border: 2px solid #eee;

    padding: 5px 60px 5px 10px;

    border-radius: 0;

    box-shadow: none;

    transition: all 0.3s linear;
}

.login-frm .frm-body .form-group textarea.form-control {
    height: auto;

    resize: none;
}

.login-frm .frm-body .form-group .form-control:hover {
    border-color: #141c3a;
}

.login-frm .frm-body .form-group .form-control:focus {
    border-color: #141c3a;
}

.frglink {
    text-align: right;
}

.frglink a {
    display: block;

    font-size: 14px;

    font-weight: normal;

    color: #111;

    font-family: "Poppins";

    text-align: right;

    transition: 0.4s linear;
}

a.frglink:hover {
    color: #486bb3;
}

.registr-text {
    text-align: left;
}

.registr-text a {
    text-align: left;
}

.login-frm .frm-body .form-check {
    padding: 10px 0 0;

    display: flex;

    align-items: center;
}

.login-frm .frm-body .form-check label {
    margin: 0;

    font-size: 15px;

    font-weight: 400;
}

.login-frm .frm-body input[type="checkbox"] + label {
    display: flex;

    margin: 0;

    cursor: pointer;

    padding: 0;
}

.login-frm .frm-body input[type="checkbox"] {
    display: none;
}

.login-frm .frm-body input[type="checkbox"] + label:before {
    font-family: "Font Awesome 5 Pro";

    content: "\f00c";

    border: 0.1em solid #141c3a;

    border-radius: 0;

    display: inline-block;

    vertical-align: middle;

    width: 20px;

    height: 20px;

    font-size: 16px;

    padding-left: 0;

    margin-right: 0.2em;

    vertical-align: bottom;

    color: transparent;

    transition: 0.2s;

    margin-right: 11px;

    display: flex;

    align-items: center;
}

.login-frm .frm-body input[type="checkbox"] + label:active:before {
    transform: scale(0);
}

.login-frm .frm-body input[type="checkbox"]:checked + label:before {
    background-color: #141c3a;

    border-color: #141c3a;

    color: #fff;
}

.login-frm .frm-body input[type="checkbox"]:disabled + label:before {
    transform: scale(1);

    border-color: #aaa;
}

.login-frm .frm-body input[type="checkbox"]:checked:disabled + label:before {
    transform: scale(1);

    background-color: rgb(11, 128, 67);

    border-color: #bfb;
}

.frm-footer {
    text-align: center;

    padding: 20px 30px;

    border-top: 1px solid rgba(0, 0, 0, 0.1);

    background: rgba(248, 248, 248, 0.9);
}

.frm-footer a {
    padding: 12px 30px;

    background: #141c3a;

    color: #fff;

    border-radius: 4px;

    margin-right: 10px;

    transition: all 0.3s linear;
}

.frm-footer a:hover {
    color: #fff;

    background: #507dbf;
}

.frm-footer button {
    border: none;

    outline: none;

    box-shadow: none;

    background: transparent;

    padding: 12px 30px;

    transition: all 0.3s linear;

    background: #014f71;

    color: #fff;

    border-radius: 30px;

    cursor: pointer;
}

.frm-footer button:hover {
    color: #fff;

    background: #000;
}

.login-frm .frm-header .titlebar h2 {
    margin: 0 auto;

    display: table;

    font-size: 32px;

    font-weight: 900;

    color: #171f3c;

    padding: 10px 30px;

    position: relative;
}

.titlebar h2 .loheding {
    position: relative;

    z-index: 999;

    padding: 0 10px;

    background: rgb(248, 248, 248);
}

.titlebar h2:after {
    position: absolute;

    content: "";

    width: 100%;

    height: 2px;

    background: rgb(57 80 163 / 100%);

    left: 0;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);
}

/* **** End Login **** */

.login-frm .form-group {
    margin: 0 0 25px;
}

/*.login-frm .form-control{

    padding: 25px 0 12px;

    border: none;

    box-shadow: none;

    border-radius: 0;

    border-bottom: 2px solid #1111;

    font-size: 15px;

    font-family: 'HelveticaBold';

    color: #898989;

    height: auto;

    resize: none;

    font-weight: 500;

    color: rgb(1 79 113);

}*/

.login-frm .form {
    width: 100%;

    position: relative;

    height: auto;

    margin: 0 0 20px;
}

/*.login-frm .form input {

  width: 100%;

  height: 100%;

  color: rgb(1 79 113);

  padding-top: 30px;

  border: none;

  border-bottom: 2px solid #eee;

}

.login-frm .form label {

  position: absolute;

  bottom: 0px;

  left: 0px;

  width: 100%;

  height: 100%

}*/

.login-frm .content-name {
    position: absolute;

    bottom: 5px;

    left: 0px;

    padding-bottom: 5px;

    transition: all 0.3s ease;

    color: #666;

    font-size: 15px;

    font-weight: 500;
}

.login-frm .form input:focus {
    outline: none;

    border-color: #014f71;
}

.login-frm .form input:focus + .label-name .content-name,
.login-frm .form input:valid + .label-name .content-name {
    bottom: 25px;

    font-size: 14px;

    left: 0px;

    color: rgb(1 79 113);
}

.login-frm .form input:focus + .label-name::after,
.login-frm .form input:valid + .label-name::after {
    transform: translateX(0%);
}

.login-frm .form-control:focus {
    border-color: #014f71;
}

.login-frm .btn-main {
    border-radius: 30px;

    padding: 12px 35px;

    display: table;

    margin: 20px 0 0;

    background: rgb(1 79 113);

    outline: none !important;

    color: #fff;

    text-transform: uppercase;

    border: none;

    position: relative;

    top: 0;

    left: 0;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

.login-frm .btn-main:hover {
    background: rgb(253 185 54);

    color: #fff;
}

/* **** Product **** */

.product-wrp {
    padding: 30px 0;
}

.product-header-bread {
    background: #f4f4f4;

    color: #000;

    border-radius: 10px;

    padding: 13px 20px;
}

.product-header-bread .row {
    display: flex;

    align-items: center;
}

.product-header-bread h2 {
    font-size: 28px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0;
}

.product-header-bread .form-control {
    padding: 8px 20px;

    height: auto !important;

    background: transparent;

    box-shadow: none;

    font-size: 15px;

    font-weight: 500;

    color: #58595b;

    border-radius: 30px;

    border: 1px solid #e4e4e4;

    width: 150px;

    margin-left: auto;

    margin-right: 0;

    display: table;

    cursor: pointer;
}

.product-wrp .tranding-offer ul li {
    width: 25%;
}

.filter-block {
    position: relative;

    margin: 0 0 15px;

    width: 100%;
}

.filter-block .searchbox {
    position: relative;
}

.filter-block .searchbox .form-control {
    padding: 18px 40px 18px 20px;

    border-radius: 10px;

    border: none;

    height: auto;

    background: #f4f4f4;

    font-size: 15px;

    font-weight: 500;

    color: #000;

    box-shadow: none;
}

.filter-block .searchbox .btn-search {
    border-radius: 10px;

    border: none;

    background: #fdb834;

    font-size: 16px;

    text-align: center;

    color: #fff;

    position: absolute;

    top: 50%;

    right: 6px;

    transform: translate(0, -50%);

    outline: none !important;

    cursor: pointer;

    width: 45px;

    height: 45px;

    line-height: 45px;

    font-size: 16px;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.product-sidebar__single {
    margin: 0 0 30px;

    background: #f4f4f4;

    padding: 20px 0;

    border-radius: 10px;
}

.product-sidebar__single h3 {
    font-size: 28px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;

    padding: 0 20px;
}

.product-sidebar__links li a {
    padding: 8px 20px;

    font-size: 15px;

    font-weight: 500;

    color: #58595b;

    display: flex;

    align-items: center;

    position: relative;

    transition: 0.4s linear;
}

.product-sidebar__links li a i {
    position: absolute;

    right: 20px;

    top: 50%;

    transform: translate(0, -50%);
}

.product-sidebar__links li a:hover {
    background: #014f71;

    color: #fff;
}

.prod-title-link {
    color: #58595b;
}

.prod-title-link:hover {
    color: #58595b;
}

/* **** End Produc Page **** */

.filter-bx {
    margin: 0 0 25px;

    background: #f4f4f4;

    color: #000;

    border-radius: 10px;

    padding: 20px 20px 30px;
}

.filter-bx h3 {
    font-size: 24px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.slider-labels {
    margin: 0 0 10px;
}

.filter-bx .noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -ms-touch-action: none;

    touch-action: none;

    -ms-user-select: none;

    -moz-user-select: none;

    user-select: none;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

.filter-bx .noUi-target {
    position: relative;

    direction: ltr;
}

.filter-bx .noUi-base {
    width: 100%;

    height: 100%;

    position: relative;

    z-index: 1;

    /* Fix 401 */
}

.filter-bx .noUi-origin {
    position: absolute;

    right: 0;

    top: 0;

    left: 0;

    bottom: 0;
}

.filter-bx .noUi-handle {
    position: relative;

    z-index: 1;
}

.filter-bx .noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when

   its values is > 50%. */

    z-index: 10;
}

.filter-bx .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;

    transition: left 0.3s, top 0.3s;
}

.filter-bx .noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;

 * Browsers can paint handles in their own layer.

 */

.filter-bx .noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;

 */

.filter-bx .noUi-horizontal {
    height: 4px;
}

.filter-bx .noUi-horizontal .noUi-handle {
    width: 18px;

    height: 18px;

    border-radius: 50%;

    left: -7px;

    top: -7px;

    background-color: #fdb834;
}

/* Styling;

 */

.filter-bx .noUi-background {
    background: #014f71;
}

.filter-bx .noUi-connect {
    background: #fdb834;

    -webkit-transition: background 450ms;

    transition: background 450ms;
}

.filter-bx .noUi-origin {
    border-radius: 2px;
}

.filter-bx .noUi-target {
    border-radius: 2px;
}

.filter-bx .noUi-target.noUi-connect {
}

/* Handles and cursors;

 */

.filter-bx .noUi-draggable {
    cursor: w-resize;
}

.filter-bx .noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.filter-bx .noUi-handle {
    cursor: default;

    -webkit-box-sizing: content-box !important;

    -moz-box-sizing: content-box !important;

    box-sizing: content-box !important;
}

.filter-bx .noUi-handle:active {
    border: 8px solid #ff8700;

    border: 8px solid rgba(255, 135, 0, 0.5);

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    left: -14px;

    top: -14px;
}

/* Disabled state;

 */

.filter-bx [disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #ff8700;
}

.filter-bx [disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.filter-bx .caption {
    color: #000;
}

/* **** pagination **** */

.pager-products {
    margin: 20px auto 0;

    display: table;
}

.pager-products li {
    display: inline-block;

    margin-right: 5px;
}

.pager-products li a {
    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    background: #f6f6f7;

    border-radius: 50%;

    font-size: 15px;

    font-weight: 500;

    color: #000;

    display: inline-block;
}

.pager-products li.active a,
.pager-products li a:hover {
    background: #014f71;

    color: #fff;
}

/* ***** End Product Page **** */

/* **** Product Details page **** */

.aiz-megabox {
    position: relative;

    cursor: pointer;
}

.aiz-megabox input {
    position: absolute;

    z-index: -1;

    opacity: 0;
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem,
.aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: #014f71;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #ccced3;

    border-radius: 0.25rem;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    border-radius: 0.25rem;
}

.w-30px {
    width: 30px;
}

.h-30px {
    height: 30px;
}

.btn-sm.btn-icon {
    padding: 0.416rem;

    width: calc(2.02rem + 2px);

    height: calc(2.02rem + 2px);
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-circle {
    border-radius: 50em;
}

.btn-light,
.btn-outline-light:hover {
    background-color: #f2f3f8;

    border-color: #f2f3f8;
}

.picZoomer {
    position: relative;
}

.picZoomer-pic-wp {
    position: relative;

    overflow: hidden;

    text-align: center;
}

.picZoomer-zoom-wp {
    display: none;

    position: absolute;

    z-index: 999;

    overflow: hidden;

    border: 1px solid #eee;

    height: 460px;

    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;

    cursor: crosshair;

    width: 100px;

    height: 100px;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: 50%;

    border: 1px solid #eee;

    background-color: rgba(0, 0, 0, 0.1);
}

.picZoomCursor-ico {
    width: 23px;

    height: 23px;

    position: absolute;

    top: 40px;

    left: 40px;

    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;

    position: absolute;

    top: 0;

    bottom: 0;

    margin: auto;

    height: 100%;
}

.piclist li {
    display: inline-block;

    width: 90px;

    height: 110px;

    border: 1px solid #eee;

    border-radius: 10px;

    overflow: hidden;
}

.piclist li img {
    width: 97%;

    height: auto;
}

/* custom style */

.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;

    border-radius: 10px;
}

#services {
    padding: 25px 0;
}

.row-sm .col-md-6 {
    padding-left: 5px;

    padding-right: 5px;
}

/*===pic-Zoom===*/

._boxzoom .zoom-thumb {
    width: 90px;

    display: inline-block;

    vertical-align: top;

    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;

    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;

    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;

    object-fit: cover;
}

.piclist li img {
    height: 110px;

    width: 100%;

    object-fit: cover;
}

#services .row {
    display: flex;
    align-items: flex-start;
}

.product-details {
    color: #000;
}

.product-details .name-dt h3 {
    font-size: 22px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 10px;
}

.product-details .name-dt h2 {
    font-size: 28px;

    font-weight: 700;

    color: #014f71;
}

#chosen_price {
    font-size: 30px;

    font-weight: 700;

    color: #014f71;
}

.out-of-stock a {
    color: #fff !important;

    background-color: #6c757d;

    border-color: #6c757d;

    pointer-events: none;
}

.product-details .name-dt h2 i {
    font-size: 24px;

    font-weight: 700;

    margin-right: 5px;
}

#chosen_price i {
    font-size: 26px;

    font-weight: 700;

    margin-right: 5px;
}

.product-details .name-dt h2 span {
    color: #b1b1b1;

    font-weight: normal;

    font-size: 18px;

    text-decoration: line-through;

    margin-left: 15px;
}

.product-details .name-dt h2 span i {
    font-size: 17px;

    font-weight: normal;

    margin-right: 5px;
}

.product-details .name-dt p {
    font-size: 16px;

    font-weight: 400;

    color: #111;
}

.product-details .name-dt p strong {
    font-family: "Poppins";
}

.product-details .pro-info {
    padding: 10px 0;
}

.product-details .pro-info ul li {
    font-size: 15px;

    font-weight: 400;

    color: #111;

    display: table;

    margin: 0 0 5px;

    padding-left: 15px;

    position: relative;
}

.product-details .pro-info ul li a {
    color: #111;

    text-decoration: underline;

    padding-left: 5px;
}

.product-details .pro-info ul li:after {
    position: absolute;

    content: "";

    height: 5px;

    width: 5px;

    background: #000;

    border-radius: 100%;

    top: 50%;

    left: 0;

    transform: translate(0, -50%);
}

.product-details .qty-dt .form-control {
    width: 70px;

    padding: 8px 10px;

    height: auto;

    border: 1px solid #efefef;

    border-radius: 10px;

    box-shadow: none;

    font-size: 15px;

    font-weight: 400;

    box-shadow: none;
}

.product-details .qty-dt label {
    margin: 0 0 2px 0;

    font-weight: 500;

    font-size: 15px;
}

.product-details .qty-dt ul {
    margin: 10px auto 0;

    display: table;

    width: 100%;
}

.product-details .qty-dt ul li {
    float: left;

    width: 33.33%;
}

.product-details .qty-dt ul li:nth-child(2) {
    padding: 0 10px;
}

.product-details .qty-dt ul li a {
    padding: 14px 10px;

    font-size: 14px;

    color: #58595b;

    border-radius: 30px;

    border: 1px solid #e4e4e4;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;

    width: 100%;

    display: inline-block;

    text-align: center;

    font-weight: 500;
}

.product-details .qty-dt ul li a:hover {
    background: #000;

    color: #fff;
}

.product-details-wrp .tranding-offer-wrp {
    padding: 25px 0;
}

.product-details-wrp .daily-img img {
    width: 100%;

    height: 180px;

    object-fit: contain;

    object-position: center center;
}

/* **** about-product **** */

.about-product {
    color: #000;

    background: #f7f7f7;

    padding: 30px 0;
}

.about-product .abt-title h2 {
    font-size: 28px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.abt-prd-wrp {
    padding: 20px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
}

.abt-prd-wrp h3 {
    font-size: 24px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.abt-prd-wrp .table td,
.abt-prd-wrp .table th {
    padding: 8px;

    border: 1px solid #eee;

    font-size: 15px;

    font-weight: 400;

    color: #111;
}

.product-details-wrp .title-row h2 {
    margin: 0 0 15px;
}

/* **** End about-product **** */

/* **** Cart Page **** */

.cart-wrapper {
    padding: 30px 0;

    width: 100%;
}

.order-datas table {
    margin: 0;
}

.order-datas .table > tbody > tr > td {
    border: none;

    padding: 8px 0;

    font-size: 15px;

    font-weight: 300;

    color: #000;

    text-transform: uppercase;

    vertical-align: middle;
}

.order-datas .table > tbody > tr > td:first-child {
    font-weight: 400;
}

.view-more-his {
    position: relative;

    height: 190px;
}

.view-more-his ul {
    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;
}

.view-more-his li {
    display: block;

    margin: 0 0 10px;
}

.view-more-his li:last-child {
    margin: 0;
}

.view-more-his li a.btn-main {
    padding: 12px 20px;

    font-size: 13px;

    display: table;

    width: 100%;

    border: 1px solid #2d2d2d;

    text-align: center;
}

.view-more-his li a.track-btn {
    background: transparent;

    color: #2d2d2d;
}

.history-wrapper .col-md-4,
.history-wrapper .col-md-8 {
    padding: 0;
}

.order-full-data {
    border: 1px solid #f4f4f4;

    background: #fff;
}

.order-full-data h3 {
    padding: 20px 25px;

    font-size: 15px;

    font-weight: 400;

    color: #000;

    text-transform: uppercase;

    margin: 0;

    letter-spacing: 1px;
    border-bottom: 1px solid #f4f4f4;
}

.order-full-data .order-datas {
    padding: 20px 25px;

    margin: 0 0 0;
}

.order-full-data .btn-main {
    padding: 12px 20px;

    width: 100%;

    text-align: center;

    display: table;

    background: transparent;

    border: 1px solid #f4f4f4;

    color: #2d2d2d;

    font-size: 13px;

    margin: 15px 0 0;
}

.del-inf {
    border-top: none;
}

.del-inf .table > tbody > tr > td:first-child {
    width: 35%;
}

.del-inf .table > tbody > tr > td {
    line-height: 26px;
}

.invoice-bx {
    border: 1px solid #f4f4f4;

    border-left: none;
}

.invoice-bx .table {
    margin: 0;
}

.invoice-bx .table > thead > tr > th {
    padding: 12px 15px;

    font-size: 13px;

    font-weight: 700;

    color: #000;

    border-bottom: 1px solid #f4f4f4;

    text-transform: uppercase;
}

.invoice-bx .table > tbody > tr > td {
    padding: 10px 15px;

    border-bottom: 1px solid #f4f4f4;

    font-size: 15px;

    font-weight: 400;

    color: #a0a0a0;

    vertical-align: middle;

    text-transform: uppercase;
}

.invoice-bx .table > tbody > tr > td strong {
    font-weight: 400;

    color: #000;

    font-size: 16px;
}

.invoice-bx .table > tbody > tr:last-child td {
    border-bottom: none;
}

.invoice-bx .table > tbody > tr > td h4 {
    font-size: 15px;

    line-height: 1.4;

    font-weight: 600;

    color: #000;

    margin: 30px 0 20px;
}

.or-pro-d {
    width: calc(100% - 110px);
}

.invoice-bx .table > tbody > tr > td p {
    font-size: 13px;

    font-weight: 400;

    color: #000;

    margin: 0 0 5px;
}

.invoice-bx .table > tbody > tr > td p:last-child {
    margin: 0;
}

.invoice-bx .table > tbody > tr > td p span {
    color: #a6a6a6;

    margin-right: 5px;
}

.invoice-bx .table > tbody > tr > td .pro-img-or img {
    width: 130px;

    float: left;
}

.invoice-bx .table > tbody > tr > td:first-child {
    width: 49%;
}

.invoice-bx .table > tbody > tr > td:last-child {
    width: 5%;
}

.invoice-bx .table > tbody > tr > td:nth-child(3) {
    width: 16%;
}

.invoice-bx .table > tbody > tr > td {
    width: 15%;
}

.btn-soft-primary {
    background-color: #e62e0426;

    color: #e62e04;
}

.remove-cart .btn-soft-primary i {
    color: #e62e04 !important;
}

.history-wrapper .ord-host .table > thead > tr > th,
.history-wrapper .ord-host .table > tbody > tr > td {
    background: #fff;
}

.shiped-bx p {
    padding: 10px;

    width: 100%;

    font-size: 17px;

    font-family: "Poppins";

    color: #000;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin: 0 0 30px;

    text-align: center;

    background: #fff;

    border: 1px solid #efefef;

    border-radius: 10px;
}

.shiped-bx p img {
    display: inline-block;

    margin-right: 15px;
}

.invoice-bx .table > tbody > tr > td .form-control {
    padding: 8px 10px;

    height: auto;

    border: 1px solid #efefef;

    border-radius: 10px;

    box-shadow: none;

    font-size: 15px;

    font-weight: 400;
}

.invoice-bx .table > tbody > tr > td i {
    color: #a0a0a0;
}

.cart-tab {
    border: 1px solid #f4f4f4;

    background: #fff;

    border-radius: 10px;
}

.cart-tab .table > tbody > tr > td .pro-img-or img {
    width: 80px;
}

.cart-tab .table > tbody > tr > td h4 {
    margin: 0 0 10px;

    text-transform: capitalize;

    /*font-family: 'HelveticaBold';*/
}

.cart-bxs {
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 rgba(28, 26, 23, 0.12);
    overflow: hidden;
}

.cart-bxs h4 {
    padding: 20px 25px;

    font-size: 15px;

    font-weight: 600;

    color: #000;

    background: #f8f8f8;

    margin: 0;
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
}
.separator-line {
    border-top: 1px solid #cbcbcb;
}
.list-cart-rate {
    padding: 10px 15px;

    border-bottom: 1px solid #efefef;
}

.list-cart-rate .table > tbody > tr > td {
    font-size: 15px;

    font-weight: 400;

    color: #000;
}

.flex-wrap {
    display: flex;

    align-items: center;
}

.row.aiz-plus-minus {
    flex-wrap: nowrap;
}

.pro-img-or {
    width: 100px;

    height: 100px;

    padding: 10px;

    margin-right: 10px;

    background: #f5f5f5;

    display: flex;

    align-items: center;

    justify-content: center;
}

.pro-img-or img {
    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: center center;
}

.aiz-plus-minus input {
    margin: 0 5px;
}

.aiz-plus-minus input:focus {
    outline: none;
}

.list-cart-rate .table > tbody > tr > td:last-child {
    color: #a0a0a0;

    text-align: right;
}

.cart-bxs .btn-main {
    padding: 15px 30px;

    width: 100%;

    font-size: 12px;

    display: table;

    text-align: center;
}

.dis-code {
    margin-top: 15px;
}

.enter-code {
    padding: 20px 25px;
}

.enter-code .form-group {
    margin: 0;

    position: relative;
}

.enter-code .form-control {
    padding: 10px 120px 10px 15px;

    border: none;

    height: auto;

    font-size: 14px;

    color: #58595b;

    border-radius: 30px;

    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
}

.enter-code .form-control:focus {
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
}

.coupanapply {
    display: none;
}

.enter-code button.sub-btn,
.enter-code div.sub-btn {
    padding: 10px 13px;

    background: #2d2d2d;

    font-size: 16px;

    color: #fff;

    position: absolute;

    top: 6px;

    right: 5px;

    border: none;

    cursor: pointer;
}

.enter-code button.sub-btn {
    padding: 5px 10px;

    font-size: 12px;

    font-weight: normal;

    color: #58595b;

    border-radius: 30px;

    border: 1px solid #e4e4e4;

    background: transparent;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.enter-code button.sub-btn:hover {
    background: #000;

    color: #fff;
}

.cart-bxs .btn-main {
    padding: 15px 30px;

    width: 100%;

    font-size: 16px;

    font-weight: 500;

    display: table;

    background: #014f71;

    color: #fff;

    position: relative;

    transform: translate(0);

    top: 0;

    left: 0;

    border-radius: 0;

    box-shadow: none;

    text-transform: uppercase;

    text-align: center;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.cart-bxs .btn-main:hover {
    background: #2f4858;

    color: #fff;
}

.cus-radbx {
    display: flex;

    align-items: center;
}

.cusrd:last-child {
    margin: 0;
}

.cusrd [type="radio"]:checked,
.cusrd [type="radio"]:not(:checked) {
    position: absolute;

    left: -9999px;
}

.cusrd [type="radio"]:checked + label,
.cusrd [type="radio"]:not(:checked) + label {
    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block;

    color: #717171;

    font-size: 15px;

    font-weight: 500;

    margin: 0;
}

.cusrd [type="radio"]:checked + label:before,
.cusrd [type="radio"]:not(:checked) + label:before {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 20px;

    height: 20px;

    border: 1px solid #2f4858;

    border-radius: 100%;

    background: #fff;
}

.cusrd [type="radio"]:checked + label:after,
.cusrd [type="radio"]:not(:checked) + label:after {
    content: "";

    width: 12px;

    height: 12px;

    background: #014f71;

    position: absolute;

    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);

    top: 4px;

    left: 4px;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;
}

.cusrd [type="radio"]:not(:checked) + label:after {
    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);
}

.cusrd [type="radio"]:checked + label:after {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
}

.form-check {
    padding: 0 0;

    display: flex;

    align-items: center;
}

.form-check label {
    margin: 0;

    font-size: 15px;

    font-weight: 400;

    color: #333;
}

.form-check input[type="checkbox"] + label {
    display: flex;

    margin: 0;

    cursor: pointer;

    padding: 0;
}

.form-check input[type="checkbox"] {
    display: none;
}

.form-check input[type="checkbox"] + label:before {
    font-family: "Font Awesome 5 Pro";

    content: "\f00c";

    border: 0.1em solid #141c3a;

    border-radius: 0;

    display: inline-block;

    vertical-align: middle;

    width: 20px;

    height: 20px;

    font-size: 16px;

    padding-left: 0;

    margin-right: 0.2em;

    vertical-align: bottom;

    color: transparent;

    transition: 0.2s;

    margin-right: 11px;

    display: flex;

    align-items: center;
}

.form-check input[type="checkbox"] + label:active:before {
    transform: scale(0);
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #141c3a;

    border-color: #141c3a;

    color: #fff;
}

.form-check input[type="checkbox"]:disabled + label:before {
    transform: scale(1);

    border-color: #aaa;
}

.form-check input[type="checkbox"]:checked:disabled + label:before {
    transform: scale(1);

    background-color: rgb(11, 128, 67);

    border-color: #bfb;
}

/* **** End Cart Page **** */

/* **** Checkout Page **** */

.checkout-wrp h3 {
    font-size: 22px;

    font-family: "Poppins";

    color: #58595b;

    margin: 0 0 25px;
}

.checkout-wrp h3 span {
    float: right;

    font-size: 15px;

    font-weight: 500;

    color: #717171;

    padding: 5px 0 0;
}

.checkout-wrp h3 span a {
    color: #014f71;

    margin-left: 5px;
}

.checkout-wrp .list-group {
    color: #000;
}

.checkout-wrp .list-group-item {
    cursor: pointer;
}

/*.checkout-wrp .form-group{

    margin: 0 0 35px;

}*/

/*.checkout-wrp .form-control{

    padding: 10px 0px;

    border-radius: 0;

    border: none;

    border-bottom: 1px solid #e0e0e0;

    height: auto;

    font-size: 15px;

    font-weight: normal;

    resize: none;

    color: #2F4858;

    box-shadow: none;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.checkout-wrp .form-control:focus{

    border-bottom: 1px solid #2F4858;

}

.checkout-wrp .form .form-control{

    padding-top: 30px;

}*/

.box-pay {
    width: 100%;

    margin: 0 0 15px;
}

.inner-cardfrm .form-group {
    margin: 0 0 15px;
}

.inner-cardfrm {
    margin: 15px 0;

    padding: 15px 15px 15px;

    background: #f2f6f8;

    border-radius: 10px;
}

/*.inner-cardfrm .form-control{

    background-color: transparent;

}*/

#payment-form .payment_lbl {
    font-family: "Poppins";

    color: #58595b;
}

/* ***** End Checkout Page ****** */

/* ***** Payment Popup ****** */

.order-confirmed-wrp {
    color: #58595b;
}

.order-confirmed-wrp .bg-grey {
    background-color: #f5f5f5;
}

.order-confirmed-wrp .order_id {
    color: #2f4858;

    font-weight: bold;
}

#pay-confirm .modal-dialog,
#pay-popup .modal-dialog {
    width: 480px;
}

.modal {
    background: rgba(255, 255, 255, 0.8);
}

.pop-pay .modal-content {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);

    border-radius: 10px;

    background: #fff;

    border: none;

    overflow: hidden;
}

.chk-head {
    padding: 0px 0px;

    border: none;
}

.pop-pay .tab-content h3 {
    padding: 20px;

    font-size: 17px;

    font-family: "Poppins";

    color: #000;

    text-transform: uppercase;

    text-align: center;

    margin: 0;

    border-bottom: 1px solid #efefef;
}

.chk-head ul.nav-tabs {
    border: none;

    margin: 30px auto 20px;

    display: table;

    text-align: center;
}

.chk-head .nav-tabs li {
    margin-right: 10px;
}

.chk-head .nav-tabs li:last-child {
    margin-right: 0;
}

.chk-head .nav-tabs li a {
    width: 8px;

    height: 9px;

    padding: 0;

    border: none;

    background: #e3e3e3;

    margin: 0;

    border-radius: 50%;
}

.chk-head .nav-tabs li a:hover,
.chk-head .nav-tabs > li.active > a,
.chk-head .nav-tabs > li.active > a:focus,
.chk-head .nav-tabs > li.active > a:hover {
    background: #adadad;
}

.frm-data {
    padding: 30px 45px 15px;
}

.frm-data label {
    font-size: 15px;

    font-weight: 400;

    color: #a0a0a0;

    text-transform: uppercase;

    margin: 0 0 5px;
}

.frm-data .form-group {
    margin: 0 0 20px;
}

.frm-data .form-control {
    border: 1px solid #a0a0a0;

    border-radius: 0;

    padding: 10px 10px;

    height: auto;

    font-size: 19px;

    font-weight: 400;

    color: #000;

    box-shadow: none;
}

.cheked-img {
    width: 100%;
}

.foot-frm {
    padding: 0;

    border-top: 1px solid #e3e3e3;
}

.foot-frm .btn-main {
    width: 100%;

    display: block;

    font-size: 15px;

    font-weight: 400;

    text-align: center;

    padding: 20px 30px;

    position: relative;

    border-radius: 0;

    box-shadow: none;

    top: 0;

    left: 0;

    transform: translate(0);

    text-transform: uppercase;

    color: #717171;
}

.foot-frm .btn-main:hover {
    color: #fff;
}

.pay-opt {
    padding: 0;
}

.pay-opt ul {
    width: 100%;

    overflow: hidden;
}

.pay-opt li {
    float: left;

    width: 50%;

    padding: 45px 30px 20px;

    position: relative;

    border: 1px solid #efefef;
}

.pay-opt li i {
    width: 19px;

    height: 19px;

    background: #2ecc71;

    line-height: 19px;

    color: #fff;

    text-align: center;

    font-size: 12px;

    position: absolute;

    border-radius: 50%;

    top: 15px;

    right: 15px;

    opacity: 0;

    visibility: hidden;
}

.chek-pay {
    position: absolute;

    top: 15px;

    right: 15px;
}

.chek-pay .checkbx {
    padding-left: 15px;
}

.chek-pay .checkmark {
    width: 19px;

    height: 19px;

    background: #ddd;

    border: none;
}

.chek-pay .checkbx .checkmark:after {
    left: 4px;

    top: 3px;

    width: 10px;

    height: 10px;

    text-align: center;

    content: "\f00c";

    font-family: "FontAwesome";

    font-size: 11px;

    color: #fff;
}

.chek-pay .checkbx input:checked ~ .checkmark {
    background-color: #2ecc71;
}

.pay-opt li.active i {
    opacity: 1;

    visibility: visible;
}

.pay-opt li a img {
    margin: 0 auto 25px;
}

.pay-opt li a p {
    font-size: 9px;

    font-weight: 400;

    color: #a0a0a0;

    margin: 0;

    text-align: center;

    text-transform: uppercase;
}

.cheked-img img {
    width: 72px;

    margin: -35px auto 20px;

    border: 4px solid #fff;

    border-radius: 50%;
}

.paoconfirm .modal-content {
    overflow: inherit;
}

.paoconfirm .modal-dialog {
    margin: 60px auto 0;
}

.cheked-img h3 {
    font-size: 19px;

    font-family: "Poppins";

    color: #000;

    text-align: center;

    text-transform: uppercase;

    margin: 0 0 10px;
}

.cheked-img p {
    font-size: 13px;

    font-family: "Poppins";

    color: #a0a0a0;

    margin: 0 0;

    letter-spacing: 1px;

    text-align: center;

    text-transform: uppercase;
}

.paoconfirm .chk-head {
    padding: 0 0 20px;

    border-bottom: 1px solid #efefef;
}

.invoice-data {
    padding: 30px 50px;
}

.newdata-total ul {
    width: 100%;

    overflow: hidden;

    margin: 0 0 20px;
}

.newdata-total li {
    float: left;

    width: 50%;
}

.newdata-total li p,
.newdata-total li span {
    display: block;

    font-size: 15px;

    font-weight: 400;

    color: #a0a0a0;

    text-transform: uppercase;

    margin: 0 0 5px;
}

.newdata-total li p {
    margin: 0;

    font-weight: 400;

    color: #000;
}

.newdata-total li.right-side {
    text-align: right;
}

.newdata-total li h6 {
    font-size: 25px;

    font-weight: 400;

    color: #000;

    margin: 0;
}

.pay-method {
    padding: 30px;

    background: #fbfbfb;

    border: 1px solid #efefef;
}

.pay-method img {
    margin: 0 auto;
}

/* ***** End Payment Popup ****** */

/* ***** My Account ****** */

.account-wrp {
    padding: 60px 0;

    width: 100%;
}

.account-sidebar {
    background: rgb(1 79 113 / 5%);

    position: relative;

    border-radius: 10px;
}

.profile-box {
    padding: 30px;

    border-bottom: 1px solid #e0e0e0;

    display: flex;

    align-items: center;

    width: 100%;
}

.profile-img img {
    width: 60px;

    height: 60px;

    border-radius: 50%;
}

.profile-dt {
    width: 100%;
}

.profile-dt h3 {
    font-size: 18px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 5px;
}

.profile-dt a {
    font-size: 14px;

    font-weight: normal;

    color: #777;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

.profile-dt a:hover {
    color: #014f71;
}

.in-ac-tabs {
    padding: 15px 0;
}

.in-ac-tabs .nav-tabs {
    border: none;
}

.in-ac-tabs .nav-tabs li {
    display: block;

    width: 100%;

    margin: 0;
}

.in-ac-tabs .nav-tabs li a {
    padding: 10px 15px;

    display: block;

    border: none;

    font-size: 15px;

    font-weight: 500;

    border-radius: 0;

    color: #717171;

    margin: 0;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.in-ac-tabs .nav-tabs li a i {
    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: #fff;

    text-align: center;

    line-height: 35px;

    color: #fdb834;

    margin: 0 10px 0 0;

    display: inline-block;

    vertical-align: middle;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.in-ac-tabs .nav-tabs > li > a.active,
.in-ac-tabs .nav-tabs > li > a.active:focus,
.in-ac-tabs .nav-tabs > li > a.active:hover {
    border: none;

    background: #fdb834;

    color: #fff;
}

.in-ac-tabs .nav-tabs > li > a.active i {
    background: #fff;

    color: #fdb834;
}

.account-cmbx {
    padding: 0px;

    border: 1px solid #e0e0e0;

    border-radius: 10px;

    overflow: hidden;
}

.account-cmbx h3 {
    font-size: 28px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 0px;

    padding: 15px;

    border-bottom: 1px solid #e0e0e0;
}

.avatar-upload {
    position: relative;

    margin: 0px 0 30px;

    width: 150px;

    height: 150px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;

    width: 34px;

    height: 34px;

    margin-bottom: 0;

    border-radius: 100%;

    background: #014f71;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);

    cursor: pointer;

    line-height: 36px;

    font-weight: normal;

    transition: all 0.2s ease-in-out;

    position: absolute;

    top: 0;

    right: 15px;

    z-index: 55;
}

.avatar-upload .avatar-edit input + label:hover {
    background: rgb(13 13 13);

    color: #fff;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f303";

    font-family: "Font Awesome 5 Pro";

    color: rgba(255, 255, 255, 1);

    position: absolute;

    top: 0px;

    left: 0;

    right: 0;

    font-size: 13px;

    text-align: center;

    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 150px;

    height: 150px;

    position: relative;

    background: rgba(255, 255, 255, 1);

    border-radius: 50%;

    margin: 0;
}

.avatar-upload .avatar-preview > div {
    width: 100%;

    height: 100%;

    border-radius: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;
}

.profile-frm {
    padding: 40px;
}

.profile-frm .form-group {
    margin: 0 0 25px;
}

/*.profile-frm .form-control{

    padding: 10px 0px;

    border-radius: 0;

    border: none;

    border-bottom:2px solid #e0e0e0;

    height: auto;

    font-size: 15px;

    font-weight: normal;

    resize: none;

    color: #2F4858;

    box-shadow: none;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}



.profile-frm .form .form-control{

    padding-top: 30px;

}

.pay-opt .inner-cardfrm .form .form-control{

    padding-top: 30px;

}

.pay-opt .inner-cardfrm .form label{

    border: none;

}

.profile-frm .form-control:focus{

    border-bottom:2px solid #014f71;

}*/

.profile-frm .form-group h6 {
    color: #717171;
}

.profile-frm .btn-main,
#address-add-form .btn-main,
#update-address-form .btn-main,
#productReviewAndRatingsForm .btn-main,
#checkout-address-add-form .btn-main,
#change-address-modal .btn-main {
    padding: 10px 35px;

    border-radius: 30px;

    background: #2f4858;

    color: #fff;

    border: none;

    font-size: 15px;

    font-weight: 500;

    color: #fff;

    position: relative;

    transform: translate(0);

    top: 0;

    left: 0;

    box-shadow: none;

    text-transform: uppercase;

    display: table;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;

    cursor: pointer;
}

.profile-frm .btn-main:hover,
#address-add-form .btn-main:hover,
#update-address-form .btn-main:hover,
#productReviewAndRatingsForm .btn-main:hover,
#checkout-address-add-form .btn-main:hover,
#change-address-modal .btn-main:hover {
    background: #014f71;

    color: #fff;
}

.order-hisbx {
    padding: 0px;
}

.order-hisbx .pager-products {
    margin: 20px auto;
}

.order-hisbx .table {
    margin: 0;

    color: #2f4858;
}

.order-hisbx .table td a {
    color: #2f4858;

    font-weight: bold;
}

.order-hisbx .table tbody tr td {
    padding: 15px 10px;

    vertical-align: middle;

    border: none;

    border-bottom: 1px solid #e0e0e0;

    white-space: nowrap;
}

.order-hisbx .table thead th {
    white-space: nowrap;
}

.order-hisbx .table tbody tr:last-child td {
    border-bottom: none;
}

.order-hisbx .table tbody tr td .proimg img {
    width: 85px;

    height: 85px;

    background: rgb(245 251 249);

    border-radius: 5px;

    padding: 5px;
}

.order-hisbx .table tbody tr td .prosmdt h4 {
    font-size: 18px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 5px;
}

.order-hisbx .table tbody tr td .prosmdt p {
    font-size: 14px;

    font-weight: normal;

    color: #777;

    margin: 0 0 10px;
}

.order-hisbx .table tbody tr td .prosmdt p span {
    margin-left: 5px;

    color: #014f71;
}

.order-hisbx .table tbody tr td .prosmdt h5 {
    font-size: 14px;

    font-weight: normal;

    color: #717171;

    margin: 0;
}

.order-hisbx .table tbody tr td .prosmdt h5 span {
    border-radius: 30px;

    border: 1px solid #e4e4e4;

    padding: 5px 10px;

    color: #58595b;

    font-size: 12px;

    display: inline-block;

    margin-right: 10px;
}

.order-hisbx .table tbody tr td h6 {
    font-size: 18px;

    font-family: "Poppins";

    color: #333;

    margin: 0;

    white-space: nowrap;
}

.actb {
    text-align: right;
}

.actb a i {
    width: 30px;

    height: 30px;

    background: #fff;

    font-size: 16px;

    color: #2f4858;

    text-align: center;

    line-height: 26px;

    display: inline-block;

    margin-right: 3px;

    border-radius: 50%;

    border: 2px solid #2f4858;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;
}

.actb a:last-child i {
    margin: 0;
}

.actb a i:hover {
    border: 2px solid #014f71;

    background: #014f71;

    color: #fff;
}

.order-hisbx .table tbody tr td .prosmdt .form-control {
    padding: 8px 10px;

    height: auto;

    border: 1px solid #efefef;

    border-radius: 0;

    box-shadow: none;

    font-size: 15px;

    width: 60px;

    font-weight: 400;
}

.coupons-wrp {
    padding: 40px 40px 10px;
}

.coupobx {
    margin: 0 0 30px;

    position: relative;

    background: url(../images/featur-back.png) 0 0 no-repeat;

    background-size: cover;

    border-radius: 3px;

    padding: 35px;
}

.coupobx i {
    font-size: 45px;

    color: #fff;

    margin: 0 auto 15px;

    display: table;
}

.coupobx h5 {
    font-size: 14px;

    font-weight: normal;

    color: #fff;

    margin: 0 0 10px;

    text-align: center;
}

.coupobx h5 span {
    font-size: 24px;

    font-family: "Poppins";

    color: #fdb834;

    margin: 0 5px;
}

.coupobx label {
    display: table;

    margin: 0 auto;

    font-size: 14px;

    font-weight: normal;

    color: #fff;
}

.pay-opt {
    padding: 40px;
}

.pay-opt .inner-cardfrm .form-group {
    margin: 0 0 25px;
}

/*.pay-opt .inner-cardfrm .form-control{

    padding: 10px 0px;

    border-radius: 0;

    border: none;

    border-bottom:2px solid #e0e0e0;

    height: auto;

    font-size: 15px;

    font-weight: normal;

    resize: none;

    color: #2F4858;

    box-shadow: none;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.pay-opt .inner-cardfrm .form-control:focus{

    border-bottom:2px solid #014f71;

}*/

.catefil .panel-group {
    margin-bottom: 0px;
}

.catefil .panel-default > .panel-heading {
    padding: 0;

    background-color: transparent;

    border: none;
}

.catefil .panel-title {
    padding: 15px 0;

    font-size: 14px;

    font-weight: normal;

    background: transparent;

    color: #2f4858;

    border-radius: 0;

    position: relative;
}

.catefil .panel-title a {
    color: #2f4858;

    display: block;

    width: 95%;
}

.catefil .panel-title a.collapsed,
#accordion .panel-title a.collapsed {
    border: none;
    color: #2f4858;
}

.catefil .panel-title > a:after {
    position: absolute;

    content: "\f106";

    font-family: "Font Awesome 5 Pro";

    color: #777;

    width: 30px;

    height: 15px;

    border-radius: 50%;

    line-height: 15px;

    font-size: 16px;

    text-align: center;

    right: 0px;

    top: 15px;
}

.catefil .panel-title > a.collapsed:after {
    content: "\f107";
}

.catefil .panel-default {
    border: none;
}

.catefil .panel {
    border: none;

    box-shadow: none;
}

.catefil .panel-group .panel {
    overflow: hidden;

    margin: 0 0 0px;

    border-radius: 0;

    border: none;

    background: transparent;

    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.catefil .panel-body {
    padding: 0 35px 15px 0;

    font-size: 15px;

    line-height: 22px;

    font-weight: normal;

    color: rgba(255, 255, 255, 0.6);
}

.catefil .panel-group .panel-heading + .panel-collapse > .list-group,
.catefil .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.catefil .panel-group .panel:last-child {
    border-bottom: none;
}

.inner-cardfrm .btn-main {
    position: relative;

    border: none;

    top: 0;

    left: 0;

    transform: translate(0);

    padding: 10px 25px;

    font-size: 14px;

    background: #014f71;

    color: #fff;
}

/* ***** End My Account ****** */

.order_details_section {
    color: #2f4858;
}

.table-borderless td {
    border: 0;
}

.account-cmbx .track-block .row {
    display: flex;

    align-items: center;
}

.account-cmbx .track-details h4 {
    font-size: 18px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.account-cmbx .track-details ul li {
    display: inline-block;

    margin: 0 15px 0 0;
}

.account-cmbx .track-details ul li:last-child {
    margin: 0;
}

.account-cmbx .track-details ul li a {
    display: table;

    position: relative;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    text-transform: uppercase;

    padding: 10px 20px;

    font-size: 15px;

    box-shadow: none;

    background-color: #2f4858;

    color: #fff;
}

.account-cmbx .track-details ul li:last-child a {
    background-color: transparent;

    color: #2f4858;

    text-transform: capitalize;

    padding: 10px 0;
}

.account-cmbx .rete {
    border-left: 1px solid #eee;

    padding: 50px 20px;
}

.account-cmbx .rete h4 {
    font-size: 18px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0 0 15px;
}

.account-cmbx .rete ul li {
    display: inline-block;

    margin: 0 6px 0 0;
}

.account-cmbx .rete ul li:last-child {
    margin: 0;
}

.account-cmbx .rete ul li a {
    font-size: 18px;

    color: rgb(1 79 113 / 8%);
}

.account-cmbx .rete ul li a:focus {
    color: #fdb834;
}

.trake-timeline {
    border: 1px solid #e0e0e0;

    padding: 0;

    margin: 20px 0 0;

    border-radius: 10px;
}

.trake-timeline .title-heading {
    border-bottom: 1px solid #eee;

    padding: 15px 20px;
}

.trake-timeline .title-heading h4 {
    font-size: 16px;

    font-weight: 400;

    color: #666;

    margin: 0;
}

.trake-timeline .title-heading h4 span {
    padding-left: 5px;

    color: green;
}

.right-side {
    float: right;
}

.trake-timeline .btn-main {
    position: relative;

    top: auto;

    left: auto;

    right: auto;

    bottom: auto;

    margin: 20px auto;

    font-size: 15px;

    padding: 10px 25px;
}

/*.trake-timeline ul{

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

}

.trake-timeline ul li{

    float: left;

    width: 25%;

    color: #000;

    font-size: 16px;

    font-weight: 500;

    position: relative;

    padding: 10px 0 0;

}



.trake-timeline ul li:first-child:before{

    display: none;

}

.trake-timeline ul li:before{

    position: absolute;

    content: "";

    height: 3px;

    width: 100%;

    background-color: #000;

    top: 0;

    left: auto;

    right: 100%;

    bottom: 0;

}

.trake-timeline ul li span{

    height: 25px;

    width: 25px;

    background-color: green;

    border: 4px solid #fff;

    border-radius: 100%;

    display: table;

    position: absolute;

    top: 0;

    left: 0;

    transform: translate(0, -50%);

    z-index: 5;



}

.trake-timeline ul li.active:before{

    background-color: green;

}*/

.trake-timeline ul {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    padding-left: 0;

    margin-top: 4.7px;

    margin-bottom: 0;

    list-style-type: none;
}

.trake-timeline ul li {
    position: relative;

    margin-top: 50px;

    padding: 7px 0;

    font-size: 12px;

    flex-basis: 0;

    flex-grow: 1;

    max-width: 100%;

    text-align: center;

    color: #7f8995;

    font-size: 16px;

    font-weight: 400;
}

.trake-timeline ul li.d-none {
    display: none;
}

.trake-timeline ul li:last-child:after {
    display: none;
}

.trake-timeline ul li:before {
    content: "";

    position: absolute;

    top: -50%;

    left: 50%;

    z-index: 1;

    height: 25px;

    width: 25px;

    background: #19d184;

    border: 3px solid #fff;

    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.trake-timeline ul li:after {
    content: "";

    position: absolute;

    top: -50%;

    left: 50%;

    width: 100%;

    height: 3px;

    background: #19d184;

    transform: translate(0, -50%);
}

.trake-timeline ul li.active ~ li:before {
    background: #dde2e5;
}

.trake-timeline ul li.active ~ li:after {
    background: rgba(221, 226, 229, 0.4);
}

/*.trake-timeline ul li.active:before {

  background-color: #198FD1;

  box-shadow: 0 0 0 3px rgba(25, 143, 209, 0.2);

}*/

.trake-timeline ul li.active:after {
    background: rgba(221, 226, 229, 0.4);
}

.mobile-menu {
    display: none;
}

.mobile-menu #demo {
    background: #fff;

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    border: none !important;

    box-shadow: 0px 1px 7px rgb(0 0 0 / 20%);
}

.side-nav-wrp {
    position: fixed;

    right: 0;

    top: 0;

    height: 100vh;

    width: 100%;

    background: #f3f4f6;

    overflow: auto;

    z-index: 15;

    left: -100%;

    padding: 50px 0 0;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    -ms-transition: 0.4s linear;

    transition: 0.4s linear;

    z-index: 122;
}

.expand-menu-open.side-nav-wrp {
    left: 0;

    display: block;
}

#open-mobile-menus img {
    width: 34px;
}

.side-nav-wrp .close-wrp a {
    font-weight: 100;

    color: #000;

    position: absolute;

    top: 15px;

    right: 15px;

    font-weight: 100;

    z-index: 88;
}

.side-nav-wrp .close-wrp a {
    width: 25px;
}

.mobile-header img {
    max-width: 60%;
}

.mobile-header {
    display: none;

    align-items: center;

    padding: 10px 15px;

    position: relative;
}

.mobile-header .btn-main {
    padding: 8px 20px;

    background-color: #fff;

    border-radius: 10px;

    color: #000;

    display: table;

    font-size: 16px;

    font-family: "Poppins";

    margin-left: auto;

    margin-right: 0;

    transition: all 0.3s linear;
}

.mobile-header .btn-main:hover {
    background-color: rgba(0, 0, 0, 0.2);

    color: #fff;
}

.close-menus {
    position: absolute;

    right: 15px;

    top: 15px;

    color: #000;

    font-size: 22px;
}

.side-nav-wrp ul li {
    position: relative;
}

.side-nav-wrp ul li:before {
    position: absolute;

    content: "";

    height: 5px;

    width: 5px;

    border-radius: 100%;

    background: #000;

    top: 17px;

    left: 7px;
}

.side-nav-wrp ul li a {
    font-size: 14px;

    font-weight: 400;

    color: #000;

    display: block;

    padding: 10px 25px;

    margin: 0 0 0px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    text-align: left;

    position: relative;

    background: transparent;

    border-radius: 0;
}

a.btn.btn-header-link {
    border: none;

    padding: 0;

    background: transparent;

    outline: none;

    box-shadow: none;
}

.side-nav-wrp .card {
    border-radius: 0;

    background: transparent;

    box-shadow: none;

    outline: none;

    border: none;

    font-size: 14px;

    font-weight: 400;

    color: #fff;

    display: block;

    padding: 10px 25px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    outline: none;

    box-shadow: none;
}

.side-nav-wrp .card-header {
    background: transparent !important;

    border: none;

    padding: 0;
}

#one {
    order: 1;
}

#two {
    order: 2;
}

#login-pop .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#login-with-otp-pop .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#update-profile-pop .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#apply-coupon-pop .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#verify-otp-pop .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#login-pop .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#login-with-otp-pop .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#update-profile-pop .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#apply-coupon-pop .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#verify-otp-pop .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#password-pop .modal-content {
    border-radius: 20px;

    overflow: hidden;
}

#password-pop .modal-dialog {
    top: 50%;

    -webkit-transform: translate(0, -50%) !important;

    transform: translate(0, -50%) !important;

    margin: 0 auto;
}

#registration-pop .modal-content {
    border-radius: 20px;

    overflow: hidden;
}

#registration-pop .modal-dialog {
    top: 50%;

    -webkit-transform: translate(0, -50%) !important;

    transform: translate(0, -50%) !important;

    margin: 0 auto;
}

#login-pop button.close,
#login-with-otp-pop button.close,
#verify-otp-pop button.close,
#update-profile-pop button.close,
#password-pop button.close,
#registration-pop button.close,
#apply-coupon-pop button.close {
    position: absolute;

    right: 15px;

    top: 15px;

    color: #014f71;

    opacity: 1;

    outline: none;

    box-shadow: none;
}

.catefil .content-name {
    font-size: 15px;

    color: #2f4858;

    font-weight: 400;
}

.profile-frm .content-name {
    font-size: 15px;

    color: #2f4858;

    font-weight: 400;
}

.pay-opt .inner-cardfrm .form .content-name {
    font-size: 15px;

    color: #2f4858;

    font-weight: 400;
}

.registr-text a {
    font-weight: 400;
}

.registr-text a span {
    font-weight: 500;

    color: #014f71;

    padding-left: 10px;
}

.paycheckbx .inner-cardfrm .form label {
    border: none;
}

/*.paycheckbx .inner-cardfrm .form-group {

    margin: 25px 0 0;

}*/

.bread-block {
    padding: 15px 0;

    width: 100%;

    background-image: none;

    height: auto;
}

.bread-block .row {
    display: flex;

    align-items: center;
}

.bread-block h3 {
    font-size: 30px;

    font-family: "Poppins";

    color: #2f4858;

    margin: 0;
}

.bread-block ul {
    margin: 0;

    padding: 0;

    text-align: right;
}

.inner-hero ul li {
    list-style: none;

    display: inline-block;

    font-size: 14px;

    font-weight: 500;

    color: #000;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.bread-block ul li {
    color: #252525;

    margin: 0;
}

.bread-block ul li a {
    color: #252525;
}

.productDetailFlexCarousel .slides {
    flex-direction: column;

    width: 100px !important;
}

.product-image-left {
    width: 100px;

    height: 510px;

    overflow: hidden;

    position: relative;
}

.product-image-slider {
    height: 510px;
}

.product-image-slider .flex-direction-nav .flex-next {
    right: 0;
}

.product-image-slider .flex-direction-nav .flex-prev {
    left: 0;
}

.product-image-left .left-inner {
    position: relative;
}

.product-image-left .flex-viewport {
    z-index: 9;
}

.flex-product-image-info {
    display: flex;
}

.flex-product-image-info #slider {
    width: calc(100% - 100px);
}

.flexslider.productDetailFlexSlider .slides li img {
    width: 300px;
    height: 340px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center center;
}
.flex-product-image-info #carousel {
    width: 100px;
}

.flex-product-image-info .flexslider.vertical-carousel .slides li {
    height: 100px;
    float: none !important;

    margin-bottom: 10px;
}
.flex-product-image-info .flexslider.vertical-carousel .slides li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.flexslider.productDetailFlexSlider .slides {
    display: flex;
    align-items: flex-start;
}
.flexslider.vertical-carousel:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;

    left: 50%;

    top: 10px;

    transform: translate(-50%, 0) rotate(90deg);

    transition: unset;
}

.flexslider.vertical-carousel .flex-direction-nav .flex-prev {
    left: 50%;

    top: 10px;

    transform: translate(-50%, 0) rotate(90deg);

    transition: unset;
}

.flexslider.vertical-carousel .flex-viewport {
    max-height: 520px;
}

.flexslider.vertical-carousel:hover .flex-direction-nav .flex-next {
    opacity: 0.7;

    left: 50%;

    transform: translate(-50%, 0) rotate(90deg);

    bottom: unset;

    right: unset;

    top: unset;
}

.flexslider.vertical-carousel .flex-direction-nav .flex-next {
    left: 50%;

    transform: translate(-50%, 0) rotate(90deg);

    bottom: unset;

    right: unset;

    top: unset;
}

.product-image-slider {
    width: calc(100% - 100px);

    padding-left: 10px;
}

.product-image-left .flexslider {
    position: static;
}

.product-image-left .flex-direction-nav {
    width: 100%;

    height: 510px;

    padding: 15px 0;

    position: absolute;

    left: 0;

    top: 0;

    display: flex;

    align-items: center;

    flex-direction: column;

    justify-content: space-between;
}

.product-image-left .flex-direction-nav a {
    position: static;
}

.product-image-left .flex-direction-nav a.flex-prev {
    transform: rotate(90deg);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 0;
}

.product-image-left .flex-direction-nav a.flex-next {
    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 0;

    transform: rotate(90deg);

    margin-top: 20px;
}

.badge-wrap {
    white-space: nowrap;

    text-align: center;

    line-height: 18px;

    padding: 0 4px;

    width: 18px;

    height: 18px;

    background: #014f71;

    position: absolute;

    border-radius: 50%;

    font-size: 12px;

    color: #fff;

    left: 13px;

    top: -2px;

    font-weight: 700;
}

.zoomWindowContainer > div {
    margin-left: 15px;
}

.menu-container h4 {
    font-size: 16px;

    font-weight: 600;

    color: #000000;

    text-transform: uppercase;
}

.product-quantity input:focus {
    outline: none;
}

.product-quantity input {
    margin: 0 5px;
}

.invoice-bx .table > tbody > tr > td:first-child {
    white-space: normal;
}

.couponInformation {
    align-items: center;
    display: flex;
}
.couponSymbol {
    padding: 0 7px 0 0;
}
.couponContent {
    padding: 0 0 0 10px;
}

.addressPopupInformation {
    align-items: center;
    display: flex;
}
.addressPopupSymbol {
    padding: 0 7px 0 0;
}
.addressPopupContent {
    padding: 0 0 0 10px;
}

.couponContent span {
    font-size: 12px;
}

.applyCouponInputs {
    max-width: 500px;
    margin: 0 auto !important;
    position: relative !important;
}

.applyCouponInputs input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
}

.applyCouponInputs a {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 20px 10px 10px;
    border: none;
    cursor: pointer;
}

#apply-coupon-pop .frm-body {
    padding: 30px 30px !important;
}

#change-address-modal .cart-bxs,
#change-address-modal .order-datas {
    margin: 0px 25px 0px 25px !important;
}
.chooseShippinhAddress tr:not(:last-child) {
    border-bottom: 1px solid #efefef !important;
}
.powered-by-cf {
    display: none !important;
}

@media (max-width: 1024px) {
    .account-wrp {
        padding: 40px 0;
    }

    .invoice-bx .table > tbody > tr > td .flex-wrap {
        width: 340px;
    }

    .invoice-bx .table > tbody > tr > td {
        white-space: nowrap;
    }

    .order-datas .table > tbody > tr > td {
        padding: 4px 0;

        font-size: 14px;
    }

    .offer-dt h2 {
        font-size: 32px;
    }

    .tranding-offer-wrp {
        padding: 0px 0 25px;
    }

    footer {
        padding: 35px 0 0;
    }

    .our-process ul {
        margin: 0 0 35px;
    }

    .offers-wrp {
        padding: 20px 0;
    }

    .pay-foot {
        padding: 25px 0;

        margin: 20px 0 0;
    }

    .social-bx h4,
    .paybx h4 {
        font-size: 17px;
    }

    .foot-links h4 {
        font-size: 17px;
    }

    .pro-img {
        height: 90px;
    }

    .download-appblock {
        margin: 0 0 25px;
    }

    .offer-dt p {
        font-size: 13px;

        line-height: 1.4;
    }

    .trand-box {
        height: 270px;
    }

    .daily-ess-bx {
        height: 300px;
    }

    .daily-img {
        height: 160px;
    }

    .daily-dt {
        height: calc(100% - 160px);
    }

    .bread-block h3 {
        font-size: 28px;
    }

    .inner-hero ul li {
        font-size: 13px;
    }

    .product-sidebar__single h3 {
        font-size: 24px;
    }

    .product-header-bread h2 {
        font-size: 24px;
    }

    .filter-bx h3 {
        font-size: 22px;
    }

    .product-wrp {
        padding: 25px 0;
    }

    .pribx h4 {
        font-size: 16px;

        line-height: 20px;
    }

    .daily-ess-bx {
        padding: 12px;
    }

    .pribx h4 i {
        margin-right: 2px;
    }

    .pro-img-or {
        width: 80px;

        height: 80px;

        padding: 5px;
    }

    .or-pro-d {
        width: calc(100% - 90px);
    }

    .cart-tab .table > tbody > tr > td .pro-img-or img {
        width: 60px;

        height: 60px;
    }

    .invoice-bx .table > tbody > tr > td h4 {
        font-size: 14px;

        line-height: 1.2;
    }

    .account-cmbx.mt-5 {
        margin-top: 30px !important;
    }

    .order-hisbx .table tbody tr td h6 {
        font-size: 16px;
    }
}

@media (max-width: 920px) {
    .menu-container h4 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .order-hisbx .table thead th {
        font-size: 13px;
    }

    .order-hisbx .table tbody tr td h6 {
        font-size: 15px;
    }

    .order-hisbx .table td a {
        font-size: 13px;
    }

    .order-hisbx .table tbody tr td {
        font-size: 13px;

        padding: 10px 5ppx;
    }

    .account-wrp {
        padding: 30px 0;
    }

    .account-cmbx.mt-5 {
        margin-top: 20px !important;
    }

    .product-wrp {
        padding: 20px 0;
    }

    .filter-bx h3 {
        font-size: 20px;
    }

    .product-sidebar__single h3 {
        font-size: 20px;
    }

    .product-header-bread h2 {
        font-size: 20px;
    }

    .bread-block h3 {
        font-size: 24px;
    }

    .daily-ess-bx {
        height: 280px;
    }

    .daily-img {
        height: 140px;
    }

    .daily-dt {
        height: calc(100% - 140px);
    }

    .trand-box {
        height: 260px;
    }

    .offer-dt h2 {
        font-size: 28px;
    }

    .download-appblock {
        margin: 0 0 20px;
    }

    .pro-img {
        height: 80px;
    }

    .foot-links h4 {
        font-size: 16px;
    }

    .social-bx h4,
    .paybx h4 {
        font-size: 16px;
    }

    .pay-foot {
        padding: 20px 0;

        margin: 15px 0 0;
    }

    .offers-wrp {
        padding: 15px 0;
    }

    .our-process ul {
        margin: 0 0 15px;
    }

    footer {
        padding: 15px 0 0;
    }

    .tranding-offer-wrp {
        padding: 0px 0 20px;
    }

    .zoomWindowContainer > div {
        width: 100% !important;

        height: 320px !important;

        left: 0 !important;

        margin-left: 0 !important;
    }

    .flexslider.vertical-carousel .flex-viewport {
        max-height: 320px !important;
    }

    .flexslider.productDetailFlexSlider .flex-viewport {
        height: 320px !important;
    }

    .flexslider.productDetailFlexSlider .flex-viewport .slides img {
        height: 320px !important;
    }

    .flex-product-image-info {
        margin-bottom: 40px;
    }
}
.logo-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-rating {
    display: flex;
    align-items: center;
}
.pro-rightbar .form-control {
    width: max-content;
}

.select2-container--default .select2-selection--single {
    padding: 8px 10px;
    width: 100%;
    height: 45px !important;
    background: #fff;
    border-radius: 30px !important;
    border: none !important;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    font-size: 14px;
    color: #898989;
    resize: none;
    font-weight: 500;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #898989 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 36px;
    border-radius: 5px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 10px !important;
    right: 10px !important;
}
.modal-body .cart-bxs {
    border-radius: 100px;
}

.form-wrap-address {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.select-wrap {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.select-wrap label.error {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.popup-footer {
    padding: 1rem 0 0;
    border-top: solid 1px #c3c3c3;
}
.popup-footer button {
    width: 70%;
}
.popup-footer button:focus {
    outline: none;
    border: none;
}
.prod-name-brand-wrap .rating-wrap {
    display: flex;
    align-items: center;
}
.prod-name-brand-wrap .rating-wrap li {
    width: auto !important;
    padding: 0 !important;
    margin: 2px 4px 2px 0;
}
.prod-name-brand-wrap .rating-wrap li i {
    color: #b1b1b1;
}
.prod-name-brand-wrap .rating-wrap li i.check-star {
    color: #fdb834;
}
.prod-name-brand-wrap .rating-wrap li span {
    color: #b1b1b1;
    font-weight: 500;
}
.cart-wrapper .card.card0 {
    border: none;
}
.bg-light.border-radius {
    border-radius: 20px;
}
.padding-r-0 {
    padding-right: 0 !important;
}
.backstepbx {
    text-align: center;
}
.backstepbx h3 {
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.backstepbx h3:before {
    width: 100%;
    height: 2px;
    background: #2f4858;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}
.username-address {
    display: flex;
    flex-wrap: nowrap;
    align-items: FLEX-START;
}

@media (max-width: 767px) {
    #page-content-wrapper {
        padding-left: 0 !important;
        margin: 15px 0 !important;
    }
    #sidebar-wrapper {
        margin-left: 0 !important;
    }
    .col-md-5.col-lg-4.col-sm-12.padding-r-0 {
        padding-right: 15px !important;
    }
}
