﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Rammetto+One");

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: inherit;
    }


body {
    font-size: 100%;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    padding: 0 1em;
    /* background-color: #fff; */
}

@media (min-width: 900px) {
    .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px !important;
    }
}

ul {
    list-style: none;
    padding: 0 1em;
    margin-left: 0;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

button {
    transition: all 0.3s;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.display-title {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 1.3px;
}

@media (min-width: 600px) {
    .display-title {
        font-size: 3rem;
    }
}

.page-title {
    text-align: center;
    font-weight: 700;
}

@media (min-width: 600px) {
    .page-title {
        font-size: 2rem;
        font-weight: 300;
    }
}

.text-light {
    color: #efefef;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 1em;
    grid-row-gap: 2em;
}

.header .arrow {
    width: 50px;
    height: 50px;
    position: relative;
    margin: -200px auto 0;
    text-align: center;
    border-radius: 50%;
    background-color: #daed0e;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

    .header .arrow:hover, .header .arrow:focus {
        -webkit-animation: point-down 1s alternate infinite;
        animation: point-down 1s alternate infinite;
    }

    .header .arrow svg {
        margin-top: 15px;
        fill: #333;
    }

.header .header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .header__cart .header__submenu .shopping-cart-container {
    position: absolute;
    top: 50px;
    right: 0;
    padding: 1em;
    background-color: #fff;
    z-index: 2;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

    .header .header__cart .header__submenu .shopping-cart-container.open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
        color: black;
        border: 2px solid #767674;
        border-radius: 10px;
        width: 500px;
    }

.header .header__cart .header__submenu .cart {
    fill: #dfdfdf;
    display: inline-block;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.header .header__cart .header__cart-btn {
    background-color: transparent;
    border: none;
    padding: 0.8em;
    font-size: 1rem;
    border-radius: 5px;
}
/* .header .header__cart .header__cart-btn:hover, .header .header__cart .header__cart-btn:focus {
  border: 3px solid #b61a12;
} */

.mobile-chat {
    display: none;
}

    .mobile-chat .header__cart-btn {
        background-color: transparent;
        border: none;
        padding: 0.8em;
        font-size: 1rem;
        border-radius: 5px;
    }

    .mobile-chat .cart {
        fill: #dfdfdf;
        display: inline-block;
        float: left;
        margin-right: 2px;
        cursor: pointer;
    }


.header__cart {
    flex: 0 0 25vw;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 90px;
    top: 21px;
    font-size: 20px;
    font-weight: bold;
    color: #f1f1f1;
}

.header .header__cart .header__submenu {
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: -30px;
}

    .header .header__cart .header__submenu .shopping-cart-container {
        text-align: center;
        min-width: 300px;
    }

        .header .header__cart .header__submenu .shopping-cart-container table {
            width: 100%;
            padding: 0.5em;
            padding-bottom: 2em;
            border-collapse: collapse;
            border-spacing: 0;
            margin-bottom: 2.5em;
        }

            .header .header__cart .header__submenu .shopping-cart-container table thead th {
                padding-bottom: 10px;
                border-bottom: 1px solid #ea332a;
            }

            .header .header__cart .header__submenu .shopping-cart-container table tbody {
                padding-bottom: 4em;
            }

                .header .header__cart .header__submenu .shopping-cart-container table tbody td {
                    padding: 0.5em;
                }

.cart-image {
    max-width: 120px;
}

.remove {
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #ea332a;
    color: #daed0e;
    transition: background-color 0.3s ease-out;
}

    .remove:hover,
    .remove:focus {
        background-color: #b61a12;
    }

.cart-btn {
    display: block;
    margin-bottom: 10px;
    padding: 0.3em;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #333;
    border: 1px solid #ea332a;
}

    .cart-btn:focus {
        background-color: #b61a12;
        color: #fff;
    }

.header .header__submenu .total-container {
    text-align: center;
}

    .header .header__submenu .total-container .total {
        font-weight: bold;
        font-size: 1.3em;
    }

.header .header__title {
    font-family: "Rammetto One", cursive;
    font-size: 2rem;
    color: #ea332a;
}

.header .header__subtitle {
    font-size: 1.2rem;
    display: block;
    margin-top: -10px;
    line-height: 0.9;
    margin-left: 20px;
}

.header .header__main {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right bottom, rgba(234, 51, 42, 0.7), rgba(170, 37, 30, 0.7)), url(https://images.unsplash.com/photo-1504670073073-6123e39e0754?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=5a5a75419e84813c91b906d3fc38a4b8);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

.page-content {
    margin-top: 150px;
}

.card {
    line-height: 1;
    transition: all 0.3s;
}
/* .card:hover, .card:active {
  transform: scale(1.1);
  border: 1px solid #daed0e;
} */

.card__title,
.card__price {
    font-weight: bold;
}

.card__title {
    font-size: 1.7rem;
}

.card__text {
    display: inline-block;
    padding: 0.5em;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    background-color: #daed0e;
}

.buy__btn {
    width: 40%;
    text-align: center;
    padding: 0.5em;
    border-radius: 5px;
    background-color: #f38e4b;
    border: 1px solid #f38e4b;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
}

    .buy__btn:hover, .buy__btn:focus, .buy__btn:active {
        transform: translatey(2px);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
        background-color: #f97c15;
    }

    .buy__btn:active {
        border: 3px solid #f97c15 inset;
    }

.card__btn {
    width: 40%;
    text-align: center;
    padding: 0.5em;
    border-radius: 5px;
    background-color: #eaad2a;
    border: 1px solid #eaad2a;
    color: #1f1f1f;
    font-weight: 700;
}

    .card__btn:hover, .card__btn:focus, .card__btn:active {
        transform: translatey(2px);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
        background-color: #efab18;
    }

    .card__btn:active {
        border: 3px solid #efab18 inset;
    }

.footer {
    margin-top: 4em;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px dashed #b61a12;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
}

.footer__link-item,
.footer__link-item {
    color: #ea332a;
}

    .footer__link-item:hover, .footer__link-item:focus,
    .footer__link-item:hover,
    .footer__link-item:focus {
        color: #9e1610;
    }

@-webkit-keyframes point-down {
    100% {
        transform: translatey(20px);
    }
}

@keyframes point-down {
    100% {
        transform: translatey(20px);
    }
}

@-webkit-keyframes fade-down {
    80% {
        opacity: 1;
        visibility: visible;
        transform: translatey(20px);
        transform: scale(1.3);
        -webkit-animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
        animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
    }

    100% {
        opacity: 1;
        transform: translatey(0);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes fade-down {
    80% {
        opacity: 1;
        visibility: visible;
        transform: translatey(20px);
        transform: scale(1.3);
        -webkit-animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
        animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
    }

    100% {
        opacity: 1;
        transform: translatey(0);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}















/* @import url('https:/fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: 'Open Sans', sans-serif; */
    line-height: 1.5;
}




.custom-dropdown {
    margin-top: -8px;
}

    .custom-dropdown > a {
        color: #000;
    }

        .custom-dropdown > a .arrow {
            display: inline-block;
            position: relative;
            -webkit-transition: .3s transform ease;
            -o-transition: .3s transform ease;
            transition: .3s transform ease;
        }

    .custom-dropdown.show > a .arrow {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .custom-dropdown .btn:active, .custom-dropdown .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

    .custom-dropdown .btn.btn-custom {
        border: 1px solid #efefef;
    }

    .custom-dropdown .title-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .custom-dropdown .title {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .custom-dropdown .dropdown-link .profile-pic {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }

        .custom-dropdown .dropdown-link .profile-pic img {
            width: 35px;
            margin-left: 20px;
            border-radius: 50%;
        }

    .custom-dropdown .dropdown-link .profile-info h3, .custom-dropdown .dropdown-link .profile-info span {
        margin: 0;
        padding: 0;
        color: #FFF;
    }

    .custom-dropdown .dropdown-link .profile-info h3 {
        font-size: 14px;
    }

    .custom-dropdown .dropdown-link .profile-info span {
        display: block;
        font-size: 10px;
    }

    .custom-dropdown .dropdown-menu {
        border: 1px solid transparent !important;
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        margin-top: -10px !important;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        border-radius: 0;
        background: #fff;
        right: auto !important;
        left: auto !important;
        -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
        -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
        transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
        visibility: hidden;
    }

        .custom-dropdown .dropdown-menu.active {
            opacity: 1;
            visibility: visible;
            margin-top: 0px !important;
        }

        .custom-dropdown .dropdown-menu a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 14px;
            padding: 15px 15px;
            position: relative;
            color: #b2bac1;
        }

            .custom-dropdown .dropdown-menu a:last-child {
                border-bottom: none;
            }

            .custom-dropdown .dropdown-menu a .icon {
                margin-right: 15px;
                display: inline-block;
            }

            .custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
                background: #fff;
                color: #000;
            }

                .custom-dropdown .dropdown-menu a:hover .number, .custom-dropdown .dropdown-menu a:active .number, .custom-dropdown .dropdown-menu a:focus .number {
                    color: #fff;
                }

            .custom-dropdown .dropdown-menu a .number {
                padding: 2px 6px;
                font-size: 11px;
                background: #fd7e14;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 15px;
                border-radius: 4px;
                color: #fff;
            }


@media screen and (max-width: 740px) {
    .custom-dropdown .dropdown-link .profile-info {
        display: none;
    }
}


.cd__main {
    display: block !important;
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

    .fab-container:hover {
        height: 100%;
    }

        .fab-container:hover .sub-button:nth-child(2) {
            transform: translateY(-80px);
        }

        .fab-container:hover .sub-button:nth-child(3) {
            transform: translateY(-140px);
        }

        .fab-container:hover .sub-button:nth-child(4) {
            transform: translateY(-200px);
        }

        .fab-container:hover .sub-button:nth-child(5) {
            transform: translateY(-260px);
        }

        .fab-container:hover .sub-button:nth-child(6) {
            transform: translateY(-320px);
        }

    .fab-container .fab {
        position: relative;
        height: 70px;
        width: 70px;
        background-color: #4ba2ff;
        border-radius: 50%;
        z-index: 2;
    }

        .fab-container .fab::before {
            content: " ";
            position: absolute;
            bottom: 0;
            right: 0;
            height: 35px;
            width: 35px;
            background-color: inherit;
            border-radius: 0 0 10px 0;
            z-index: -1;
        }

        .fab-container .fab .fab-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }

            .fab-container .fab .fab-content .material-icons {
                color: white;
                font-size: 48px;
            }

    .fab-container .sub-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 10px;
        right: 10px;
        height: 50px;
        width: 50px;
        background-color: #4ba2ff;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

        .fab-container .sub-button:hover {
            cursor: pointer;
        }

        .fab-container .sub-button .material-icons {
            color: white;
            padding-top: 6px;
        }


/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for all buttons */
/* button {
	background-color: #04AA6D;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	opacity: 0.9;
  } */

button:hover {
    opacity: 1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
    float: left;
    width: 80%;
    background-color: #f0c14b;
    padding: 5px 20px;
    text-align: center;
    margin-left: 9%;
    border-radius: 5px;
}

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* The Modal (background) */
.modal5 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content5 {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
/* hr {
	border: 1px solid #f1f1f1;
	margin-bottom: 25px;
  } */

/* The Close Button (x) */
.close5 {
    position: absolute;
    right: 610px;
    top: 150px;
    font-size: 40px;
    font-weight: bold;
    color: #0c0c0c;
}

    .close5:hover,
    .close5:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 740px) {
    .cancelbtn, .signupbtn {
        width: 100%;
    }

    .modal-content5 {
        width: 100%;
    }

    .close5 {
        position: absolute;
        right: 35px;
        top: 80px;
        font-size: 40px;
        font-weight: bold;
        color: #0c0c0c;
    }
}

.ttt input[type=text], .ttt input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ttt input[type=text], .ttt input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ttt input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.login-but a {
    background-color: #04AA6D;
    color: white !important;
    padding: 5px 13px;
    /* margin: -1px 0; */
    border: none;
    /* margin-top: -22px; */
    cursor: pointer;
    width: 100%;
    top: 12px;
    font-size: 17px;
    border-radius: 5px;
}

.login a {
    display: none;
}


#id02 {
    display: none;
}

.ttt button:hover {
    opacity: 0.8;
}

.ttt button {
    background-color: #04AA6D;
    color: white;
    padding: 8px 17px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.login-but a:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container-ttt {
    padding: 16px;
}

/* span.psw {
	float: right;
	padding-top: 16px;
  } */

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content1 {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888; /* Could be more or less, depending on screen size */
    width: 22%;
    /* height: 70%; */
}

/* The Close Button (x) */
/* .close {
		position: absolute;
		right: 25px;
		top: 0;
		color: #000;
		font-size: 35px;
		font-weight: bold;
	}
	
	.close:hover,
	.close:focus {
		color: red;
		cursor: pointer;
	} */

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 900px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }



    .header {
        /*height: 1px;*/
    }

    .modal-content1 {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        border: 1px solid #888;
        width: 100%;
        height: 70%;
    }
}


/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
    float: left;
    width: 50%;
}

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: #474e5d; */
    padding-top: 50px;
}



/* Style the horizontal ruler */


/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
        width: 100%;
    }

    .modal-content {
        width: 100%;
    }
}





.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    height: 440px;
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .img-showcase img {
        min-width: 100%;
    }

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
        /* border: 1px solid red; */
    }

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    /* margin: 1rem 0; */
}

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #12263a;
    }

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

    .product-link:hover {
        opacity: 0.9;
    }

.product-rating {
    color: #ffc107;
}

    .product-rating span {
        font-weight: 600;
        color: #252525;
    }

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

    .product-price span {
        font-weight: 400;
    }

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

    .product-detail ul li {
        margin: 0;
        list-style: none;
        background: url(shoes_images/checked.png) left center no-repeat;
        background-size: 18px;
        padding-left: 1.7rem;
        margin: 0.4rem 0;
        font-weight: 600;
        opacity: 0.9;
    }

        .product-detail ul li span {
            font-weight: 400;
        }

.purchase-info {
    margin: 1.5rem 0;
}

    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 25px;
        text-align: center;
        padding: 0.45rem 0.8rem;
        outline: 0;
        margin-right: 0.2rem;
        margin-bottom: 1rem;
    }

    .purchase-info input {
        width: 60px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            background: #f64749;
        }

        .purchase-info .btn:hover {
            opacity: 0.9;
        }

.social-links {
    display: flex;
    align-items: center;
}

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #000;
        border: 1px solid #000;
        margin: 0 0.2rem;
        border-radius: 50%;
        text-decoration: none;
        font-size: 0.8rem;
        transition: all 0.5s ease;
    }

        .social-links a:hover {
            background: #000;
            border-color: transparent;
            color: #fff;
        }

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }

    .dd {
        width: 98%;
    }
}


body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    margin: 0;
    box-sizing: border-box;
}

:before, :after {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.header-one {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 99;
    background-color: #07222e;
}

    .header-one .logo a {
        font-size: 30px;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
    }

#mynav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    margin-top: 1vw;
    margin-left: 20px;
}

.logo1 {
    justify-content: space-around;
    align-content: center;
}

.card1 {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 14px -4px #7cbef2, 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 1px ​40px 0px 9px;
    cursor: pointer;
    height: 420px;
}

.card3 {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 14px -4px #7cbef2, 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 1px ​40px 0px 9px;
    cursor: pointer;
    margin-left: 20px;
}

    .card3:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0,0,0,.06);
    }

    .card3 h3 {
        font-weight: 600;
    }

    .card3 .card-body a {
        text-decoration: none;
        color: #f3974c;
        font-weight: 500;
        font-size: 18px;
    }

.main-heading p.main-heading-title {
    margin: 0;
    padding: 35px 0 10px;
    font-size: 21px;
    font-weight: 400;
    color: #515151 !important;
    text-align: center;
}

    .main-heading h1 span.main-heading-border, .main-heading p.main-heading-title span.main-heading-border {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 13px;
    }

.main-heading::after {
    border-bottom: 3px solid #e3435a !important;
    width: 4%;
}

.main-heading-key::after, .main-heading::after {
    left: 48%;
    position: absolute;
    content: "";
}

.card-text {
    color: #878787;
    line-height: 26px;
    font-size: 1em;
    margin: 0 0 10px;
}

.card-title {
    color: #013675;
    font-weight: bold;
}

.carousel-item img {
    height: 500px;
}

.carousel {
    margin-top: 100px;
}

@media(max-width: 990px) {
    .card {
        margin: 20px;
    }

    .carousel-item img {
        height: 200px;
    }

    .carousel {
        margin-top: 70px;
    }

    .main-heading::after {
        width: 32%;
    }

    .main-heading-key::after, .main-heading::after {
        left: 32%;
        position: absolute;
        content: "";
    }

    .card3 {
        margin-left: 0px;
    }
}


.logo {
    color: var(--color-white);
    font-size: 30px;
}

    .logo span {
        color: var(--color-primary);
    }

.header44 {
    background-color: #07222e;
    height: 60px;
}

.menu-bar {
    height: 60px;
    width: 100%;
    display: flex;
    margin: 0 5vw;
    align-items: center;
    position: relative;
}

    .menu-bar h1 {
        color: #ffffff;
    }

    .menu-bar ul {
        padding-top: 20px;
        /* color: #ffffff; */
        list-style: none;
        display: flex;
    }

        .menu-bar ul li {
            /* width: 120px; */
            padding: 10px 20px;
            /* text-align: center; */
            position: relative;
        }

            .menu-bar ul li a {
                font-size: 15px;
                color: #ffffff;
                text-decoration: none;
                transition: all 0.3s;
                font-weight: 500;
            }

                .menu-bar ul li a:hover {
                    color: #ea4636;
                }



    /* dropdown menu style
  .dropdown-menu {
	display: none;
  }
  
  .menu-bar ul li:hover .dropdown-menu {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--color-black);
  }
  
  .menu-bar ul li:hover .dropdown-menu ul {
	display: block;
	margin: 10px;
  }
  
  .menu-bar ul li:hover .dropdown-menu ul li {
	width: 150px;
	padding: 10px;
  }
  
  .dropdown-menu-1 {
	display: none;
  }
  
  .dropdown-menu ul li:hover .dropdown-menu-1 {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
	background-color: var(--color-black);
  } */
    .menu-bar .search-container {
        float: right;
        margin-left: 50px;
        padding-bottom: 8px;
    }

        .menu-bar .search-container input[type=text] {
            padding: 6px;
            margin-top: 25px;
            font-size: 17px;
            border: none;
            margin-bottom: 15px;
        }

        .menu-bar .search-container button {
            float: right;
            padding: 6px 10px;
            margin-top: 25px;
            margin-right: 16px;
            background: #ddd;
            font-size: 17px;
            border: none;
            cursor: pointer;
        }

            .menu-bar .search-container button:hover {
                background: #ccc;
            }





.header .menu > ul > li .mob {
    display: none;
}


.header .search-container {
    float: right;
    margin-left: 50px;
    padding-bottom: 8px;
}

.header input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.header .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .header .search-container button:hover {
        background: #ccc;
    }

/* header */
.header {
    display: block;
    height: 65px;
    width: 100%;
    position: relative;
    /* z-index: -21; */
    margin-top: -30px;
    background-color: #07222e;
}

    .header .item-left {
        flex: 0 0 17%;
    }

    .header .item-center {
        /* flex:0 0 66%; */

        flex: 0 0 100%;
        margin: 0 45px;
    }

.menu-bar .item-right {
    flex: 0 0 25vw;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 175px;
    top: -8px;
    gap: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

    .menu-bar .item-right i {
        text-decoration: none;
        font-size: 16px;
        color: #000000;
        display: inline-block;
        margin-left: 10px;
        transition: color 0.3s ease;
    }

    .menu-bar .item-right a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        /*display: inline-block;*/
        margin-left: 0px;
        transition: color 0.3s ease;
    }

.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

    .header .menu > ul > li > a {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        position: relative;
        text-transform: capitalize;
        transition: color 0.3s ease;
    }

    .header .menu > ul > li .sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #ffffff;
        box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
        padding: 20px 30px;
        transition: all 0.5s ease;
        margin-top: 25px;
        opacity: 0;
        visibility: hidden;
    }





.dropdown-menu-1 {
    display: none;
}

.sub-menu ul li:hover .dropdown-menu-1 {
    max-width: 1000px;
    min-width: 1000px;
    height: 400px;
    padding: 40px;
    margin-left: 166px;
    display: block;
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: -37px;
}

.sub-menu ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--color-black);
}

    .sub-menu ul li:hover .dropdown-menu ul {
        display: block;
        margin: 10px;
    }

        .sub-menu ul li:hover .dropdown-menu ul li {
            width: 150px;
            padding: 10px;
        }

.dropdown-menu-1 h3 {
    text-decoration: underline solid #ffc220 3px;
    text-underline-offset: 9px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    color: #404040;
    font-weight: 600;
    font-size: 15px;
}

.product-rr {
    display: flex;
}

    .product-rr .list-item1 {
        padding-top: 10px;
        line-height: 25px;
        padding: 12px;
    }

        .product-rr .list-item1 h4 {
            font-size: 15px;
            font-weight: 500;
        }

        .product-rr .list-item1 ul {
            font-size: 12px;
        }

            .product-rr .list-item1 ul a {
                color: #4d4c4c;
            }

                .product-rr .list-item1 ul a:hover {
                    color: #0474d0;
                }







.banner-section1 {
    display: none;
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 0px;
    margin-left: 25px;
}

    .header .menu > ul > li a {
        text-decoration: none;
    }

.sub-menu ul li:hover .banner-section1 {
    max-width: 1000px;
    min-width: 1100px;
    height: 500px;
    margin-left: 165px;
    display: block;
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    display: flex;
    margin-top: -33px;
}

.banner-section1 .box1 {
    width: 60%;
}

.banner-section1 .box2 {
    width: 40%;
}

.banner-section1 .box1 h4 {
    width: 90%;
    text-decoration: underline solid #ffc220 3px;
    text-underline-offset: 8px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
    color: #404040;
    font-weight: 600;
}

.banner-section1 .box2 h4 {
    width: 100%;
    text-decoration: underline solid #ffc220 3px;
    text-underline-offset: 8px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
    color: #404040;
    font-weight: 600;
}

.banner-section1 .box1 .box-cantent1 ul li {
    font-size: 13px;
    padding-top: 10px;
}

.banner-section1 .box2 .box-cantent2 ul li {
    font-size: 13px;
    padding-top: 10px;
}

.banner-section1 .box1 .box-cantent1 {
    display: flex;
}

.banner-section1 .box1 .cantent1 {
    width: 49%;
}

.banner-section1 .box1 .cantent2 {
    margin-left: 20px;
    width: 49%;
}

.banner-section1 .box1 .box-cantent1 ul li:hover a {
    color: #0474d0;
}

.banner-section1 .box1 .box-cantent1 ul a {
    color: #4d4c4c;
}

.banner-section1 .box2 .box-cantent2 ul li:hover a {
    color: #0474d0;
}

.banner-section1 .box2 .box-cantent2 ul a {
    color: #4d4c4c;
}

.banner-section1 .box1 .cantent2 .bt {
    border-radius: 30px;
    border: 1px solid #f3974c;
    padding: 8px 15px;
    margin-top: 60px;
    text-align: center;
    width: 200px;
    margin-left: 40px;
    transition: 0.5s;
}

    .banner-section1 .box1 .cantent2 .bt a {
        color: #f3974c;
    }

    .banner-section1 .box1 .cantent2 .bt:hover {
        color: #ffffff;
        background-color: #f3974c;
    }

        .banner-section1 .box1 .cantent2 .bt:hover a {
            color: #ffffff;
        }




/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 740px) {
    .prev, .next, .text {
        font-size: 11px
    }

    .logo {
        margin-left: -20px;
    }

    .sub-menu ul li:hover .dropdown-menu-1 {
        margin-left: 0px;
    }

    .header .menu > ul > li .mob {
        display: block;
    }
}



@media(min-width: 992px) {

    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
    border-bottom: 1px solid #cbcbcb;
}

    .header .menu > ul > li .sub-menu > ul > li > a {
        display: inline-block;
        padding: 5px 0;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .single-column-menu1 {
    min-width: 40px;
    max-width: 350px;
    position: absolute;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 10px 0;
        display: inline-block;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
    }

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header nav.show {
    left: 160px !important;
    transform: translateX(-50%) !important;
}



.menu-overlay.show {
    visibility: visible;
    opacity: 1;
}

.sub-menu .category {
    cursor: pointer;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 25%;
        padding: 0 15px;
    }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
            font-size: 16px;
            color: #ea4636;
            font-weight: 500;
            line-height: 1;
            padding: 10px 0;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
            text-align: center;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
            max-width: 100%;
            width: 100%;
            vertical-align: middle;
            margin-top: 10px;
        }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.menu-bar .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #ea4636;
}


.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

.header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
    /*display: flex;*/
}

.product-imgs {
    padding: 50px;
}

.item-right .dropdown-profile {
    margin-top: 1.5rem;
}
/*responsive*/
@media(max-width: 1330px) {
    /* .menu-bar{
		display: none;
	} */

    .dropdown-profile {
        margin-top: 0px !important;
        /* margin-left: -6px !important; */
        display: flex;
        display: none !important;
        left: 55px;
    }

    .menu-bar .search-container {
        display: none;
    }

    .menu-bar ul {
        display: none;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .menu-bar .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .menu-bar .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        margin-top: 15px;
        /* float: right; */
        position: relative;
        left: -40px;
        /* top: 12px; */
        justify-content: center;
        cursor: pointer;
    }

    .login a {
        background-color: #ffffff;
        color: black;
        padding-right: 150px;
        padding-left: 18px;
        padding-bottom: 16px;
        margin: 8px 0;
        margin-left: -20px;
        border: none;
        border-bottom: 1px solid #bdbdbd;
        cursor: pointer;
        width: 100%;
        display: block;
    }

    .login-but a {
        display: none;
    }


    .product-imgs {
        padding: 0;
    }

    .dropdown-profile img {
        display: none;
    }

    .menu-bar .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 24px;
        position: relative;
    }

    .mobile-chat {
        display: block;
        position: absolute;
        top: -23px;
        left: -82px;
    }

    .cart-popup {
        width: 340px !important;
    }

    .header {
        display: block;
        height: 0;
    }

    .menu-bar .mobile-menu-trigger span:before, .menu-bar .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .menu-bar .mobile-menu-trigger span:before {
        top: -6px;
    }

    .menu-bar .mobile-menu-trigger span:after {
        top: 6px;
    }

    .menu-bar .item-right {
        flex: 0 0 25vw;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 60px;
        top: 17px;
        font-size: 40px;
        font-weight: bold;
        color: #f1f1f1;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                color: #000000;
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0,0,0,0.1);
            }

                .header .menu > ul > li > a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    line-height: 50px;
                    transform: rotate(-90deg);
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 75px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
            justify-content: space-around;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
                padding: 20px;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
                /*margin-left: 216px;*/
            }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 15px;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}


.bread-crumbs > div a {
    color: #878787;
    font-size: 12px;
}

.bread-crumbs {
    font-size: 0px;
    font-size: 0rem;
    color: #8c8c8c;
    padding-top: 10px;
}

.page-navigation {
    margin: auto;
    width: 15%;
    /* border: 3px solid green; */
    padding: 10px;
}

footer {
    border-top: 1px solid rgb(93, 93, 93);
    /*margin-top: 15vh;*/
    background: #f8f7f7;
    width: 100%;
    bottom: 0;
    left: 0;
}

    footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 100px;
        height: 1px;
        width: 100%;
        /* background: #afafb6; */
    }

    footer .content {
        max-width: 1250px;
        margin: auto;
        padding: 30px 40px 40px 40px;
    }

        footer .content .top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;
        }

.content .top .logo-details {
    color: #000000;
    font-size: 30px;
}

.content .top .media-icons {
    display: flex;
}

    .content .top .media-icons a {
        height: 40px;
        width: 40px;
        margin: 0 8px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        transition: all 0.4s ease;
    }

.top .media-icons a:nth-child(1) {
    background: #4267b2;
}

    .top .media-icons a:nth-child(1):hover {
        color: #4267b2;
        background: #fff;
    }

.top .media-icons a:nth-child(2) {
    background: #1da1f2;
}

    .top .media-icons a:nth-child(2):hover {
        color: #1da1f2;
        background: #fff;
    }

.top .media-icons a:nth-child(3) {
    background: #e1306c;
}

    .top .media-icons a:nth-child(3):hover {
        color: #e1306c;
        background: #fff;
    }

.top .media-icons a:nth-child(4) {
    background: #0077b5;
}

    .top .media-icons a:nth-child(4):hover {
        color: #0077b5;
        background: #fff;
    }

.top .media-icons a:nth-child(5) {
    background: #ff0000;
}

    .top .media-icons a:nth-child(5):hover {
        color: #ff0000;
        background: #fff;
    }

footer .content .link-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    footer .content .link-boxes .box {
        width: calc(100% / 5 - 10px);
    }

.content .link-boxes .box .link_name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.link-boxes .box .link_name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #1c1c1c;
}

.content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

    .content .link-boxes .box li a {
        color: #090909;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        opacity: 0.8;
        transition: all 0.1s ease;
    }

        .content .link-boxes .box li a:hover {
            opacity: 1;
            text-decoration: underline;
            color: #F5821F;
        }

.content .link-boxes .input-box {
    margin-right: 55px;
}

.link-boxes .input-box input {
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #afafb6;
    background: #eaeaea;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #000000;
    margin-top: 5px;
}

    .link-boxes .input-box input::placeholder {
        color: #afafb6;
        font-size: 16px;
    }

    .link-boxes .input-box input[type="button"] {
        background: #fff;
        border: 1px solid #F5821F;
        color: #F5821F;
        font-size: 18px;
        font-weight: 500;
        margin: 4px 0;
        opacity: 0.8;
        cursor: pointer;
        transition: all 0.4s ease;
    }

.input-box input[type="button"]:hover {
    opacity: 1;
}

footer .bottom-details {
    width: 100%;
    background: #2e2748;
}

    footer .bottom-details .bottom_text {
        max-width: 1250px;
        margin: auto;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
    }

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

    .bottom-details .bottom_text a:hover {
        opacity: 1;
        text-decoration: underline;
    }

.bottom-details .bottom_text a {
    margin-right: 10px;
}

@media (max-width: 900px) {
    footer .content .link-boxes {
        flex-wrap: wrap;
    }

        footer .content .link-boxes .input-box {
            width: 40%;
            margin-top: 10px;
        }
}

@media (max-width: 700px) {
    footer {
        position: relative;
    }

    .content .top .logo-details {
        font-size: 26px;
    }

    .content .top .media-icons a {
        height: 35px;
        width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 3 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 60%;
    }

    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a {
        font-size: 12px;
    }

    .header .menu .menu-main {
        display: block;
    }
}

@media (max-width: 520px) {
    footer::before {
        top: 145px;
    }

    footer .content .top {
        flex-direction: column;
    }

    .content .top .media-icons {
        margin-top: 16px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 100%;
    }
}


.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%; /* Adjust width to be 100% of its container */
    height: auto; /* Adjust height to maintain aspect ratio */
    max-width: 550px; /* Set a maximum width */
    max-height: 400px; /* Set a maximum height */
    transition: all 0.5s ease;
}

/* Media query for tablets */
@media (max-width: 768px) {
    .img-showcase {
        width: 90%; /* Adjust width to be 90% of its container */
        max-width: 400px; /* Optional: Set a maximum width for tablets */
    }
}

/* Media query for mobile phones */
@media (max-width: 480px) {
    .img-showcase {
        width: 100%; /* Adjust width to be 100% of its container */
        max-width: none; /* Remove maximum width for mobile phones */
        height: auto; /* Allow height to adjust automatically */
    }
}


.img-item img {
    display: inline-block;
    width: 133px;
    height: 105px;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
    }

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    /* font-size: 3rem; */
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #12263a;
    }

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

    .product-link:hover {
        opacity: 0.9;
    }

.product-rating {
    color: #ffc107;
}

    .product-rating span {
        font-weight: 600;
        color: #252525;
    }

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

    .product-price span {
        font-weight: 400;
    }

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

    .product-detail ul li {
        margin: 0;
        list-style: none;
        background: url(shoes_images/checked.png) left center no-repeat;
        background-size: 18px;
        padding-left: 1.7rem;
        margin: 0.4rem 0;
        font-weight: 600;
        opacity: 0.9;
    }

        .product-detail ul li span {
            font-weight: 400;
        }

.purchase-info {
    margin: 1.5rem 0;
}

    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 25px;
        text-align: center;
        padding: 0.45rem 0.8rem;
        outline: 0;
        margin-right: 0.2rem;
        margin-bottom: 1rem;
    }

    .purchase-info input {
        width: 60px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            background: #f64749;
        }

        .purchase-info .btn:hover {
            opacity: 0.9;
        }

.social-links {
    display: flex;
    align-items: center;
}

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #000;
        border: 1px solid #000;
        margin: 0 0.2rem;
        border-radius: 50%;
        text-decoration: none;
        font-size: 0.8rem;
        transition: all 0.5s ease;
    }

        .social-links a:hover {
            background: #000;
            border-color: transparent;
            color: #fff;
        }

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}


/*logo*/
.navbar-brand1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #000;
    /* display: inline-block; */
    /* position: relative; */
    text-align: center;
}

.navbar-brand1 {
    /*border-bottom: 1px solid #4e4e52;*/
    color: #fff !important;
    font-size: 22px;
    float: none;
    line-height: 30px;
    margin: 0;
    /* font-weight: 800; */
    text-align: left;
    text-transform: capitalize;
    display: block;
    min-height: 69px;
    padding: 0;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
}

    .navbar-brand1 a {
        text-decoration: none;
        color: #fff;
        margin-left: 3px;
        text-align: center;
        margin-top: 6px;
        font-size: 25px;
    }

    .navbar-brand1 b {
        font-size: 7px;
        background: #ED0612;
        font-weight: normal;
        padding: 3px;
        display: inline-block;
        position: absolute;
        top: 17px;
        left: 4px;
        color: #fff;
        line-height: 8px;
    }

    .navbar-brand1 span {
        font-size: 7px;
        margin-top: -4px;
        display: block;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Noto Sans', sans-serif;
    }


.modal-backdrop {
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

/*.btn-closes {
    width: 25px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 665px !important;
        margin: 1.75rem auto;
    }
}

.popupLogin {
    padding: 70px 10px;
    background: #f7e4d6;
}

    .popupLogin img {
        position: relative;
        bottom: 0;
        top: 50px;
    }

    .popupLogin p {
        font-size: 20px;
        color: #7c7878;
        font-weight: 600;
    }



/* Input Styles */
.input-container {
    width: 100%;
    position: relative;
    top: 0px;
    margin-bottom: 25px;
}

    .input-container label {
        /* color: #CCC;
        position: absolute;
        cursor: text;
        transform: translateY(-25px);
        transition: transform 0.3s ease;*/
        left: 0;
        /*bottom: 6px;*/
        color: #878787;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        pointer-events: none;
        transform: translateY(10px);
        transition: transform .2s ease;
        will-change: transform;
        transform-origin: left;
    }

    .input-container input {
        width: 100%;
        height: 40px;
        font-size: 16px;
        transition: 0.6s;
        border: none;
        padding: 10px;
        border-bottom: 1px solid #CCC;
        background-color: transparent;
    }

        .input-container input:focus {
            outline: none;
            border-bottom: 1px solid #28a2a2;
        }

/* Input Animation Styles */
.animation label {
    transform: translateY(-55px);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    top: 40px;
}

.animation-color label {
    color: #28a2a2;
    bottom: -23px;
}

.bgWhite {
    text-align: center;
}

.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}

.bgWhite input {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}


img {
    max-inline-size: 100%;
    block-size: auto;
}

    img.img-with-animation {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }


blockquote {
    /*font-family: 'Open Sans';*/
    font-weight: 300;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

    blockquote::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        content: '';
        border-left: 4px solid rgba(0, 0, 0, 0.1);
        border-color: #415da7 !important;
    }

blockquote {
    position: relative;
    padding-left: 1.8em;
}

.vc_custom_heading {
    /*font-family: Barlow Semi Condensed;*/
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
}

.vc_column_container {
    /*font-family: Barlow Semi Condensed;*/
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}

.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    .vc_column-inner p {
        font-size: 19px;
    }

.modal-backdrop.show {
    opacity: .5;
    display: none;
}


.dropbtn {
    /*background-color: #04AA6D;*/
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}


.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 13px;
}


.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:before {
        left: 0;
    }

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:after {
        right: 0;
    }

.add {
    text-align: center;
}

.my-cart-b {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.my-cart-b {
    background: none;
    text-decoration: none;
    color: #efab18 !important;
    /*width: 55%;*/
    font-size: 1em;
    border: 2px solid #efab18 !important;
    border-radius: 50px;
    padding: 0.5em 1em;
    outline: none;
}

    .my-cart-b:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #efab18;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 15% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 50px;
        border: 2px solid #efab18 !important;
    }

    .my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
        color: white !important;
        background: #efab18;
        border: 2px solid #efab18 !important;
        outline: none !important;
    }


.shopping-cart-container {
    max-height: 300px; /* Adjust the height as needed */
    overflow-y: auto;
}

.cart-popup {
    max-width: 600px; /* Adjust the width as needed */
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.cart-popup {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 1050;
    padding: 20px;
}

    .cart-popup.show {
        right: 0;
    }


/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 46%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

/* Default popup styles */
.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 45%;
    position: relative;
    /*transition: all 2s ease-in-out;*/
}

    /* Close button styles */
    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

    /* Content styles */
    .popup .content {
        max-height: 30%;
        /*overflow: auto;*/
    }

/* Responsive adjustments for tablets */
@media (max-width: 768px) {
    .popup {
        width: 70%;
        padding: 15px;
    }

        .popup .close {
            top: 15px;
            right: 20px;
            font-size: 25px;
        }

        .popup .content {
            max-height: 40%;
        }

    .popupLogin {
        padding: 0px 0px;
    }

        .popupLogin img {
            top: 0px;
        }
}

/* Responsive adjustments for mobile phones */
@media (max-width: 480px) {
    .popup {
        width: 90%;
        padding: 10px;
    }

        .popup .close {
            top: 10px;
            right: 15px;
            font-size: 20px;
        }

        .popup .content {
            max-height: 50%;
        }
}

.current-menu-title .profile {
    display: flex;
}

    .current-menu-title .profile img {
        width: 50px;
        border-radius: 35%;
    }

.profileName {
    margin-left: 10px;
    margin-top: 5px;
}



.qty {
    position: absolute;
    right: 45px;
    top: 77%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #416AA6;
}

.dec,
.inc {
    cursor: pointer;
}

.num {
    width: 30px;
    font-size: 19px;
    display: inline-block;
    text-align: Center;
}

.loginWith {
    text-decoration: underline;
}

.Forgotbutton {
    float: inline-end;
    font-size: 15px !important;
    color: #3a474d !important;
    text-decoration: underline !important;
}

.input-container {
    position: relative;
}

.eye-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

    .eye-button:hover,
    .eye-button:focus {
        color: #333; /* Change color when hovered or focused */
    }

    .eye-button:active {
        color: #000; /* Darker color when active */
    }

.faq-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

    .faq-img img {
        max-width: 35%;
        margin-top: 20px;
        height: auto;
        object-fit: cover;
    }


details {
    border: 1px solid rgba(112,112,112,0.1);
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
    cursor: pointer;
}

summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details[open] {
    padding: 0.5em;
    border: none;
    background-color: rgba(173,216,230,0.5);
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}

details:hover {
    background-color: rgba(173,216,230,0.5);
}

details summary::after {
    content: "+";
    float: right;
    font-size: 1.2em;
    color: green;
}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 1.5em;
    color: green;
}

.social {
    position: fixed;
    top: 50%;
    z-index: 99999;
    width:50px;
}

    .social ul {
        padding: 0px;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-270px, 0);
    }

        .social ul li {
            display: block;
            margin: 25px;
            background: rgba(0, 0, 0, 0.36);
            width: 310px;
            text-align: right;
            padding: 10px;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }


            .social ul li:hover {
                -webkit-transform: translate(110px, 0);
                -moz-transform: translate(110px, 0);
                -ms-transform: translate(110px, 0);
                -o-transform: translate(110px, 0);
                transform: translate(110px, 0);
                background: rgba(0, 0, 0, 0.64);
            }

                .social ul li:hover a {
                    color: rgb(255, 250, 250);
                }

                .social ul li:hover img {
                    color: #fff;
                    background: rgb(255, 255, 255);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

            .social ul li img {
                margin-left: 10px;
                color: rgb(255, 255, 255);
                background: rgb(255, 255, 255);
                /* padding: 10px; */
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 45px;
                line-height: 22px;
                height: 45px;
                font-size: 21px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                display: inline !important;
            }
