/* SITE SPECIFIC */
@media only screen and (min-width: 1px) {
  /* modern browsers */
  .logo {
    width: 87px;
    height: 70px;
    background-image: url('../images/logo_lg.png');
    background-size: 87px 70px;
  }
  #menu-primary a {
    background: #2d2d2d;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  #menu-primary li.current-menu-item a,
  #menu-primary li.current-page-ancestor a,
  #menu-primary a:hover {
    background: #ffffff;
  }
  #menu-primary a span {
    background: none;
  }
}
/*  Portrait tablet (devices and browsers) */
@media only screen and (max-width: 1023px) {
  body {
    min-width: 0px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .page-container,
  #header .inner,
  .nav-wrap,
  #main {
    width: 742px;
  }
  .user-wrap {
    width: 738px;
  }
  /* HEADER */
  .logo-wrap {
    margin-top: -17px;
  }
  .logo {
    width: 66px;
    height: 54px;
    background-size: 66px 54px;
  }
  .slogan {
    font-size: 14px;
    line-height: 18px;
  }
  .user-box-holder {
    width: 170px;
  }
  .user-wrap a {
    margin-right: 15px;
  }
  .user-wrap .cart-link {
    width: 32px;
    overflow: hidden;
    padding-left: 0px;
    text-indent: -999px;
  }
  .nav-wrap {
    padding: 0px;
    margin: 14px 0 0;
    min-height: 35px;
  }
  #menu-primary span {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search-form {
    width: 250px;
  }
  #search-field {
    width: 100px;
  }
  /* HOME */
  .section-slider {
    display: none;
  }
  /*.visual-box,
	.visual-box .list-box { float: none; width: auto; }
	.visual-box { margin-bottom: 20px; }*/
  .box-service {
    margin: 30px 0;
  }
  .box-service .heading {
    padding: 5px 10px;
  }
  .box-service .heading h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .box-service {
    margin-left: 0px;
    width: 742px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-service li {
    width: 33.33333333%;
    padding: 10px !important;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .decor {
    display: none;
  }
  .section-columns .col {
    width: 360px;
    margin-right: 22px;
  }
  .section-columns .col.col-news {
    margin-right: 0px;
    float: right;
  }
  .section-columns .col.col-our-products {
    float: none;
    width: 100%;
  }
  .block-our-products {
    float: left;
    padding-top: 30px;
    width: 360px;
  }
  .page-template-home-php .col-our-products ul.square-banners {
    /*margin-top: 30px;*/
    padding-top: 20px;
    text-align: center;
    /*background: url("../images/divider-box.gif") top repeat-x;*/
    float: right;
  }
  .page-template-home-php .col-our-products .square-banners li {
    padding: 0 11px;
    display: block;
  }
  .page-template-home-php .col-news {
    float: none;
    width: 100%;
  }
  /* CONTENT | SUBNAV + two content cols */
  #content {
    width: 560px;
  }
  .section-highlighted-items .item {
    width: 254px;
    margin-right: 20px;
    min-height: 170px;
  }
  .section-highlighted-items .item .title {
    display: block;
    position: relative;
    margin: -5px 0 0 -8px;
    width: 100%;
  }
  .section-highlighted-items .item img {
    max-width: 75px;
    margin-top: 8px;
  }
  .section-highlighted-items .item .text-holder {
    padding-top: 10px;
  }
  .section-highlighted-items .item p {
    font-size: 15px;
    line-height: 20px;
  }
  .section-search-browse .col {
    width: 270px;
    margin-right: 20px;
  }
  #content .search .text {
    width: 166px;
  }
  .alphabet-list li {
    width: 7.6923%;
    height: 24px;
  }
  .alphabet-list li a {
    display: block;
    text-align: center;
    height: 20px;
    padding-top: 4px;
  }
  .section-new-releases .heading {
    width: 270px !important;
  }
  .section-new-releases .heading + .heading {
    margin-left: 290px !important;
  }
  .link-rss {
    width: 0px;
    text-indent: -9999px;
  }
  .tabs-area .tabset-holder,
  .toggle {
    width: 100%;
  }
  .toggle_content .list-subjects ul {
    padding: 0px;
    width: 48%;
  }
  .toggle_content .list-subjects ul + ul {
    float: right;
  }
  .catalogue-container {
    background-position: 50% 0;
  }
  .catalogue-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .catalogue-item h4 {
    height: auto;
  }
  .catalogue-item img {
    max-width: 60px;
    margin-right: 12px;
  }
  .catalogue-item .holder img {
    display: none;
  }
  .catalogue-item dl {
    margin-left: 0px;
  }
  .catalogue-item p {
    height: auto;
  }
  /* CONTENT | SIDEBAR */
  body.news-page #content,
  body.single-ios_news #content,
  body.about-page #content,
  body.search-results #content,
  body.search #content {
    width: 472px !important;
  }
  #sidebar-news {
    /*margin-left: 492px; */
    width: 250px;
  }
  /* PRODUCT / BOOK / JOURNAL */
  .single-ios_books .breadcrumbs,
  .single-ios_journals .breadcrumbs {
    max-width: 400px;
  }
  .single-ios_books .breadcrumbs li,
  .single-ios_journals .breadcrumbs li {
    float: none;
    display: inline;
  }
  #content .main-product .header {
    width: 370px;
  }
  #content .main-product .header,
  #content .main-product .text-holder {
    padding-left: 0px;
  }
  .tabs_to_dropdown_wrap {
    display: none;
  }
  .tabs_dropdown {
    display: block;
  }
  .tabs_dropdown > a {
    display: block;
    background: #307aac;
    padding: 7px 14px;
    color: #ffffff;
    font: 15px/18px "ITCOfficinaSansBookRegular", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*white-space: nowrap;
		overflow: hidden;*/
    padding-right: 34px;
    position: relative;
  }
  .tabs_dropdown > a:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
  }
  .tabs_dropdown.show_dd > a {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tabs_dropdown ul {
    display: none;
    margin: 0px;
    list-style: none;
    padding: 4px 0;
    background: #f9f9f9;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .tabs_dropdown.show_dd ul {
    display: block;
  }
  .tabs_dropdown ul li a {
    display: block;
    padding: 6px 14px;
  }
  #content .main-product .action-buttons {
    clear: both;
    float: none;
    margin: 0px;
    padding-top: 20px;
    width: 100%;
  }
  #content .main-product .action-buttons > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 182px !important;
    margin-left: 7px !important;
    clear: none;
  }
  #content .main-product .action-buttons > :first-child {
    margin-left: 0px !important;
  }
  #content .main-product .action-buttons .price {
    font-size: 16px;
  }
  #content .main-product .action-buttons .button,
  #content .main-product .action-buttons [class*="btn"] {
    max-width: 182px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  /* contact */
  .map-holder,
  .map-holder * {
    box-sizing: border-box;
  }
  .map-holder {
    background: none;
    padding: 0px;
    width: 100%;
    border: 0px;
  }
  .map-holder > a,
  .map-holder img.world-map {
    display: none;
  }
  #address-list {
    width: 100%;
  }
  #address-list li {
    background: #ebebeb;
    display: block !important;
    margin-bottom: 5px;
  }
  #address-list .location_title {
    padding: 16px 30px 16px 20px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    position: relative;
  }
  #address-list .location_title:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    z-index: 2;
    border-top: 5px solid #4a4a4a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
  }
  #address-list .expand {
    display: none;
    padding: 0 20px 20px 20px;
  }
  .eshopform,
  .eshopform *,
  .eshopform *:before,
  .eshopform *:after {
    box-sizing: border-box;
    min-width: 0px;
  }
  .eshopform input {
    max-width: 100%;
  }
  .eshopform legend {
    width: 100%;
  }
  .eshopform legend label {
    float: none;
  }
  .eshopform legend .reqd {
    display: inline-block;
    margin: 0px;
  }
  /* misc */
  .sm_show {
    display: block;
  }
}
/*  Portrait tablet to standard (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .page-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main {
    width: 100%;
  }
  /* HEADER */
  #header {
    min-height: 86px;
    min-width: 300px;
    height: auto;
    padding-top: 37px;
  }
  #header .inner {
    width: 100%;
  }
  .user-box-holder {
    position: absolute;
    top: 88px;
    right: 40px;
    z-index: 10;
    width: auto;
    height: 24px;
    padding-right: 15px;
    border-left: 1px solid #437fa8;
    padding-left: 15px;
  }
  .user-box-holder a + a {
    display: none;
  }
  .user-box-holder .cart-link {
    margin-right: 4px;
  }
  .user-box-holder .price {
    display: inline-block;
    padding-top: 1px;
  }
  .nav-wrap {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    background: #306a92;
    position: relative;
    padding-top: 40px;
    min-height: 0px;
  }
  .menu_trigger {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
    height: 40px;
    padding: 12px 15px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/18px 'ITCOfficinaSansBookRegular', Arial, Helvetica, sans-serif;
    border-right: 1px solid #437fa8;
  }
  .menu_trigger i {
    position: relative;
    top: 1px;
    margin-right: 7px;
  }
  .search_trigger {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    padding: 12px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #437fa8;
  }
  .menu_trigger i {
    position: relative;
    top: 1px;
    margin-right: 7px;
  }
  #menu-primary ul,
  #menu-primary ul li,
  #menu-primary ul li a,
  #menu-primary ul li a span {
    float: none;
    display: block;
    background: #2d2d2d;
    color: #ffffff;
  }
  #menu-primary {
    display: none;
  }
  #menu-primary ul li {
    margin: 0px;
    border-top: 1px solid #424344;
  }
  #menu-primary ul li:first-child {
    border-top: 0px;
  }
  #menu-primary ul li a {
    padding: 0px;
  }
  #menu-primary ul li a span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }
  .search-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    background: #2d2d2d;
    display: none;
  }
  .search-form fieldset {
    padding: 10px;
  }
  #search-field {
    width: 100%;
    width: calc(100% - 121px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding-left: 34px;
    background-position: 5px 5px;
  }
  #search-me {
    position: absolute;
    top: 10px;
    right: 41px;
    height: 32px;
  }
  #search-me .dropdown dt a {
    height: 32px;
    width: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    background-position: 100% 5px;
  }
  .search-form .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    background-position: 0px 5px;
  }
  /* FOOTER */
  #footer .contact-box {
    margin: 0 0 30px 0;
    float: none;
    width: 100%;
    border: 0px;
    min-height: 80px;
  }
  #footer .copyright_footernav,
  #footer .social-links {
    float: none;
  }
  #footer .social-links {
    margin-top: 20px;
  }
  /* HOME */
  .box-service {
    width: 100%;
  }
  .box-service ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-service ul li {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .decor {
    display: block;
  }
  .page-template-home-php .col-our-products ul.square-banners {
    float: none;
    padding-top: 0px;
    text-align: left;
  }
  .page-template-home-php .col-our-products .square-banners li {
    padding-left: 0px;
  }
  .page-template-home-php .col-our-products .square-banners li a {
    display: block;
  }
  .section-columns .col,
  .block-our-products {
    width: 100%;
    margin: 0 0 30px 0;
    float: none !important;
    padding-top: 0px;
  }
  .col-browse-by-subject .list {
    width: 48%;
    padding: 0px;
  }
  .col-browse-by-subject .list + .list {
    float: right;
  }
  .list-newsitems .row {
    padding-bottom: 18px;
  }
  .list-newsitems .row p,
  .list-newsitems .row img {
    display: none;
  }
  /* CONTENT | SUBNAV + two content cols */
  .section-highlighted-items .item,
  .section-search-browse .col {
    width: 100%;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-highlighted-items .item.last,
  .section-search-browse .col.last {
    margin-top: 20px;
  }
  .section-new-releases .heading {
    width: 100% !important;
  }
  .section-new-releases .heading + .heading {
    display: none;
  }
  .catalogue-container {
    background: none;
    margin-top: 20px;
  }
  .catalogue-item {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: url("../images/bg-dash.gif") repeat-x top;
  }
  .catalogue-item:first-child {
    padding-top: 0px !important;
    background: none;
  }
  .catalogue-container .divider {
    display: none;
  }
  #sidebar-primary .square-banners {
    display: none;
  }
  /* CONTENT | SIDEBAR */
  #sidebar-primary,
  #content,
  body.news-page #content,
  body.single-ios_news #content,
  body.about-page #content,
  body.search-results #content,
  body.search #content {
    width: 100% !important;
    float: none !important;
  }
  #sidebar-news {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
    float: none;
  }
  .submenu_to_dropdown,
  .submenu_to_dropdown * {
    box-sizing: border-box;
  }
  .submenu_to_dropdown {
    width: 100%;
    padding: 0px;
  }
  .submenu_to_dropdown .heading {
    padding: 0px;
    width: 100%;
  }
  .submenu_to_dropdown .heading h3 {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    background: #307aac;
  }
  .submenu_to_dropdown .heading h3 a {
    float: none;
    display: inline-block;
    width: auto;
    padding: 10px 0 10px 12px;
    background: none !important;
  }
  .submenu_to_dropdown .dd_trigger {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .submenu_to_dropdown .dd_trigger:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background: #ffffff;
    display: block;
    opacity: 0.5;
  }
  .submenu_to_dropdown .dd_trigger:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    z-index: 2;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .submenu_to_dropdown .dd_trigger.open:after {
    border-top: 0px;
    border-bottom: 5px solid #ffffff;
  }
  .submenu_to_dropdown ul {
    padding: 2px 0 2px 8px;
    display: none;
  }
  .submenu_to_dropdown > ul {
    padding-left: 0px;
  }
  .submenu_to_dropdown > ul > li {
    background-position: 8px 15px;
    position: relative;
    border-top: 1px solid #e1e1e1;
    padding: 0px;
  }
  .submenu_to_dropdown > ul > li:first-child {
    border-top: 0px;
  }
  .submenu_to_dropdown ul li a {
    display: inline-block;
    padding: 10px 0 10px 16px;
  }
  .submenu_to_dropdown ul li .dd_trigger {
    height: 100%;
    max-height: 36px;
  }
  .submenu_to_dropdown ul li .dd_trigger:before {
    background: #e1e1e1;
    opacity: 1;
  }
  .submenu_to_dropdown ul li .dd_trigger:after {
    border-top-color: #4a4a4a;
    top: 20px;
  }
  .submenu_to_dropdown ul li .dd_trigger.open:after {
    border-top: 0px;
    border-bottom: 5px solid #4a4a4a;
  }
  .sidebar-menu ul li ul {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e1e1e1;
  }
  .submenu_to_dropdown ul li ul li.page_item.page_item {
    background-position: 18px 11px !important;
  }
  .submenu_to_dropdown ul li ul li a {
    padding: 5px 0 5px 24px;
  }
  /* PRODUCT / BOOK / JOURNAL */
  #content .main-product .header {
    padding-left: 0px;
    width: 100%;
  }
  #content .main-product .link-share {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  #content .main-product .tabset-holder {
    display: block;
    clear: both;
  }
  #content .main-product .tabset-holder .tabset {
    width: 100%;
    float: none;
  }
  #content .main-product .tabset-holder .tabset li {
    width: 49.5%;
    margin: 0px;
  }
  #content .main-product .tabset-holder .tabset li + li {
    float: right;
  }
  #content .main-product .tabset-holder .tabset li a {
    float: none;
    display: block;
    background: #2d2d2d;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  #content .main-product .tabset-holder .tabset li a.active {
    background: #307aac;
  }
  #content .main-product .tabset-holder .tabset li a span {
    float: none;
    display: block;
    background: none;
    text-align: center;
  }
  #content .main-product #product-cover,
  #content .main-product #product-info {
    display: none !important;
    padding: 15px 0 0 0;
    width: 100%;
    max-width: none;
    float: none;
  }
  #content .main-product #product-cover.active,
  #content .main-product #product-info.active {
    display: block !important;
  }
  #content .main-product #product-cover {
    text-align: center;
  }
  #content .main-product #product-cover img {
    float: none;
  }
  #content .main-product .action-buttons {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 100%;
  }
  #content .main-product .action-buttons > * {
    float: none;
    width: 100% !important;
    margin-left: 0px !important;
  }
  #content .main-product .action-buttons .button,
  #content .main-product .action-buttons [class*="btn"] {
    max-width: none;
  }
  /* misc */
  .xs_show {
    display: block;
  }
  .xs_show.ib {
    display: inline-block;
  }
}
/* Mobile Landscape Size to Portrait (devices and browsers) */
@media only screen and (max-width: 579px) {
  #address-list .gform_wrapper .gfield_label {
    display: block;
    width: 100% !important;
    float: none;
  }
  #address-list .gform_wrapper select,
  #address-list .gform_wrapper input[type="text"],
  #address-list .gform_wrapper textarea.textarea {
    width: 100% !important;
  }
  #address-list .gform_wrapper .gform_footer,
  #address-list .gform_wrapper .gform_footer.right_label,
  #address-list .gform_wrapper .gform_footer.left_label {
    padding-left: 0px !important;
  }
  #recaptcha_area#recaptcha_area,
  #recaptcha_table#recaptcha_table {
    width: 260px !important;
  }
  #recaptcha_image {
    width: 240px !important;
  }
  #recaptcha_image img {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* HEADER */
  #header .slogan {
    font-size: 14px;
  }
  #header .slogan .divider {
    display: none;
  }
  /* FOOTER */
  #footer .link-twitter {
    font-size: 13px;
  }
  /* HOME */
  .decor {
    display: none;
  }
  .page-template-home-php .col-our-products .square-banners li {
    padding: 0;
  }
  /* CONTENT | SUBNAV + two content cols */
  .toggle_content .list-subjects ul {
    float: none;
    width: 100%;
  }
  /* BOOK / JOURNAL PAGE */
  .tab-content table td {
    width: 100% !important;
    padding-right: 0px !important;
    display: block;
  }
  /* pagination */
  .wp-paginate li {
    position: relative;
  }
  .wp-paginate .next,
  .wp-paginate .prev {
    width: 8px;
    background: #5b5b5b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: -9999px;
  }
  .wp-paginate .prev:after,
  .wp-paginate .next:after {
    text-indent: 0px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 26px;
  }
  .wp-paginate .prev:after {
    content: "\2039";
    left: 9px;
  }
  .wp-paginate .next:after {
    content: "\203A";
  }
  .wp-paginate a {
    background: #5b5b5b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* misc */
  .xxs_show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .submenu_to_dropdown ul {
    display: block !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .cart-link {
    background-image: url('../images/ico-cart@2x.png');
    background-size: 23px 20px;
  }
  .spr {
    background-image: url('../images/sprite@2x.png');
    background-size: 18px 30px;
  }
}
