body {
    line-height: 1.5;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #bf9a4e;
}

p {
    color: #797979;
}

legend {
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-size: 12px;
    font-weight: normal;
}

#content {
    margin: 20px 0;
}

/* Chrome border line */
button:focus {
    outline: none !important;
}

/* container */
#container {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin-bottom: 300px;
}

#alert {
    z-index: 9999;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

#alert .alert {
    margin-bottom: 15px;
}

#alert .alert-primary {
    box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
    box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
    box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
    box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
    box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
    box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
    box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
    box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0;
    position: relative;
    padding: 8px 0;
}

#top ul.list-inline {
    margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
    font-size: 1.1em;
    color: #797979;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0px;
}

/* logo */
#logo {
    text-align: center;
    margin: 0;
}

#logo img {
    max-width: 120px;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart .img-thumbnail {
    min-width: 100px;
}

#cart .dropdown-menu {
    background-color: #eee;
}

#cart .dropdown-menu li {
    min-width: 300px;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
    padding: 0 1rem;
    margin-bottom: 20px;
}

#menu .navbar-nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    background-color: transparent;
}

#menu .navbar-nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#menu .dropdown-inner {
    display: flex;
    flex-direction: column;
}

#menu .dropdown-inner ul {
    width: 100%;
    min-width: 200px;
}

#category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}

.form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
}

/* footer */
footer {
    border: 1px solid #000000;
    padding-top: 30px;
    background-color: #000000;
    border-top: 1px solid #fff;
    color: #fff;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer_wrapper ul li {
    line-height: 30px;
}

/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 8px 0;
    background-color: #bf9a4e;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.breadcrumb>li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
    content: "";
    padding: 0;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    border: 0 solid #ddd;
    position: relative;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0 10px;
    transition: all 0.4s ease-in-out;
}

.product-thumb:hover {
    box-shadow: rgb(191 154 78 / 40%) 1px 0 12px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    overflow: hidden;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .description {
    padding: 15px;
    margin-bottom: 0;
}

.product-thumb .description h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.product-thumb .button {
    display: flex;
    width: 100%;
}

.product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #000;
    line-height: 38px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.product-thumb .button button:hover {
    color: #fff;
    background-color: #bf9a4e;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button button+button {
    border-left: 1px solid rgb(0 0 0 / 10%);
}

.product-thumb:hover .image a img {
    transform: scale(1.1);
}

.product-thumb .image a img {
    transition: all 0.4s ease-in-out;
}

.rating .fa-stack {
    width: 20px;
}

.rating .fa-star {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star {
    color: #E69500;
}

/* product list */
.price {
    color: #777;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.price-new {
    font-size: 18px;
    font-weight: 600;
    color: #bf9a4e;
    line-height: 1.2;
}

.price-old {
    color: #dc512c;
    text-decoration: line-through;
}

.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

/* blog */
.blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.blog-thumb h4 {
    font-weight: bold;
}

.blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
}

.blog-thumb .image a:hover {
    opacity: 0.8;
}

.blog-thumb .description {
    padding: 15px;
}

/* Theme Custom CSS */
#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background-color: #343a40;
}

#cookie div {
    font-size: 16px;
    color: #FFFFFF;
}

/* ---------------- new code css added this start here ---------------- */
.header_wrapper {
    padding: 2px 0;
}

.btn_outline button {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 10px 14px;
    border-radius: 0;
}

.top_commom_slider .carousel {
    border: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.top_commom_slider .carousel-item a img {
    width: 100%;
}

.tabs-wrapper {
    background-color: #F1EEE9;
    padding: 60px 0;
}

.tabs-wrapper .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.tabs-wrapper .tab {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.tabs-wrapper .tab.active {
    border-color: #000;
}

.tabs-wrapper .tab-content {
    position: relative;
}

.tabs-wrapper .content {
    display: none;
    animation: fadeSlide 0.5s ease;
}

.tabs-wrapper .content.active {
    display: block;
}

.tabs-wrapper .card h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab_inner_txt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tab_inner_body {
    padding: 15px;
}

.tab_inner_price span {
    color: #797979;
}

.tab_inner_price {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.tab_inner_txt .card {
    border-radius: 0;
    border: 0;
}

.tabs-wrapper .card h3 a {
    color: #000;
}

.tabs-wrapper .card h3 a:hover {
    color: #bf9a4e;
}

.tab_inner_img {
    position: relative;
}

.tab_inner_img p {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -40%) scale(0.2);
    width: 100%;
    margin: 0;
    padding: 18px 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2;
    opacity: 0;
    color: #000000;
    background-color: rgb(255 255 255 / 80%);
    transition: all 0.4s ease-in-out;
}

.tab_inner_txt .card:hover .tab_inner_img p {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.powered_footer {
    text-align: center;
}

.p_60 {
    padding: 60px 0;
}

.heading_txt h2 {
    position: relative;
    margin-bottom: 55px;
    font-weight: 800;
    text-transform: uppercase;
}

.heading_txt h2::after {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
    content: '\00a7';
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 40px;
    color: #bf9a4e;
    font-weight: 400;
    z-index: 5;
    display: block;
    background-color: #fff;
}

.heading_txt h2::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 18%;
    right: 0;
    margin: 0 auto;
    height: 2px;
    content: "";
    background-color: #bf9a4e;
    z-index: 4;
}

.heading_txt {
    text-align: center;
}

.product-thumb .description h4 a {
    color: #000;
}

.product-thumb .description h4 a:hover {
    color: #bf9a4e;
}

.product-thumb .button button:hover i {
    transform: scale(1.2);
}

.product-thumb .description p {
    line-height: 1.5;
}

.counter-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px 10px;
    text-align: center;
    padding: 50px 0 0;
    background-color: #fff;
}

.counter-box {
    width: 220px;
}

.icon-box {
    width: 90px;
    height: 90px;
    border: 2px dashed #bf9a4e;
    margin: 0 auto 20px;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bf9a4e;
}

.icon-box i {
    transition: all 0.4s ease-in-out;
}

.icon-box:hover i {
    transform: scale(1.2);
}

.counter {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 10px 0;
}

.counter-box p {
    color: #777;
    font-size: 16px;
}

.about_wrapper .row {
    align-items: center;
}

.btn-primary,
.cta_btn {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    background-color: #bf9a4e;
    border-color: transparent;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}

.btn-primary::before,
.cta_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 0.4s ease;
    z-index: -1;
}


.btn-primary:hover,
.cta_btn:hover {
    color: #fff;
    border-color: transparent;
    background-color: #fff;
}

.btn-primary:hover::before,
.cta_btn:hover::before {
    left: 0;
}

.btn-primary:hover,
.cta_btn:hover {
    box-shadow: 0 10px 25px rgb(191 154 78 / 50%);
}

.btn-primary i,
.cta_btn i {
    margin-left: 8px;
}

.about_inner p {
    margin: 20px 0 30px;
}

.about_img img {
    border-radius: 0 35% 0 35%;
}

.about_img {
    position: relative;
    padding: 10px;
}

.about_img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px dashed #000;
    border-radius: 0 35% 0 35%;
    animation: borderPulse 3s ease-in-out infinite;
    z-index: -1;
}

/* subtle pulse */
@keyframes borderPulse {

    0%,
    100% {
        border-color: #000;
        opacity: 1;
    }

    50% {
        border-color: #bf9a4e;
        opacity: 0.7;
    }
}

.owl-wrapper {
    display: flex !important;
}

.product_content {
    height: 100%;
}

.product-thumb .content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-thumb .content form {
    margin-top: auto;
}

.event_card {
    background-color: #f1eee9;
    transition: all 0.4s ease-in-out;
}

.event_card:hover {
    background-color: #bf9a4e;
}

.event_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.event_body {
    padding: 15px;
}

.event_body h3 {
    margin: 10px 0;
}

.event_body h3 a {
    color: #000;
}

.event_card .event_body p {
    transition: all 0.4s ease-in-out;
}

.event_card:hover .event_body p,
.event_card:hover .event_body h3 a {
    color: #fff;
}

.about_wrapper {
    padding: 60px 0 0;
}

.event_body span {
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 10px;
    color: #fff;
    background-color: #777;
}

.about_inner h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.quality-section {
    background-color: rgb(191 154 78 / 20%);
}

.quality-container {
    display: flex;
    align-items: center;
}

.quality-content {
    width: 50%;
    padding: 30px 40px;
}

.quality-content h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.quality-content p {
    font-size: 14px;
    line-height: 1.5;
}

.quality-image {
    width: 50%;
}

.quality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_wrapper {
    position: relative;
}

.about_wrapper::after {
    position: absolute;
    content: '';
    background-image: url("../image/Component1.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: left center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.carousel {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.carousel .carousel-control-prev {
    left: 10px;
}

.carousel .carousel-control-next {
    right: 10px;
}

.carousel-indicators [data-bs-target] {
    border-color: #bf9a4e;
    background-color: #bf9a4e;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}

.powered_footer p {
    color: #fff;
}

.gift_content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 50px 180px;
}

.gift_content span {
    text-transform: capitalize;
    font-style: italic;
    color: #bf9a4e;
    font-size: 15px;
}

.gift_content h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.gift_content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.gift_img_top {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    transform: rotate(310deg);
}

.gift_img_buttom {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 200px;
    transform: rotate(130deg);
}

.btn-outline-dark {
    border-radius: 0;
}

#product-info .btn:hover {
    background-color: #bf9a4e;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #bf9a4e;
    color: #fff;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color: #000;
}

#product-info .rating p a {
    color: #000;
}

.page-link.active,
.active>.page-link {
    background-color: #bf9a4e;
    border-color: #bf9a4e;
}

.page-link {
    color: #000;
}

#button-list.active,
#button-grid.active {
    background-color: #bf9a4e;
}

.product-list .product-thumb {
    flex-direction: row;
}

#output-cart .input-group .btn-danger {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_img_info {
    margin: 50px 0;
}

.card_img_info .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px dashed #dee2e6;
    border-radius: 0;
}

.info_store address {
    margin-bottom: 0;
}

.info_store {
    margin: 18px 0;
}

.card_info_form #form-contact {
    padding: 20px;
    border: 1px solid #0000000a;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0 10px;
}

#account-login .heading {
    padding: 0.5rem 16px;
    background-color: #bf9a4e;
    color: #fff;
}

#account-login .list-group-item:hover {
    color: #fff;
    background-color: #bf9a4e;
}

.top_hdr_content ul.list-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.top_hdr_cart button.btn {
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 10px;
    border-radius: 0;
    background-color: transparent;
    color: #797979;
    border-color: #797979;
}

.top_hdr_cart button.btn:hover {
    background-color: #bf9a4e;
    color: #fff;
    border-color: #fff;
}

/* ---------------- new code css added this end here ---------------- */















/* ================================= Responsive code start here ================================= */
@media (min-width: 1320px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

@media (min-width: 1140px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

@media (min-width: 992px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}

@media (min-width: 960px) {
    .product-list .product-thumb {
        display: flex;
    }

    .product-list .product-thumb .image {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .product-list .product-thumb .content {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }

    .product-list .product-thumb .button {
        border-left: 1px solid #ddd;
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    #menu .dropdown-inner {
        flex-direction: row;
    }

    #menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
        left: -200px;
    }

    #menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
        left: -400px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
        left: -200px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
        left: -400px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
        left: -600px;
    }
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }

    #logo {
        text-align: left;
    }
}

@media (max-width: 991px) {
    div#logo {
        text-align: center;
    }

    #cart .dropdown-menu li {
        min-width: 100%;
    }

    .header_wrapper {
        padding: 2px 0 10px;
    }

    .quality-content {
        padding: 15px;
    }

    .cta_btn {
        padding: 10px 20px;
    }

    .heading_txt h2::after {
        font-size: 30px;
    }

    .heading_txt h2::before {
        width: 30%;
    }

    .gift_content {
        margin: 0 auto 30px;
        padding: 50px 80px;
        max-width: 100%;
    }

    .gift_content span {
        font-size: 14px;
    }

    .gift_content h2 {
        font-size: 40px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .gift_content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .gift_img_buttom,
    .gift_img_top {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .header_wrapper .btn_outline {
        display: none;
    }

    .tabs-wrapper {
        padding: 40px 0;
    }

    .tab_inner_txt {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .tabs-wrapper .tab {
        font-size: 13px;
    }

    .tabs-wrapper .tabs {
        justify-content: space-between;
    }

    .tab_inner_body {
        padding: 10px;
    }

    .tabs-wrapper .card h3 {
        font-size: 14px;
        margin: 0 0 12px;
    }

    .event_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .quality-container {
        flex-direction: column;
    }

    .quality-content {
        width: 100%;
    }

    .quality-image {
        width: 100%;
    }

    .quality-container:first-child {
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }

    .about_wrapper {
        padding: 0;
    }

    .about_wrapper .row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .product-thumb .description {
        padding: 10px;
    }

    .p_60 {
        padding: 40px 0;
    }

    .heading_txt h2 {
        margin-bottom: 42px;
    }

    .event_body h3 {
        font-size: 16px;
    }

    .product-thumb .description h4 {
        font-size: 15px;
    }

    .event_body {
        padding: 12px;
    }

    .event_body span {
        font-size: 10px;
    }

    .counter-box {
        width: 160px;
    }

    .counter {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 0;
    }

    .icon-box {
        width: 80px;
        height: 80px;
        font-size: 30px;
        margin: 0 auto 15px;
    }

    footer h3 {
        margin-bottom: 5px;
    }

    .about_img img {
        border-radius: 0;
    }

    .about_img::after {
        border-radius: 0;
    }

    .gift_content {
        padding: 30px 15px;
    }

    .gift_content span {
        font-size: 12px;
    }

    .gift_content h2 {
        font-size: 28px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .gift_content p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .gift_img_buttom,
    .gift_img_top {
        max-width: 100px;
    }

}