
@font-face {
  font-family: 'kokkinoplitis';
  src: url('fonts/kokkinoplitis-regular.WOFF') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kokkinoplitis';
  src: url('fonts/kokkinoplitis-light.WOFF') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kokkinoplitis';
  src: url('fonts/kokkinoplitis-medium.WOFF') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


html,
body {
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #444444;
  font-family: "kokkinoplitis", sans-serif;
}
a,
img {
  text-decoration: none;
}
a {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "kokkinoplitis", sans-serif;
}
button,
option,
select,
input,
textarea {
  font-family: "kokkinoplitis", sans-serif;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:focus,
option:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

#cls-wish {
  border: 0;
  background: 0;
  padding: 0 0 0 0;
  cursor: pointer;
  top: 5px;
  right: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
}
#cls-wish::before{
transform: rotate(45deg);
content: '';
position: absolute;
top: 5px;
left: 15px;
height: 20px;
width: 2px;
background: #000;
display: block;
}
#cls-wish::after{
transform: rotate(-45deg);
content: '';
position: absolute;
top: 5px;
left: 15px;
height: 20px;
width: 2px;
background: #000;
display: block;
}
#cls-cart {
border: 0;
background: 0;
padding: 0 0 0 0;
cursor: pointer;
top: 5px;
right: 10px;
position: absolute;
width: 30px;
height: 30px;
}
#cls-cart::before{
transform: rotate(45deg);
content: '';
position: absolute;
top: 5px;
left: 15px;
height: 20px;
width: 2px;
background: #000;
display: block;
}
#cls-cart::after{
transform: rotate(-45deg);
content: '';
position: absolute;
top: 5px;
left: 15px;
height: 20px;
width: 2px;
background: #000;
display: block;
}

.row {
  box-sizing: border-box;
  width: 100%;
  max-width: 1670px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.cc-grower{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
}

#hdmd .row{
  justify-content: space-between;
  align-items: center;
}
#hdmd .row .head_tel{
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

#hdmd .row .head_tel span{
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
  background: #444444;
  border-radius: 2px;
  padding: 5px 9px;
  margin: 0 0 12px 0;
}

#hdmd .row .head_tel a{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #444444;
  font-size: 31px;
  line-height: 37px;
  font-weight: 400;
}


#hdmd .row .head_tel a img{margin-right: 6px; max-width: 100%;}

#hdmd .row .mob_menu{
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: relative;
}

#hdmd   .mob_menu button {
  margin-right: 15px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  background: transparent;
  border: none;
  z-index: 101  ;
}
#hdmd   .mob_menu a {font-size: 0;}
#hdmd   .mob_menu a img { max-width: 100%; width: 20px;}


#hdmd .row .lg { padding: 10px 0;}
#hdmd .row .lg a{
  font-size: 0;
}

#hdmd .row .lg a img{max-width: 100%;}


#hdmd .hdmd_right{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}

#hdmd .cnmn{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hdmd .cnmn a{
  font-size: 0;
}


#hdmd .cnmn a img{
  margin-right: 20px;
}

header .mob_menu_slder {
  width: 330px;
  min-height: 100%;
  left: -350px;
  top: 0;
  position: absolute;
  background: #fff;
  list-style: none;
  box-shadow: 3px 0 9px #0000001c;
  padding: 25px 20px 20px 30px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
header .active_mob{
  left: 0;
  top: 0;
  z-index: 1000;
  overflow: auto;
  height: 100vh;
}

header .mob_menu_slder .active_mob_sub > a{
  color: #EB2617;
  margin-bottom: 15px;
}

header .mob_menu_slder .active_mob_sub  > a::after{
  transform:  rotate(-45deg);
}
header .mob_menu_slder .sub_menu{
  display: none;
}
header .mob_menu_slder .active_mob_sub .sub_menu{
  display: block;
  background: #F3F3F3;
  list-style: none;
  margin: 0;
  padding: 15px 10px 17px 13px;
  box-sizing: border-box;
}
header .mob_menu_slder .active_mob_sub .sub_menu  a{
  width: 100%;
  position: relative;
  color: #000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
header .mob_menu_slder .active_mob_sub .sub_menu  span{
  content: '';
  width: 7px;
  height: 7px;
  float: right;
  transform: rotate(135deg);
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  margin: 5px;
}

header .mob_menu_slder .active_mob_sub .sub_menu .sub_menu2{
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 0;
}
header .mob_menu_slder .active_mob_sub .sub_menu .sub_menu2 a{
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 14px;
  color: #444444;
  font-weight: 500;
}
header .mob_menu_slder .active_mob_sub .sub_menu .sub_menu2 a::after{display: none;}
header .mob_menu_slder .active_mob_sub .sub_menu .active_mob_sub .sub_menu2{
  display: block;
}
header .mob_menu_slder > a{
  width: 190px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 25px 12px 15px;
  color: #272727;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  border: 1px solid #707070;
  border-radius: 4px;
  margin-bottom: 25px;
}
header .mob_menu_slder > a img{
  max-width: 100%;
  margin-right: 10px;
}
header #cls_mob{
  position: absolute;
  top: 40px;
  right: 20px;
  width: 18px;
  height: 18px;
}

header #cls_mob::after{
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
header #cls_mob::before{
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
}
header .mob_menu_slder > ul {
  list-style: none;
  padding: 40px 0 0 0;
  border-top: 1px solid #707070;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 150px 0;
}
header .mob_menu_slder > ul > li{
  margin-bottom: 25px;
}
header .mob_menu_slder > ul > li > a{
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #444444;
  font-weight: 400;
}

header .mob_menu_slder > ul > li > span{
  content: '';
  width: 10px;
  height: 10px;
  float: right;
  margin: 4px;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 50%;*/
  /*transform: translateY(-50%) rotate(135deg);*/
  transform: rotate(135deg) ;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}

header .mob_menu_slder .head_tel{
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

header .mob_menu_slder .head_tel span{
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  font-weight: 400;
  margin: 0 0 3px 0;
}

header .mob_menu_slder .head_tel a{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #444444;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}


header .mob_menu_slder .head_tel a img{
  margin-right: 10px;
  max-width: 100%;
  width: 18px;}

#hdcrt a{
display: flex;
align-items: center;
background: transparent;
position: relative;
}
#hdcrt a img{
  max-width: 100%;
}
#hdcrt a strong{
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  padding-left: 13px;
}
#hdcrt a span{
  position: absolute;
  left: 25px;
  top: -4px;
  background: #EB2617;
  color: #fff;
  /* padding: 2 px 3 px ; */
  font-size: 9px;
  line-height: 15px;
  font-weight: 400;
  border-radius: 11px;
  width: 15px;
  height: 15px;
  text-align: center;
}

#hdbt { background: linear-gradient(to left, #444444 50%, #EB2617 50%);}
#hdbt .row{
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#hdbt .menu_btn {
  position:relative;
  border-right: 2px solid #fff;
}
#hdbt   .menu_btn button {
  cursor: pointer;
  padding: 0;
  position: relative;
  background: #EB2617;
  border: none;
  z-index: 101  ;
}
#hdbt  .menu_btn button p {
  padding: 0 58px 0 40px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  height: 50px;
  line-height: 50px;
}
#hdbt  .menu_btn button span {
  position: absolute;
  top: 50%;
  content: "";
  background: #fff;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
}
#hdbt  .menu_btn button span::before {
  position: absolute;
  top: -7px;
  content: "";
  background: #fff;
  left: 0;
  width: 20px;
  height: 2px;
}
#hdbt  .menu_btn button span::after {
  position: absolute;
  bottom: -7px;
  content: "";
  background: #fff;
  left: 0;
  width: 20px;
  height: 2px;
}

#hdbt   .active_menu_btn button span{
  height: 0 !important;
}
#hdbt   .active_menu_btn button span::before {
  position: absolute;
  top: -2px !important;
  content: "";
  background: #fff;
  left: 0;
  transform: rotate(45deg) !important;
  width: 20px;
  height: 2px;
}
#hdbt  .active_menu_btn button span::after {
  position: absolute;
  bottom: 0 !important;
  content: "";
  background: #fff;
  left: 0;
  transform: rotate(-45deg) !important;
  width: 20px;
  height: 2px;

}

#hdbt  .menu_btn .menu {
  display: none;
  left: 0;
  top: 51px;
  width: 286px;
  position: absolute;
  background: #FFFFFF;
  list-style: none;
  z-index: 100;
  padding-top: 67px;
  padding-bottom: 50px;
  box-sizing: border-box;
  box-shadow: 0 12px 14px #00000029;
}

#hdbt  .active_menu {
  display: block !important;
}

#hdbt   .menu > ul {
  margin: 0;
  list-style: none;
  padding: 0 ;
}
#hdbt  .menu > ul > li{
  padding: 10px 45px ;
}


#hdbt  .menu > ul > li > a {
  font-size: 19px;
  line-height: 23px;
  color: #444444;
  white-space: nowrap;
  font-weight: 400;
  display: block;
}

#hdbt  .active_sub{
  background: #EB2617;
}

#hdbt  .active_sub > a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #EB2617;
  z-index: 1001;
}
#hdbt  .active_sub > a{
  color: #fff !important;
  position: relative;
}

#hdbt .active_sub .sub_menu{
  display: flex !important;
}
#hdbt  .menu_btn .sub_menu {
  justify-content: space-between;
  flex-wrap: wrap;
  left: 100%;
  top: 0;
  width: 71.5vw;
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  list-style: none;
  box-shadow: 15px 12px 14px #00000029;
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  padding: 67px 0 60px 70px;
  display: none;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

#hdbt  .menu_btn .sub_menu .col{
  flex: 0 0 20%;
  height: 100%;
  padding: 0 ;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#hdbt  .menu_btn .sub_menu  ul {
  list-style: none;
  padding: 20px 60px 50px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#hdbt  .menu_btn .sub_menu  ul > li > a{
  white-space: nowrap;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
  font-weight: 400;
}
#hdbt  .menu_btn .sub_menu  .title{
  white-space: nowrap;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 21px;
  position: relative;
  padding-bottom: 5px;
}
#hdbt  .menu_btn .sub_menu  .title::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  content: '';
  background: #EB2617;
  height: 3px;
}

#hdbt .row .hdbt_right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background: #444;
  height: 50px;
}

#hdbt .row .hdbt_cnmn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hdbt .row .hdbt_cnmn a{
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 40px;
}
#hdbt .row .srch_input{
  width: 329px;
  display: flex;
  align-items: center;
  padding: 0 ;
  margin: 7px 0 7px 20px;
  background: #EEEEEE;
  box-sizing: border-box;
}

#hdbt .row .srch_input button{
  border: none;
  background: transparent;
  padding: 5px 9px;
  cursor: pointer;

}

#hdbt .row .srch_input input{
  flex-grow: 1;
  border: none;
  background: transparent;
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}



/* Breadcrumb*/

.brdcrmb {
  width: 100%;
  margin-top: 150px;
  background: #F3F3F3;
}
.brdcrmb .row {
  width: 100%;
  padding: 15px 20px 15px 20px ;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-self: flex-start;
  overflow: auto;
}

.brdcrmb .row a, .brdcrmb .row span{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  font-weight: 400;
  padding-right: 28px;
  white-space: nowrap;
  box-sizing: border-box;
}
.brdcrmb .row a::after, .brdcrmb .row span::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.brdcrmb .row :last-child {
  color: #444444;
}
.brdcrmb .row :last-child::after {display: none;}
.brdcrmb .row a img{
  max-width: 100%;
  padding-right: 12.5px;
}
/* ΠΡΟΪΟΝ */


.prds {
  width: calc(100% - 130px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  box-sizing: border-box;
  position: relative;
}

.glbprdr {
  background: #fff;
  display: flex;
  text-align: center;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
}
.glbprdrc {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 35px 5px 20px 5px;
  position: relative;
}

.glbprdr .cvr{
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.glbprdr .tag{
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 9;
  padding: 4px 12px;
  background: #EB2617;
}
.glbprdr .tag span{
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.glbprdr .tag2{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 4px 12px;
  background: #EB2617;
}
.glbprdr .tag2 span{
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.glbprdr .fast{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  /* transform: translate(-50%, -50%); */
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-flow: row nowrap;
  /* width: calc( 100% - 30px); */
  transition: all 0.4s ease-in-out;
    z-index: 99;
}
.glbprdr .fast a{
  cursor: pointer;
  background: #EB2617;
  border-radius: 19px;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.34px;
  font-weight: 200;
  flex-grow: 0.7;
}
.glbprdr .fast a:hover{
  background: #c51b1b;
}
.glbprdr .fast button:last-of-type{
    cursor: pointer;
    background: #FFFFFF;
    border: none;
    font-size: 0;
    border-radius: 19px;
    box-shadow: 0 3px 6px #00000029;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glbprdr .fast button:last-of-type img{
  max-width: 100%;
  width: 17px;
  height: 15px;
}

.glbprdr:hover .fast{
  opacity: 1;
  pointer-events: all;
}
.glbprdr .cvr a {
  font-size: 0;
}
.glbprdr .cvr a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  transition: 0.25s all ease-in-out;
}
.glbprdr .prod_desc{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.glbprdr .prod_desc h4 {
  margin: 15px 0;
  line-height: 19px;
}
.glbprdr .prod_desc h4 a{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.glbprdr .prod_desc h2 {
  padding: 25px 0 0 0;
  line-height: 19px;
  display: flex;
  flex-grow: 1;
}
.glbprdr .prod_desc h2 a{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #4b4b4b;
  display: block;
  width: 100%;
}

.glbprdr  h5{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.38px;
  color: #707070;
  margin: 0 0 20px 0;
}
.glbprdr  h5 img{
  margin-right: 9px;
  max-width: 100%;
}
.glbprdr .av{
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.glbprdr  .av img{
  margin-right: 9px;
  max-width: 100%;
}
.glbprdr  .av span{
  line-height: 24px;
  vertical-align: bottom;
}
.agora {
  width: calc(100% - 40px);
  margin: 0 auto;
  min-height: 60px;
}

.agora  button {
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  color: #FFFFFF;
  background: #4e4e4e;
  border-radius: 4px;
  border: none;
  padding: 13px 5px 12px 5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.agora  button:hover {
  background: #000000;
}
.agora  button img{
  margin-right: 12px;
}

.prcs{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px 0;
}
.prcs span {
  margin-right: 12px;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  font-weight: 300;
  color: #707070;
  text-decoration: line-through 2px red;
}
.prcs strong {
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  color: #EB2617;
}

.prds .next,
.prds .prev {
  background: #EB2617;
  width: 47px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.prds .prev {
  border-radius: 8px 0 0 8px;
  left: -55px;
}
.prds .prev::after {
  content: '';
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.prds .next {
  border-radius: 0 8px 8px 0;
  right: -55px;
}
.prds .next::after {
  content: '';
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-pagination-bullet-active{background:#444444 !important; opacity: 1 !important;}
.swiper-pagination {display: flex !important; align-items: center !important; justify-content: center !important;}
.swiper-slide {
  /*text-align: center;*/
  /*font-size: 18px;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
}

/*********** FOOTER ************/
#news{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -125px;
  width: 100%;
}
#news .row{
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1325px;
  position: relative;
}

#news .newsleft{
  flex: 0 0 56%;
}
#news .newsleft img{
  max-width: 100%;
}


#news .newsright{
  flex: 0 0 44%;
  box-sizing: border-box;
}
#news .newsright .black_news{
    background: #272727;
    transform: skew(-11deg);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    padding: 30px 30px 30px 77px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    margin-left: -60px;
}

#news .newsright .black_news span{
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  font-weight: 300;
}
#news .newsright .black_news strong{
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 400;
}

#news .newsright > span{
    max-width: 440px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#news .newsright form{
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

#news .newsright form input{
  flex-grow: 1;
  border: 1px solid #707070;
  background:transparent;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  padding: 17px 0 17px 22px;
}
#news .newsright form input::placeholder{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
}

#news .newsright form button{
  cursor: pointer;
  border: none;
  background: #EB2617;
  font-size: 0;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
#news .newsright form button:hover{
  background: #c51b1b;
}
#news .newsright form button img{max-width: 100%;}



footer {
  position: relative;
  background: #F3F3F3;
  margin-top: 211px;
  padding: 352px 0 85px 0;
  border-top: 2px solid #EB2617;
}

footer .footer .row{
  max-width: 967px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

footer .footer .bt_foot{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
footer  .bt_foot .col{
  flex: 0 0 33.3%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
footer  .bt_foot .col ul{padding: 0; margin: 0; list-style: none;}

footer  .bt_foot .col1 span{
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin: 5px 0 0 0;
  color: #3D3D3D;
}

footer  .bt_foot .col h3{
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: 1.42px;
}



footer  .bt_foot .col ul li a{
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #707070;
} 

footer  .bt_foot .col2 span,
footer  .bt_foot .col2 a{
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #272727;
}
footer  .bt_foot .col2 > span{max-width: 172px;}
footer  .bt_foot .col2 a span{font-weight: 500; margin-right: 8px;}


footer  .bt_foot .col2 a.form{
  margin-top: 15px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 14px 55px 15px 35px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer  .bt_foot .col2 a.form:hover{
  border: 1px solid #272727;
  background: #272727;
  color: #fff;
}
footer  .bt_foot .col2 a.form:hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
footer  .bt_foot .col2 a.form::after{
  content: '';
  background: transparent;
  position: absolute;
  right: 35px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}

footer  .bt_foot .social{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 263px;
}
footer .black_text_wn{
  font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #272727;
}
footer .cntbx{
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  color: #272727;
  padding:0 8px 0 32px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
}
footer .cntbx h5{
  font-weight: 400;
  font-size: 17px;
  margin: 0 0 5px 0;
  padding: 0;
}
footer .cntbx .pin{
  position: absolute;
  top: 6px;
  left: 0;
}
footer .cntbx a{transition: ease 0.25s; font-size: 17px;}
footer .cntbx a:hover{color:#EB2617}
#hmft1{
  position: relative;
  background: #F3F3F3;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 35px 0 60px 0;
  box-sizing: border-box;
}

#hmft1 .categories{
  background: #F3F3F3;
  width: 100%;
  max-width: 1176px;
  margin: 80px auto 0 auto;
  display: flex;
  flex-flow: row wrap;
  z-index: 1;
}

#hmft1::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  left: 0;
}

#hmft1 .categories a{
  flex: 0 0 25%;
  width: 25%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}
#hmft1 .categories img{max-width: 100%;}
#hmft1 .categories a span{
  font-size: 18px;
}

#hmft1 .row{
  max-width: 1670px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#hmft1 .row {
  width: 100%;
}
.hm_search{
  margin-bottom: 20px;
  width: 100%;
}
#hmft1 .row .hm_search form {
  background: #444444;
  border-radius: 0 5px 5px 5px;
}
#hmft1 .row .hm_search .hm_search_head{
  display: flex;
  align-items: flex-end;
}
#hmft1 .row .hm_search .hm_search_head span {
  padding: 11px 30px;
  font-size: 19px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #9a9a9a;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: inline-block;
  height: fit-content;
  cursor: pointer;
}
#hmft1 .row .hm_search .hm_search_head span:first-of-type:not(.hm_search_head_active), #opn_wn_search_tyres:not(.hm_search_head_active){ background-color: #EB2617 !important;}
#opn_wn_search_tyres em{font-style: normal}
/*#opn_wn_search_tyres:not(.hm_search_head_active){ em{animation: colorblink 10s linear infinite}*/
/*

#opn_wn_search_tyres:not(.hm_search_head_active) em{
  background-image: linear-gradient(
    -225deg,
    #121212 0%,
    #fff 67%,
    #121212 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent;
  animation: colortrns 4s linear infinite;
}
@keyframes textclip {
  0%    {color: #121212}
  15%   {color: #464646}
  30%   {color: #868686}
  40%   {color: #ababab}
  50%   {color: #fff}
  60%   {color: #868686}
  80%   {color: #464646}
  100%  {color: #121212}
}
@keyframes colortrns {
  to {
    background-position: 200% center;
  }
}*/
#hmft1 .row .hm_search .hm_search_head span.hm_search_head_active{
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  background: #444444;
}
#wn_search_tyres{display: none;}
#hmft1 .row .hm_search .sr_con{
  padding: 10px 0px 10px 57px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-flow: row wrap;
}
#hmft1 .sr_con .sel{
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 10px 20px 10px 0px;

}
#hmft1 .sr_con .sel label{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 18px;
}

#hmft1 .sr_con .sel label strong{
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 12px 0 7.5px;
  z-index: 1;
}
#hmft1 .sr_con .sel label img{max-width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%);}

#hmft1 .sr_con .sel .sel_con{
  position: relative;
  background: #fff;
}
#hmft1 .sr_con .sel select{
  border: none;
  color: #444444;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 40px 10px 23px;
  width: 238px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  background: transparent;
  z-index: 5;
}

#hmft1 .sr_con .sel .sel_con::after{
  content: '';
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #444444;
  border-right: 2px solid #444444;
}
#hmft1 .sr_con .sel .sel_con::before{
  content: '';
  position: absolute;
  right: 40px;
  top: 10%;
  width: 2px;
  height: 80%;
  background: #444444;
}

#hmft1 .sr_con button{
  margin: 10px 0;
  background: #EB2617;
  border-radius: 4px;
  width: 145px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
#hmft1 .sr_con button:hover{
  background: #c51b1b;
}
#hmft1 .sr_con button img{max-width: 100%;}

.page_heading {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    flex: 0 0 100%;
}

.wn-modal-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background: #00000020;
    z-index: 9998;
}
.wn-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    z-index: 9999;
}
.wn-modal-small{max-width: 400px;}
.wn-modal-medium{max-width: 600px;}
.wn-modal-header {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #D5D5D5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.wn-modal-header button{
  background: none;
  border: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
}
.wn-modal-header button::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  height: 20px;
  width: 2px;
  background: #000;
}
.wn-modal-header button::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  height: 20px;
  width: 2px;
  background: #000;
}
.wn-modal-body {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
}
.wn-modal-body form{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.wn-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}
.wn-modal-footer .wn-close {
  font-size: 16px;
  color: #fff;
  background: #444444;
  border: 0;
  padding: 8px 12px;
  cursor: pointer;
}
.wn-modal-footer .wn-continue {
  font-size: 16px;
  color: #fff;
  background: #EB2617;
  border: 0;
  padding: 8px 12px;
  cursor: pointer;
}
#crt-modal .wn-modal-body{
    align-items: center;
}
.crt-modal-scsmsg{
    flex: 0 0 100%;
    text-align: center;
    font-size: 16px;
}
.crt-modal-img{width: 115px;}
.crt-modal-img img {max-width: 100%;}
.crt-modal-prdttl {
  flex: 0 0 calc(100% - 115px);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 0 20px;
}
#chs-modal .chs-right {
  flex: 0 0 calc(100% - 200px);
  display: flex;
  padding: 10px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#chs-modal .chs-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
}
.back-top{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 55px;
  height: 60px;
  width: 60px;
  background: #eb2617;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

.back-top::before {
  content: '';
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.unit-selector{
  width: 100%;
}
#cng-modal #unit_header{
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
#cng-modal #unit_header .fylla{
    width: 100px;
    text-align: center;
}
#cng-modal #unit_header .dmns{
    width: calc(100% - 100px);
    text-align: center;
}
#cng-modal #unit_rows_container > div{
  width: 100% ;
  display: flex;
}
#cng-modal .fylla_row{
  width: 100px;
  text-align: center;
}
#cng-modal .dmns_row{
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#cng-modal .dmns_row > div{
  margin-right: 10px;
}
#cng-modal #add_row{
  display: flex;
  margin: 10px 0;
}
#cng-modal #add_row > img{
  margin: 0 10px 0 0;
}

.search-modal{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-width: 400px;
  width: 100%;
  transform: translate(-50%, -50%);
}
.search-modal .srch_input{
  position: relative;
}
.search-modal .srch_input button{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 0;
}
.search-modal .srch_input input[type=text]{
  width: 100%;
  height: 38px;
}

@media only screen and (max-width: 1300px) {
  #news .newsright{top: 60%; }
  #hmft1::after{display: none;}
}
@media only screen and (max-width: 1150px) {
  #hdmd .row .lg a img{width: 270px;}
  #hdmd .row .head_tel a{font-size: 24px;}
  #hdmd .row .head_tel span{margin: 0;}
  #hdbt .row .hdbt_cnmn a{margin-right: 20px; font-size: 15px;}
  .brdcrmb {margin-top: 128px;}
}


@media only screen and (max-width: 1000px) {
  #hdbt .menu_btn .menu{top: 36px;}
  #hdbt .row .hdbt_cnmn{display: none;}
  #hdbt .row .srch_input{width: 200px;margin: 2px 0 2px 0;}
  #hdbt .menu_btn button p {height: 40px; line-height: 40px;}
  #hdbt .row .hdbt_right{height: 40px}
  #hdbt .row .srch_input button img{
    max-width: 100%;
    width: 18px;
  }
  #hdbt .row .srch_input button{padding: 0 9px;}
  #news .newsleft{display: none;}
  #news .newsright{
    flex:0 0 100% ;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  #news{top: -45px;}
  #news .newsright .black_news {
    align-items: center;
    margin: 0 0 20px 0;
  }
  #news .newsright > span{
    padding: 0;
    width: 100%;
  }
  #news .newsright form{
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .brdcrmb {margin-top: 114px;}
  .brdcrmb .row a img{display: none;}
  #hmft1 .categories a{
    flex: 0 0 33.3%;
    width: 33.3%;
  }
  .glbprdr .fast{opacity: 1;}
}

@media only screen and (max-width: 900px) {

  #hdcrt a strong{display: none;}
  footer{margin-top: 150px; padding-top: 300px;}
}

@media only screen and (max-width: 800px) {
  footer .bt_foot .col2 a.form {padding: 14px 60px 15px 15px;}
  footer .footer .bt_foot{flex-flow: row wrap;}
  footer .bt_foot .col {
    flex: 0 0 50%;
    margin-bottom: 40px;
  }
}

/*.swiper-pagination{display: none !important;}*/
@media only screen and (max-width: 750px) {
  #hdmd .row .lg a img{width: 220px;}
  #hdmd .row .head_tel span{font-size: 13px;}
  #hdmd .row .head_tel a{font-size: 20px;}
  #hdmd .row .head_tel a img{width: 15px;}
  #hdmd .cnmn a img {
    margin-right: 15px;
    width: 25px;
  }
  .prds{width: 100%;}
  .prds .next,
  .prds .prev{display: none;}
  #hdcrt a img{width: 30px;}
  .brdcrmb {margin-top: 107px;}
  /*#hmft1 .row{padding: 5px;}*/
  #hmft1 .categories a{
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
  }
  .swiper-pagination{
    bottom: 0 !important;
    display: flex !important;
  }
  .swiper-pagination-bullet{margin: 3px;}
}

@media only screen and (max-width: 700px) {
  #hdbt {display: none;}
  #hdmd .row .head_tel {display: none;}
  #hdmd .row .mob_menu {display: flex;}
  #hdmd .row .lg {padding: 10px 0;}
  #hmft1 .ttl h2,
  #hmft2 .ttl h2 {
    font-size: 16px !important;
    white-space: nowrap;
  }
  .brdcrmb .row a {font-size: 14px;margin-right: 10px;}
  .glbprdr {padding: 35px 10px 20px 10px;}
  .glbprdr .prod_desc h2 {font-size: 14px;}
  .prcs span {font-size: 16px;}
  .prcs strong {font-size: 20px;}
  .brdcrmb {margin-top: 80px;}
  .page_heading {font-size: 22px}
  #hmft1 .row .hm_search span{font-size: 18px;}
  #hmft1 .sr_con .sel label{font-size: 16px;}
  #hmft1 .sr_con .sel select{font-size: 14px;}
  #hmft1 .hm_search_head{
    display: flex;
    align-items: unset !important;
    flex-direction: column;
  }
  #hmft1 .hm_search_head_active{order: 1;}
}

@media only screen and (max-width: 670px) {
  #hmft1 .row .hm_search span{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    top: -50px;
  }
  #hmft1 .row .hm_search .sr_con{padding: 15px 30px 25px 30px;}
  #hmft1 .sr_con .sel select{width: 100%;}
  #hmft1 .sr_con .sel{width: 100%; margin: 15px 0;}
  #hmft1 .sr_con .sel .sel_con{width: 100%; }
}

@media only screen and (max-width: 600px) {
  .prds {width: 100%;}
  .prds .next, .prds .prev {display: none;}
  footer .bt_foot .col2 a.form {padding: 14px 15px 15px 15px;}
  footer .bt_foot .col2 a.form::after {display: none;}
}
@media only screen and (max-width: 500px) {
  #hdmd .cnmn a:first-of-type{display: none;}
  #hdcrt a span{background: none; color: #000000; font-size: 12px; left: 27px; top: -5px;}
  #hdmd .row .lg a img {width: 150px;}
  .agora .cart_btn {flex: 0 0 calc(100% - 60px);}
  .agora .cart_btn button {padding: 16px 0;}
  .agora .eye_btn button {
    width: 50px;
    height: 50px;
  }
  .brdcrmb {margin-top: 50px;}
}

@media only screen and (max-width: 480px) {
  header .mob_menu_slder{width: 300px;}
  footer .bt_foot .col {
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
  }
  .glbprdr h5{font-size: 13px;}
  .glbprdr h5 img{margin-right: 3px;}
  #hmft1{padding: 72px 8px 60px 8px;}
}

@media only screen and (max-width: 430px) {
  .glbprdr .agora{width: 100%;}
}
@media only screen and (max-width: 380px) {
  #hdmd .row{padding: 0 10px;}
  #hdmd .row .lg a img {
    width: 140px;
}
  #hdmd .mob_menu button {
    margin-right: 10px;
  }
  #hdmd .cnmn a img {
    margin-right: 10px;
  }
  #news .newsright .black_news span {
    font-size: 26px;
  }
  #news .newsright .black_news strong {
    font-size: 36px;
  }
  #news .newsright .black_news {
    padding: 10px 20px 10px 20px;
  }
  #news .newsright > span{
    font-size: 18px;
    text-align: center;
  }
  #news .newsright form input {
    padding: 12px 0 12px 10px;
  }
  #news .newsright form button{
    width: 50px;
    height: 50px;
  }

  .prcs{
    flex-flow: column nowrap;
    justify-content: center;
  }
  .prcs span{margin: 0;}
}
@media only screen and (max-width: 360px) {
  .glbprdr {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 340px) {
  #hmft1 .categories a{
    flex: 0 0 100%;
    width: 100%;
  }
}

#hover-div-f {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 2001;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#popup-div-f {
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
  z-index: 10000;
  transform: translate(-50%, -50%);
  margin: 0;
}

#popup-div-f img {
    width: 100%
}

#close-div-f {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000
}