.wrap-template-12 input[type="text"]::placeholder {
    color: #A3A3A3;
}
.wrap-template-12-2 .logo_color {
    color: #F6D06C !important;
}
.wrap-template-12-2 .wrap_content_temt_search .header--box-content-search .search button {
    background-color: #F6D06C;
}
.wrap-template-12-2 #delivery-date .date {
    color: #000000 !important;
}
#wrapper .wrap-template-12-2 .change-color-search {
    background-color: transparent !important;
}
.wrap-template-12-2 .category-title,
.wrap-template-12-2 .item-info .category .category-title {
    background: #f6d06c;
}
.wrap-template-12-2 .item .page_navi ul li span {
    background: #f6d06c;
    border-color: #f6d06c;
}

.wrap-template-12-3 .logo_color {
    color: #ACD664 !important;
}
.wrap-template-12-3 .wrap_content_temt_search .header--box-content-search .search button {
    background-color: #ACD664;
}
.wrap-template-12-3 #delivery-date .date {
    color: #000000 !important;
}
#wrapper .wrap-template-12-3 .change-color-search {
    background-color: transparent !important;
}
.wrap-template-12-3 .category-title,
.wrap-template-12-3 .item-info .category .category-title {
    background: #ACD664;
}
.wrap-template-12-3 .item .page_navi ul li span {
    background: #ACD664;
    border-color: #ACD664;
}

.wrap-template-12-4 .logo_color {
    color: #F8C2D5 !important;
}
.wrap-template-12-4 .wrap_content_temt_search .header--box-content-search .search button {
    background-color: #F8C2D5;
}
.wrap-template-12-4 #delivery-date .date {
    color: #000000 !important;
}
#wrapper .wrap-template-12-4 .change-color-search {
    background-color: transparent !important;
}
.wrap-template-12-4 .category-title,
.wrap-template-12-4 .item-info .category .category-title {
    background: #F8C2D5;
}
.wrap-template-12-4 .item .page_navi ul li span {
    background: #F8C2D5;
    border-color: #F8C2D5;
}

.wrap-template-12-5 .logo_color {
    color: #7B7B7B !important;
}
.wrap-template-12-5 .wrap_content_temt_search .header--box-content-search .search button {
    background-color: #7B7B7B;
}
.wrap-template-12-5 #delivery-date .date {
    color: #000000 !important;
}
#wrapper .wrap-template-12-5 .change-color-search {
    background-color: transparent !important;
}
.wrap-template-12-5 .category-title,
.wrap-template-12-5 .item-info .category .category-title {
    background:#7B7B7B;
}
.wrap-template-12-5 .item .page_navi ul li span {
    background: #7B7B7B;
    border-color: #7B7B7B;
}

@media screen and (max-width: 1023px){
    .wrap-template-12-2 .search button{
        background: #f6d06c;
    }
    .wrap-template-12-3 .search button{
        background: #ACD664;
    }
    .wrap-template-12-4 .search button{
        background: #F8C2D5;
    }
    .wrap-template-12-5 .search button{
        background: #7B7B7B;
    }

}