#info_lista {
  background: #96061f;
  color: white;
  font-weight: bold;
}
#info_lista a {
  color: #3f3f3f;
  text-decoration: none;
  background: white;
  border-radius: 3px;
  display: inline-block;
  margin-left: 3px;
  padding: 1px 2px 1px 2px;
}

.dp_opt_info {
  float: left;
  width: 85%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 15%;
  background-repeat: no-repeat;
  background-position: left top;
}
.dp_opt_info span {
  float: left;
  width: 70%;
  font-size: 100%;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
}
.dp_opt_info span:nth-child(2) {
  float: right;
  width: 30%;
  text-align: right;
}
.dp_opt_info p, .dp_footer_info {
  float: left;
  width: 100% !important;
  font-size: 90% !important;
  font-weight: normal !important;
  color: #888888;
  padding: 0 !important;
  margin: 0 !important;
}
.dp_info_title {
  font-size: 130%;
  font-weight: 600;
  color: black;
  margin-bottom: 25px;
  text-align: left;
}
.pr_lista_info {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: #95071f solid 1px;
  color: #95071f;
  box-sizing: border-box;
  padding: 2%;
  text-align: center;
  position: relative;
  top: -25px;
}

.home_pr_list {
  float: left;
  width: 100%;
}
.home_pr_list a.pr_list_item {
  border-bottom: 0;
}
.home_pr_head {
  float: left;
  width: 100%;
  font-size: 140%;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
  color: black;
}
.home_pr_slider {
  float: left;
  width: 100%;
  background: #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.home_pr_vyhody {
  float: left;
  width: 47%;
  margin: 1.5%;
}
.home_vyhoda_item {
  float: left;
  width: 85%;
  background-image: url(data/ico_tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 1px 0px 1px 50px;
  margin: 15px 0px 0px 10px;
  color: black;
  font-size: 140%;
  font-weight: 600;
}
.home_pr_slider_place {
  float: right;
  width: 50%;
  position: relative;
}
.home_pr_slider_place:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ececec;
  transform: rotate(45deg);
  left: -15px;
  top: 85px;
}
.home_pr_slider_place img {
  float: left;
  width: 100%;
  height: 200px;
  object-fit:cover;
}


a.pr_list_item {
  float: left;
  width: 23.75%;
  height: 360px;
  background-color: white;
  border-bottom: 1px #e7e7e7 solid;
  margin-right: 1.666666666666667%;
  margin-top: 15px;
  border-radius: 0px;
  overflow: hidden;
}
a.pr_list_item:nth-child(4n+4) {
  margin-right: 0%;
}

@media all and (max-width: 900px) {
  a.pr_list_item {
    width: 31.666666%;
    margin-right: 1.666666666666667%;
  }
  a.pr_list_item:nth-child(3n+3) {
    margin-right: 0%;
  }
  a.pr_list_item:nth-child(4n+4) {
    margin-right: 1.666666666666667%;
  }
  
  .home_pr_vyhody {
    width: 57%;
  }
  .home_vyhoda_item {
    width: 90%;
  }
  .home_pr_slider_place {
    width: 40%;
  }
}

@media all and (max-width: 650px) {
  a.pr_list_item {
    width: 49%;
    margin-right: 0;
  }
  a.pr_list_item:nth-child(2n+2) {
    float: right;
  }
  a.pr_list_item:nth-child(3n+3) {
    margin-right: 0%;
  }
  a.pr_list_item:nth-child(4n+4) {
    margin-right: 0%;
  }
  
  .dp_opt_info {
    width: 70%;
    padding-left: 30%;
  }
  
  .home_pr_vyhody {
    width: 97%;
  }
  .home_vyhoda_item {
    width: 90%;
    font-size: 120%;
    padding: 1px 0px 1px 40px;
  }
  .home_pr_slider_place {
    width: 100%;
    margin-top: 20px;
  }
  .home_pr_slider_place:after {
    left: 48%;
    top: -15px;
  }
  .pr_lista_info {
    top: -10px;
  }
}

@media all and (max-width: 500px) {
  a.pr_list_item {
    width: 90%;
    margin-left: 5%;
  }
  a.pr_list_item:nth-child(2n+2) {
    float: left;
  }
  a.pr_list_item:nth-child(3n+3) {
    margin-right: 0%;
  }
  a.pr_list_item:nth-child(4n+4) {
    margin-right: 0%;
  }
}

.mgz_left_part a.pr_list_item {
  width: 90%;
  margin-left: 5%;
}

.pr_list_img {
  float: left;
  width: 100%;
  height: 235px;
  line-height: 235px;
  text-align: center;
  position: relative;
}
.black_friday_flag {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 100%;
  color: white;
  font-weight: bold;
  padding: 4px;
  border-radius: 3px;
  background: black;
}
.pr_list_img img {
  vertical-align: middle;
  max-width: 250px;
  max-height: 210px;
  width: 96%;
  object-fit: contain;
}
.pr_list_info {
  float: left;
  width: 100%;
  height: 125px;
  text-align: center;
  transition: all 0.3s;
}
.pr_akce_bg {
  background: rgb(254,163,163);
  background: -moz-linear-gradient(0deg, rgba(254,163,163,1) 10%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(254,163,163,1) 10%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(254,163,163,1) 10%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fea3a3",endColorstr="#ffffff",GradientType=1); 
}
a.pr_list_item:hover .pr_list_info {
  background: rgb(229,229,229);
  background: -moz-linear-gradient(0deg, rgba(229,229,229,1) 10%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(229,229,229,1) 10%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(229,229,229,1) 10%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#ffffff",GradientType=1);  
}
a.pr_list_item:hover .pr_akce_bg {
  background: rgb(229,49,49);
  background: -moz-linear-gradient(0deg, rgba(229,49,49,1) 10%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(229,49,49,1) 10%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(229,49,49,1) 10%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53131",endColorstr="#ffffff",GradientType=1); 
}
.pr_list_info strong {
  display: inline-block;
  width: 80%;
  margin: 0 10% 0 10%;
  height: 45px;
  font-weight: normal;
  color: black;
  text-align: center;
  overflow: hidden;
}
.pr_skladem {
  display: inline-block;
  color: white;
  padding: 3px 10px 3px 10px;
  background: #00b455;
  font-size: 70%;
  text-transform: uppercase;
  border-radius: 4px;
}
.pr_list_cena {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 5px;
  font-size: 130%;
  color: #7d0e22;
}
.pr_akce_bg .pr_list_cena {
  font-weight: bold;
}
a.pr_list_item:hover .pr_akce_bg .pr_list_cena {
  color: white;
}
.pr_old_cena {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 65%;
  color: #5b5b5b;
  text-decoration: line-through;
  font-weight: normal;
}

.filter_panel {
  position: absolute;
  top: 230px;
  left: -24%;
  width: 18%;
  max-width: 230px;
  background: white;
  padding: 1.5%;
  border-radius: 4px;
  box-shadow:  0 0 4px 0px gray;  
}

.filters_open {
  left: 0.5% !important;
}
.filter_apply, .filter_cancel {
  float: left;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: center;
  background: #00b455;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  font-size: 110%;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}
.filter_cancel {
  font-size: 95%;
  margin-top: 8px;
  padding: 5px 0px 5px 0px;
  background: #e2e2e2;
  color: #414141;
  font-weight: normal;
}

@media all and (max-width: 1800px) {
  .filter_panel {
    left: -18.5%;
    width: 15%;
    font-size: 90%;
    z-index: 100;
    transition: all 0.5s;
    max-width: 500px;
  }
}
@media all and (max-width: 1450px) {
  .filter_panel {
    left: -80%;
    width: 35%;
    top: 35px;
  }
  .filter_apply, .filter_cancel { display: block; }
}
@media all and (max-width: 1100px) {
  .filter_panel {
    left: -60%;
    width: 40%;
  }
}
@media all and (max-width: 800px) {
  .filter_panel {
    left: -60%;
    width: 50%;
    font-size: 100%;
    padding: 4%;
  }
}
@media all and (max-width: 600px) {
  .filter_panel {
    left: -105%;
    width: 90%;
  }
  .filters_open {
    left: 1% !important;
  }
}

.filter_panel_head {
  float: left;
  width: 100%;
  color: #820e23;
  font-size: 120%;
}
.filter_panel_head span {
  float: left;
  display: block;
  background: white;
  position: relative;
  z-index: 1;
}
.filter_panel_head span:nth-child(1) {
  padding-right: 3%;
}
.filter_panel_head span:nth-child(2) {
  float: right;
  display: block;
  background: #820e23;
  border-radius: 4px;
  font-size: 70%;
  color: white;
  cursor: pointer;
  padding: 4px 8px 4px 8px;
  position: relative;
  z-index: 2;
}
.filter_panel_head span:last-child {
  position: relative;
  display: block;
  background: #820e23;
  height: 1px;
  width: 100%;
  z-index: 0;
  top: -13px;
}
.filter_box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0 15px 0;
}
.filter_box:last-child {
  border-bottom: 0;
}
.filter_box strong {
  float: left;
  width: 100%;
  color: #212121;
  font-size: 130%;
  cursor: pointer;
}
i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 15px;
  transition: all 0.5s;
  top: -2px;
  position: relative;
}
i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.filter_box_items, .filter_box_colors {
  float: right;
  width: 100%;
  padding-top: 15px;
}
.filter_box_colors {
  width: 86%;
}
.filter_box_items span, .filter_box_items a {
  float: left;
  width: 82%;
  border-radius: 4px;
  padding: 4px 4% 4px 4%;
  margin: 1px 0 1px 10%;
  background: white;
  color: #212121;
  font-size: 90%;
  cursor: pointer;
}
.filter_box_items span:hover, .filter_box_items a:hover, .filter_box_items .active {
  background: #f0f0f0;
  text-decoration: none;
}
.filter_box_items .active {
  color: #820e23;
  width: 92%;
  margin: 1px 0 1px 0%;
}
.filter_box_colors span {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
  background: red;
  background-size: cover;
  background-position: center center;
  margin: 2px 5px 5px 2px;
  cursor: pointer;
  overflow: hidden;
}
.filter_box_colors span {
  
}
.filter_box_colors span:hover, .filter_box_colors .active {
  border: 3px solid #820e23;
  margin: 0px 3px 3px 0px;
}
.filter_box_colors span:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}
.filter_box_colors span.active:after {
  background: transparent url(data/ico_close2.png) center center no-repeat;
}
.filter_del {
  width: 11%;
  height: 15px;
  display: none;
  background: transparent url(data/ico_close2.png) left bottom no-repeat;
}
.filter_box_items .active .filter_del {
  display: inline-block;
}

.shop_subcats_place {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -45px;
  text-align: center;
}
.shop_subcats_place a {
  display: inline-block;
  width: 17%;
  border-radius: 4px;
  background: white;
  box-shadow:  0px 0px 4px 0px gray;
  padding: 1%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 10px;
  transition: all 0.3s;
}

@media all and (max-width: 1000px) {
  .shop_subcats_place a {
    width: 20%;
  }
}

@media all and (max-width: 800px) {
  .shop_subcats_place a {
    width: 29%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .nav_panel h1 {
    font-size: 220%;
  } 
}

@media all and (max-width: 600px) {
  .shop_subcats_place a {
    width: 45%;
  }
}

.shop_subcats_place a:hover {
  box-shadow:  0px 0px 8px 2px black;
}
.shop_subcats_place .ico {
  float: left;
  width: 45%;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop_subcats_place a strong {
  float: right;
  width: 50%;
  font-size: 90%;
  color: #820e23;
  margin-top: 12px;
}

.CountDown span {
  float: none;
  width: auto;
}
.timePart {
  margin-right: 5px;
}
.timePart .label {
  font-size: 90%;
}