@import url("https://use.typekit.net/xth8ent.css");

body {
    font-family: "zeitung-micro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.header {
    position: relative;
    z-index: 9;
    padding-top: 10px;
}

.header-inside {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-left>a.menu-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: white;
    margin-right: 20px;
    text-decoration: none;
    margin-top: 7px;
}

.header-left>a.menu-btn.dark {
    color: black;
}

.header-left>a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.header-left>a.logo>img {
    height: 50px;
    opacity: 1;
    transition: all 400ms ease;
}

.header-left>a.logo>img.dark {
    height: 50px;
    opacity: 0;
    transition: all 400ms ease;
}

.header-left.open>a.logo>img {
    opacity: 0;
}

.header-left.open>a.logo>img.dark {
    opacity: 1;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

.header-right>ul.menu {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: flex-end;
    align-items: center;
}

.header-right>ul.menu>li {
    margin-left: 10px;
}

.header-right>ul.menu>li>a {
    text-decoration: none;
    display: flex;
    color: white;
    font-size: 14px;
    font-weight: 500;
    align-items: flex-start;
    padding: 6px 10px 0px;
}

.header-right>ul.menu.dark>li>a {
    color: black;
}

.header-right>ul.menu.dark>li>a>i {
    color: black;
}

.header-right>ul.menu>li>a>i {
    color: white;
    font-size: 14px;
    margin-top: 4px;
    width: 16px;
    margin-right: 5px;
}

.banner {
    padding: 0px;
    margin-top: -60px;
    margin-bottom: 50px;
}

.dropdown-toggle::after {
    display: none;
}

ol.carousel-indicators {
    list-style: none;
}

.carousel-caption {
    position: absolute;
    right: 40%;
    bottom: 20%;
    left: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}

.carousel-item .overlay {
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15%;
}

.carousel-item .overlay .captions>h3 {
    font-size: 46px;
    font-weight: 300;
    color: white;
    text-align: left;
    margin: 0px;
}

.carousel-item .overlay .captions>a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

a.product-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}

a.product-box>.product-img {
    display: flex;
    width: 100%;
    position: relative;
    height: 450px;
    justify-content: space-between;
}

a.product-box>.product-img.small {
    height: 300px;
}
a.product-box>.product-img>span {
    display: flex;
    width: 49.7%;
    position: relative;
    height: 450px;
}

a.product-box>.product-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

a.product-box>.product-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

a.product-box>.product-info>h5 {
    font-size: 16px;
    color: black;
}
a.product-box>.product-info>.price-area{
    min-width:120px;
    display: flex;
    justify-content: flex-end;
}
a.product-box>.product-info>span.price {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: right;
}

a.product-box>.product-info>span.old-price {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    color: grey;
    text-align: right;
    text-decoration: line-through;
}

a.product-box>.product-info>.price-area>span.price {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: right;
}

a.product-box>.product-info>.price-area>span.old-price {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    color: grey;
    text-align: right;
    text-decoration: line-through;
}

.subscribe-area,
.footer-social-area {
    border-top: 1px solid black;
    padding: 50px 15px;
}

.subscribe-form {
    display: flex;
    width: 100%;
    align-items: center;
}

.subscribe-form>h4 {
    display: flex;
    width: 50%;
    flex-shrink: 0;
    font-size: 30px;
    font-weight: 300;
    color: black;
    justify-content: flex-start;
    border-right: 1px solid black;
    margin: 0px;
}

.subscribe-form>form {
    display: flex;
    width: 55%;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
}

.subscribe-form>form input.form-control {
    height: 46px;
    width: 65%;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.subscribe-form>form .btn.btn-dark {
    display: flex;
    width: 35%;
    flex-shrink: 0;
    color: white;
    height: 46px;
    font-size: 14px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 0px;
    font-weight: 400;
}


.remember-form {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
}

.remember-form input.form-control {
    height: 46px;
    width: 65%;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.remember-form .btn.btn-dark {
    display: flex;
    width: 35%;
    flex-shrink: 0;
    color: white;
    height: 46px;
    font-size: 14px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 0px;
    font-weight: 400;
}

.subscribe-form>form .btn.btn-dark>i {
    margin-right: 5px;
    font-size: 14px;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social>h4 {
    display: flex;
    font-size: 30px;
    font-weight: 300;
    color: black;
    margin: 0px;
    width: 50%;
    flex-shrink: 0;
    justify-content: flex-end;
    padding-right: 20px;
}

.footer-social>ul {
    display: flex;
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    justify-content: flex-start;
    align-items: center;
}

.footer-social>ul>li {
    display: flex;
}

.footer-social>ul>li>a {
    display: flex;
    text-decoration: none;
    color: black;
    font-size: 26px;
    width: 46px;
    height: 36px;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease;
}

.footer-social>ul>li>a.facebook:hover {
    color: #3b5998;
}

.footer-social>ul>li>a.instagram:hover {
    color: #e1306c;
}

.footer-social>ul>li>a.twitter:hover {
    color: #1da1f2;
}

.footer-social>ul>li>a.pinterest:hover {
    color: #bd081c;
}

.footer {
    border-top: 1px solid black;
    padding: 50px 15px;
}

.footer-menu>span.menu-title {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}

.footer-menu>ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px;
}

.footer-menu>ul>li {
    display: flex;
    margin-bottom: 1px;
}

.footer-menu>ul>li>a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: black;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 300;
}

.copyright-area {
    padding-top: 30px;
    padding-bottom: 60px;
}

.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright>a {
    display: flex;
}

.copyright>a>img {
    height: 30px;
}

.copyright>span {
    display: flex;
    margin-top: 15px;
    font-size: 10px;
    font-weight: 300;
    color: black;
}

#LoginModal h4 {
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
}

.login-side {
    padding-right: 15px;
}

.form-str {
    padding: 5px;
}

.form-str>label {
    margin-bottom: 0px;
    color: black;
    font-size: 14px
}

.form-str>input.form-control {
    height: 46px;
    width: 100%;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.form-str>a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.modal-header,
.modal-footer {
    border: none;
    padding: 0px;
    background-color: black;
    color: white;
}

.modal-header .btn-close {
    margin-right: 10px;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.modal-body {
    padding: 0px 20px 10px;
}

.form-str>button.btn.btn-dark {
    height: 46px;
    width: 100%;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    text-align: center;
    justify-content: center;
    padding: 0px;
    align-items: center;
}

.sign-side {
    border-left: 1px solid #dddddd;
    padding: 0px 15px 20px;
}

form.search-area {
    display: flex;
    padding-top: 20px;
    padding-bottom: 5px;
}

form.search-area>.search-str {
    display: flex;
    width: calc(100% - 46px);
}

form.search-area>.search-str>input.form-control {
    height: 46px;
    width: 100%;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

form.search-area>.search-btn {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

form.search-area>.search-btn>button.btn.btn-dark {
    height: 46px;
    width: 46px;
    display: flex;
    border-color: black;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    text-align: center;
    justify-content: center;
    padding: 0px;
    align-items: center;
    font-size: 16px;
    color: white;
}

ul.color-list {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 10px;
    height: 34px;
    width: 100%;
    justify-content: flex-start;
}

ul.color-list>li {
    display: flex;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid white;
    transition: all 400ms ease;
}

ul.color-list>li>a {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

ul.color-list.small {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 5px 0px 10px;
    height: 26px;
    width: 100%;
    justify-content: flex-start;
}

ul.color-list.small>li {
    display: flex;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid white;
    transition: all 400ms ease;
}

ul.color-list.small>li>a {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

ul.color-list.small>li:hover {
    border-color: white;
}

ul.color-list>li:hover {
    border-color: black;
}

.product-skech {
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
}

.product-skech>img {
    width: 100%;
    height: intrinsic;
    max-height: max-content;
}

a.btn.btn-link {
    color: black;
}

.accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
    outline: none;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.product-info>h2 {
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.cart-quantity {
    display: flex;
}

.add-cart {
    height: 46px;
    display: flex;
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

.add-cart>i {
    margin-right: 5px;
}

.sp-quantity {
    width: 138px;
    height: 48px;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    margin-right: 15px;
}

.sp-minus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-right: none;
    float: left;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sp-input {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: 0px solid black;
    float: left;
    border-right: none;
}

.sp-plus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: none;
    float: left;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sp-input input {
    width: 44px;
    height: 44px;
    text-align: center;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    border: none;
    outline: none;
}

.sp-input input:focus {
    border: 1px solid #e1e1e1;
    border: none;
}

.sp-minus a,
.sp-plus a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.complementary {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.complementary>h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 2px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -60px;
    right: 0px;
    display: flex;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: black;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    text-decoration: none;
}

input.form-control,
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #6c757d;
}

.order-summery {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding-bottom: 3px;
}

.btn.btn-link.remove-item {
    color: red;
}
.dropdown-menu>ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* Cart Dropdown Styles */
.cart-dropdown-menu {
    width: 320px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 10px;
}

.cart-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.cart-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.cart-items {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    transition: background-color 0.2s;
}

.cart-item:hover {
    background-color: #f9f9f9;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #f0f0f0;
}

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

.cart-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-info .item-name {
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    margin-bottom: 4px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-item-info .item-price {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.cart-item-info .item-quantity {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}
.cart-item a{
    text-decoration: none;
}
.cart-item a>h5{
    color:#333;
    text-decoration: none;
    font-size:1.25rem;
}
.remove-item {
    color: #999;
    font-size: 14px;
    padding: 5px;
    transition: color 0.2s;
}

.remove-item:hover {
    color: #dc3545;
}

.cart-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.cart-actions .btn {
    border-radius: 0;
    font-weight: 500;
    padding: 10px;
}

.cart-actions .btn-outline-dark {
    border-color: black;
    color: black;
}

.cart-actions .btn-outline-dark:hover {
    background-color: black;
    color: white;
}

.left-side-menu {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0%;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
}

.cart-img>img {
    height: 150px;
}
.selectors{
    display:flex;
    flex-wrap: wrap;
    margin-top:10px;
    width: calc(100% + 5px);
}
.left-side-menu{
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0%;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    padding:30px 0px;
    transition: all .4s ease;
}
.left-side-menu.open{
    width: 20%;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
    padding:30px 20px;
}
.left-side-menu>span.category-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    width: 100%;
    color:black;
    text-transform: uppercase;
}
.left-side-menu>ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.left-side-menu>ul>li{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.left-side-menu>ul>li>a{
    display: flex;
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Side menu dropdown */
.left-side-menu>ul>li.has-dropdown{
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.left-side-menu>ul>li.has-dropdown>a.dropdown-toggle-btn{
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}
.left-side-menu .dropdown-toggle-btn i{
    font-size: 11px;
    color: #999;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.left-side-menu li.has-dropdown.open .dropdown-toggle-btn i{
    transform: rotate(180deg);
}
.left-side-menu .side-dropdown{
    display: none;
    list-style: none;
    padding: 5px 0 0 15px;
    margin: 0;
    width: 100%;
}
.left-side-menu .side-dropdown>li{
    margin-bottom: 6px;
}
.left-side-menu .side-dropdown>li>a{
    font-size: 14px;
    font-weight: 300;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}
.left-side-menu .side-dropdown>li>a:hover{
    color: #000;
}
.breadcrumb-area{
    padding-top:20px;
}
ul.BreadCrumb{
    display: flex;
    list-style: none;
    margin:0px 0px 20px;
    padding:0px 15px;
}
ul.BreadCrumb>li{
    display: flex;
    font-size:14px;
    font-weight: 400;
    color:black;
}
ul.BreadCrumb>li>a{
    display: flex;
    font-size:14px;
    font-weight: 300;
    color:black;
    text-decoration: none;
}
ul.BreadCrumb>li>a::after{
    content: '|';
    margin-left:10px;
    margin-right:10px;
}
.cart-page{
    padding-top:30px;
    padding-bottom:80px;
}
.account-pages .cart-page-header{
    padding-left:5px;
    padding-right:5px;
}
.cart-page-header>span{
    display:flex;
    width:100%;
    border-bottom:1px solid black;
    padding-bottom:2px;
    font-size:15px;
    font-weight: 400;
    margin-bottom:10px;
}
.cart-page-area ul{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin:10px 0px 30px;
    border:1px solid #CCCCCC;
    list-style: none;
    padding:0px;
}
.cart-page-area ul>li{
    padding:10px;
    border-bottom:1px solid #CCCCCC;
    display: flex;
    width:100%;
}
.cart-page-area ul>li:last-child{
    border:none;
}
.kargo-form{
    margin-top:10px;
}
.kargo-form .form-str{
    display:flex;
    flex-direction: column;
    padding:2px 4px 4px;
}
.kargo-form .form-str>label{
    margin-bottom:2px;
    padding-left:2px;
}
.kargo-form .form-str>select.form-control, .kargo-form .form-str>input.form-control{
    border-radius: 0px;
    border:1px solid black;
    outline:none;
    box-shadow: none;
}
.kargo-form{
    padding:0px 10px;
}
.form-str>textarea.form-control{
    height:120px;
    resize: none;
    border:1px solid black;
    border-radius: 0px;
    outline:none;
    box-shadow:none;
}
.invoice-sep{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top:10px;
    margin-bottom:5px;
    padding-top:10px!important;
    padding-bottom:10px!important;
}
.invoice-sep label{
    display:flex;
    align-items: center;
    font-size:16px;
}
.invoice-sep label>input{
    margin-right:5px;
}
#other_addr_c{
    display: none;
}
.order-summary{
    
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding-bottom: 3px;
}
.order-summary .doc-area{
    display:block;
    width:100%;
    height:300px;
    overflow-y: auto;
}

.summery-header{
    display: flex;
    width:100%;
    color:blac;
    border-bottom:1px solid black;
    padding-bottom:3px;
    margin-bottom:6px;
}
.reset-area{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:50vh;
}
ul.left-menu{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:0px 0px 30px;
}
ul.left-menu>li{
    display: inline-flex;
    border-bottom:1px solid #ddd;
}
ul.left-menu>li:first-child{
    border-top:1px solid #ddd;
}
ul.left-menu>li>a{
    color:black;
    font-size:16px;
    font-weight: 300;
    text-decoration: none;
    padding:12px 10px;
    width:100%;
    display: flex;
    transition: all .4s;
}
ul.left-menu>li>a:hover{
    background-color: #E9E9E9;
    transition: all .4s;
}
ul.left-menu>li>a.active{
    color:black;
    font-size:16px;
    font-weight: 300;
    text-decoration: none;
    padding:12px 10px;
    background-color: #E9E9E9;
}
.account-pages{
    margin-top:70px;
    min-height:50vh
}
.order-page-area ul{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin:10px 0px 30px;
    border:1px solid #CCCCCC;
    list-style: none;
    padding:0px;
    border-radius: 10px;;
}
.order-page-area ul>li{
    padding:20px;
    border-bottom:1px solid #CCCCCC;
    display: flex;
    width:100%;
    justify-content: space-between;
}
.order-page-area ul>li:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.order-page-area ul>li:last-child{
    border:none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.order-page-area ul>li>a.orderno{
    display: flex;
    text-decoration: none;
    font-size:16px;
    color:black;
    align-items: center;
}
.order-page-area ul>li>.orderstatus{
    font-size:16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.order-page-area ul>li>.orderstatus>i{
    font-size:16px;
    margin-right:5px;
}
.order-page-area ul>li>.orderstatus>i.primary{
    color:#0d6efd;
}
.order-page-area ul>li>.orderstatus>i.success{
    color:#28a745;
}
.order-page-area ul>li>.orderstatus>i.danger{
    color:#dc3545;
}
.order-page-area ul>li>.orderright{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.order-page-area ul>li>.orderright>.ordertotal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size:16px;
    font-weight: 600;
}
.order-page-area ul>li>.orderright>.ordertotal>span.date{
    font-size:14px;
    font-weight: 300;
}
.order-page-area ul>li>.orderright>a{
    color:black;
    text-decoration: none;
    margin-left:20px;
    font-size:20px;
}
.OrderInfo{
    display: flex;
    flex-direction: column;
    padding:20px;
    background-color: #E9E9E9;
}
.OrderInfo>.OrderStr{
    display: flex;
    margin-bottom:5px;
    font-size:16px;
}
.OrderInfo>.OrderStr>strong{
    margin-right:5px;
    min-width:116px;
}
.OrderInfo>.OrderStr:last-child{
    margin-bottom:0px;
}
.OrderInfo>.OrderStr>.CargoInfo{
    display: flex;
    flex-direction: column;
}
.OrderInfo>.CargoStr{
    display: flex;
    flex-direction: column;
    margin-bottom:5px;
    font-size:16px;
}
.OrderInfo>.CargoStr>strong{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right:5px;
    min-width:116px;
}
.OrderInfo>.CargoStr>strong>a{
    font-size:14px;
    display: flex;
    align-items: center;
    color:black;
    text-decoration: none;
}
.OrderInfo>.CargoStr>strong>a>i{
    font-size:20px;
    color:#28a745;
    margin-left:5px;
}
.OrderInfo>.CargoStr:last-child{
    margin-bottom:0px;
}
.OrderInfo>.CargoStr>.CargoInfo{
    display: flex;
    flex-direction: column;
    margin-bottom:5px;
}
.OrderInfo>.CargoStr>.CargoInfo:last-child{
    margin-bottom:0px;
}
.cart-page-area ul>li>.carpage-img.in-order {
    display: flex;
    width: 170px;
    height: 200px;
    position: relative;
}

.menuheader{
    background-color: black;
    color:white;
    font-size:16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 10px;
    width: 100%;
    display: flex;
}
.cart-page-area ul>li>.cartpage-info>.product-title.small{
    font-size:14px;
    margin-bottom:10px;
    font-weight: 400;
}

.cart-page-area ul>li>.cartpage-info>.cart-custom.small{
    font-size:14px;
    margin-bottom:10px;
    font-weight: 300;
}
.cart-page-area ul>li>.cartpage-info>.cartprice.small{
    font-size:14px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom:10px;
}
.cart-page-area ul>li>.cartpage-info>.cartquantity.small{
    display: flex;
    margin-top:10px;
    align-items: center;
    font-weight: 300;
}
.order-summary ul>li>.summary-left.small{
    display: flex;
    width:60%;
    text-align: left;
    justify-content: flex-start;
    font-size:14px;
    font-weight: 400;
}
.order-summary ul>li>.summary-right.small{
    display: flex;
    width:40%;
    text-align: right;
    justify-content: flex-end;
    font-size:14px;
    font-weight: 500;
}
.cart-page-area ul>li>.cartpage-info{
    display: flex;
    flex-direction: column;
    width:calc( 100% - 330px);
    padding:0px 10px 10px;
    font-size:16px;
}
.cart-page-area ul>li>.cartpage-info>.product-title{
    font-size:18px;
    margin-bottom:10px;
    font-weight: 300;
}

.cart-page-area ul>li>.cartpage-info>.cart-custom{
    font-size:16px;
    margin-bottom:10px;
    font-weight: 300;
}
.cart-page-area ul>li>.cartpage-info>.cartprice{
    font-size:18px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom:10px;
}
.cart-page-area ul>li>.cartpage-info>.cartquantity{
    display: flex;
    margin-top:10px;
    align-items: center;
    font-weight: 300;
}
.cart-page-area ul>li>.cartpage-info>.cartquantity>select.form-control{
    width:120px;
    height:38px;
    margin-left:5px;
    border-radius: 0px;
    border:1px solid black;
    outline:none;
    box-shadow:none;
}
.cart-page-area ul>li>.cartpage-info>.cartquantity>strong{
    display: flex;
    align-items: center;
}
.cart-page-area ul>li>.carpage-img.in-order {
    display: flex;
    width: 170px;
    height: 200px;
    position: relative;
}
.cart-page-area ul>li>.carpage-img{
    display: flex;
    width:250px;
    height:300px;
    position: relative;
}
.cart-page-area ul>li>.carpage-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
a.add-address{
    display: flex;
    width:100%;
    background-color: #E9E9E9;
    text-decoration: none;
    color:black;
    font-size:14px;
    justify-content: center;
    align-items: center;
    height:56px;
    transition: all .4s;
}
a.add-address:hover{
    background-color:black;
    color:white;
    transition: all .4s;
}
a.add-address>i{
    font-size:18px;
    margin-right:10px;
}
ul.address-list{
    display: flex;
    flex-direction: column;
    width:100%;
    list-style: none;
    margin:0px 0px 20px;
    padding:0px;
}
ul.address-list>li{
    display: flex;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:15px;
}
ul.address-list>li:first-child{
    border-top:1px solid #ddd;
}
.address-info{
    display: flex;
    width: calc( 100% - 100px);
    flex-direction: column;
}
.address-info>strong{
    font-size:16px;
    margin-bottom:10px;
}
.address-info>p{
    font-size:14px;
    font-weight: 300;
    line-height: 24px;;
}
.address-button{
    width:100px;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    color:black;
    font-size:14px;
    align-items: center;
}
.address-button>i{
    margin-right:5px;
    font-size:16px;
}


.address-form>.form-str{
    display: flex;
    flex-direction: column;
    padding: 2px 4px 4px;
}
.address-form>.form-str>label{
    margin-bottom: 2px;
    padding-left: 2px;
}
.address-form>.form-str>input.form-control, .address-form>.form-str>select.form-control{
    border:1px solid black;
    border-radius: 0px;
    height:46px;
    outline: none;
    box-shadow: none;
}
.address-form>.form-str>button.btn.btn-dark {
    border-radius: 0px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.owl-cats .item a{
    color:black;
    font-size:14px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height:56px;
}
.owl-cats .item a>h5{
    font-size:14px;
    font-weight: 300;
}
a.collection-box{
    display: flex;
    position: relative;
    text-decoration: none;
    width:100%;
    aspect-ratio: 1;
}
a.collection-box>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: 0;
}
a.collection-box>.caption{
    position: absolute;
    z-index:2;
    left:0px;
    top:0px;
    display: flex;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
    color:white;
    font-size:20px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
}
a.collection-box>.caption>h5{
    font-size:20px;
    font-weight: 500;
    margin:0px;
}
.collections-area{
    margin-bottom:60px;
    margin-top:10px;
}
.collect-img{
    position: relative;
    aspect-ratio: 1;
}
.collect-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: 0;
}
.collect-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.collect-text>h2{
    font-size:32px;
    font-weight: 500;
    margin-bottom:10px;
}
.collect-text>p{
    font-size:16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}