.modal-content .mesajModalClose-container {
    top: 0;
    position: absolute;
    right: -40px;
}

.modal-content .mesajModalClose-container > button {
    border: 1px solid #d98400;
    background: #d98400;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .modal-body-img > img {
    width: 100%;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.header-container .header-logo-content {
    width: 15%;
}

.header-container .header-logo-content > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-container .header-logo-content > a > img {
    width: 85%;
}

.header-container .header-menu-content {
    width: 50%;
}

.header-container .header-button-content {
    display: flex;
    width: 35%;
    align-items: center;
    justify-content: center;
}

.header-container .header-button-content .header-social-media-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.header-container .header-button-content > div:not(:last-child) {
    margin-right: .5rem;
}

.header-container .header-button-content .header-social-media-content > a:not(:last-child) {
    /* margin-right: .5rem; */
}

.header-container .header-button-content .header-social-media-content > a {
    color: #d98400;
    font-size: 25px;
}

.header-container .header-button-content > div {
    width: calc(33.3% - 1rem);
}

.header-container .header-button-content .header-language-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54.5px;
    background: #F5F5F5;
    border-radius: 5px;
}

.header-container .header-button-content .header-advertise-now {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    background: #d98400;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #d98400;
    transition: .3s ease-in-out !important;
}
.header-container .header-button-content .header-advertise-now > a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.header-container .header-button-content .header-advertise-now:hover {
    background: #fff;
}

.header-container .header-button-content .header-advertise-now:hover > a {
    color: #d98400;
}
.header-container .header-button-content .header-language-content .dropdown > button {
    color: #9c9c9c;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown-toggle::after {
    display: none;
}

ul.megamenu > li > a {
    color: rgba(0,0,0,.77) !important;
    position: relative;
}
.header-container .header-menu-content .megamenu-wrapper {}

.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern {}

.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu {}

.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li:hover > a {background: #F8F8F8 !important;color: rgba(0,0,0,.77) !important;}

.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li:hover > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d98400;
    opacity: 1;
}
.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d98400;
    opacity: 0;
    width: 5%;
    transition: .3s ease;
}

.header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li.with-sub-menu > a::after {
    content: "\F229";
    font-family: 'bootstrap-icons';
    color: #d98400;
    margin-left: .5rem;
}


ul.megamenu > li > .sub-menu {
    position: absolute;
    top: 100%;
    list-style: none;
    right: auto !important;
    margin: 0;
    width: 300px !important;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgb(32 32 32 / 15%);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.3s ease-in-out;
}



ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: .2s ease;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul > li {}

ul.megamenu li .sub-menu .content .hover-menu .menu ul > li {
    border-bottom: 1px solid #d98400;
    margin: 1rem 0;
    padding-bottom: 0.3rem;
}

ul.megamenu > li > .sub-menu > .content .col-sm-12.hover-menu {
    /* padding: 0; */
}

ul.megamenu > li > .sub-menu > .content {
    padding: 0;
}

ul.megamenu > li > .sub-menu > .content .col-sm-12 {}

ul.megamenu li .sub-menu .content.slide .categories .row {
    width: 100%;
    margin: 0;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu::before {}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu::before {
    content: "\F231";
    font-family: 'bootstrap-icons';
    color: #D98400;
    font-size: 16px;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu:hover {
    font-size: 15px;
}



.home-slider-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3rem;
}

.home-slider-container {
}

.home-slider-center > span {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 14px rgb(0 0 0 / 67%);
}
.home-slider-center .home-search-for-ads {
    width: 45%;
}

.home-slider-center .home-search-for-ads > ul > li.nav-item > button {
    /* background: #fff; */
    font-size: 14px;
    /* border-radius: 0; */
    color: rgba(0,0,0,.77) !important;
}

.home-slider-center .home-search-for-ads > ul > li.nav-item > .nav-link.active {
    background: #d98400;
    color: #fff !important;
    border-color: #d98400;
}

.home-slider-center .home-search-for-ads > ul > li {
}

.home-slider-center .home-search-for-ads > ul {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
    background: #fff;
}

.home-slider-center .home-search-for-ads > ul > li:nth-child(1) .nav-link {
    border-top-right-radius: 0;
}

.home-slider-center .home-search-for-ads > ul > li:nth-child(2) .nav-link {
    border-top-left-radius: 0;
}

.home-slider-center .home-search-for-ads > ul > li .nav-link:hover {border-color: #ffffff;}
.home-slider-center .home-search-for-ads .tab-content {
    display: flex;
    width: 100%;
}

.home-slider-center .home-search-for-ads .tab-content .tab-pane {width: 100%;}

.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content {
    display: flex;
    width: 100%;
    height: 55px;
}

.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content select.form-select {
    width: 20%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > input {
    width: 100%;
    border: none;
    padding-left: 15px;
}

.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > input::placeholder {
    font-size: 12px;
}



.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > button {
    width: 15%;
    border: none;
    background: #d98400;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .3s ease;
}
.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > button:hover {
    background: #b77002;
}
.home-tab-menu #homeTabContent .tab-pane .home-tab-box-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 20px;
}

.home-tab-menu {
    margin-top: 2rem;
}

.home-tab-menu #homeTabContent {
}

.home-tab-menu #homeTabContent .tab-pane {}

.home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    float: left;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    justify-content: center;
    transition: all ease-in-out .2s;
    margin: 0 10px;
}

.home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box > a > img {
    width: 65px;
}

.home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box:hover {
    box-shadow: 0 6px 10px #d98400;
}
.home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content select.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}


.home-tab-menu > ul > li {
    list-style: none;
    float:left;
    /* width:20%; */
}

.home-tab-menu > ul > li > button {
    display: block;
    text-align:center;
    text-decoration:none;
    position:relative;
    text-transform:uppercase;
    color: #b77002;
    height:70px;
    line-height:90px;
    background: linear-gradient(165deg,transparent 29%, #d9840033 30%) !important;
    color: #b77002;
    border: none !important;
}

.home-tab-menu > ul > li > button:hover, .home-tab-menu > ul > li > .nav-link.active {
    background: linear-gradient(165deg,transparent 29%, #d98400 30%) !important;
    color: #fff;
}

.home-tab-menu > ul > li > button::before {
    content: '';
    position:absolute;
    z-index: 99;
    left:100%;
    top: 0%;
    height:70px;
    line-height:90px;
    width:0;
    border-bottom: 70px solid rgba(0,0,0,.1);
    border-right: 7px solid transparent;
}

.home-tab-menu > ul > li > .nav-link.active::before {
    content: '';
    position:absolute;
    z-index: 99;
    left:100%;
    top: 0;
    height:70px;
    line-height:90px;
    width:0;
    border-bottom: 70px solid rgba(0,0,0,.2);
    border-right: 20px solid transparent;
}
.featured-list-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
}

.featured-list-wrapper .featured-list-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.featured-list-wrapper .featured-list-title-wrapper .product-list-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: #d98400;
}

.featured-list-wrapper .featured-all-ads-button {
    padding: .7rem 1rem;
    background: #d98400;
    border-radius: 10px;
}

.featured-list-wrapper .featured-all-ads-button > a {
    color: #fff;
    font-size: 13px;
}

.featured-list-wrapper .featured-container {}

.featured-list-wrapper .featured-container .swiper-wrapper {}

.featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-image > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}

.featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-image > a > img {
    width: 100%;
}
.featured-wrap .featured-information {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .5rem;
    position: relative;
}
.featured-wrap .featured-ticket {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5rem;
    gap: .3rem;
}

.featured-wrap .featured-ticket .new-sticker {background: #27C781;width: 35%;}


.featured-wrap .featured-ticket > div {
    padding: .3rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-wrap .featured-ticket > div > span {
    font-size: 12px;
    color: #fff;
}

.featured-wrap .featured-ticket .sale-rent-ticket {
    background: #b77002;
    width: 30%;
}
.featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-information .product-caption {}

.featured-wrap .featured-information .product-caption .product-name {
    font-size: 14px;
    font-weight: 600;
    color: #d98400;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*KaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ StÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rda sÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±nÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rlamak istiyorsanÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z */
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.featured-wrap .featured-information .product-caption .featured-location {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-top: 1rem;
    color: #64707C;
    font-weight: 600;
}

.featured-card-wrapper {
    position: absolute;
    /* top: 0; */
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    justify-content: center;
    visibility: hidden;
    bottom: -150px;
    gap: .5rem;
    left: 0;
    transition: .3s ease;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
}
.featured-wrap .featured-information .product-caption .product-price {
    margin: 1rem 0;
}

.featured-wrap .featured-information .product-caption .product-price > span {
    color: #d98400;
    font-weight: 600;
}
.featured-wrap .featured-bottom {
    width: 100%;
    height: 154px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-wrap:hover .featured-card-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.featured-wrap .featured-card-wrapper > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.featured-wrap .featured-card-wrapper > div > button {
    width: 80%;
    padding: .5rem;
    color: #fff;
    border: 1px solid #d98400;
    background: #d98400;
    font-size: 14px;
    transition: .3s ease;
}

.featured-wrap .featured-card-wrapper > div > button > a {
    color: #fff;
    width: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: .3rem;
}
.featured-wrap .featured-card-wrapper > div > button:hover {
    background: #b77002;
}

.featured-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.featured-wrapper .featured-wrap:not(:nth-child(4n)) {
    margin-right: 20px;
}

.featured-wrapper .featured-wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    width: calc(25% - 20px);
}

.featured-wrapper .featured-wrap .featured-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-wrapper .featured-wrap .featured-image > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}

.featured-wrapper .featured-wrap .featured-image > a > img {
    width: 100%;
}

.home-three-box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.home-three-box-container .home-three-box-content {
    justify-content: center;
    width: calc(33.3% - 30px);
    margin: 15px;
    float: left;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.home-three-box-container .home-three-box-content > a > img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.home-three-box-container .home-three-box-content > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-three-box-container .home-three-box-content > a .home-three-box-text {
    display: flex;
    flex-direction: column;
}

.home-three-box-container .home-three-box-content > a .home-three-box-text .three-box-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #c4153e;
}

.home-three-box-container .home-three-box-content > a .home-three-box-text > span {
    font-size: 13px;
}
.home-three-box-container .home-three-box-content:hover {
    background: #efefef;
}

.home-news-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
}

.home-news-container .home-news-title > span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: #d98400;
}

.home-news-container .home-news-swiper {
    overflow: hidden;
}

.home-news-container .home-news-swiper .home-news-content {
    display: flex;
}

.home-news-container .home-news-swiper .home-news-content > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.1);
    transition: .3s ease;
    border-radius: 4px;
    overflow: hidden;
    height: 305px;
}

.home-news-container .home-news-swiper .home-news-content > a > img {
    width: 100%;
    padding: 10px;
    transition: .3s ease;
}

.home-news-container .home-news-swiper .home-news-content > a .home-news-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-news-container .home-news-swiper .home-news-content > a .home-news-text-content .home-news-title {
    color: #d98400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    height: fit-content;
}

.home-news-container .home-news-swiper .home-news-content > a .home-news-text-content > span {
    font-size: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: .5rem 1rem;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /*KaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ StÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rda sÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±nÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rlamak istiyorsanÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z */
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.home-news-container .home-news-swiper .home-news-content > a .home-news-text-content .home-news-button {
    display: flex;
    width: 100%;
    justify-content: end;
}

.home-news-container .home-news-swiper .home-news-content > a .home-news-text-content .home-news-button > button {
    border: none;
    background: none;
    font-size: 12px;
    color: #d98400;
}

.home-news-container .home-news-swiper .home-news-content > a:hover {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.home-news-container .home-news-swiper .home-news-content > a:hover > img {
    transform: scale(1.1);
}

/*footer*/
.footer-tab-content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 3rem;
}

.footer-tab-content-wrapper .footer-tab-content-wrap {
    width: 100%;
    border: 1px solid #fff;
    padding: 20px 0 20px 20px;
    border-radius: 4px;
    background: #ffffff6b;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons {}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link {
    cursor: pointer;
    padding: 8px 10px;
    margin-bottom: 4px;
    border-left: 2px solid transparent;
    background: none;
    font-weight: 700;
    color: #e3a341;
    font-size: 14px;
    border-radius: 0;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link.active {
    border-left: 2px solid #653f04;
    color: #653f04;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content {
    width: 90%;
    display: flex;
    justify-content: center;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane {
    padding-top: .5rem;
    width: 100%;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li {
    width: 16.6%;
    display: flex;
    justify-content: center;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li > a {
    font-size: 14px;
    color: #653f04 !important;
}

.footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li > a:hover {
    text-decoration: underline;
}
.footer-bottom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.footer-list {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
}

.footer-contact-information {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-contact-information .contact-information-icon {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.footer-contact-information .contact-information-icon > a > i {
    font-size: 24px;
    color: #d98400;
}

.footer-contact-information > a {
    font-size: 24px;
    color: #653f04;
}

.footer-list:nth-child(4) {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff6b;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.footer-list:nth-child(4) > .footer-list-title > span {
    font-size: 21px;
    color: #653f04;
}
.footer-list:nth-child(4) .footer-list-title {
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-copyright-content {
    display: flex;
    justify-content: center;
}

.footer-copyright-content .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-copyright-content .footer-copyright > span {
    color: #595959;
    font-size: 13px;
}

.footer-copyright-content .footer-copyright > span > a {
    color: #d98400;
}
/*footer-end*/

/*category-page*/
.category-container {
    display: flex;
    margin-top: 2rem;
    gap: 2rem;
}

.category-container .category-list-container {
    width: 25%;
}

.category-container .category-list-container .bf-form {
    flex-direction: column;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 1rem !important;
    border-radius: 10px;
}

.category-container .category-list-container .bf-form .bf-attr-block {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

.category-container .category-list-container .bf-form .bf-buttonclear-box {
    display: none !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont {
    width: 100% !important;
    flex-direction: column;
    padding-left: 1rem !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content {
    width: 100% !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb {
    margin-bottom: .5rem;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb input {
    min-width: auto !important;
    width: auto !important;
}
.category-container .featured-wrapper {
    width: 75%;
}
.category-container .featured-wrapper .featured-wrap:not(:nth-child(4n)) {
    margin-right: 0;
}
.category-container .featured-wrapper .featured-wrap:not(:nth-child(3n)) {
    margin-right: 20px;
}

.category-container .featured-wrapper .featured-wrap {
    width: calc(33.3% - 20px);
    height: fit-content;
}
.content-wrapper .sogo-content .filter-sort .bf-form {
    display: none !important;
}
.bf-slider-range {
    display: flex;
    align-items: center;
}

.bf-layout-id-52 .ui-widget-header {}

.ui-widget-header {
    background: #da8300 !important;
    height: 6px !important;
}
.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-header {
    border-bottom: 1px solid #da8300 !important;
    color: #da8300;
    font-size: 15px;
    padding-bottom: .5rem !important;
    text-transform: uppercase;
}

.bf-sliding-cont {
    margin-top: 1rem;
}

.bf-attr-filter > span {
    font-size: 13px;
    color: #69707c;
}

.category-container .category-list-container .bf-form .bf-keywords-filter .bf-sliding-cont .bf-attr-block-cont {
    padding: 0 !important;
}
.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb > span {
    font-size: 13px;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb input[type="text"] {
    font-size: 13px;
}
/*category-page-end*/
/*product-page*/
.product-images-container {
    width: 100%;
    display: flex;
    padding-top: 1.5rem;
    justify-content: center;
}
.product-images-container .product-left-images {
    width: 75%;
    margin-right: 1rem;
}
.big-image.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.product-images-container .product-left-images .big-image .product-image > img {
    width: 100%;
}

.product-images-container .product-rigth-images {
    width: 25%;
}

.product-images-container .product-rigth-images > img {
    width: 100%;
}
.little-image {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.little-image.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.little-image .swiper-wrapper {
    flex-direction: column;
    align-items: center;
    transform: none !important;
    height: 695px;
    overflow: scroll;
    overflow-x: hidden;
    width: fit-content;
}

.little-image .swiper-wrapper .swiper-slide {
    height: unset !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.little-image .swiper-wrapper .swiper-slide > img {
    width: 100%;
    cursor: pointer;
}
.product-container-top .product-name {
    width: 74%;
    display: flex;
}

.little-image .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.big-image img {
    width: 100% !important;
}
.product-detail-info {
    width: 100%;
    display: flex;
    margin-top: 2rem;
    border-top: 2px solid #6e3f04;
}

.product-detail-info > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-detail-info > ul > li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: .5rem;
    height: 100%;
}

.product-detail-info ul > li .detail-wrapper > p {
    width: 100%;
    display: flex;
    font-size: 15px;
    color: #6e3f04;
    font-weight: 700;
}

.product-detail-info ul > li .detail-wrapper .detail-text > span {
    display: flex;
    align-items: center;
    color: #6e3f04;
}

.product-detail-info ul > li .detail-wrapper .detail-text > span ul.product-price {
    width: 100%;
}

.product-detail-info ul > li .detail-wrapper .detail-text > span ul.product-price > li {
    width: 100%;
    border: none;
}

.product-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.product-detail-info ul > li .detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem;
    width: 100%;
}

.product-detail-info ul > li:not(:last-child) {
    border-right: 2px solid #6e3f04;
}
.detail-text {
    display: flex;
    align-items: center;
    width: 100%;
}
.product-detail-info ul > li .detail-wrapper .detail-text > i {
    color: #d98400;
    font-size: 24px;
    margin-right: .5rem;
}
.product-attributes-container {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 10px;
}

.product-attributes-container .attribute-table {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: unset;
    margin-top: 1rem;
}

.product-attributes-container .attribute-header {
    width: 100%;
    display: flex;
}


.product-attributes-container .attribute-header > span {color: #d98400;font-weight: 600;font-size: 1.5rem;}

.product-attributes-container .attribute-table .attribute-details {
    width: calc(50% - 1rem);
}

.product-attributes-container .attribute-table .attribute-details span.attribute-name {
    font-size: 13px;
}

.product-attributes-container .attribute-table .attribute-details:not(:nth-child(2n)) {
    margin-right: 1rem;
}
.product-description-container {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 10px;
}


.product-description-container .product-description-title > span {
    color: #d98400;
    font-weight: 600;
    font-size: 1.5rem;
}

.product-description-container .product-description-content {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 14px;
}

.product-description-container .product-description-content > p {
    font-weight: 500;
    font-size: 14px;
}


.product-video-description-container {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 10px;
}


.product-video-description-container .product-video-description-title > span {
    color: #d98400;
    font-weight: 600;
    font-size: 1.5rem;
}

.product-video-description-container .product-video-description-content {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
}

.product-video-description-container .product-video-description-content > iframe {
    width: 100% !important;
    height: 450px !important;
}
.detail-contact {
    /* flex-direction: column; */
    margin-top: .2rem;
}

.detail-contact > button {
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    padding: .5rem;
    justify-content: center;
    transition: .3s ease !important;
    position: relative;
}

.detail-contact > button:nth-child(1) {
    margin-right: .5rem;
    background: #d98400;
    border: 1px solid #d98400;
}

.detail-contact > button:nth-child(2) {
    background: #40BF50;
    border: 1px solid #40BF50;
}

.detail-contact > button > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.detail-contact > button > a > i {
    margin-right: .3rem;
}

.detail-contact > button:nth-child(2):hover {
    background: #fff;
}

.detail-contact > button:nth-child(2):hover > a {
    color: #40BF50;
}

.detail-contact > button:nth-child(1):hover {
    background: #fff;
}

.detail-contact > button:nth-child(1):hover > a {
    color: #d98400;
}
.detail-contact > button > a .button-number {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    transition: .3s ease;
}

.detail-contact > button:hover > a .button-text, .detail-contact > button:hover > a > i {
    opacity: 0;
    visibility: hidden;
}

.detail-contact > button:hover > a .button-number {
    opacity: 1;
    visibility: visible;
}
/*product-page-end*/

.contact-form .sogo-input-wrapper.input-col-2 {
    width: 100%;
}