body {
  background: #f5f5f5;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}

body.bgwhite {
  background: #ffffff;
}

.posh {color: #ff00ba;}
.bg-posh {background: #ff00ba!important;}

.white {color: #fff;}
.bg-white {background: #fff;}

.black {color: #000;}
.bg-black {background: #000; color: #fff;}

.silver {color: #b9b7b2}
.bg-silver {background: #b9b7b2;}

.breadcrumbs a {color: gray;}

span.label a {color: #fff;}
span.label a:hover {color: #000;}

span.label.bo-posh {background: #ff72d9; transition: all 0.5s ease; margin-right: 5px;}
span.label.bo-posh a {color: #fff;}
span.label.bo-posh:hover {background: #ff00ba;}
  
.label.small {font-size: 0.8rem;}

.border {border-bottom: 1px solid #b9b9ba; margin: 1rem;}
.border p {padding: 1rem; margin: 0;}
.border .button {margin: 0;}

.card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #b9b9ba;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: #fff; 
}

.off-canvas-content {
  margin-top: 1rem;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0rem;
    font-size: 3em;
    line-height: 1;
}

#jquery-live-search {
	background: #fff;
  width: 315px !important;
	padding: 0;
	height: 80%;
	overflow: auto;
  margin-top: 5px;
	position: absolute;
	z-index: 999;
  font-size: 0.9rem;

}

#vizual {
  width: 100%;
  margin-bottom: 1rem; 
}

a {color: #000; text-decoration: none;}
a:hover, a:active, a:focus {color: #ff00ba;}
a.under {text-decoration: underline;}
.small {font-size: 0.9rem;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}

h1 {font-size: 2.2rem;}
h2 {font-size: 1.8rem; font-weight: 200;}
h3 {font-size: 1.6rem; font-weight: 200!important;}
h4 {font-size: 1.4rem; font-weight: 200!important;}

#bottom {
  background: #000000;
  color: #fff;
  padding: 2rem 0;
  font-size: 0.9rem;
}

#bottom h3 {font-size: 1rem;}
#bottom a {color: #fff; text-decoration: underline;}

#bottom .fa-inverse {color: #000;}
/*.title-bar {display: none;}*/
.title-bar button, #bottom button {color: #fff;}

#produkt-row {}
#produkt-row .columns {position: relative; overflow: hidden; margin-bottom: 1rem;}
#produkt-row img, #poshstyle img {width: 100%;}
#produkt-row:hover img {width: 110%;}
#produkt-row p.nadpis {position: absolute; display: block; top: 140px; left: 0; background: #000; color: #fff; text-transform: uppercase; padding: 4px 10px; font-size: 1.2rem;}
#produkt-row a:hover p.nadpis {background: #ff00ba; display: block;}

#poshstyle {position: relative; margin-bottom: 1rem;}
#poshstyle span.nadpis {position: absolute; top: 40px; left: 0; background: #000; color: #fff; text-transform: uppercase; padding: 4px 10px; font-size: 1.2rem;}
#poshstyle span.nadpis2 {position: absolute; top: 74px; left: 0; background: #000; color: #fff; font-weight: 300; text-transform: uppercase; padding: 4px 10px; font-size: 1.2rem;}
#poshstyle a:hover span.nadpis, #produkty a:hover span.nadpis2 {background: #ff00ba;}
.poshstyle {margin-bottom: 2rem;}

#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  padding: 5px 12px 8px;
  background: rgba(160,160,160,0.5);
  display: none;
}
#back-top a {color: #fff;}

.button-group {display: inline-block;}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 0;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.has-tip {
  cursor: pointer;
  border-bottom: 0;
}

.tooltip {
  background: #ff00ba;
}
.tooltip::before {
  border-color: transparent transparent #ff00ba;
}
.tooltip.top::before {
  border-color: #ff00ba transparent transparent;
}
.tooltip.left::before {
  border-color: transparent transparent transparent #ff00ba;
}
.tooltip.right::before {
  border-color: transparent #ff00ba transparent transparent;
}

.position-right {
    background: #fff;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    transform: translateX(350px);
    overflow-y: auto;
    padding: 1rem;
}
.position-right.is-transition-push::after {
  box-shadow: none;
}

#size {height: 3px;}

#price input[type="submit"] {
  padding: 1rem 2rem;
}

#price input[type="submit"].button2 {
  padding: 1rem;
}
#produkty .grid-item {position: absolute; top: -1000px; left: -1000px;}
.grid-sizer {width: 32%;}
.gutter-sizer {width: 1%;}

.no-js .top-bar {
 display: none;
}

.top-bar {display: block;}

.top-bar, .top-bar ul {
    background-color: #000;
}

.is-dropdown-submenu {
  border: 0;
  font-size: 0.8rem;
  z-index: 100;
}

.js-off-canvas-overlay {
    background: hsla(0, 0%, 0%, 0.5);
}

.top-bar a, #offCanvasLeft a {color: #fff; font-weight: 200; text-transform: uppercase;}
.menu a:hover {text-decoration: underline;}
.vertical i {text-decoration: none; padding: 3px 0 0 5px;}

.menu li.subcat {color: #fff; text-transform: uppercase; font-weight: 600; padding: 0.3rem 0 0.3rem 1rem;}
.menu li.subcat2 {padding-left: 1rem;}
.dropdown.menu > li.is-dropdown-submenu-parent > a {padding-right: 0;}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {display: none;}
.menu > li > a {
  padding: 0.3rem 0 0.3rem 1rem;
  line-height: 1.2rem;
}

#offCanvasLeft {
  background: #000;
}

#offCanvasLeft .menu.vertical > li {
    border-bottom: 1px solid #333;
}
#offCanvasLeft .menu.vertical > li.is-submenu-item {
  border: none;
  font-size: 0.8rem;
}

#offCanvasLeft .is-accordion-submenu-parent > a::after {
    border-color: #eee transparent transparent;
}

#offCanvasLeft .menu a.icon:hover {
  text-decoration: none;
}

#offCanvasLeft .menu a.icon::before {
  font-family: Flaticon;
  margin-right: 1rem;
  margin-top: -0.2rem;
  font-size: 22px;
  vertical-align: top;
  text-decoration: none;
}
#offCanvasLeft .menu a.act.icon::before {
  color: #ff00ba;
}

.i81::before {
  content: "\f109";
}

.i80::before {
  content: "\f128";
}

.i69::before {
  content: "\f111";
}

.i59::before {
  content: "\f11c";
}

.i64::before {
  content: "\f10e";
}

.i72::before {
  content: "\f100";
}

.i148::before {
  content: "\f10a";
}

.i78::before {
  content: "\f131";
}

.i179::before {
  content: "\f106";
}


.i1::before {
  content: "\f10b";
}


#offCanvasLeft .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*[data-accordion-menu] .is-accordion-submenu-parent[aria-expanded="true"] a::before {
  content: "\f108";
  font-family: Flaticon;
  margin-right: 1rem;
  color: #fff; }

[data-accordion-menu] .is-accordion-submenu-parent[aria-expanded="false"] a::before {
  content: "\f108";
  font-family: Flaticon;
  margin-right: 1rem;
  font-size: 20px; }*/


.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.no-js #vizual {height: 400px;}
#vizual a {padding: 10px; color: #fff; text-shadow: 2px 2px 5px #000; display: inline-block; opacity: 0.5;}
#vizual a:hover {color: #ddd; text-shadow: 1px 1px 3px #000; opacity: 1;}
#vegasnext {position: absolute; top: 40%; right: 10px;}
#vegasprev {position: absolute; top: 40%; left: 10px;}

#slider-kategorie {
  margin-bottom: 1rem;
}

.produkt {margin: 0 0 10px 0; padding: 5px; border: 1px solid silver; background: #fff; position: relative;}
.produkt.last {margin: 0 0 18px 0;}
.produkt div.foto {text-align: center; }
.produkt h2 { font-size: 1.1rem; padding: 5px 0 0 0; font-weight: 300; font-style: normal; margin-bottom: 0px;}
.produkt h2 a {text-decoration: none;}
.produkt p { padding: 0; }
.produkt p.left {display: block; font-size: 100%; color: #000; padding: 5px 0 0 0; font-weight: 300; margin-bottom: 0;}
.produkt p.left strong { font-size: 115%; font-weight: 400; }
.produkt p.right { float: right; padding: 0 0 0 0;}
.produkt p.anotace {height: 56px; overflow: hidden; padding: 0 10px 5px;}
.produkt span.skladem {display: block; background: url(../images/ico-koupit-2.png) no-repeat 0 0; width: 83px; height: 25px;}
.produkt span.skladem2 {display: block; background: url(../images/ico-koupit-3.png) no-repeat 0 0; width: 83px; height: 25px;}
.produkt:hover p.right span {background: url(../images/ico-koupit-2.png) no-repeat 0 -25px;}
.produkt:hover p.left {color: #ff00ba;}
.produkt span.ico {position: absolute; top: 10px; left: 10px; z-index: 99;}
.produkt:hover span.ico a {color: #ff00ba;}
.produkt span.ico span {position: relative; border: 0; top: 0; left: 0; display: block; margin-bottom: 3px;}
.produkt span.ico span.video {background: url(../images/ico-video3.png) no-repeat; width: 44px; height: 44px;}

span.ico {position: absolute; top: 10px; left: 10px; z-index: 99; background: transparent;}
span.ico a {color: #ff00ba; display: block;}
span.ico a:hover {color: #000;}
span.ico ul {list-style-type: none;position: relative; border: 0; top: 0; left: 0; display: block; margin-bottom: 3px; text-align: left;}
span.ico ul li {width: auto; cursor: pointer;list-style-type: none;}
#blog {line-height: 100%; margin: 0 0 1rem 0; position: relative;}
.brow {border-bottom: 1px solid #f5f5f5; margin-bottom: 0; height: 47px; overflow: hidden; padding: 0;}
.brow span {display: block; float: left; background: #000; width: 47px; height: 45px; text-align: center; color: #fff; padding-top: 7px; font-size: 0.8rem; margin-right: 15px; line-height: 120%;}
.brow a {line-height: 47px; font-size: 1rem; text-transform: uppercase; text-decoration: none;}
.brow a:hover {color: #ff00ba;}
.brow a.more {position: absolute; right: 0; top: 105px; height: 30px; background: #000; color: #fff; display: block; padding: 0 15px; line-height: 30px;}
.brow a:hover.more {background: #ff00ba;}

#youtube {margin-bottom: 0.8rem;}

.znacka a {border: 1px solid #000; font-size: 1rem; padding: 5px 8px; text-decoration: none; display: inline-block; margin: 0 0 0 0;}
.znacka a:hover {background: #000; color: #fff;}

.order {margin-bottom: 20px;} 
.order a {border: 1px solid #000; font-size: 0.9rem; padding: 3px; text-decoration: none; display: inline-block; margin: 0 2px 5px 0;}
.order a:hover, .order a.active {background: #000; color: #fff;}

.labels {margin-bottom: 20px;} 
.labels a {border: 1px solid #000; font-size: 0.9rem; padding: 3px; text-decoration: none; display: inline-block; margin: 0 2px 5px 0;}
.labels a:hover, .labels a.active {background: #000; color: #fff;}

.sizes {clear: both;}
.sizes p {color:#000; margin-bottom: 0.5rem;}
.sizes a, .sizes div {border: 1px solid #000; font-size: 0.9rem; padding: 3px 5px; text-decoration: none; display: inline-block; margin: 0 2px 5px 0;}
.sizes a:hover, .sizes a.active {background: #000; color: #fff;}

.media-boxes-drop-down-menu > li > a {
  padding: 7px 10px!important;
}

.media-boxes-drop-down {
  width: 100%;
  /*border: 0;
  border-bottom: 1px solid #000;*/
}

.image-with-dimensions {
  background-color: #EBEBEB!important;
}

.media-boxes-drop-down-menu > li.selected > a, .media-boxes-drop-down-menu > li > a.selected {background: #ebebeb;}

.media-boxes-drop-down-menu > li.selected > a, .media-boxes-drop-down-menu > li > a.selected {
  font-weight: 600;
}

.media-boxes-drop-down-menu > li > a:hover{
  background: #ff00ba !important;
  color: #fff !important;
}

.media-boxes-drop-down-header span {display: inline-block;}
.media-boxes-drop-down-header .fa {float: right;}
.media-boxes-drop-down-header div {vertical-align: middle;}
.media-boxes-drop-down-header div.fa, .media-boxes-drop-down-menu div.fa {float: none; vertical-align: middle; margin-right: 5px;}
.image-with-dimensions {
  background-color: #ebebeb!important;
}

.media-box {font-size: 100%;}
.media-box h2 {font-size: 1rem;}
.media-box p { padding: 0; font-family: 'Dosis', sans-serif;}
#grid {margin-bottom: 1rem; min-height: 400px;}

.thumbnail-overlay {
  background: rgba(255,255,255,0.7);
  color: #fff;
}

.colors {margin-bottom: 20px;}
.filters span {border: 1px solid #000; font-size: 0.8rem; text-decoration: none; display: inline-block;}
.filters span.active {background: #000; color: #fff;}
div.col {display: inline-block; border: 1px solid #ccc; border-radius: 20px; width: 20px; height: 20px; vertical-align: middle; margin-right: 5px;}
div.col.barevna {background: url(../images/barvy/barevna.png) no-repeat;}
div.col.bila {background: url(../images/barvy/bila.png) no-repeat;}
div.col.bezova {background: url(../images/barvy/bezova.png) no-repeat;}
div.col.cerna {background: url(../images/barvy/cerna.png) no-repeat;}
div.col.cervena {background: url(../images/barvy/cervena.png) no-repeat;}
div.col.vinova {background: url(../images/barvy/vinova.png) no-repeat;}
div.col.fialova {background: url(../images/barvy/fialova.png) no-repeat;}
div.col.magentova {background: url(../images/barvy/magentova.png) no-repeat;}
div.col.oranzova {background: url(../images/barvy/oranzova.png) no-repeat;}
div.col.svetle-modra {background: url(../images/barvy/svetle_modra.png) no-repeat;}
div.col.tmave-modra {background: url(../images/barvy/tmave_modra.png) no-repeat;}
div.col.tmave-zelena {background: url(../images/barvy/tmave_zelena.png) no-repeat;}
div.col.zelena {background: url(../images/barvy/zelena.png) no-repeat;}
div.col.zluta {background: url(../images/barvy/zluta.png) no-repeat;}
div.col.ruzova {background: url(../images/barvy/ruzova.png) no-repeat;}
div.col.seda {background: url(../images/barvy/seda.png) no-repeat;}
div.col.puntiky {background: url(../images/barvy/puntiky.png) no-repeat;}
div.col.stribrna {background: url(../images/barvy/stribrna.png) no-repeat;}
div.col.kvetiny {background: url(../images/barvy/kvetiny.png) no-repeat;}
div.col.krajka {background: url(../images/barvy/krajka.png) no-repeat;}
div.col.prouzky {background: url(../images/barvy/prouzky.png) no-repeat;}
div.col.zlata {background: url(../images/barvy/zlata.png) no-repeat;}
div.col.hneda {background: url(../images/barvy/hneda.png) no-repeat;}
div.col.active span {background: url(../images/barvy/colactive.png) center center no-repeat; width: 12px; height: 15px; display: inline-block;}
div.col.cerna.active span {background: url(../images/barvy/colactive-w.png) center center no-repeat; width: 12px; height: 15px; display: inline-block;}
div.col.active {border: 2px solid #000;}


#vlozeno {display: none; background: #fff; color: #2e2e2e; padding: 20px 20px 5px 20px; margin-bottom: 5px; outline: none;}
#vlozeno .scroll {margin-bottom: 20px; overflow: auto;}
#vlozeno a.submit:hover {background: #ff00ba; color: #fff;}

#vyber-variant {display: none; background: #fff; color: #2e2e2e; padding: 20px 20px 5px 20px; margin-bottom: 5px; width: 440px; height: 180px; border: 3px solid #eee; outline: none;}
#vyber-variant select {width: 280px;}
#vyber-variant p.select {float: left; margin-top: 5px;}
#vyber-variant p.koupit {float: right;}
#vyber-variant .close {position: absolute; text-decoration: none; font-size: 20px; top: -15px; right: 10px; background: #000; color: #fff; text-align: center; border: 3px solid #eee; line-height: 25px; width: 25px; height: 25px;}

.owl-thumbs {text-align: center;}
.owl-thumbs a {display: block; margin-bottom: 0.5rem;}

table {border-collapse: collapse; border: 0;}

table tbody, table tfoot, table thead {
    border: 0;
    background: none;
}
table tr {background: none!important;}
table td {background: none; border: 0;}
#icons a {display: inline-block; margin-right: 0.5rem;}
.suma {font-size: 1.3rem; font-weight: 400;}

.label, [type="button"], [type="submit"] {border-radius: 0;font-family: 'Dosis', sans-serif; cursor: pointer;}

#selectsize button {display: inline-block; padding: 6px 9px; background: #fff; border: 1px solid #000; margin: 0 5px 10px 0; text-decoration: none;}
#selectsize button:hover {background: #000; color: #fff;}
#selectsize button.active {background: #000; color: #fff;}

#selectsize input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    position: absolute;
    border: 1px solid red;
    width: auto;
    top:0;
    left:0;
    right:0;
    bottom:0;

}
#selectsize span {
  position: relative;
  display: inline-block; background: #fff; margin: 0 5px 10px 0; text-decoration: none;
  width: auto;
}

#selectsize input[type="radio"]:checked + label {
    background: #000; color: #fff;
}

#selectsize label {
    cursor: pointer;
    z-index: 90;
    padding: 6px 9px; 
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
    width: auto;
}

#selectsize label:hover {
    background:#eeeeee;
}

.panel1, .panel2 {border: 1px solid silver; padding: 1rem 1rem 0 1rem; margin-bottom: 1rem;}
.panel1.active, .panel2.active {border: 1px solid #000;}
.panel1.inactive, .panel2.inactive {background: #eee;}

.krok1 label {float: none; clear: none; display: block; width: auto; padding-top: 5px; cursor: pointer;}
.krok1 label span {float: right; color: #000; font-weight: normal; font-size: 90%;}
.krok1 .radio {width: 25px; padding: 0; margin: 0 5px 0 0; border: 0;}
.krok1 .border {border-top: 1px solid #b9b9ba; padding: 0 10px; margin-bottom: 1em;}
.krok1 .border p {margin: 0 80px 0 25px; padding: 0;}
.krok1 .line1, .krok1 .line2, .krok1 .line3 {border: 1px solid #b9b9ba; padding: 5px; margin-bottom: 5px;}
.krok1 .line1 p, .krok1 .line2 p, .krok1 .line3 p {padding: 10px 70px 10px 30px; font-size: 100%; font-weight: normal; display: none;}
.krok1 .line1.active, .krok1 .line2.active, .krok1 .line3.active {background: #fff; border: 1px solid #000;}
.krok1 .line3 {margin: 0;}
.krok1 .line1.active p, .krok1 .line2.active p {display: block;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity  .5s ease-in-out;
    -webkit-transition: opacity  .5s ease-in-out;
}

#platby {}

#heurekapoint {
    display: none;
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    margin-bottom: 1rem;
}

#heurekapoint .line3 {padding: 5px 5px 0 5px; border: 0; border-top: 1px solid #b9b9ba; border-bottom: 0; margin-bottom: 0px;}
#heurekapoint .line3 label {margin: 0;}
#heurekapoint .line3 p {display: block; padding: 3px 70px 3px 30px;}

#dorucovaci, #fakturacni {
    display: none;
}

#summary {
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

table.kosik {table-layout: auto; width: 100%;}
table.kosik tr {border-bottom: 1px solid silver!important; padding: 5px 0;}
table.kosik tr td:first-child {width: 15%; display: table-cell; text-align: center;}
table.kosik tr td:first-child + td {width: 30%; display: table-cell;}
table.kosik tr td:first-child + td + td {width: 15%; display: table-cell;text-align: right; }
table.kosik tr td:first-child + td + td + td {width: 15%; display: table-cell;text-align: right; }
table.kosik tr td:first-child + td + td + td + td {width: 15%;display: table-cell; text-align: right; }
td.mnozstvi input { width: 3rem; display: inline-block; text-align: center;}

.callout.alert {
    background-color: #000;
    color: #fff;
}

.faq .accordion-item {margin-bottom: 1rem;}
.faq .accordion-title {font-size: 1.2rem; color: #000; border-bottom: 1px solid #e6e6e6; font-weight: 400;}
.faq .accordion-content {font-size: 1rem; border-bottom: 1px solid #e6e6e6;}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /*#vizual {height: 120px;}*/
  #size {background: green;}
  .grid-sizer {width: 48%;}
  .gutter-sizer {width: 2%;}
  .grid-item {width: 48%;}
  #bottom .columns {
    text-align: center;
    font-size: 0.9rem;
  }
  #youtube {margin-bottom: 0; padding: 0; display: inline-block; width: 100%;}
  #youtube iframe {height: 200px; width: 100%;}
  #blog {margin-top: 1rem; padding-bottom: 2rem;}
  
  .brow a.more {top: 145px;}
  .margin-top {margin-top: 2rem;}

  #price input[type="submit"] {
    padding: 1rem 2rem;
  }
  
  table.kosik tr {float: left; width: 100%!important;}
  table.kosik tr td:first-child {width: 20%!important; display: block; float: left; text-align: center;}
  table.kosik tr td:first-child + td {width: 80%!important; display: block; float: left; }
  table.kosik tr td:first-child + td + td {width: 20%!important; display: table-cell; text-align: left; }
  table.kosik tr td:first-child + td + td + td {width: 20%!important; display: table-cell;text-align: right;}
  table.kosik tr td:first-child + td + td + td + td {width: 20%!important; display: table-cell; text-align: right; font-weight: 600;}
}

/* Small and Medium only */
@media screen and (max-width: 63.9375em) {

}

/* Medium and up */
@media screen and (min-width: 40em) {
  #size {background: orange;}
  .grid-item {width: 32%;}
  /*#vizual {height: 260px;}*/
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #size {background: yellow;}
}

/* Large and up */
@media screen and (min-width: 64em) {
  /*#vizual {height: 400px;}*/
  #size {background: purple;}
  .grid-sizer {width: 24%;}
  .grid-item {width: 24%;}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #size {background: red;}
}