a{text-decoration:none}
img,video{max-width:100%;height: auto;}
/* Pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  justify-content: center;
  gap: 6px;
}

.pagination li {
  display: inline-block;
}

.pagination a,
.pagination span {
  display: block;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background-color: #f0f0f0;
  color: #000;
  border-color: #bbb;
}

.pagination .active span {
  background-color: #969696;
  color: #fff;
  border-color: #969696;
  font-weight: bold;
  cursor: default;
}

.pagination li a[rel="next"],
.pagination li a[rel="prev"] {
  font-weight: bold;
}
/* --Pagination-- */

/* Main Menu */
header .main-menu ul li:hover ul{display:block;}
header .main-menu ul{list-style:none;padding:0;margin:0;justify-content: center;flex-direction: column;}
header .main-menu ul li{position:relative;}
header .main-menu ul li a{white-space:nowrap}
header .main-menu ul ul{position:absolute;top:100%;right:0;}
header .main-menu>div>ul{background: #3ac1d2;width:70%;height:100%;}
/* --Main Menu- */
/* Swiper Slider */
.swiper-slide img {
    max-width: 100%;
    height: auto;
}
.swiper-container {
    overflow: hidden;
    position: relative;
}
/* --Swiper Slider-- */
/* Page Wrpapper */
.page-wrapper {min-height: 60vh;}
/* --Page Wrpapper-- */

/* Product Item */
.breadcrumb {
    padding: 15px 0px 5px 0;
    margin: 0;
}
.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    overflow-x: auto;
    width: 100%;
}
.breadcrumb ul li {
    padding: 0px 20px 0 0px;
    position: relative;
    margin-left: 3px;
}
.breadcrumb ul li a {
    color: #888;
    display: block;
    /* padding: 0 10px; */
    white-space: nowrap;
}
.breadcrumb ul li:before {
    content: '';
    padding: 3px;
    border-top: 1px solid #3ac1d2;
    border-left: 1px solid #3ac1d2;
    transform: rotate(-45deg);
    margin: 6px 0px 0 10px;
    position: absolute;
    right: 3px;
}
.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-wrapper .cart-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 10px 10px;
    /* height: 100%; */
}
.cart-wrapper .cart-box {
    margin-bottom: 15px;
}
.cart-wrapper .cart-box > h2 {
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 10px 10px 0;
    margin: 0 !important;
}
.thumb-img img {
    width: 110px;
    height: auto !important;
    margin: 0 0px 0 0px;
    border-radius: 15px;
}
    .thumb-img {
        padding: 0px;
    }
.cart-list {
    border-top: 1px solid #efefef;
    margin-right: 0;
    margin-left: 0;
}
.cart-item {
    display: flex;
    border-bottom: 1px solid #d1d1d1a8;
    padding: 15px;
}
.cart-item:last-child {
    border: none;
}
    .cart-info {
        flex-grow: 1;
        flex-direction: column;
        display: flex;
        align-items: inherit;
        padding: 0 15px 0 0;
    }
.cart-brief {
    padding: 0px;
}
.cart-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 11px;
}
.cart-quantity {
    padding: 0px 0px 0 0;
    display: flex;
    align-items: center;
}
.cart-price {
    padding: 10px 10px 0 0;
    font-size: 17px;
}
.cart-price > div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.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: 41px;
    line-height: 1;
    /* border-radius: 4px; */
    text-align: center;
    border: 0px solid #fff !important;
    font-size: 18px;
}
.cart-quantity button {
    background: #d9d9d9;
    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: #3e3e3e;
    font-weight: bold;
    padding: 5px 0 5px 0;
    display: block;
    line-height: 18px;
    min-height: 65px;
}
.basket-pricelist {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: initial;
}
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.baskettotal {
    border-top: 1px solid #d7d7d7;
    position: fixed;
    bottom: 0;
    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-total-price {
    display: flex;
    flex-direction: row;
}
.basket-cart-total>div>strong{display:block;padding:0 10px;}
.basket-pricelist {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: initial;
    margin: 10px 0 0 0;
}
.basket-pricelist > .price-row > * {
    flex-grow: 1;
    text-align: left;
    font-size: 14px;
}
.basket-pricelist > .price-row strong span{margin:0 5px 0 0}
.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 --*/
/* All Menu */
.menu-wrapper ul {list-style:none;padding:0;margin:0;}
/* --All Menu --*/
/* Menu Button*/
.main-menu > button {
    border: none;
    padding: 6px 7px;
    width: 40px;
    display: flex;
    height: 40px;
    border-radius: 50%;
    justify-content: space-evenly;
    flex-direction: column;
}
.menu-window.active {
    display: block !important;
    position: fixed;
    background: #ffffffa3;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    backdrop-filter: blur(20px);
}
.main-menu > button > span {
    background: #3ac1d2;
    height: 3px;
    width: 100%;
    border-radius: 50px;
}
/*--Menu Button--*/
@media (min-width: 576px) {
    header .main-menu>div>ul{width:initial;background:transparent;}
    .basket-total-price {
    display: flex;
    flex-direction: column;
}
    .baskettotal{
    position: initial;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
}
    header .main-menu ul{
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: center;
            flex-direction: row;
    }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1600px) {}
@media (min-width: 1200px) {}