.header-mobil-container{
    display: none;
}

.swiper-pagination-bullet-active {
    background: #9e7e4b;
}
.header-top-text {
    background: #9e7e4b;
    padding: .5rem 0;
    color: #fff;
    font-weight: 600;
    border-bottom: none;
}
.header-background {
    background: #3B3B39;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.header-container .logo-header {
    width: 18%;
}

.header-container .logo-header > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container .logo-header > a > img {
    width: 100%;
}

.header-search {
    width: 65%;
    display: flex;
    justify-content: center;
}

.header-account {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-account > div > a:hover, .header-account > div > a:hover > i {
    color: #fac97e !important;
}
.header-account .login-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    position: relative;
}
.header-account .login-account > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: #9e7e4b;
    min-width: 120px;
    padding: 0;
}

.header-account .login-account:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header-account .login-account > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-account .login-account > ul > li > a {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 13px;
    padding: .5rem 0;
}

.header-account .login-account > ul > li:hover > a {
    background: #efc07a;
}

.header-account .login-account .dropdown-menu::before {
    display: block;
    position: absolute;
    margin-left: -2px;
    margin-top: -10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(158,126,75,1);
    pointer-events: none;
    top: -9px;
}
.header-account .login-account > a {
    display: flex;
    align-items: center;
    color: #fff;
    transition: .3s ease;
}
.header-account .login-account > ul > li > a > i {
    font-size: 16px;
}

.header-account .login-account > a > i {
    font-size: 30px;
    margin-right: .4rem;
}

.header-account .login-account > a .account-text {
    display: flex;
    flex-direction: column;
}


.header-account .login-account > a .account-text > span:not(:first-child) {
    font-size: 11px;
}

.header-account .login-account > a .account-text > span {
    font-size: 14px;
}

.header-account .header-instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}

.header-account .header-instagram > a {}

.header-account .header-instagram > a > i {
    font-size: 25px;
    color: #fff;
    transition: .3s ease;
}
.search-input-wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search-input-wrapper > input {
    width: 90%;
    border: 1px solid #dcc9aa !important;
    padding: 0.4rem !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.header-search #search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-wrapper button.search-remove {
    display: none;
    padding: 0 !important;
    height: auto !important;
}

#search .search-result-wrapper {
    top: 122px;
}

.search-input-wrapper button.search-search {
    padding: 0 !important;
    width: 10% !important;
    display: flex;
    height: 37.5px !important;
    background: #9e7e4b !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 1 !important;
}

.search-input-wrapper button.search-clear {
    padding: 0 !important;
    width: 10% !important;
    display: flex;
    height: 37.5px !important;
    background: #9e7e4b !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 12px !important;
}

.search-input-wrapper > button {
    width: auto !important;
}

.search-input-wrapper > button > i {
    font-size: 18px;
    color: #fff;
}

.search-input-wrapper > input::placeholder {
    font-size: 13px;
}
.header-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    position: relative;
}

.header-wishlist > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header-wishlist > a > i {
    font-size: 25px;
}

.header-wishlist .wishlist-count {
    position: absolute;
    top: -4px;
    right: -9px;
    background: #9e7e4b;
    padding: .2rem;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.header-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem !important;
    width: 100%;
    border-top: 1px solid #fff;
}

.header-menu-container .header-menu-left {
    display: flex;
    width: 55%;
}

.header-menu-container .header-menu-left .megamenu-wrapper {
    background: transparent !important;
}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern {}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container {}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu {
}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu > li {
}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu > li > a {color: #fff;text-transform: uppercase;font-weight: 700 !important;}

.header-right > .header-link {
    display: flex;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 65%;
    border-right: 1px solid #fff;
}

.header-right > .header-link > a {
    color: #fff;
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu > li > a > strong {
    font-size: 11px;
}

.header-right .header-cart {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    width: 35%;
    justify-content: end;
}

.header-right .header-cart > a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header-right .header-cart > a > .cart-icon{
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    background: #9e7e4b;
    font-size: 20px;
    transition: .3s ease;
    position: relative;
}

.header-right {
    width: 35%;
    padding-right: inherit;
    height: 44px;
}
.header-menu-container .header-menu-left .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu > li:hover > a {
    background: none !important;
    color: rgb(250 201 128);
}

ul.megamenu > li > .sub-menu {
    position: absolute;
    top: 100%;
    list-style: none;
    right: auto !important;
    margin: 0;
    /* background-color: #9e7e4b !important; */
    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 .menu > ul {
    background: #9e7e4b;
}


ul.megamenu > li > .sub-menu::before {
    background-color: #9e7e4b !important;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content.slide {
    background: #9e7e4b !important;
}
ul.megamenu li .sub-menu .content .static-menu .menu ul > li > a {
    color: #fff;
    font-size: 14px;
    transition: .3s ease;
    font-weight: 600;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul > li > a::before {
    display: none;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: .5rem;
    padding-bottom: .2rem;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul > li > a:hover {
    color: #3b3b39;
    padding-left: 0.7rem;
}
.expand-submenu {
    display: none;
}
.header-right .header-cart > a .cart-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.header-right > .header-link > a:hover {
    color: rgb(250 201 128);
}

.header-right .header-cart > a:hover .cart-icon {
    background: rgb(250 201 128);
}
.header-right .header-cart > a > .cart-icon .cart-count {
    position: absolute;
    top: -7px;
    right: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #9e7e4b;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
}

.home-banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 85%;
}

.home-banner-container .home-left-banner-container {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.home-banner-container .home-left-banner-container .left-top-banner {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.home-banner-container .home-left-banner-container .left-top-banner > a {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-banner-container .home-left-banner-container .left-top-banner > a > img {
    width: 100%;
}

.home-banner-container .home-left-banner-container .left-bottom-banners {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-banner-container .home-left-banner-container .left-bottom-banners > a {
    width: 33.3%;
    display: flex;
    align-items: center;
}

.home-banner-container .home-left-banner-container .left-bottom-banners > a > img {
    width: 100%;
}

.home-banner-container .home-middle-banner-container {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-container .home-middle-banner-container > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-container .home-middle-banner-container > a > img {
    width: 100%;
}

.home-banner-container .home-right-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.home-banner-container .home-right-banner-container > div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home-banner-container .home-right-banner-container > div > a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home-banner-container .home-right-banner-container > div > a > img {
    width: 100%;
}

.home-banner-container .home-right-banner-container .right-top-banner {
    margin-bottom: 1rem;
}

.home-banner-container > div:not(:last-child) {
    margin-right: 1rem;
}

.home-banner-container .home-left-banner-container .left-bottom-banners > a:not(:last-child) {
    margin-right: 1rem;
}


/*featured*/
.tab-featured-container {
    width: 85%;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.featured-container {
    overflow: hidden;
    margin-top: 1.5rem;
}

.featured-container .swiper-wrapper {}

.featured-container .swiper-slide {
    position: relative;
    overflow: hidden;
}

.featured-container .swiper-slide > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.featured-container .swiper-slide .featured-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.featured-container .swiper-slide .featured-image > a {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}
.featured-container .swiper-slide .featured-image > a > img {
    width: 100%;
    transition: .3s ease;
}
.featured-container .swiper-slide:hover .featured-image > a > img {
    transform: scale(1.1);
}
.tab-featured-container .vertical-tab {}

ul.nav.nav-tabs {}

.tab-featured-container .vertical-tab > ul {
    border: none;
}

.tab-featured-container .vertical-tab > ul > li {
    border: none;
}

.tab-featured-container .vertical-tab > ul > li > a {
    border: none !important;
    color: #3B3B39;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.tab-featured-container .vertical-tab > ul > li.active > a {
    border-bottom: 2px solid #fac980 !important;
    color: #9e7e4b;
    font-weight: 600;
    text-transform: uppercase;
}
.tab-featured-container .vertical-tab > ul > li > a:hover {
    background: none;
    border-bottom: 2px solid #fac980 !important;
    color: #9e7e4b;
}
.store-title {
    background: #F9F8F8;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .2rem 0;
}

.featured-container .swiper-slide .featured-image .store-title > span {
    color: #919198;
    border-bottom: 2px solid #696973;
    font-size: 13px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0;
    line-height: 1.1;
    transition: .3s ease;
}

.featured-container .swiper-slide .featured-image .store-title > span:hover {
    color: #9e7e4b;
}
.featured-container .swiper-slide .product-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
}

.featured-container .swiper-slide > a .product-caption .product-name {
    font-size: 14px;
    color: #3b3b39;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*KaÃ§ StÄ±rda sÄ±nÄ±rlamak istiyorsanÄ±z */
    -webkit-box-orient: vertical;
    overflow:hidden;
    width: 100%;
}

.featured-container .swiper-slide > a .product-caption .product-price .price-new {
    color: #4C4C4C;
    font-size: 14px;
    margin-top: 1rem;
}

.featured-container .swiper-slide > a .product-caption .product-price {
    margin-top: .4rem;
}
.featured-card-wrapper {display: flex;align-items: center;width: 100%;justify-content: space-around;position: absolute;bottom: -30px;background: #3B3B39;padding: .3rem 0;opacity: 0;visibility: hidden;transition: .3s ease;}

.featured-card-wrapper .featured-add-card {
    width: 60%;
    display: flex;
    align-items: center;
}

.featured-card-wrapper .featured-add-card > button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: .4rem;
    transition: .3s ease;
}

.featured-card-wrapper .featured-wishlist {
    width: 25%;
    display: flex;
    justify-content: end;
}

.featured-card-wrapper .featured-add-card > button > span {
    margin-left: .4rem;
    display: flex !important;
}
.featured-card-wrapper .featured-wishlist > button {
    border: none;
    background: none;
    color: red;
    transition: .3s ease;
}

.featured-card-wrapper .featured-add-card > button:hover {
    background: #fac980;
}

.featured-card-wrapper .featured-wishlist > button:hover {
    color: #fac980;
}

.featured-container .swiper-slide:hover .featured-card-wrapper {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.new-sticker {
    position: fixed;
    top: 10px;
    transform: rotateZ(-40deg);
    left: -30px;
    width: 9%;
    background: #9e7e4b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 0;
}

.new-sticker > span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
/*featured-end*/

/*footer*/
footer {
    box-shadow: none !important;
    background: #3B3B39;
    padding: 2rem 0 .5rem;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.footer-container .footer-top {
    display: flex;
    width: 85%;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.footer-container .footer-top .footer-list-container {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.footer-container .footer-top .footer-list-container .footer-list-title {
    margin: 0;
    text-align: unset;
}

.footer-container .footer-top .footer-list-container .footer-list-title > span {
    color: #E2E2E2;
    font-size: 18px;
}

.footer-container .footer-top .footer-list-container > ul {
    margin-top: 1rem;
}

.footer-container .footer-top .footer-list-container > ul > li {
    margin-bottom: .8rem;
}

.footer-container .footer-top .footer-list-container > ul > li > a {
    color: rgba(139, 145, 152, 1);
    font-size: 14px;
}

.footer-container .footer-top .footer-list-container > label {
    color: rgba(139, 145, 152, 1);
    font-size: 13px;
    margin-top: .5rem;
}

.footer-container .footer-top .footer-list-container .newsletter-wrapper {}

.footer-container .footer-top .footer-list-container .newsletter-wrapper label.cbx {
    margin-top: .5rem;
}

.footer-container .footer-top .footer-list-container .newsletter-wrapper label.cbx > span {}

.footer-container .footer-top .footer-list-container .newsletter-wrapper label.cbx > span {
    color: rgba(139, 145, 152, 1);
    font-size: 12px;
}

.footer-container .footer-top .footer-list-container .newsletter-wrapper label.cbx > span > a {
    color: rgba(139, 145, 152, 1);
}

.cbx span:first-child {
    border: 1px solid #fff !important;
    width: 13px;
    height: 13px;
    background: #fff !important;
}

.cbx span:first-child svg {
    top: 2px;
    left: 2px;
    width: 20px !important;
    height: 20px !important;
    stroke: #000 !important;
    border: 1px solid;
}
.footer-bottom-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #868a90;
    padding: 0 115px;
}

.footer-bottom-content  .footer-bottom-left {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.footer-bottom-content .footer-bottom-left > span {
    font-size: 12px;
    color: #8b9095;
}

.footer-bottom-content .footer-bottom-left > span > a {
    color: #fff;
}

.footer-bottom-content .footer-bottom-right {}

.footer-bottom-content .footer-bottom-right > a {color: #898c92;font-size: 30px;}

.footer-bottom-content .footer-bottom-right > a:hover {
    color: #fac980;
}
.newsletter-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
}

.newsletter-group > input {
    width: 75%;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
}

.newsletter-group > button {
    width: 25%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: none;
    background: #9e7e4b;
    box-shadow: none;
    color: #fff;
    transition: .3s ease;
} 
.newsletter-group > button > i {
    margin-right: .4rem;
    font-size: 13px;
}

.newsletter-group > button > span {
    font-size: 11px;
    text-transform: uppercase;
}

.footer-container .footer-top .footer-list-container:nth-child(1) {
    width: 20%;
}

.footer-container .footer-top .footer-list-container:nth-child(2) {
    width: 24%;
}

.footer-container .footer-top .footer-list-container:nth-child(3) {
    width: 24%;
}

.footer-container .footer-top .footer-list-container:nth-child(4) {
    width: 30%;
}
.newsletter-group > input::placeholder {
    font-size: 13px;
    padding-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B4B4B4;
}
.newsletter-group > button:hover {
    background: #fac980;
}
/*footer-end*/

/*home-comment*/
.home-comment-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #3b3b39;
    padding: 2rem;
    gap: 1rem;
}

.home-comment-container .home-comment-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 1rem;
}

.home-comment-container .home-comment-description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-comment-container .home-comment-title > span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.home-comment-container .home-comment-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #fac980;
    width: 4%;
}

.home-comment-container .home-comment-description > span {
    color: #E6E6E6;
    font-size: 14px;
    text-align: center;
}

.home-comment-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 87%;
    overflow: hidden;
}

.home-comment-wrapper .home-comment-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

/* .home-comment-wrapper .home-comment-wrap .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.home-comment-wrapper .home-comment-wrap .quote-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    background-color:  #fef8f0;
    border-radius: .5rem;
    padding: 1rem;
}

.home-comment-wrapper .home-comment-wrap .quote-wrapper > *{
    width: 100%;
    text-align: center;
}

.home-comment-wrapper .home-comment-wrap .quote-wrapper > i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: rgba(158, 126, 75, 1);
}

.home-comment-wrapper .home-comment-wrap .quote-wrapper > span{
    font-size: 15px;
}
.home-comment-wrapper .home-comment-wrap .quote-wrapper > strong{
    font-size: 16px;
    font-style: italic;
}

/* .home-comment-wrapper .home-comment {
    background: #fef8f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    border-radius: 10px;
}

.home-comment-wrapper .home-comment .home-comment-content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.home-comment-wrapper .home-comment .home-comment-content-text > span {
    font-size: 14px;
    text-align: center;
    padding: 1rem;
    font-weight: 100;
    color: #333333;
}
.home-comment-wrapper .home-comment .home-comment-icon {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.home-comment-wrapper .home-comment .home-comment-icon > i {
    font-size: 3rem;
    color: #9E7E4B;
}
.home-comment-wrapper .home-comment .home-comment-footer {
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 600;
} */
/*home-comment-end*/

/*home-instagram-follow*/
.home-intagram-follow-wrapper {
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap {
    display: flex;
    width: 85%;
    /* align-items: center; */
    justify-content: center;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 1rem;
    overflow: hidden;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content {
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover > img {
    filter: none !important;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image > img {
    width: 100%;
    transition: .3s ease;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span > font {
    font-size: 32px;
    font-weight: 700;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > a {
    font-size: 25px;
    margin: 1rem 0;
    color: #9e7e4b;
    font-weight: 600;
    text-decoration: underline;
    transition: .3s ease;
    display: flex;
    align-items: center;
    width: fit-content;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span:nth-child(2) {
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 1rem;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button {
    width: 28%;
    margin-top: 1rem;
    font-size: 13px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #9e7e4b;
    transition: .3s ease;
    border-radius: 13px;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button > a > i {
    font-size: 22px;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button:hover {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: #fac980;
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:not(:last-child) {
    margin-right: .6rem;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > a:hover {transform: scaleY(1.1);}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover > img {
    transform: scale(1.1);
}
.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #0000001a;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay > i {
    color: #fff;
    font-size: 39px;
}

.home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover .follow-image-overlay {
    opacity: 1;
    visibility: visible;
}
/*home-instagram-follow-end*/

/*product*/
.sogo-product-container .product-left > ul > li:only-child {
    width: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart {
    background-color: #9e7e4b;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart:hover {
    background-color: #e0b56f;
}

.delivery-time {
    color: #9e7e4b;
    font-weight: 600;
    font-size: 16px !important;
}

.sogo-product-container .product-right .product-details-lower .product-tags .tags > a {
    background: #3b3b39;
    color: #fac980;
    padding: 0.35rem;
}

.sogo-product-container .product-right .product-details-lower .product-tags .tags > a:hover {
    background-color: #fac980;
    color: #3b3b39;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart {
    background-color: #9e7e4b;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons #button-cart:hover {
    background-color: #e0b56f;
}

.product-tab-wrapper {box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;border-radius: 15px;}

.product-tab-wrapper > ul > li.active {
    border-top: 4px solid var(--theme-color) !important;
}

.product-right {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 2rem;
    padding-top: 1rem;
    border-radius: 15px;
}
.product-detail-bottom .product-fav:hover {
    color: #9e7e4b;
    font-weight: 700;
}
/*product-end*/