.list-menu-sale .d-flex {
    display: flex;
}

.list-menu_icon img {
    width: 30px;
    padding-right: 5px;
}

.header-top {
    padding: 10px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fbfbfb69;
}

.text-marquee marquee {
    color:#940d01;
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
}

.header-top-nav ul li a svg {
    height: 12px;
    fill:#940d01;
    margin-right: 5px;
}

.header-top-nav ul li a {
    color: #333;
    font-size: 13px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.announcement {
    background-color:#940d01;
}

.social-head--phone {
    background-size: 200% auto;
    background-position: 0 100%;
    animation: 2s linear infinite forwards gradient-bg-antimation;
    border-radius: 30px;
    padding: 0 12px;
    color: #fff;
    margin: 0;
    background: rgb(204,157,76);
    background: linear-gradient(95deg, rgba(204,157,76,1) 0%, rgba(246,228,141,1) 50%, rgba(204,157,76,1) 100%);
}
.social-head--phone a{
    display: flex;
    color: #640e0e;
    align-items: center;
}
/* =======announcement====== */
.announcement-content {
    padding: 8px 0px;
}

.announcement__title {
    color: #f6c76a;
    font-family: "Playfair Display", serif;
    text-shadow: -1px 3px 3px #000000;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.search input {
    height: 40px;
    width: 100%;
    background-color: #fff0;
    border-radius: 30px;
    border: 1px solid #e2be6a;
    padding: 0px 15px;
    color: #e2be6a;
    font-size: 15px;
}
.search input::placeholder {
	color: #ccc;	
}

.search button {
    padding: 0;
    background-color: #fff;
    height: 100%;
    width: 100px;
    font-size: 14px;
    color: #640e0e;
    border-top: 1px solid #e2be6a;
    border-right: 1px solid #e2be6a;
    border-bottom: 1px solid #e2be6a;
    border-radius: 0px 22px 22px 0px;
    background: rgb(204, 157, 76);
    background: linear-gradient(95deg, rgba(204, 157, 76, 1) 0%, rgba(246, 228, 141, 1) 50%, rgba(204, 157, 76, 1) 100%);
}

.search svg {
    height: 20px;
    fill: #640e0e;
    margin-right: 5px;
}

.social-head {
    color: white;
    margin-left: 18px !important;
}

.social-head svg {
    fill: white;
    height: 22px;
    margin-right: 10px;
}
.social-head--phone svg{
    fill: #640e0e;
    animation: code-pro-rung-lac 1.2s ease infinite;
}
.social-head--cart{
    border: 1px solid #cd9d4e;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
}
.social-head--cart a{
    display: flex;
    align-items: center;
    position: relative;
}

.social-head--cart a span{
    position: absolute;
  top: -9px;
  right: 0;
  color: white;
  font-size: 10px;
  background: linear-gradient(95deg, rgb(204, 157, 76) 0%, rgb(204, 157, 76) 50%, rgb(204, 157, 76) 100%);
  height: 13px;
  width: 13px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-social {
    font-size: 16px;
    font-weight: 600;
    color: #640e0e;
}
.content-social p {
	color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.content-social p a {
	color: #fff;
}

/* =======header====== */
header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px, rgba(0, 0, 0, 0.23) 0px 0px 8px;
}

header .menu ul li {
    margin-right: 30px;
    position: relative;
}
header .menu ul li a:hover{
    color: #e5b65d;
}

header .menu ul li a svg {
    width: 20px;
    margin-top: 0px;
    height: 17px;
    fill: #940d01;
    margin-right: 2px;
}

header .menu ul li.icon-bar a svg {
    height: 17px;
    width: 20px;
    margin-bottom: -1px;
  transform: rotate(0deg);
}
header .menu ul li.icon-bar .list-menu_c1__a svg {
    height: 12px;
  width: 20px;
  margin-bottom: -1px;
  transform: rotate(0deg);
  position: absolute;
  right: 6px;
  fill: rgb(0, 0, 0);
}
header .menu ul li.icon-bar .list-menu_c1__a:hover svg {
    fill: rgb(255, 255, 255);
}
header .menu ul li a {
    color: #940d01;
    padding: 13px 0px 7px 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

header .menu ul li ul {
    min-width: 190px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    top: 46px;
    background-color: white;
    padding: 5px 0px;
    display: none;
    z-index: 10;
}

header .menu ul li:hover ul {
    display: block;
}

header .menu ul li ul li {
    width: 100%;
}

header .menu ul li ul li a {
    padding: 7px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
header .menu ul li ul li a:hover {
	color: #e5b65d;
}
header .menu ul li .list-menu-btn{
    color: #940d01;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    border-radius: 0;
    min-width: 212px;
    background: linear-gradient(95deg, rgb(204, 157, 76) 0%, rgba(246, 228, 141, 1) 50%, rgb(204, 157, 76) 100%);
}
header .menu ul li.icon-bar:hover .list-menu{
    display: block;
    
}
header .menu ul li.icon-bar:hover .list-menu.fixed2{
    top: 18px;
}
.list-menu-btn svg{
    fill: white;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.header-mobile {
    display: none;
}
.header-mobile.fixed{
    background-color: #951003;
}

.menu-mobile {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    transition: all 200ms linear 0s;
    z-index: 99;
}

.menu-mobile.active {
    transform: translateX(0);
    transition: all 200ms linear 0s;
}

.menu-mobile--bg {
    background-color: #0000005f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.menu-mobile-body {
    background-color: #940d01;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-mobile-logo a img {
    height: auto;
    width: 100px;
    padding: 10px 0px;
    display: block;
}

.menu-mobile-content {
    background-color: #940d01;
    flex: 1;
}

.menu-mobile-content ul li {
    position: relative;
}

.menu-mobile-content ul li a {
    padding: 5px 40px 5px 25px;
    display: block;
    line-height: 36px;
    color: white;
    font-size: 15px;
}

.menu-mobile-content ul .menu-mobile-sb::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 1px;
    width: 80%;
    background: rgba(240, 240, 240, 0.41);

}

.menu-mobile-content ul li svg {
    position: absolute;
    fill: white;
    height: 15px;
    right: 15px;
    top: 14px;
}

.menu-mobile-content ul ul ul {
    padding-left: 10px;
}

.menu-mobile-content ul .sub-menu {
    display: none;
}

.menu-mobile-content ul .sub-menu.open {
    display: block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
}

header .menu .list-menu {
    width: 234px;
    float: left;
    position: absolute;
    left: 0;
    top: 28px;
    height: 370px;
    z-index: 10;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    margin-top: 27px;
    background-color: white;
    border-radius: 10px;
}

header .menu .list-menu .submenu_c1 {
    height: 100%;
    display: block;
    border-radius: 10px;
}

header .menu .list-menu .submenu_c1 .list-menu_c1 {
    position: unset;
    margin-right: 0px;
    padding: 0;
}

header .menu .list-menu .submenu_c1 .list-menu_c1 .submenu {
    display: none;
    right: 0;
    top: -1px;
    width: 100%;
    min-width: 1029px;
    left: 234px;
    height: 370px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(249, 249, 249, 0.23) 0px 3px 6px; */
}

header .menu .list-menu .submenu_c1 .list-menu_c1:hover .submenu {
    display: block;
}

header .menu .list-menu .submenu_c1 .list-menu_c1 .list-menu_c1__a{
    position: relative;
    overflow: hidden;
}
header .menu .list-menu .submenu_c1 .list-menu_c1 .list-menu_c1__a:before{
    content: "";
    width: 50px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -100%;
    transform: skewX(26deg);
    transition: .25s all;
    background: linear-gradient(270deg,#940D01 0%,#940D0185 102.33%);
}
header .menu .list-menu .submenu_c1 .list-menu_c1:hover .list-menu_c1__a{
    border-bottom: 1px solid #940d01;
}
header .menu .list-menu .submenu_c1 .list-menu_c1:hover .list-menu_c1__a:before{
    right: -5%;
}
header .menu .list-menu .submenu_c2--ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    height: 100%;
    border-radius: 10px;
    border-left: 1px solid #e3e3e3;
}

header .menu .list-menu ul ul {
    box-shadow: unset;
    min-width: unset;
}

header .menu .list-menu ul ul ul {
    display: block;
    padding: 0;
}

header .menu .list-menu ul ul ul li a {
    font-size: 13px;
    padding-left: 20px;
    display: block;
}

header .menu .list-menu .submenu_c2--ul .submenu_c2--li {
    width: 25%;
    margin-right: 0px;
    height: fit-content;
}

header .menu .list-menu.fixed2 {
    display: none;
    top: 20px;
}

header .menu .list-menu.fixed2.active {
    display: block;
}
.header-mobile-bt{
    padding: 15px 0px;
}
.global-header-top .icon-map .pulse {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -5px;
    right: 0;
    bottom: -1.5px;
    opacity: 1;
    margin: 0 auto;
    transform: rotateX(55deg);
    background: #fff;
}
.global-header-top .icon-map .pulse::after {
    content: "";
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 3px;
    margin: -8px 0 0 -12px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    animation-delay: 1.1s;
    box-shadow: 0 0 1px 2px #fff
}
.swiper-wrapper {
}


@media (max-width: 1200px) {

    .announcement-content,
    header {
        display: none;
    }

    .announcement__title {
        font-size: 16px;
        margin-bottom: 0px;
        padding: 10px 0px 12px 0px;
        color: white;
    }

    .announcement-mobile {
        border-bottom: 1px solid #fff;
    }

    .header-mobile {
        display: block;
    }

    .header-logo a img {
        height: 60px;
    }

    .header-menu-mb ul li .header-mb__search,
    .header-menu-mb ul li .header-mb__cart,
    .header-menu-mb ul li .header-mb__bar {
        height: 30px;
        width: 30px;
        border: 1px solid white;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }

    .header-menu-mb ul li svg {
        height: 14px;
        fill: white;
    }

    .search {
        position: absolute;
        right: 0px;
        top: 100%;
        margin: 0;
        padding: 0;
        z-index: 10;
        display: block;
        background-color: white;
    }

    .form_search {
        width: 0;
        z-index: 5;
        overflow: hidden;
        padding: 0;
        height: 38px;
        transition: 0.5s;
    }

    .open .form_search {
        width: 330px;
    }

    .form_search input {
        width: calc(100% - 60px);
        float: left;
        border: 1px solid #ab0d01;
    }

    .form_search button {
        width: 60px;
        float: left;
        background-color: #b20a01;
        border: 1px solid #af0c02;
    }

    .form_search button i {
        font-size: 16px;
        color: #fff;
    }

    .form_search .form-control {
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 586px) {
	.header-top-nav {
		display: none
	}
    .announcement__title {
        font-size: 12px;
        color: white;
        padding: 10px 0px 9px 0px;
        text-shadow: -1px 3px 3px #28252500;
        font-family: unset;
    }

    .header-mobile-bt {
        padding: 10px 0px;
    }

    .header-logo a img {
        height: auto;
        width: 70px;
    }

    .header-menu-mb ul li .header-mb__search,
    .header-menu-mb ul li .header-mb__cart,
    .header-menu-mb ul li .header-mb__bar {
        height: 28px;
        width: 28px;
        margin-left: 8px;
    }

}


@-webkit-keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}