
/* ========= home page ======== */
.ourMenu {
    padding: 100px 0;
    position: relative;
}

.ourMenu h2 {
    text-align: start;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px !important;
}
@media (max-width: 991px) {
    .ourMenu h2 {
        font-size: 40px;
    }
}
@media (max-width: 650px) {
    .ourMenu h2 {
        font-size: 35px;
    }
}
/* ========= product card in home page ======== */
.product-card {
    display: inline-block;
    padding: 0 6px;
}
.product-card {
    margin-bottom: 10px;
}

.product-card .card {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    transition: box-shadow .2s ease-in-out,transform .35s ease-in-out;
    position: relative;
    padding: 13px;
}
.product-card .card:hover {
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
}
html[dir="rtl"] .product-card .card {
    direction: rtl !important
}
.product-card .card .card-body .card-text {
    overflow: hidden;
    height: 58px;
}
/* start image product card */
.product-card .card .card-img-top {
    transition: all 0.5s;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}
.product-card .card .card-img-top img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0, 0, 0.55, 1.18);
}

.ourMenu .product:hover .card .card-img-top img {
    transform: scale(1.08);
}
/* end image product card */


/* start name of product which is tag a for show material details */
.product-card .card .card-body .card-title {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 65px;
    overflow: hidden;
    line-height: 1.4;
}
.show-material-details {
    color: var(--main-color, #32355d);
    transition: all .3s ease-out;
}
.show-material-details:hover {
    color: black;
}
.product-card .card .avalable-quantity,
.product-card .card .equivalent {
    color: var(--main-color, #32355d);
    font-size: 14px;
    margin-block: 5px;
}
/* end name of product */

.card-body{
    flex:inherit;
    padding: 0;
}
.product-card .card .card-body .card-text {
    text-align: center;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    height: 60px;
}

.product-card .card .addCart button{
    border-radius: 10px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: all 0.3s ease-out;
    /*padding: 4px 6px;*/
}

.product-card .card .addCart button:hover,
.product-card .card .addCart button:active,
.product-card .card .addCart button:focus {
    background-color: var(--black-color);
    border-color: var(--black-color);
    outline: none !important;
}

/* start discout and new */
.product-card .card .list-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-card .card .list-group-flush.newProduct {
    position: absolute;
    width:89%;
    z-index: 5;
}
#ourMenu .product-card.listItems .card .list-group-flush.newProduct {
    justify-content: flex-start !important;
    gap: 5px;
}
.product-card .card .list-group .discount,
.product-card .card .list-group .newItem {
    display: grid;
    place-items: center;
    background-color: var(--secondary-color, #ad8a6a);
    font-size: 12px;
    font-style: normal;
    font-weight: blod;
    color: var(--white-color);
    padding: 2px 5px!important;
    border: none;
    border-radius: 0;
}
.product-card .card .list-group .newItem {
    background-color: var(--main-color, #32355d);
}
/* end discout and new */

/* start product price and offer price  */
.product-card .card .list-group.profuct-price {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 10px;
}
.product-card .card .list-group.profuct-price li{
    padding: 0px;
    background-color: transparent;
}
.product-card .card .price.after {
    color: var(--secondary-color, #ad8a6a);;
    font-weight: 700;
    font-size: 18px;
}
.product-card .card .price.befor {
    position: relative;
    color: var(--soft-gray, #878787);
    font-size: 13px;
}
.product-card .card .price.befor::after {
    content: "";
    width: 100%;
    height: 1.1px;
    background-color: var(--soft-gray, #878787);
    position: absolute;
    top: 50%;
    left: 0px;
}
/* end product price and offer price  */
/* start product btn add to cart */
.card-footer-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 15px;
}
.product-card.listItems .card-footer-actions {
    justify-content: center;
}
.btn-quick-view {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.3s;
}
.btn-quick-view:hover {
    filter: brightness(0.9);
    color: white;
}
@media (max-width: 500px) {
    .btn-quick-view {
        display: none;
    }
}
.btn-add-options {
    min-height: 40px;
    flex-grow: 1;
    background-color: #000;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    transition: 0.3s;
    text-decoration: none;
}
.product-card.listItems .btn-add-options {
    max-width: 225px;
}
.btn-add-options:hover {
    background-color: #333;
    color: white;
}
.btn-add-options.unavailable {
    background-color: #d9d9d9;
    color: var(--text-black);
    cursor: none;
}
.btn-add-options.unavailable span {
    cursor: none;
}
.cart-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
@media (max-width: 500px) {
    html[dir="ltr"] .product-card:not(.listItems) .cart-icon {
        display: none;
    }
    .product-card.listItems .btn-title {
        display: none !important;
    }
}
/* end product btn add to cart */

.ourMenu .slick-arrow {
    font-size: 0;
    background-color: unset;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 24px;
    height: 24px;
}

.ourMenu .slick-prev {
    background: url('../images/arrowLeft.png');
    left: -3%;
}

.ourMenu .slick-next {
    background: url('../images/arrowRight.png');
    right: -3%;
}
html[dir="rtl"] .product-card .card .list-group {
    text-align: right;
}
[dir="rtl"] .ourMenu .slick-prev,
[dir="rtl"] .news .slick-prev {
    left: -2%;
}

[dir="rtl"] .ourMenu .slick-next,
[dir="rtl"] .news .slick-next {
    right: -2%;
}
/* ========= Our Menu ======== */
.btn-menu svg {
    transition: transform 0.3s ease;
}

/* When closed (collapsed) in side menu category in laptop*/
.btn-menu.collapsed svg {
    transform: rotate(0deg);
}

/* When open (collapsed) in side menu category in laptop*/
.btn-menu:not(.collapsed) svg {
    transform: rotate(180deg);
}
#profile .select2-selection {
    min-height: 4rem;
    border-radius: 10px !important;
    border: 0.5px solid #C8C7C7!important;
}
#profile .select2 {
    width: 100% !important;
}
#profile .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: auto;
    display: flex;
    align-items: center;
}
#profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: gray;
}
#profile .select2-container--default .select2-selection--single .select2-selection__arrow {
    top:auto
}
/* product details */
.page-header {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding-block: 20px;
    margin-block: 10px;
    margin-inline: 0px;
}

.page-header__inner .page-header__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0px 25px 25px;
    text-align: center;
}
.page-header__inner .page-header__breadcrumb {
    padding-inline: 25px;
    color: #a6a8ab;
    font-size: 13px;
    text-align: center;
}
.page-header__inner .page-header__breadcrumb .fa-angle-left,
.page-header__inner .page-header__breadcrumb .fa-angle-right {
    padding-inline: 5px;
}
.page-header__inner .page-header__breadcrumb a {
    color: #a6a8ab;
    font-size: 13px;
}
#single-product {
    padding-block: 20px !important;
}
#single-product .single-product-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
@media (max-width: 1199px) {
    #single-product .single-product-image {
        justify-content: center;
    }
}
#single-product .single-product-image img {
    width: 100%;
    max-width: 500px;
}
#single-product .title-detail {
    font-size:22px;
    font-weight:bold;
    color:#1a2b49;
    margin-top: 0px;
}
@media (max-width: 1199px) {
    #single-product .title-detail {
        margin-top: 25px;
    }
}
#single-product .info-title {
    font-weight: bold;
    font-size: 13px;
    margin-block: 20px 15px;
}
/* start section prices in product details */
#single-product .product-pricing {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

@media (max-width: 768px) {
    #single-product .product-pricing {
        flex-wrap: wrap;
        gap: 15px;
    }
}

#single-product .product-pricing .current-price-wrapper{
    color:var(--secondary-color, #ad8a6a);;
    font-size:30px;
    font-weight:bold;
    white-space: nowrap;
}
#single-product .product-pricing .old-price-wrapper{
    text-decoration: line-through;
    color:var(--soft-gray, #878787);
    font-size:24px;
    white-space: nowrap;
    font-weight: bold;
}
#single-product .product-pricing .discount-badge{
    background:#dc3545;
    color:white;
    border-radius: 14px;
    padding: 2px 8px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}

@media (max-width: 767.999px) {
    #single-product .product-pricing .current-price-wrapper{
        font-size:22px;
    }
    #single-product .product-pricing .old-price-wrapper{
        font-size:14px;
    }
}
/* end section prices in product details */

#single-product .product-info {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    margin-block: 20px;
}
#single-product .product-info__key {
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
}
#single-product .product-info__value {
    background: #ebebeb;
    padding: 5px;
    color: #58595b;
    font-weight: 700 !important;
    font-size: 11px;
    cursor: text;
}
/* start section description in product details */
#single-product .product-desc {
    color:var(--soft-gray, #878787);
    font-size: 16px;
}
#single-product .comments-area .comment-list .single-comment {
    border-color: #32355d59 !important;
}
/* end section description in product details */

/* start section unit in product details */
.units-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.unit-card input[type="radio"] {
    display: none;
}
.unit-card__content {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding:8px 20px;
    text-align: center;
    transition: 0.3s;
    background: #eee;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px 0px;
    cursor:pointer;
}

.unit-card__title {
    font-weight: 600;
    font-size: 14px;
    word-break: break-word;
}

.unit-card__equivalent {
    font-size: 12px;
    color: #777;
    transition: 0.3s;
}
.unit-card:hover .unit-card__content {
    border-color: #aaa;
}
.unit-card input[type="radio"]:checked + .unit-card__content {
    border-color: black;
    background:black;
    color:white;
}
.unit-card input[type="radio"]:checked + .unit-card__content .unit-card__equivalent {
    color:white;
}
/* end section prices in product details */
/* start section quantity in product details */
.quantity-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    min-width: 120px;
    width: 120px;
    height: 50px;
    background: #eee;
    padding: 5px;
}
.quantity-btn input[type="number"] {
    min-width: 35px;
    width: 100%;
    border: 0;
    height: 38px;
    background: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-black);
    text-align: center;
}
.quantity-btn input:focus {
    border: none;
    outline: none;
}
.quantity-btn > button {
    border: 3px solid #000;
    background: transparent;
    border-radius: 100%;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    padding: 2px;
    transition: 0.3s;
}
.quantity-btn > button:hover {
    color: var(--secondary-color, #ad8a6a);;
    border-color: var(--secondary-color, #ad8a6a);;
}
.button-add-to-cart {
    height: 50px;
    background:black;
    color:white;
    border:2px solid black;
    border-radius: 0px;
    padding:5px 20px;
    gap: 0px 5px;
}
.button-add-to-cart:focus,
.button-add-to-cart:hover {
    color: white;
    background: var(--main-color, #32355d);;
    border-color: var(--main-color, #32355d);;
}
/* end section quantity in product details */
/* start section modifiers in product details */
.product-customization-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
    width: 100%;
}

.additionsList {
    display: block;
}
.modifier-wrapper {
    padding-left: 15px;
    padding-right: 5px;
}
html[dir="rtl"] .modifier-wrapper {
    padding-right: 15px;
    padding-left: 5px;
}
.modifier-wrapper h5 {
    color: #333;
    font-weight: bold;
}
.single-product-section .pro-customization-item {
    color: #777;
    height: 100%;
}
#single-product .modifier-amount input {
    width: 120px !important;
}
.additionsList .product-price{
    color: var(--secondary-color);
}
@media only screen and (max-width: 768px) {
    .product-customization-inner{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 10px;
    }
    .additionsList {
        display: flex;
        align-items: center;
        min-height: 25px;
    }
    #single-product .additionsList .modifier-amount.mt-2 {
        margin-top: 0 !important;
        flex-shrink: 0;
    }
}

/* end section modifiers in product details */

/* responsive */
@media (min-width: 1200px) {
    #content-search {
        width: 1200px;
        margin: auto;
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    #content-search {
        width: 98% !important;
        padding: 0px;
        margin: auto;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 98% !important;
        max-width: 98% !important;
    }
}
/* start section header */
html[dir="ltr"] header .headerTop .container .headerTopLeft .dropdown-menu  {
    left: -30px !important;
}
@media (max-width: 1024px) {
    .header-locationbox.d-none.d-lg-block {
        display: none !important;
    }
    .header-location-box.d-block.d-lg-none {
        display: inline-block !important;
    }
}
/* end section header */

/* start header fixed in bottom of body */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
    justify-content: space-around;
    align-items: center;
    height: 65px;
    z-index: 500;
}

.mobile-bottom-nav .nav-item {
    text-align: center;
    color: #757678;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.mobile-bottom-nav .nav-item:hover {
    transform: translateY(-3px);
}
.mobile-bottom-nav .nav-item i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

.mobile-bottom-nav .nav-item.active {
    color: #ad8a6a;
}

.mobile-bottom-nav .cart {
    position: relative;
}

.mobile-bottom-nav .badge {
    position: absolute;
    right: -5px;
    background: var(--red-color);
    color: #fff;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
    min-width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
html[dir="ltr"] .mobile-bottom-nav .badge {
    top: -4px;
}
html[dir="rtl"] .mobile-bottom-nav .badge {
    top: -7px;
}

@media (max-width: 991px) {
    body {
        margin-bottom: 65px !important;
    }
    .mobile-bottom-nav {
        display: flex;
    }
}
/* end header fixed in bottom of body */
/* start side menu in mobile */
header .headerBottom .headerBottomMobile .menuMobile {
    background-color: var(--white-color);
    position: fixed;
    top: 0%;
    z-index: 999;
    width: 340px;
    height: 100vh;
    padding: 0;
    padding-bottom: 10px;
    transition: all 0.5s;
    overflow: auto;
    transition: all 0.5s;
}
[dir="ltr"] header .headerBottom .headerBottomMobile .menuMobile {
    left: -100%;
}
[dir="ltr"] header .headerBottom .headerBottomMobile .menuMobile.active {
    left: 0;
}
[dir="rtl"] header .headerBottom .headerBottomMobile .menuMobile {
    right: -100%;
}
[dir="rtl"] header .headerBottom .headerBottomMobile .menuMobile.active {
    right: 0;
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header {
    display: flex;
    align-items: center;
    height: 55px;
    background-color: #f5f5f5;
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs span {
    flex: 1 1 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-50%);
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs span.active::after,
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs span:hover::after {
    width: 100%;
}
header .headerBottom .headerBottomMobile .menuMobile .sidebar-header .tabs span.active {
    background-color: #e9e9e9;
}
.close-menu{
    background: transparent;
    color: var(--text-black);
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--text-black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close-menu:hover {
    transform: rotate(90deg);
}

header .headerBottom .headerBottomMobile .menuMobile .view {
    display: none;
}
header .headerBottom .headerBottomMobile .menuMobile .view.active {
    display: block;
}
header .headerBottom .headerBottomMobile .menuMobile .mainMenuMobile,
header .headerBottom .headerBottomMobile .menuMobile .accountMenuMobile {
    display: flex;
    flex-direction: column;
}
header .headerBottom .headerBottomMobile .menuMobile .mainMenuMobile li,
header .headerBottom .headerBottomMobile .menuMobile .accountMenuMobile li {
    display: block;
    transition: 0.3s ease-in-out;
}
/* header .headerBottom .headerBottomMobile .menuMobile .mainMenuMobile li:hover,
header .headerBottom .headerBottomMobile .menuMobile .accountMenuMobile li:hover {
    background-color: #e9e9e9;
} */
header .headerBottom .headerBottomMobile .menuMobile .mainMenuMobile li a,
header .headerBottom .headerBottomMobile .menuMobile .accountMenuMobile li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #222;
    font-size: 14px;
    line-height: 1.3;
}
header .headerBottom .headerBottomMobile .menuMobile button.btn.toggle-icon:focus,
header .headerBottom .headerBottomMobile .menuMobile button.btn.toggle-icon:active {
    border: none;
    outline: none;
}
.menuMobile .lang-menu:has(+ #langMenu.in) .arrow-icon {
    transform: rotate(180deg);
}
html[dir="rtl"] #collapseOneMob a {
    padding-right: 0px;
}
html[dir="ltr"] #collapseOneMob a {
    padding-left: 0px;
}
/* end side menu in mobile */
#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.menuMobile {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.menuMobile.open {
    left: 0;
}

.menuMobile.open ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
}
/* pagination */
.pagination>.active>a,
.pagination>.active>a:focus, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover {
    background-color: var(--desert-gold) !important;
    border-color: var(--desert-gold) !important;
    color: var(--white-color) !important;
    border-radius: 0px !important;
}

/* start sign up page*/
#sign-up-form .main-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 15px;
}
#sign-up-form .main-info .content {
    flex: 1 1 45%;
}
#sign-up-form #address-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}
#sign-up-form #address-fields > div {
    flex: 1 1 45%;
    padding: 0px;
}
#sign-up-form input {
    transition: 0.3s;
}
#sign-up-form input:active,
#sign-up-form input:hover,
#sign-up-form input:focus {
    border-color: var(--desert-gold) !important;
    box-shadow: 0 0 5px rgba(201,169,110,0.3) !important;
}
@media (max-width: 768px) {
    #sign-up-form .main-info .content,
    #sign-up-form #address-fields > div {
        flex: 1 1 100%;
    }
}
#sign-up-form .select2-container {
    width: 100% !important;
}
#sign-up-form .login,
#sign-in-form .signUp {
    width: fit-content;
    border: none;
    color: var(--secondary-color);
    transition: 0.3s;
}
#sign-up-form .login:hover,
#sign-up-form .login:active,
#sign-up-form .login:focus,
#sign-in-form .signUp:hover,
#sign-in-form .signUp:active,
#sign-in-form .signUp:focus {
    color: var(--desert-gold);
    background-color: var(--white-color);
}
/* end sign up page */

/* sign up page and Login page */
#sign-in-form .username:hover, 
#sign-in-form .username:has(input:hover),
#sign-in-form .username:has(input:focus),
#sign-in-form .username:has(input:active),
#sign-in-form .password:hover, 
#sign-in-form .password:has(input:hover),
#sign-in-form .password:has(input:focus),
#sign-in-form .password:has(input:active) {
    border-color: var(--desert-gold) !important;
    box-shadow: 0 0 5px rgba(201,169,110,0.3);
}
#sign-up-form button,
#sign-in-form button,
#sign-in-form .login-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #212121;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}
#sign-up-form button[type="submit"]:hover,
#sign-in-form button[type="submit"]:hover,
#sign-in-form .login-btn:hover {
    transform: translateY(-5px);
    background-color: #212121;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .16);
}
/* start Login page */
#sign-in-form .username ,
#sign-in-form .password {
    transition: 0.3s;
}
#sign-in-form .divider {
    margin: 20px 0;
    position: relative;
    text-align: center;
    color: var(--soft-gray);
    font-size: 13px;
}
#sign-in-form .divider:before,
#sign-in-form .divider:after {
    content: "";
    height: 1px;
    width: 40%;
    background: #eee;
    position: absolute;
    top: 50%;
}
#sign-in-form .divider:before { right: 0; }
#sign-in-form .divider:after { left: 0; }
#sign-in-form .order-note {
    font-size: 12px;
    color: var(--soft-gray);
    margin-top: 5px;
    text-align: center;
}
/* end Login page */

/* start profile page */
#myTabContent button.btn {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
    transition: 0.3s;
}
#myTabContent button.btn:hover {
    background-color: transparent;
    color: var(--main-color);
    font-weight: bold;
}

/* Desktop */
.desktop-table {
    display: block;
}

.mobile-table {
    display: none;
}
.modal-dialog-centered  {
    margin: auto !important;
}
/* Mobile */
@media (max-width: 600px) {
    .desktop-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .mobile-table .card {
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        font-size: 14px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #ECE7E7;
    }

    .mobile-table .card div {
        margin-bottom: 5px;
        text-align: start;
    }

    .mobile-table .card button {
        margin-top: 10px;
        width: 100%;
    }
    .mobile-table span {
        display: inline-block;
        font-weight: bold;
        width: 80px;
    }

}
thead.th-border {
    background: var(--main-color);
    color: #fff;
    height: 4rem;
}
thead.th-border th {
    padding-inline: 10px !important;
    border: 1px solid #f2f2f2;
}
/* end profile page */

/* ========= cart popup ========== */

.cat-popup .modal-content {
    border-radius: 2px;
    background: #F3F4F4;
}
.cat-popup img {
    width: auto;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
}
.cat-popup .modal-body {
    padding: 0px;
    background-color: #fff;
}
.cat-popup .modal-body .details {
    position: relative;
    padding: 25px;
    background: var(--light-gray-color);
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #eee;
}
.cat-popup .modal-body .details .product-modal-name {
    margin: 0;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
}
.cat-popup .modal-body .details .product-price-catalog {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    display: block;
}
.cat-popup .modal-body .details #inventory {
    font-size: 15px;
    color: var(--soft-gray);
}
.cat-popup .modal-body .details .body {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #525252;
}
.cat-popup .modal-body #panel-details .section {
    padding: 20px 25px;
}
.cat-popup .modal-body #panel-details .section .section-title {
    display: block;
    font-weight: 700;
    color: var(--main-color);
    font-size: 16px;
    margin-bottom: 15px;
}
[dir="rtl"] .cat-popup .modal-body #panel-details .section .section-title {
    border-right: 3px solid var(--desert-gold);
    padding-right: 10px;
}
[dir="ltr"] .cat-popup .modal-body #panel-details .section .section-title {
    border-left: 3px solid var(--desert-gold);
    padding-left: 10px;
}
.cat-popup .modal-body #panel-details .product-modal-sizes .form-group {
    border: 1px solid #eee;
    margin-bottom: 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
}
.cat-popup .modal-body #panel-details .product-modal-sizes .form-group.selected,
.cat-popup .modal-body #panel-details .product-modal-sizes .form-group:hover {
    border-color: var(--desert-gold);
    box-shadow: 0 4px 12px rgba(201, 168, 137, 0.1);
}
.cat-popup .modal-body #panel-details .product-modal-sizes .custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.cat-popup .modal-body #panel-details .product-modal-sizes .custom-radio .custom-control-description {
    font-size: 15px;
    font-weight: normal;
}
.cat-popup .modal-body #panel-details .product-modal-sizes .custom-radio .custom-control-equivalent,
.cat-popup .modal-body #panel-details .product-modal-sizes .strike-price {
    color: var(--soft-gray) !important;
    font-size: 13px !important;
    font-weight: normal;
}
.cat-popup .modal-body #panel-details .product-modal-sizes input {
    accent-color: var(--main-color);
    width: 16px;
    height: 16px;
}
.cat-popup .modal-body form .form-group textarea {
    border: 1.5px solid #DDD;
    border-radius: 7px;
    padding: 8px;
    width: 100%;
    transition: 0.3s;
}
.cat-popup .modal-body form .form-group textarea:hover,
.cat-popup .modal-body form .form-group textarea:focus,
.cat-popup .modal-body form .form-group textarea:active {
    border-color: var(--secondary-color);
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList {
    border: 1px solid #eee;
    margin-bottom: 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList input.custom-control-input{
    accent-color: var(--main-color);
    width: 16px;
    height: 16px;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    margin: 0;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .custom-checkbox  {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-black);
    font-weight: 500;
    cursor: pointer;
}

.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .product-price-catalog {
    font-size: 13px;
    color: var(--soft-gray);
    font-weight: normal;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .modifier-amount {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList:hover,
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList.selected {
    border-color: var(--secondary-color);
    box-shadow: 0 4px 12px rgba(201, 168, 137, 0.1);
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList.selected .modifier-amount {
    max-height: 60px;
    opacity: 1;
    padding: 12px 15px;
    border-top: 1px dashed #eee;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .modifier-amount span {
    font-size: 12px;
    color: var(--soft-gray);
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .modifier-amount > div {
    display: flex;
    align-items: center;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background: #fff;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .modifier-amount > div button {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    cursor: pointer;
    color: var(--main-color);
    font-weight: bold;
    font-size: 12px;
}
.cat-popup .modal-body #panel-details .product-modal-additions .additionsList .modifier-amount > div input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
}

.cat-popup .additionsList:hover .modifier-amount input,
.cat-popup .additionsList:hover .modifier-amount button,
.cat-popup .additionsList .modifier-amount button:hover i {
    color: var(--secondary-color, #007bff);
}

.cat-popup .modal-footer::before,
.cat-popup .modal-footer::after {
    content: none;
}
.cat-popup .modal-footer {
    background-color: #fff;
    padding: 20px 25px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cat-popup .modal-footer .number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    min-width: 120px;
    width: 120px;
    height: 50px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.minus,
.plus {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.minus:hover ,
.plus:hover {
    color: var(--secondary-color);
}
.modal-footer .number input {
    height: 30px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    border: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background: unset;
    ;
}
.modal-footer .number input:hover,
.modal-footer .number input:focus,
.modal-footer .number input:active {
    border: none;
    outline: none;
}
.cat-popup .modal-footer button {
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 15px;
    font-style: normal;
    margin: 0;
    padding: 12px 23px;
    border-radius: 4px;
    border: none;
    flex: 1;
    transition: all 0.3s;
}

.cat-popup .modal-footer button:active,
.cat-popup .modal-footer button:focus,
.cat-popup .modal-footer button:hover {
    background-color: var(--secondary-color);
    border: none;
    color: var(--white-color);
    outline: none;
}

.cat-popup button.close {
    position: absolute;
    top: 5px;
    z-index: 99;
}
html[dir=ltr] .cat-popup button.close {
    right: 5px;
}
html[dir=rtl] .cat-popup button.close {
    left: 5px;
}
/* ========= cart popup ========== */

/* address filed */
.label-country,
#addressFields label {
    display: block;
    margin-bottom: .5rem;
    color: #212529;
}
.select-country,
#addressFields input,
#addressFields select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px !important;
    border-radius: 8px;
    border: 1.5px solid #C8C7C7;
    background: var(--white-color);
    outline: none;
    margin-bottom: 20px;
}
#addressFields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0px 15px;
    width: 100%;
}
#addressFields > div {
    flex: 1 1 48%;
}
#sign-up-form #addressFields > div {
    flex: 1 1 45%;
}
@media (max-width: 768px) {
    #addressFields > div {
        flex: 1 1 100%;
    }
    #sign-up-form #addressFields > div {
        flex: 1 1 100%;
    }
}

/* delivery section */
.delivery-div {
    border-top: 1.5px solid #ECE7E7;
    padding: 25px 55px 10px;
}

.delivery-div h5 {
    padding-bottom: 10px;
    font-size: 22px;
}

.delivery-div .shipping-base-icon {
    font-size: 20px !important;
}