.wrap-template-20 .box-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wrap-template-20 .box-select select {
  color: #000;
  appearance: unset;
  border-radius: 5px;
  height: 38px;
  padding: 0 10px;
}
.wrap-template-20 .box-select .category {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  position: relative;
}
.wrap-template-20 .box-select .category{
  margin: 0 0 0 15px;
  color: #000;
}
.wrap-template-20 .box-select span {
  color: #000 !important;
  margin-right: 6px;
}
.wrap-template-20 .box-select .category:after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate( 90deg );
  color: #A3A3A3;
}
.wrap-template-20 .box-select .sort.category select {
  padding: 0 25px;
  margin-left: 10px;
}
#wrapper .wrap-template-20 .change-color-search {
  background-color: #fff !important;
}
.wrap-templates-new.wrap-template-20 .box_form_search input,
.wrap-templates-new.wrap-template-20 .search-box select{
  max-width: 250px;
}
.wrap-template-20 #delivery-date{
  margin-bottom: 20px;
}
.wrap-template-20 .box-select select {
  color: #A3A3A3;
}
.wrap-template-20 .top-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-template-20-2 .logo_color {
  color: #E0BD00!important;
}
.wrap-template-20-2 #delivery-date .date {
  color: #171717 !important;
}
.wrap-templates-new.wrap-template-20-2 .search button {
  background: #e0bd00;
}

.wrap-templates-new.wrap-template-20-2 .category-title, .wrap-templates-new.wrap-template-20-2 .item-info .category .category-title {
  background: #e0bd00;
}
.wrap-templates-new.wrap-template-20-2 .item .page_navi ul li span{
  background: #e0bd00;
  border-color: #e0bd00;
}
.wrap-template-20-3 .logo_color {
  color: #032D6A!important;
}
.wrap-template-20-3 #delivery-date .date {
  color: #171717 !important;
}
.wrap-templates-new.wrap-template-20-3 .search button {
  background: #032D6A;
}

.wrap-templates-new.wrap-template-20-3 .category-title, .wrap-templates-new.wrap-template-20-3 .item-info .category .category-title {
  background: #032D6A;
}
.wrap-templates-new.wrap-template-20-3 .item .page_navi ul li span{
  background: #032D6A;
  border-color: #032D6A;
}

.wrap-template-20-4 .logo_color {
  color: #1C5010!important;
}
.wrap-template-20-4 #delivery-date .date {
  color: #171717 !important;
}
.wrap-templates-new.wrap-template-20-4 .search button {
  background: #1C5010;
}

.wrap-templates-new.wrap-template-20-4 .category-title, .wrap-templates-new.wrap-template-20-4 .item-info .category .category-title {
  background: #1C5010;
}
.wrap-templates-new.wrap-template-20-4 .item .page_navi ul li span{
  background: #1C5010;
  border-color:#1C5010;
}

.wrap-template-20-5 .logo_color {
  color: #F24084!important;
}
.wrap-template-20-5 #delivery-date .date {
  color: #171717 !important;
}
.wrap-templates-new.wrap-template-20-5 .search button {
  background: #F24084;
}

.wrap-templates-new.wrap-template-20-5 .category-title, .wrap-templates-new.wrap-template-20-5 .item-info .category .category-title {
  background: #F24084;
}
.wrap-templates-new.wrap-template-20-5 .item .page_navi ul li span{
  background: #F24084;
  border-color:#F24084 ;
}
@media (max-width: 991px){
  .wrap-template-20 .search-box .category {
    width: 100%;
  }
  .wrap-templates-new.wrap-template-20 .box_form_search input, .wrap-templates-new.wrap-template-20 .search-box select {
    max-width: 150px;
  }
}