body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f1f1f1;
}

a:hover, button:hover {
    opacity: 0.7;
}

[v-cloak]{
    display: none;
}

/* === */

header{
    background: #fff;
}

header .navbar .mobileNavbar{
    display: none;
}

header .navbar .mobileNavbar button{
    background: #27305b;
    border-color: #27305b;
}

header .navbar .buttons{
	display: flex;
    align-items: center;
}

header .navbar .buttons a{
	color: #27305b;
    text-decoration: none;
    margin-left: 18px;
    font-weight: 300;
    font-size: 18px;
}

header .navbar .buttons .loginButton{
	background: #27305b;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
}

header .navbar .buttons .cartButton, header .navbar .mobileNavbar .cartButton  {
    display: flex;
    align-items: center;
    position: relative;
    color: #27305b;
    text-decoration: none;
    margin-left: 25px;
    font-weight: 300;
    font-size: 18px;
}

header .navbar .mobileNavbar .cartButton  {
    margin-left: 12px!important;
}

header .navbar .buttons .cartButton i, header .navbar .mobileNavbar .cartButton i {
    font-size: 28px;
    margin-right: 7px;
}

header .navbar .buttons .cartButton .badge, header .navbar .mobileNavbar .cartButton .badge {
    position: absolute;
    top: -8px;
    right: -5px;
    padding: 5px 7px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 10px;
}


header .banner {
    border-radius: 14px;
    margin: 10px 0;
	display: none;
    justify-content: center;
    align-items: center;
/*	background: url("../images/background.jpg");*/
    background: linear-gradient(to right, rgba(0, 0, 0, 86%), rgba(104, 104, 104, 25%)), url(https://static.vecteezy.com/system/resources/previews/032/943/670/large_2x/modern-men-fashion-in-retail-boutique-store-free-photo.jpg) center no-repeat;
    height: 500px;
    background-size: cover;
    padding: 50px;
}

header .banner p {
	font-size: 20px;
    color: white;
}

header .banner button{
	border: 0;
    background: white;
    padding: 10px 25px;
    border-radius: 5px;
    color: #27305b;
    font-weight: 600;
    font-size: 18px;
}

/* ---- */

/* main  */

main {
    background: #ffffff;
}

main h3.subtitle {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

main .divider {
    width: 120px;
    opacity: 1;
    margin: 20px auto;
    background: white;
    height: 6px;
    background: #27305b;
    border-radius: 12px;
    border: none;
}

main .separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #27305b;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 25px;
    text-transform: uppercase;
}

main .separator::before,
main .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #27305b;
}

main .separator:not(:empty)::before {
    margin-right: .25em;
}

main .separator:not(:empty)::after {
    margin-left: .25em;
}

main .categories_hp {
    padding: 10px 0 35px 0;
    background: #ffffff;
}

main .categories_hp .categoryBox {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 25px;
}

main .categories_hp .categoryBox:hover {
    opacity: 0.7;
    cursor: pointer;
}

main .categories_hp .categoryBox img{
    width: 100%;
    border-radius: 14px;
    filter: brightness(0.6);
    height: 170px;
    object-fit: cover;
}

main .categories_hp .categoryBox span {
    position: absolute;
    top: 38%;
    left: 10%;
    font-size: 31px;
    text-shadow: 0 0px 23px black;
    font-weight: 300;
}

main .categories_hp button{
    background: #27305b;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* about section */

main .about {
    padding: 35px 0;
    background: #f1f1f1;
}

main .about p {
    margin-top: 35px 0 120px 0;
    text-align: justify;
}

main .about .rightSideImages img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}

/* contact section */

main .contact {
    padding: 25px 0 35px 0;
    background: #ffffff;
}

main .contact h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}

main .contact .g-mapdisplay{
    height:100%; 
    width:100%;
    max-width:100%;
}

main .contact .g-mapdisplay img{
    max-height:none;
    max-width:none!important;
    background:none!important;
}

main .contact .contactInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 14px;
}

main .contact .contactInfo hr{
    height: 3px; 
}

main .contact .contactInfo .phone, main .contact .contactInfo .email, main .contact .contactInfo .location{
    display: flex;
    flex-direction: column;
    width: 260px;
}

main .contact .contactInfo i{
    font-size: 30px;
    color: #27305b;
}

main .contact .contactInfo a, main .contact .contactInfo b{
    text-decoration: none;
    color: #55504b;
}

main .contact .contactInfo .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

main .contact .contactInfo .title h5 {
    margin: 0;
}

/* featured-products */

.discounted-products {
    padding: 30px 0;
    margin: 30px 0 55px 0;
    border-radius: 14px;
    background: #1a3549;
    color: #fff;
    text-align: center;
/*    background-image: url("../images/discount_bg.png");*/
/*    background-blend-mode: soft-light;*/
/*    background-blend-mode: color-burn;
    background-position: top;*/
}

.discounted-products .right_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
}

.discounted-products h2 {
    font-size: 34px;
    margin-bottom: 0px;
    text-shadow: 0 0 10px black;
}

.discounted-products p {
    font-size: 16px;
    margin-bottom: 0px;
    text-shadow: 0 0 10px black;
    text-align: left;
    width: 90%;
}

.discounted-products button {
    background: #fff;
    color: #1a3549;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.discounted-products button:hover {
    background: #f1f1f1;
}

.discounted-products img {
    filter: invert(1); 
    width: 320px;
}


/* products page */

main .allProducts {
    padding: 35px 0;
    background: #f1f1f1;
}

main .allProducts .categories{
    border-right: 1px solid #ccc;
}

main .allProducts .categories .mobileSidebar  {
    display: none;
}

main .allProducts .categories .mobileSidebar select{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

main .allProducts .sidebar, main .allProducts .productsBoxes {
    margin-top: 25px;
}

main .allProducts .sidebar b {
    font-size: 22px;
    color: #55504b;
}

main .allProducts .sidebar ul {
    list-style: none;
    padding-left: 0;
}

main .allProducts .sidebar ul li {
    font-size: 18px;
    background: #e6e6e6;
    padding: 4px 15px;
    border-radius: 5px;
    margin: 5px 0;   
}

main .allProducts .sidebar ul li:hover{
    opacity: 0.7;
    cursor: pointer;
}

main .allProducts .sidebar ul li.active{
    border: 1.5px solid #55504b61;
}

main .allProducts .productsBoxes .productBox {
    margin-bottom: 25px;
/*    border: 1px solid #ccc;*/
/*    background: #e7e7e7;*/
    position: relative;
}

main .allProducts .productsBoxes .productBox img{
    width: 100%;
    height: 350px;
    object-fit: fill;
/*    margin-bottom: 10px;*/
    border-radius: 7px;
    border: 1px solid #e5e5e5;
}

main .allProducts .productsBoxes .productBox .productDescription {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: white;
    margin-top: 7px;
    border-radius: 7px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}

main .allProducts .productsBoxes .productBox .productCart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

main .allProducts .productsBoxes .productBox .productCart input{
    width: 28%;
    border: 0;
    text-align: center;
    padding: 0;
}

main .allProducts .productsBoxes .productBox .productCart button{
    border: 0;
    background: #27305b;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

main .allProducts .productsBoxes .productBox .cartButton{
    width: 100%;
    border: 0;
    background: #27305b;
    color: white;
    padding: 5px;
    margin-top: 10px;
    border-radius: 6px;
}

main .allProducts .productsBoxes .productBox .discount_box {
    position: absolute;
    top: 8px;
    right: 16px;
    background: red;
    padding: 2px 12px;
    font-size: 20px;
    color: white;
    font-weight: 600;
}

main .message {
    margin: 10px 0;
    padding: 10px;
/*    background-color: #4caf5063;*/
    color: #333;
    font-weight: 500;
}

main .error {
    background-color: #ff000063;
}

main .success {
    background-color: #4caf5063;
}

main .allProducts .single_product {

}

main .allProducts .single_product .product_box {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    height: 100%;
}

main .allProducts .single_product .product_box h3 {
    font-size: 24px;
}

main .allProducts .single_product .product_box p.code {
    color: #707070;
    font-size: 14px;
    margin: 0;
}

main .allProducts .single_product .product_box p.price {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

main .allProducts .single_product .product_box p.discount_price {
    color: #FF3943;
    font-size: 28px;
    margin: 0;
}

main .allProducts .single_product .product_box p.label {
    color: #707070;
    font-size: 14px;
    margin: 0;
}

main .allProducts .single_product .product_box select {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
}

main .allProducts .single_product .product_box input {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 10px;
}

main .allProducts .single_product .product_box button.decrement, main .allProducts .single_product .product_box button.increment {
    background: #000;
    border: none;
    color: white;
    width: 25px;
}

main .allProducts .single_product .product_box button.decrement {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

main .allProducts .single_product .product_box button.increment {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

main .allProducts .single_product .product_box button.add_to_cart {
    background: black;
    color: white;
    width: 100%;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}


/*
main .allProducts button{
    border: 0;
    background: #27305b;
    padding: 5px 25px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}*/

/* all cart items page */

main .allCartItems {
    padding: 35px 0;
    background: #f1f1f1;
}

main .allCartItems table {
    width: 100%;
    margin-bottom: 20px;
}

main .allCartItems table thead {
    border-bottom: 2px solid #ccc;
}

main .allCartItems table td,
main .allCartItems table th {
    padding: 8px 6px;
}

main .allCartItems table tbody tr {
    background: white;
    border-bottom: 2px solid #f1f1f1;
}

main .allCartItems table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

main .allCartItems .quantityBox {
    display: flex;
}

main .allCartItems .quantityBox input{
    width: 28%;
    border: 0;
    text-align: center;
    padding: 0;
    background: #f1f1f1;
}

main .allCartItems .quantityBox button{
    border: 0;
    background: #27305b;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

main .allCartItems .checkoutBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    height: auto;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

main .allCartItems .total {
    display: flex;
    justify-content: space-between;
}

main .allCartItems .checkoutBox button {
    background: #27305b;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    border: 0;
    border-radius: 5px;
}

main .allCartItems .emptyCart img, main .allCartItems .successPage img, main .checkoutPage img{
    width: 250px;
}

main .allCartItems .emptyCart p, main .allCartItems .successPage p, main .checkoutPage p{
    font-size: 18px;
    margin-top: 20px;
}

main .allCartItems .emptyCart button, main .allCartItems .successPage button{
    border: 0;
    background: #27305b;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    margin-top: 20px;
}

main .allCartItems .continueShop{
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #55504b;
    cursor: pointer;
}

/* checkout */
main .checkoutPage {
    padding: 35px 0;
    background: #f1f1f1;
}

main .checkoutPage .checkoutForm .customerDetails {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

main .checkoutPage .checkoutForm .form-group {
    display: flex;
    flex-direction: column;
}

main .checkoutPage .checkoutForm .form-group input, 
main .checkoutPage .checkoutForm .form-group textarea {
    background: #f1f1f1;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

main .checkoutPage .checkoutForm .form-group textarea {
    min-height: 200px;
    max-height: 400px;
}

main .checkoutPage .checkoutForm .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8b8b8b;
    margin-top: 10px;
    padding: 3px 5px;
}

main .checkoutPage .checkoutForm .paymentMethod {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 15px;
    border-radius: 5px;
}

main .checkoutPage .checkoutForm .paymentMethod .paymentOption {
    display: flex;
    align-items: center;
    gap: 10px;
}

main .checkoutPage .checkoutForm .paymentNote {
    margin-top: 10px;
    margin-left: 24px;
    border-left: 2px solid #000000;
    padding: 3px 16px;
    font-size: 14px;
}

main .checkoutPage .checkoutBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    height: auto;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    height: auto !important;
    position: sticky;
    top: 10px;
}

main .checkoutPage .checkoutBox .total {
    display: flex;
    justify-content: space-between;
}

main .checkoutPage button {
    border: 0;
    background: #27305b;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    margin-top: 20px;
}

main .checkoutPage h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

main .checkoutPage .checkoutBox table {
    width: 100%;
    margin-bottom: 20px;
}

main .checkoutPage .checkoutBox table thead {
    border-bottom: 2px solid #ccc;
}

main .checkoutPage .checkoutBox table td,
main .checkoutPage .checkoutBox table th {
    padding: 8px 6px;
}

main .checkoutPage .checkoutBox table tbody tr {
    background: #f1f1f1;
    border-bottom: 2px solid #ffffff;
}

main .checkoutPage .checkoutBox table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

main .checkoutPage .checkoutBox .promoCode {
    display: flex;
    flex-direction: column;
}

main .checkoutPage .checkoutBox .promoCode label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8b8b8b;
    margin-top: 10px;
    padding: 3px 5px;
}

main .checkoutPage .checkoutBox .promoCode input {
    background: #f1f1f1;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

main .checkoutPage .checkoutBox .promoCode small {
    margin-bottom: 50px;
    color: red;
    text-align: right;
}

.filters-section {
    background: white;
    padding: 10px 15px;
    border-radius: 10px;

}

.filters-section-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.size-options span {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.size-options span.active {
    background-color: #27305b;
    color: white;
    border-color: #27305b;
}

.sorting select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.category-item {
    display: flex;
    justify-content: space-between;
}

/* Product gallery styles */
.product-gallery {
    margin-bottom: 20px;
}

.main-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: white;
}

.image-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thumbnail:hover {
    border-color: #333;
}

.thumbnail.active {
    border-color: #333;
    border-width: 3px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
        

/* ===== */
/* footer */

footer{
    margin-top: auto;
}

footer .footerTop{
    padding: 35px 0;
    background: #27305b;
}

footer .footerTop .sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footerTop .secondSections{
    display: flex;
}

footer .footerTop .sections h4{
    font-size: 15px;
    color: white;
}

footer .footerTop .privacyPolicy {
    margin-right: 30px;
}

footer .footerTop .privacyPolicy ul li {
    color: white;
}

footer .footerTop .privacyPolicy ul li a {
    color: white;
    text-decoration: none;
}

footer .footerTop .contactInfo .phone, footer .footerTop .contactInfo .email, footer .footerTop .contactInfo .location{
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 15px;
}

footer .footerTop .contactInfo i {
    font-size: 32px;
    margin-right: 25px;
    width: 40px;
    text-align: center;
}

footer .footerTop .contactInfo {
    font-size: 14px;
}

footer .footerTop .contactInfo a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

footer .footerTop .contactInfo .phone .numbers{
    display: flex;
    flex-direction: column;
}

footer .footerTop .firstBox img{
    filter: invert(1);
    width: 250px;
}

footer .footerTop p{
    color: white;
}

footer .footerTop .iconsSocial {
    display: flex;
    gap: 10px;
}

footer .footerTop .iconsSocial i{
    color: white;
    font-size: 32px;
    margin-right: 10px;
}

footer .footerBottom {
    padding: 10px 0;
    background: #27305b;
    border-top: 2px solid #9d9d9d;
}

footer .footerBottom p {
    margin: 0;
    color: #9d9d9d;
    font-size: 13px;
}

footer .footerBottom p span {
    font-size: 11px;
    text-transform: uppercase;
    color: #55504b;
}

footer .footerBottom p span a {
    text-decoration: none;
    color: #5e5f63;
}

/*=================*/
/* Cookies */
 
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.cookie-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
 
.cookie-buttons {
  display: flex;
  gap: 10px;
}
 
.cookie-popup .accept-btn,
.cookie-popup .decline-btn {
  background-color: #27305b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
 
.cookie-popup .decline-btn{
  border: 2px solid #007bff;
  background: transparent;
  color: #007bff;
}
 
.cookie-popup .accept-btn:hover,
.cookie-popup .decline-btn:hover {
    opacity: 0.7;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #27305b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 10px 0px 34px #0a0a0a;
}

.sidenav ul {
    list-style: none;
    color: #ccc;
    padding: 30px 16px;
    font-size: 18px;
}

.sidenav ul li {
    margin-bottom: 8px;
}

.sidenav ul li.active {
    color: gray;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.mobileSidebar button.mobile-category-btn {
    background: none;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #27305b;
}

.mobileSidebar button.mobile-category-btn i {
    font-size: 22px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* ======= */
/* ======= */

@media screen and (max-width: 768px){

    header .banner {
/*        text-align: center;*/
        padding: 50px 20px;
    }

    header .banner button {
        font-size: 14px;
    }

    header .banner p {
        font-size: 14px;
    }

    main .contact .contactDetails{
        margin-top: 20px;
    }

    main .allProducts .categories {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    main .allProducts .mobileSidebar {
        display: block!important;
    }

    main .allProducts .sidebar {
        display: none;
    }

    main .allCartItems .checkoutBox {
        min-height: 100px!important;
    }

    main .allCartItems table {
        font-size: 14px;
    }

    main .allCartItems table td,
    main .allCartItems table th {
        padding: 6px 4px;
    }

    main .allCartItems table td{
        text-align: center;
    }

    main .allCartItems table img {
        width: 40px;
        height: 40px;
    }

    main .checkoutPage .additional_style {
        flex-direction: column-reverse;
        gap: 15px;
    }

    main .allProducts .productsBoxes .productBox img {
        height: 200px;
    }

    main .allProducts .productsBoxes .productBox .discount_box {
        font-size: 14px;
    }

    main .allProducts .productsBoxes .productBox .productDescription {
        flex-direction: column;
        padding: 7px 14px;
    }

    main .allProducts .productsBoxes .productBox .productDescription b {
        font-size: 13px;
    }

    main .allProducts .productsBoxes .productBox .productDescription .price {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    main .allProducts .productsBoxes .productBox .productDescription .price br {
        display: none;
    }

    footer .footerTop .sections, footer .footerTop .secondSections{
        flex-direction: column-reverse;
    }

    footer .footerTop .firstBox, footer .footerTop .privacyPolicy, footer .footerTop .contactInfo{
        margin-bottom: 25px;
    }

    footer .footerTop .firstBox {
        text-align: center;
    }

    footer .footerTop .iconsSocial {
        justify-content: center;
    }

    .cookie-popup{
        flex-direction: column;
        /*align-items: flex-end!important;*/
    }
     
    .cookie-buttons{
        margin-top: 12px;
        flex-direction: column;
        width: 70%;
    }

}

@media screen and (max-width: 992px){
    header .navbar .buttons {
        display: none;
    }

    header .navbar .mobileNavbar{
        display: flex;
    }
    header .navbar img{
        width: 150px!important;
    }
}