.cog-checkout-step .arrows {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
    justify-content: center;
    background: #bce5ff;
}

.cog-checkout-step .arrow {
    width: 33%;
    padding: 23px 10px;
    text-align: center;
    position: relative;
    margin: 5px 0;
}

.cog-checkout-step .arrow:after {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    z-index: 2;
}

.cog-checkout-step .arrow:last-child:after {
    border: none;
    right: 0;
}

.cog-checkout-step .step1 {
    background-color: transparent;
}

.cog-checkout-step .step2 {
    background-color: transparent;
}

.cog-checkout-step .step3 {
    background-color: transparent;
}

.cog-checkout-step .arrow.step1:after {
    border-left: 17px solid #f3fbff;
}

.cog-checkout-step .arrow.step2:after {
    border-left: 17px solid #bce5ff;
}

.cog-checkout-step .arrow span {
    color: #414141;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.cog-checkout {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
}

.cog-checkout .login {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #e3f8fa;
    padding: 15px;
    border-radius: 2px;
    align-items: center;
}

.cog-checkout .login h4 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    text-transform: none;
    font-weight: 600;
}

.cog-checkout .btn-cog {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-weight: 500;
    padding: 7px 20px;
    font-size: 1rem;
}

.cog-checkout .cart {
    background: transparent;
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.cog-checkout h4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
    padding: 15px;
}

.cog-checkout .cart span {
    font-size: 20px;
}

.cog-checkout .cart a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.cog-checkout .cart ul li .product .image {
    width: 70px;
}

.cog-checkout .cart ul li .product .image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cog-checkout .cart ul li {
    background-color: white;
    margin: 5px 10px;
}

.cog-checkout ul li .product {
    display: flex;
    padding: 10px;
}

.cog-checkout .cart ul li .subtotal {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-top: 1px solid #dee2e6;
}

.cog-checkout .cart ul {
    background: transparent;
    list-style: none;
    padding-bottom: 10px;
    /* overflow-y: scroll; */
    /* height: 300px; */
}

.cog-checkout .cart ul li .subtotal span {
    font-size: 14px;
    color: #6c757d;
}

.cog-checkout .cart ul li .subtotal .price {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.cog-checkout ul::-webkit-scrollbar {
    width: 4px;
}

.cog-checkout ul::-webkit-scrollbar-thumb {
    background-color: #73dadf;
}

.cog-checkout .order-summary {
    background: transparent;
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.cog-checkout .order-summary h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cog-checkout .order-summary ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.cog-checkout .order-summary ul li .subtotal span {
    font-size: 14px;
    color: #6c757d;
}

.cog-checkout .order-summary ul li .subtotal .price {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.cog-checkout .order-summary ul li.total {
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    margin-top: 10px;
}

.cog-checkout .order-summary ul li.total span {
    font-weight: 500;
    font-size: 15px;
}

.cog-checkout .order-summary ul li.total .price {
    font-weight: 600;
    font-size: 18px;
    color: #212529;
}

.cog-checkout .info-box {
    border: 1px solid #dee2e6 !important;
    padding: 15px;
}

.cog-checkout .info-box img {
    height: 22px;
    object-fit: contain;
}

.cog-checkout .info-box a {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 500;
}

.cog-checkout .info-box p {
    margin: 0;
}

.cog-checkout h5 {
    font-size: 20px;
    margin-bottom: 30px;
}

.form-label {
    margin-bottom: .3rem;
    font-size: 14px;
}

.form-check label {
    font-size: 15px;
}

.hide {
    display: none;
}

.pointer {
    cursor: pointer;
}

.cog-checkout-login-modal button {
    border-radius: 30px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    width: 100%;
    margin-top: 15px;
}

.cog-checkout-login-modal button:active {
    transform: scale(.95);
}

.cog-checkout-login-modal button:focus {
    outline: none;
}

.cog-checkout-login-modal button.ghost {
    background-color: transparent;
    border-color: #ffffff;
}

.cog-checkout-login-modal .form-body {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    height: 100%;
    text-align: center;
}

.cog-checkout-login-modal input {
    border-radius: 30px;
    margin: 10px 0;
}

.cog-checkout-login-modal .form-group {
    margin-bottom: 20px;
}

.cog-checkout-login-modal .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.cog-checkout-login-modal .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.cog-checkout-login-modal .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.cog-checkout-login-modal .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.cog-checkout-login-modal .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.cog-checkout-login-modal .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show .6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5
    }
}

.cog-checkout-login-modal .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.cog-checkout-login-modal .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.cog-checkout-login-modal .overlay {
    background: #ff416c;
    background: -webkit-linear-gradient(98deg, color(srgb .17 .59 .65), color(srgb .12 .45 .5));
    background: linear-gradient(98deg, color(srgb .17 .59 .65), color(srgb .12 .45 .5));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform .6s ease-in-out;
}

.cog-checkout-login-modal .overlay-right h1,
.cog-checkout-login-modal .overlay-right p,
.cog-checkout-login-modal .overlay-left h1,
.cog-checkout-login-modal .overlay-left p {
    color: #fff;
}

.cog-checkout-login-modal .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.cog-checkout-login-modal .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform .6s ease-in-out;
}

.cog-checkout-login-modal .overlay-left {
    transform: translateX(-20%);
}

.cog-checkout-login-modal .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.cog-checkout-login-modal .overlay-right {
    right: 0;
    transform: translateX(0);
}

.cog-checkout-login-modal .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.cog-checkout-login-modal #login-link {
    color: #000000;
    font-weight: 600;
}

.cog-checkout-login-modal .sign-in-container a {
    text-decoration: none;
    color: #212529;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
}

.cog-checkout-login-modal .social-container {
    margin: 20px 0;
}

.cog-checkout-login-modal .social-container a {
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.cog-checkout-login-modal .social-container a.facebook {
    background: #4c7cc5;
}

.cog-checkout-login-modal .social-container a.google {
    background: #df4931;
}

.cog-checkout-login-modal .sign-in-container .facebook i,
.cog-checkout-login-modal .sign-in-container .google i,
.cog-checkout-login-modal .sign-up-container .facebook i,
.cog-checkout-login-modal .sign-up-container .google i {
    padding: 5px 10px 5px 0;
    border-right: 1px solid white;
    width: 25px;
    margin-right: 12px;
}

#checkout-login-modal .modal-dialog {
    max-width: 800px;
}

#checkout-login-modal .modal-content {
    background: transparent;
    border: none;
}

.cog-checkout-login-modal .sign-in-container h3,
.cog-checkout-login-modal .sign-up-container h3 {
    font-weight: 600;
    color: #a5a4a4;
    font-size: 13px;
    width: 34px;
    height: 34px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    margin: auto;
    z-index: 2;
    position: initial;
    background: white;
}

.cog-checkout-login-modal .sign-in-container h3:before,
.cog-checkout-login-modal .sign-up-container h3:before {
    height: 1px;
    display: block;
    width: 100px;
    background: #bcbcbc;
    border-right: 1px white;
    content: "";
    position: absolute;
    top: 48%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.cog-checkout-login-modal .sign-in-container .facebook,
.cog-checkout-login-modal .sign-in-container .google,
.cog-checkout-login-modal .sign-up-container .facebook,
.cog-checkout-login-modal .sign-up-container .google {
    padding: 5px 15px;
    border-radius: 30px;
}

.cog-checkout-login-modal .sign-in-container .or,
.cog-checkout-login-modal .sign-up-container .or {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}

.cog-checkout-login-modal .sign-in-container h1,
.cog-checkout-login-modal .sign-up-container h1 {
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
}

.cog-cart-offcanvas {
    background-color: #e3f8fa;
    width: 450px;
    background: url(../images/disocunt_bg.jpg);
}

.cog-cart-offcanvas .offcanvas-header {
    background-color: white;
}

.cog-cart-offcanvas .offcanvas-header h5 {
    font-size: 16px;
    margin: 0;
}

.cog-cart-offcanvas .offcanvas-header h5 a {
    text-decoration: none;
    color: #000000;
}

.cog-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.cog-cart-offcanvas .cart ul li .product .image {
    width: 25%;
}

.cog-cart-offcanvas .cart ul li .product .image img {
    width: 65px;
    height: 80px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 4px;
}

.cog-cart-offcanvas .cart ul li {
    background-color: white;
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cog-cart-offcanvas .cart ul li:first-child {
    margin-top: 0;
}

.cog-cart-offcanvas ul li .product {
    display: flex;
    padding: 10px;
}

.cog-cart-offcanvas .cart ul li .subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #dee2e6;
}

.cog-cart-offcanvas .cart ul {
    
    list-style: none;
    padding-bottom: 10px;
}

.cog-cart-offcanvas .cart ul li .subtotal span {
    font-size: 14px;
    color: #6c757d;
}

.cog-cart-offcanvas .cart ul li .subtotal .price {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.cog-cart-offcanvas .cart ul li .product .weight {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.cog-cart-offcanvas .cart ul li .product .product-detail {
    width: 75%;
}

.cog-cart-offcanvas .cart ul li .product .weight p,
.cog-cart-offcanvas .cart ul li .product .qty p {
    margin: 0;
    font-size: 13px;
}

.cog-cart-offcanvas .cart ul li .product .weight h5 {
    margin: 0;
    font-size: 15px;
}

.cog-cart-offcanvas .cart ul li .product .qty {
    display: flex;
    justify-content: space-between;
}

.cog-pm-btn {
    border: 1px solid #c9c9c9 !important;
    width: 84px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 4px;
    align-items: center;
}

.cog-pm-btn .cog-minus-btn {
    width: 24px;
    border-right: 1px solid #c9c9c9;
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    line-height: 23px;
    font-weight: 500;
}

.cog-pm-btn .cog-plus-btn {
    width: 24px;
    border-left: 1px solid #c9c9c9;
    cursor: pointer;
    font-size: 17px;
    height: 24px;
    line-height: 23px;
    font-weight: 500;
}

.cog-pm-btn input {
    width: 36px;
    border: none;
    text-align: center;
    height: 24px;
}

.cog-cart-offcanvas .cart ul li .product .product-detail h6 {
    font-size: 17px;
    margin: 0;
}

.cog-cart-offcanvas .cart ul li .subtotal i {
    font-size: 14px;
    color: gray;
}

.cog-cart-offcanvas .cart ul li .subtotal p {
    font-size: 14px;
    margin: 0;
}

.cog-cart-offcanvas .order-summary {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cog-cart-offcanvas .order-summary h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cog-cart-offcanvas .order-summary ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.cog-cart-offcanvas .order-summary ul li .subtotal span {
    font-size: 14px;
    color: #6c757d;
}

.cog-cart-offcanvas .order-summary ul li .subtotal .price {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.cog-cart-offcanvas .order-summary ul li.total {
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    margin-top: 10px;
}

.cog-cart-offcanvas .order-summary ul li.total span {
    font-weight: 500;
    font-size: 15px;
}

.cog-cart-offcanvas .order-summary ul li.total .price {
    font-weight: 600;
    font-size: 18px;
    color: #212529;
}

.cog-cart-offcanvas .info-box {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 20px;
}

.cog-cart-offcanvas .info-box img {
    height: 22px;
    object-fit: contain;
}

.cog-cart-offcanvas .info-box a {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.cog-cart-offcanvas .info-box p {
    margin: 0;
}
.cog-cart-offcanvas .offcanvas-footer {
    display: flex;
    justify-content: space-between;
    background-color: #000000;
    padding: 15px;
    align-items: center;
    color: white;
    background: linear-gradient(to left, rgb(217 60 86), rgb(122 49 130));
}

.cog-cart-offcanvas .offcanvas-footer .btn-cog {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    font-weight: 500;
    padding: 8px 25px;
    font-size: 16px;
}

.cog-cart-offcanvas .offcanvas-footer span {
    font-size: 15px;
    font-weight: 500;
}

.cog-cart-offcanvas .offcanvas-footer span.price {
    font-size: 18px;
    font-weight: 700;
}

.cog-cart-offcanvas .offcanvas-footer .btn-cog i {
    padding-left: 10px;
}

.cog-cart-offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

.cog-cart-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.cog-cart-offcanvas .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cog-cart-offcanvas .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #fff;
    box-shadow: none;
}

.cog-cart-offcanvas .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}

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

.cog-cart-offcanvas .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.cog-cart-offcanvas .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.cog-cart-offcanvas .accordion-body .btn-apply {
    color: #ffffff;
    border-color: #000000;
    background: #000000;
    min-width: 90px;
}

.cog-cart-offcanvas .accordion-item .accordion-header img {
    margin-right: 10px;
}

.cog-coupon-card {
    background: #c8fcff;
    color: #000;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 20px;
}

.cog-coupon-card h3 {
    font-size: 17px;
    font-weight: 400;
}

.cog-coupon-card p {
    font-size: 12px;
    margin: 0;
}

.cog-coupon-card .coupon-row {
    display: flex;
    align-items: center;
    margin: 14px auto 8px 18px;
    width: fit-content;
}

.cog-coupon-card .cpnCode {
    border: 1px dashed #fff;
    padding: 5px 20px;
    border-right: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.cog-coupon-card .cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px 20px;
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.cog-coupon-card .circle1,
.cog-coupon-card .circle2 {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cog-coupon-card .circle1 {
    left: -15px;
}

.cog-coupon-card .circle2 {
    right: -15px;
}

.cog-cart-offcanvas .offer {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cog-cart-offcanvas .offer h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cog-cart-offcanvas .offer ul {
    list-style: none;
    margin-left: -15px;
    padding-left: 40px;
}

.cog-cart-offcanvas .offer ul li {
    font-size: 14px;
}

.cog-cart-offcanvas .offer ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #000000;
    margin-top: 3px;
}

.cog-account {
    background-color: #fafdff;
}

.cog-account .left-side {
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    position: sticky;
    top: 0;
}

.cog-account .left-side h4 {
    font-size: 20px;
    font-weight: 500px;
}

.cog-account .left-side .head {
    text-align: center;
}

.cog-account .left-side .logout-btn {
    color: #565757;
    font-weight: 400;
    padding: 3px 20px;
    font-size: 13px;
    transition: all .2s;
    border-radius: 4px;
}

.cog-account .left-side .logout-btn:hover {
    border-color: #000000;
    transform: scale(1.05);
    box-shadow: none;
}

.cog-account .left-side .logout-btn {
    display: inline-flex;
    border: 1px solid #BFC0C0;
    margin: 10px;
    color: #BFC0C0;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cog-account .left-side .logout-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cog-account .left-side .logout-btn a {
    position: relative;
    transition: all .45s ease-Out;
    text-decoration: none;
    color: #5e5e5e;
    font-weight: 400;
}

.cog-account .left-side .logout-btn #circle {
    width: 0;
    height: 0;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
    border-color: #000000;
}

.cog-account .left-side .logout-btn:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

.cog-account .left-side .logout-btn:hover a {
    color: #ffff;
}

.cog-account .cog-tabs {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.cog-account .cog-tabs.nav-link {
    width: 12.5rem;
    height: auto;
    margin-bottom: 20px;
}

.cog-account .cog-tabs.nav-link .circle {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #e3f8fa;
    border-radius: 1.625rem;
}

.cog-account .cog-tabs.nav-link .circle .icon {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.cog-account .cog-tabs.nav-link .circle .icon.arrow {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    left: .6rem;
    width: 1.5rem;
    height: .7rem;
    background: none;
    color: #000000;
}

.cog-account .cog-tabs.nav-link .circle .icon.arrow::before {
    position: absolute;
    top: -.25rem;
    right: .0625rem;
}

.cog-account .cog-tabs.nav-link .button-text {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    left: 2rem;
    right: 0;
    bottom: 0;
    padding: .70rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
}

.cog-account .cog-tabs:hover .circle,
.cog-account .nav-pills .nav-link.active .circle {
    width: 100%;
    background: #000000;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.cog-account .cog-tabs:hover .circle .icon.arrow,
.cog-account .nav-pills .nav-link.active .circle .icon.arrow {
    transform: translate(.5rem, 0);
    color: #fff;
}

.cog-account .cog-tabs:hover .button-text {
    color: #fff;
}

.cog-account .nav-pills .nav-link.active,
.cog-account .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

.cog-account .left-side .body {
    padding: 30px 0;
}

.cog-account .nav-pills .nav-link.active .button-text {
    color: #fff;
}

.cog-account .right-side {
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.cog-account .count-card {
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cog-account .count-card h2 {
    font-size: 32px;
    font-weight: 700;
}

.cog-account .count-card h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.cog-account .count-card.order {
    border-left: 6px solid #000000;
    align-items: center;
}

.cog-account .count-card i {
    font-size: 35px;
    opacity: .5;
    color: #000000;
}

.cog-account .count-card.received {
    border-left: 6px solid #08a53e;
    align-items: center;
}

.cog-account .count-card.cancel {
    border-left: 6px solid #be1616;
    align-items: center;
}

.cog-account .count-card.returned {
    border-left: 6px solid #e08811;
    align-items: center;
}

.cog-account .dashboard .head {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cog-account .dashboard .product {
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
    padding: 10;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    -webkit-animation: scale-in-center 2s cubic-bezier(.230, 1.000, .320, 1.000) both;
    animation: scale-in-center 2s cubic-bezier(.230, 1.000, .320, 1.000) both;
    align-items: center;
    margin-bottom: 20px;
}

.cog-account .dashboard .product img {
    width: 80px;
    padding: 5px;
    height: 80px;
    object-fit: contain;
}

.cog-account .dashboard .product .info h4 {
    font-size: 15px;
}

.cog-account .dashboard .product .info {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #d5d3d3;
}

.cog-account .dashboard .product .info .buy-again {
    font-size: 13px;
    text-decoration: none;
    color: #5d5d5d;
}

.cog-account .orders .head,
.cog-account .profile .head,
.cog-account .support .head {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    border-left: 4px solid #000000;
    padding-left: 10px;
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .610, .355, 1.000) both;
    animation: tracking-in-expand .7s cubic-bezier(.215, .610, .355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

.cog-account .orders .table>thead {
    vertical-align: bottom;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
}

.cog-account .orders .table tbody tr td,
.cog-account .orders .table tbody tr th {
    font-size: 15px;
    padding: 18px 10px;
    border-color: #ededed;
}

.cog-account .orders .table>thead tr td {
    border: none;
    font-size: 16px;
}

.cog-account .orders .table tbody tr td .view-btn {
    background: #000000;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all .45s ease-in-out;
}

.cog-account .orders .table tbody tr td .view-btn:hover {
    background: #000000;
    color: #fff;
    box-shadow: 3px 7px 14px #e3f8fa;
    font-weight: 500;
}

.cog-account .orders .table tbody tr td .track-btn {
    background: #e0ffea;
    color: #09a53f;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all .45s ease-in-out;
}

.cog-account .orders .table tbody tr td .track-btn:hover {
    background: #09a53f;
    color: #fff;
    box-shadow: 3px 7px 14px #e0ffea;
    font-weight: 500;
}

.cog-account .orders .table tbody tr td .invoice-btn {
    background: #ffebd1;
    color: #d38625;
    padding: 4px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all .45s ease-in-out;
}

.cog-account .orders .table tbody tr td .invoice-btn:hover {
    background: #ffa500;
    color: #fff;
    box-shadow: 3px 7px 14px #e0ffea;
    font-weight: 500;
}

.cog-account .orders .table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(255 255 255);
    color: var(--bs-table-hover-color);
    box-shadow: 0 .5rem 1.5rem .2rem #e8f7ff !important;
    transform: scale(1.01);
}

.cog-account .orders .table-hover>tbody>tr:hover td,
.cog-account .orders .table-hover>tbody>tr:hover th {
    border: none;
}

.cog-account .orders .table-hover>tbody>tr:hover td,
.cog-account .orders .table-hover>tbody>tr:hover th {
    border: none;
}

.cog-modal .close,
.cog-checkout-login-modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 22px;
    border-radius: 50%;
    border: none;
    color: #000000;
    background: #e3f8fa;
    display: block;
    right: -16px;
    top: -16px;
    padding: 4px;
}

.cog-modal .close span,
.cog-checkout-login-modal .close span {
    width: 100%;
    display: block;
    height: 100%;
}

.cog-modal .head {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.cog-modal .cog-btn,
.cog-account .support .cog-btn {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-weight: 500;
    padding: 5px 20px;
}

.cog-modal .form-group {
    margin-bottom: 20px;
}

.cog-modal .modal-body {
    padding: 1.5rem 2.5rem;
}

.cog-order-detail-modal {}

.cog-order-detail-modal tr td img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cog-order-detail-modal .table>thead {
    vertical-align: bottom;
    background: #e3f8fa;
    color: #000000;
    font-weight: 500;
}

.cog-order-detail-modal table tr td {
    vertical-align: middle;
}

.cog-order-detail-modal .table>thead tr th {
    border: none;
    font-size: 16px;
}

.cog-order-detail-modal .modal-body {}

.cog-order-detail-modal table tr td:first-child {
    width: 90px;
}

.cog-order-detail-modal table tr:last-child td {
    border: none;
}

.cog-order-detail-modal table tr td.total {
    font-weight: 600;
    text-align: right;
}

.cog-order-detail-modal table {
    margin-bottom: 0;
}

.cog-track-order-modal .timeline {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.cog-track-order-modal .timeline ul.tl {
    margin: 40px 0;
    padding: 0;
    display: inline-block;
    margin-left: 0;
}

.cog-track-order-modal .timeline ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 170px;
    min-height: 50px;
    border-left: 1px dashed #000000;
    padding: 0 0 50px 30px;
    position: relative;
}

.cog-track-order-modal .timeline ul.tl li:last-child {
    border-left: 0;
}

.cog-track-order-modal .timeline ul.tl li::before {
    position: absolute;
    left: -9px;
    top: 3px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, .74);
    border-radius: 500%;
    background: #000000;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.cog-track-order-modal .timeline ul.tl li:hover::before {
    border-color: #000000;
    transition: all 1000ms ease-in-out;
}

.timeline ul.tl li .item-title {
    font-size: 14px;
}

.timeline ul.tl li .item-detail {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
}

.timeline ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -50%;
    text-align: right;
    font-size: 14px;
}

.cog-track-order-modal h4 {
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.cog-account .profile .cog-outline-btn {
    border-color: #000000;
    float: right;
    padding: 5px 25px;
    border-radius: 30px;
}

.cog-account .profile .cog-outline-btn:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.cog-account .profile h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cog-account .profile ul {
    list-style: none;
    padding-left: 0;
    display: grid;
}

.cog-account .profile ul li {
    padding: 10px 0;
    font-size: 15px;
}

.cog-account .profile ul li:first-child {
    border-top: none;
}

.cog-account .profile ul li span.name {
    font-weight: 600;
}

.cog-account .profile .address {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}

.cog-account .profile .change-password {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
}

.cog-modal .modal-sm {
    max-width: 360px;
    margin: auto;
}

.cog-toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
    color: #595959;
    font-size: 14px;
}

.cog-modal label {
    font-size: 14px;
}

.cog-account .support .card {
    padding: 30px;
    border: none;
    background: #e3f8fa;
}

.cog-account .support a {
    color: #424242;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    font-size: 17px;
}

.cog-account .support .form-group {
    margin-bottom: 20px;
}

.cog-account .support .box {
    box-shadow: 0 .5rem 1.5rem .2rem #e9e9e9 !important;
}

.cog-wishlist table tr td img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.cog-wishlist table tr td {
    vertical-align: middle;
}

.cog-wishlist .fa-trash-alt {
    color: #ff6c5d;
}

.cog-wishlist .cog-outline-btn {
    float: none;
}

.cog-wishlist .table>tbody>tr {
    --bs-table-accent-bg: rgb(255 255 255);
    color: var(--bs-table-hover-color);
    box-shadow: 0 .5rem 1.5rem .2rem #e8f7ff !important;
    transform: scale(1.01);
    margin-bottom: 20px;
}

.cog-wishlist .table>tbody>tr td {
    border: none;
}

.cog-wishlist .table {
    border-collapse: separate;
    border-spacing: 0 20px;
}

@media(max-width:760px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .cog-checkout .cart ul {
        overflow-y: hidden;
        height: auto
    }

    .cog-checkout h5 {
        margin-bottom: 20px;
        margin-top: 50px
    }

    .cog-checkout-login-modal .sign-in-container {
        left: 0;
        width: 100%;
        z-index: 1;
        height: 100%
    }

    .cog-checkout-login-modal .form-body {
        padding: 30px;
        height: 100%
    }

    .cog-checkout-login-modal .container {
        min-height: 620px
    }

    .cog-checkout-login-modal .sign-up-container {
        width: 100%;
        opacity: 1;
        z-index: 1
    }

    .product .btn {
        opacity: 1
    }

    .cog-checkout-login-modal .social-container a.facebook {
        margin-bottom: 10px;
        width: 70%
    }

    .cog-checkout-login-modal .social-container a.google {
        width: 70%
    }

    .cog-checkout {
        margin-top: 0;
        padding: 20px;
    }

    .cog-checkout .payment-method-img {
        width: 280px !important;
    }
}

.cog-ecom-footer {
    position: fixed;
    bottom: 0;
    background: #068aaa;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    width: 100%;
    padding: 10px 0;
    display: flex;
    ;
    z-index: 999;
}

.cog-ecom-footer .item {
    text-align: center;
    width: calc(100%/4);
    color: #212529;
    text-decoration: none;
    position: relative;
}

.cog-ecom-footer .item i {
    color: #ffffff;
    font-size: 20px;
}

.cog-ecom-footer .item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.cog-ecom-footer .item-home {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 31px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: -30px;
    left: 10px;
}

.cog-ecom-footer .item-home i {
    color: #068aaa;
}

.cog-ecom-footer .item-home i {
    font-size: 25px;
    line-height: 55px;
}

#cog-ecom-search-mobile .search-wrap {
    display: inline-block;
    margin-left: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

#cog-ecom-search-mobile .search-wrap .form-control {
    border: 1px solid #e7e7e6;
    border-radius: 2em;
    height: 37px;
    padding: 5px 20px;
}

#cog-ecom-search-mobile .search-wrap button {
    background: #000000;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 37px;
    width: 68px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px;
}

.cog-ecom-whatsapp-btn {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    right: 20px;
}

.cog-ecom-whatsapp-btn img {
    width: 60px;
}

.pulse {
    animation: pulse .1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

.tap-top.top-cls.btn-animation {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    animation: ring 4s .7s ease-in-out infinite;
    font-size: 20px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-right: 10px;
    margin-top: 5px;
    min-width: 14px;
}

.form-check {
    cursor: pointer;
}

.cog-checkout .payment-method-img {
    width: 420px;
}

.cog-no-result {
    background: #f1f2f1e6;
    padding: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}

.cog-no-result h3 {
    font-size: 25px;
    color: black;
    font-weight: 600;
}

.latest-comments ul,
.list-wrap,
.mobile-menu .navigation li ul {
    margin: 0;
    padding: 0 25px;
    border-color: red;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.disclaimer {
    font-size: 13px;
}

.inner-shop-details-bottom span a.active.out-of-stock {
    color: #fff;
    background: #eee;
    border-color: #068aaa;
}
.cog-offcanvas-header h5{
    margin: 0;
    color: white;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: row-reverse;
    }
}
#DateTime {
    display: none;
  }
  .navbar-toggler:focus {

    box-shadow:none;
}
.menu-sec:nth-child(even) {
    background-color: #fff8e0; /* Light gray */
  }
  .menu-sec{
    padding: 40px 0;
  }