a{text-decoration:none}
img,video{max-width:100%}
/* Main Menu */
header .main-menu ul{list-style:none;padding:0;margin:0;justify-content: center;}
/* --Main Menu -- */
/* Swiper Slider */
.swiper-slide img {
    max-width: 100%;
}
.swiper-container {
    overflow: hidden;
}
/* --Swiper Slider-- */
/* Page Wrpapper */
.page-wrapper {min-height: 60vh;}
/* --Page Wrpapper-- */

/* Product Item */
.breadcrumb {
    padding: 15px 0px 15px 0;
}

.breadcrumb > nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* overflow-x: auto; */
    flex-wrap: wrap;
}

.breadcrumb > nav > a {
    position: relative;
    color: #445e5e;
    background: transparent;
    padding-left: 14px;
    padding-right: 12px;
    white-space: nowrap;
}

.breadcrumb > nav > a:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    padding: 4px;
    float: left;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-title h1 {
    /* background: #f5f6f7; */
    padding: 19px 0px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 35px 0;
    font-size: 20px;
}
/*-- Product Item--*/
/* Login Form */
section#loginForm {
    position: relative;
    max-width: 370px;
    margin: 105px auto 100px auto;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    /* margin-top: 10%; */
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    overflow: hidden;
}
.login-type {
    display: flex;
    padding: 10px 10px 10px 10px;
}
.login-type a {
    padding: 12px 20px;
    border: none;
    flex-grow: 1;
    text-align: center;
    border-radius: 9px;
    margin: 5px;
    background: #f7f7f7;
    color: #a1a1a1;
    font-weight: bold;
}
section#loginForm > div.wrapper {
    background: #ffffff;
    box-shadow: 0 0 20px rgb(83 83 83 / 6%);
    border-radius: 7px;
    position: relative;
}
.login-type a.active {
    background: #888;
    color: #fff;
}
.pageTitle {
    margin: 0px;
    color: #999;
    margin: 0px 0 0px 0;
    padding: 25px 0 0px 0;
}
section#loginForm .pageTitle h1 {
    font-size: 20px;
    margin: 0;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
}
a.problem-tag {font-size: 12px;    border-bottom: 1px dashed;    color: #888;}
.send-code input, .verify-code input {
    font-size: 16px;
    padding: 10px;
     margin: 0 0 15px 0;
}
.login h1 {
    /* color: #4755a5; */
}
section#loginForm>.wrapper:before {
    content: '';
    float: right;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 30%;
    right: 30%;
    background: #888;
}
section#loginForm .form-horizontal {
    padding: 15px 15px;
}
.send-code .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}
/*-- Login Form --*/
/* Shopping Cart */
.orderStat {
    display: table;
    width: 100%;
    text-align: center;
    padding: 5px 0 0px 0;
    margin: 0px 0 0px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
}
.orderStat > div {
    display: table-cell;
    width: 25%;
    position: relative;
    line-height: initial;
}
.orderStat > div span.number {
    margin: 12px 0 0 0;
    background: #c1c1c1;
    border-radius: 50%;
    padding: 8px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    /* font-family: tahoma !important; */
}
.orderStat > div span.left, .orderStat > div span.right {
    background: #cccccc;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 19%;
    z-index: 0;
    margin: 7px 0 0 0;
}
.orderStat > div span.right {
    background: #dedede;
    right: 0;
}
.orderStat > div strong {
    display: block;
    padding: 5px 0 11px 0px;
    color: #515151;
    font-weight: normal;
    font-size: 12px;
    line-height: initial;
}
.orderStat > div:first-child .right, .orderStat > div:last-child .left {
    background: #ffffff00;
}
.orderStat > div.active span.number {
    background-color: #888;
}
.orderStat > div.active span {
    background: #888;
}
.empBasket {
    text-align: center;
    color: #cfcfcf;
    padding: 100px 0;
    border: 3px dashed #eee;
    border-radius: 15px;
    margin:20px 0 80px 0;
}

.cart-box {
    background: #ebf9fa;
    border-radius: 20px;
    padding: 10px 10px;
    /* height: 100%; */
}
.cart-box > h2 {
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 10px 10px 0;
    margin: 0 !important;
}
.thumb-img img {
    width: 60px;
    height: auto !important;
    margin: 15px 15px 10px 5px;
}
    .thumb-img {
        padding: 10px;
    }
.cart-list {
    border-top: 1px solid #efefef;
    margin-right: 0;
    margin-left: 0;
}
.cart-item {
    display: flex;
    border-bottom: 1px solid #a5e9eea8;
}
.cart-item:last-child {
    border: none;
}
    .cart-info {
        flex-grow: 1;
        flex-direction: row;
        display: flex;
        align-items: center;
    }
.cart-brief {
    flex-grow: 1;
    padding: 0px;
}
.cart-detail {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}
.cart-quantity {
    padding: 0px 0px 0 0;
    display: flex
;
    align-items: center;
}
.cart-price {
    padding: 0 10px 0 0;
    display: flex
;
    align-items: center;
    font-size: 14px;
    /* font-weight: bold; */
}
.cart-price > div {
    display: flex
;
    flex-direction: column;
    font-size: 13px;
}
.cart-price .price span {
    font-size: 10px;
}
.cart-quantity form input[type='number'] {
    border: none;
    /* box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 7%); */
    padding: 5px 5px 5px 3px;
    width: 31px;
    line-height: 1;
    /* border-radius: 4px; */
    text-align: center;
    border: 0px solid #fff !important;
    font-size: 14px;
}
.cart-quantity button {
    background: #00BCD4;
    line-height: 1;
    border: 0px solid #bababa;
    font-size: 8px;
    padding: 8px 9px;
    border-radius: 7px;
    color: var(--primary-color);
}
.cart-brief > a.prdtitle {
    color: #2196F3;
    font-weight: bold;
    padding: 10px 0 0 0;
    display: block;
    line-height: 18px;
}
.basket-pricelist {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: initial;
}
.price-row {
    display: flex;
    justify-content: space-between;
}
.baskettotal {
    border-top: 1px solid #d7d7d7;
    position: fixed;
    bottom: 64px;
    left: 0px;
    right: 0;
    background: #fff;
    padding: 15px 15px 15px 15px;
    z-index: 0999;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px -1px 7px rgba(0, 0, 0, 0.10);
    flex-direction: row-reverse;
    border-radius: 12px 12px 0 0;
}
.basket-pricelist {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: initial;
}
.basket-pricelist > .price-row > * {
    flex-grow: 1;
    text-align: left;
    font-size: 14px;
}
.basket-pricelist > .price-row label {
    text-align: right;
    font-size: 12px;
    color: #383838;
}

/* --Shopping Cart --*/
/*   Profile     */
.profile-sidebar {
    background: #fff;
    /* box-shadow: 0 1px 28px rgb(0 0 0 / 8%); */
    margin: 0px 0 0 0;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.profile-sidebar-header {
    padding: 0 0 0px 0;
    line-height: initial;
}
.profile-sidebar-header > div {
    display: flex;
    align-items: center;
}
.profile-sidebar-header .profile-avatar {
    text-align: center;
    padding: 10px 10px 0 0;
}
.profile-header-content {
    margin: 30px 0 20px 0 !important;
    text-align: right;
    flex-grow: 1;
    padding: 0 15px;
}
.profile-header-content a {
    color: #535353;
}
.profile-sidebar-header .edit-link {
    padding: 20px 30px;
}
.profile-sidebar-header .edit-link a {
    color: #ff6868;
    font-size: 17px;
}
.profile-sidebar .profile-menu {
    list-style: none;
    padding: 0px 0 0px;
    border-top: 1px solid #efefef;
    margin: 0;
}
.profile-sidebar .profile-menu li a {
    padding: 15px 15px;
    margin: 0;
    display: flex;
    color: #3f4064;
    /* margin: 0 10px; */
    position: relative;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.profile-sidebar .profile-menu li:last-child a{border:none;}
.profile-sidebar .profile-menu li.active a {
    background-color: #3ac1d2;
    color: #fff;
    /* border-radius: 5px; */
}
.profile-page {
    background: #fff;
    min-height: 500px;
    padding: 15px;
    border-radius: 15px;
    margin: 0px 0 20px 0;
    border: 1px solid #e1e1e1;
}
.page-wrapper.profile {
    margin: 25px 0 0 0;
}
.profile-title h2 {
    margin: 0 !important;
    padding: 5px 0px 10px 0;
    font-size: 15px !important;
    margin: 0 15px 0px 0;
    font-weight: bold;
}
.profile-title a {
    color: #313131;
}
/*--Profile --*/
/* Menu Button*/
.main-menu > button {
    background: #fff;
    border: none;
    padding: 6px 7px;
    width: 40px;
    display: flex;
    height: 40px;
    border-radius: 50%;
    justify-content: space-evenly;
    flex-direction: column;
}

.main-menu > button > span {
    background: #3ac1d2;
    height: 3px;
    width: 100%;
    border-radius: 50px;
}
/*--Menu Button--*/
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1600px) {}
@media (min-width: 1200px) {}