/********* 1140 *********/
@media (max-width: 1139px) {
  .header .header-top {
    padding: 5px 0;
  }
  .header .header-top .contacts {
    padding-left: 0;
  }
  .header .header-top .contacts .contacts-l {
    margin-right: 50px;
  }
  .header .header-top .contacts .contacts-item {
    display: block;
    margin: 10px 0;
  }
  .header .header-top .header-top-r {
    padding: 17px 0;
  }
  .header .header-top .cart {
    padding-right: 0;
  }
  .header .header-bottom .logo {
    width: 33%;
  }
  .header .header-bottom .topmenu > ul > li > a, .header .header-bottom .topmenu > ul > li > span {
    line-height: 1.2;
    height: auto;
  }

  .footer .footer-social ul.social-links li {
    margin-right: 20px;
  }
}
/********* 992 tablets *********/
@media (max-width: 991px) {
  .header .header-bottom {
    line-height: 0;
    font-size: 0;
    padding-bottom: 30px;
  }
  .header .header-bottom .logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
  .header .header-bottom .topmenu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    font-size: 12px;
  }
  .header .header-bottom .topmenu > ul {
    float: right;
  }
  .header .header-bottom .topmenu > ul > li > a, .header .header-bottom .topmenu > ul > li > span {
    font-size: 12px;
    padding: 15px 10px;
  }
  .header .header-bottom .topmenu > ul > li:hover > a {
    color: #fc9c04;
  }
  .header .header-bottom .topmenu > ul > li:hover ul {
    display: none;
  }
  .header .header-bottom .topmenu > ul > li.active > ul {
    display: block;
  }

  .home-posters .home-posters-inner .leftcol {
    width: 220px;
  }
  .home-posters .home-posters-inner .leftcol .refine-search a {
    font-size: 16px;
  }
  .home-posters .home-posters-inner .leftcol .feature-cats h3 {
    font-size: 16px;
  }
  .home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li {
    margin: 0 0 7px;
  }
  .home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li > span {
    font-size: 16px;
  }
  .home-posters .home-posters-inner .poster-list .poster-item {
    width: 50%;
  }
  .home-posters .home-posters-inner .poster-list .poster-item:nth-child(3n):after {
    display: none;
  }
  .home-posters .home-posters-inner .poster-list .poster-item:nth-child(2n):after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }

  .home-sitemap .col h3 {
    font-size: 14px;
  }
  .home-sitemap .col ul li a {
    font-size: 12px;
  }
  .home-sitemap .col .see-all {
    font-size: 12px;
  }

  .footer {
    padding: 30px 0;
  }
  .footer h3 {
    font-size: 18px;
  }
  .footer .container {
    display: block;
  }
  .footer .footer-info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-info .logo {
    margin-bottom: 10px;
    width: 220px;
    float: left;
  }
  .footer .footer-info p {
    margin-left: 245px;
    font-size: 12px;
  }
  .footer .footer-nav {
    display: block;
    width: 30%;
    float: left;
  }
  .footer .footer-social {
    display: block;
    width: 37%;
    float: left;
  }
  .footer div.footer-contacts {
    display: block;
    width: 33%;
    float: left;
  }

  .posterslist .posterslist-content .item {
    width: 33.3333%;
  }

  table.billing-shipping {
    display: block;
  }
  table.billing-shipping > tbody {
    display: block;
  }
  table.billing-shipping > tbody > tr {
    display: block;
  }
  table.billing-shipping > tbody > tr > td.billing-td {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  table.billing-shipping > tbody > tr > td.billing-td > table {
    border: none;
  }
  table.billing-shipping > tbody > tr > td.shipping-td {
    display: block;
    width: 100%;
  }
}
/********* 900 *********/
/********* 820 *********/
/********* 768 phones *********/
@media (max-width: 767px) {
  .header .header-top .contacts {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header .header-top .contacts .contacts-item {
    text-align: left;
  }
  .header .header-top .header-top-r {
    width: 100%;
    float: none;
    padding: 10px 0;
    text-align: center;
  }
  .header .header-bottom {
    /*.topmenu {
    	
    	ul {
    		float: none;
    		display: table;
    		margin: 0 auto;
    		li {
    			display: table-cell;
    			float: none;
    			a {
    				text-align: center;
    				font-size: 12px;
    				padding: 15px 10px;							
    			}
    			&:first-child {
    				a {
    					padding-left: 0;
    				}
    			}
    			&:last-child {
    				a {
    					padding-right: 0;
    				}
    			}
    		}
    	}
    }*/
  }
  .header .header-bottom .logo {
    width: 220px;
    margin: 0 auto 10px;
    display: block;
  }
  .header .header-bottom .topmenu {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .header .header-bottom .topmenu .toggler {
    display: block;
  }
  .header .header-bottom .topmenu > ul {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    background: #000;
    border: 3px solid #fff;
    z-index: 100;
    border-top: none;
  }
  .header .header-bottom .topmenu > ul > li {
    display: block;
    float: none;
  }
  .header .header-bottom .topmenu > ul > li > a, .header .header-bottom .topmenu > ul > li > span {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #333;
    display: block;
  }
  .header .header-bottom .topmenu > ul > li.active > a, .header .header-bottom .topmenu > ul > li.active > span {
    background: #111;
  }
  .header .header-bottom .topmenu > ul > li.active > ul {
    display: block;
  }
  .header .header-bottom .topmenu > ul > li ul {
    position: relative;
    width: 100%;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 0;
  }
  .header .header-bottom .topmenu > ul > li ul li:first-child:before, .header .header-bottom .topmenu > ul > li ul li:first-child:after {
    display: none;
  }
  .header .header-bottom .topmenu.active > ul {
    display: block;
  }

  .home-bnr {
    margin-bottom: 20px;
  }

  .home-featured .featured-block {
      width: 48%;
      margin-bottom: 20px;
  }

  .home-posters .home-posters-inner {
    display: block;
  }
  .home-posters .home-posters-inner .leftcol {
    width: 100%;
    display: block;
  }
  .home-posters .home-posters-inner .leftcol .refine-search {
    margin-bottom: 20px;
  }
  .home-posters .home-posters-inner .leftcol .feature-cats {
    display: none;
  }
  .home-posters .home-posters-inner .poster-list {
    width: 100%;
    display: block;
  }

  .home-sitemap {
    display: block;
  }
  .home-sitemap .col {
    width: 50%;
    display: block;
    margin-bottom: 30px;
    float: left;
  }
  .home-sitemap .col:nth-child(2n):after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }

  .footer .footer-info .logo {
    float: none;
    margin-bottom: 20px;
  }
  .footer .footer-info p {
    margin-left: 0;
  }
  .footer .footer-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-social {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer div.footer-contacts {
    width: 100%;
    margin-bottom: 0;
  }

  .posterslist .posterslist-h .posterlist-h-inner {
    margin-right: 0;
  }
  .posterslist .posterslist-h .posterlist-h-inner h1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .posterslist .posterslist-h .filters {
    float: none;
    width: 100%;
  }
  .posterslist .posterslist-content .item {
    width: 50%;
  }

  .order-payment-block {
    display: block;
  }
  .order-payment-block .order-payment-l {
    display: block;
    width: 100%;
  }
  .order-payment-block .order-payment-r {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .order-payment-block .order-payment-r table td img {
    vertical-align: middle;
  }

  table.cart-table {
    display: block;
  }
  table.cart-table tbody {
    display: block;
  }
  table.cart-table tbody tr {
    display: block;
  }
  table.cart-table tbody tr:first-child {
    display: none;
  }
  table.cart-table tbody tr td {
    display: block;
    text-align: left;
  }
  table.cart-table tbody tr td:nth-child(1) {
    float: left;
    width: 100px;
    text-align: center;
  }
  table.cart-table tbody tr td:not(:nth-child(1)) {
    margin-left: 110px;
  }
  table.cart-table tbody tr td:nth-child(3) {
    text-align: left;
  }
  table.cart-table tbody tr td:nth-child(3):before {
    content: 'Price: ';
  }
  table.cart-table tbody tr td:nth-child(4) {
    text-align: left;
  }
  table.cart-table tbody tr td:nth-child(4):before {
    content: 'Qty: ';
  }
  table.cart-table tbody tr td:nth-child(5) {
    text-align: left;
  }
  table.cart-table tbody tr td:nth-child(5):before {
    content: 'Subtotal: ';
  }
  table.cart-table tbody tr td:nth-child(6) {
    text-align: left;
    padding-bottom: 10px;
  }
  table.cart-table tbody tr td:nth-child(6) .btn.btn-small {
    margin: 0;
  }
  table.cart-table tbody tr.subtotal {
    font-weight: 700;
  }
  table.cart-table tbody tr.subtotal td {
    padding: 20px 0;
  }
  table.cart-table tbody tr.subtotal td:nth-child(1) {
    float: none;
    display: inline-block;
    display: none;
  }
  table.cart-table tbody tr.subtotal td:not(:nth-child(1)) {
    display: inline-block;
  }
  table.cart-table tbody tr.subtotal td:nth-child(2) {
    text-align: left;
    margin-left: 110px;
  }
  table.cart-table tbody tr.subtotal td:nth-child(2):before {
    content: 'Qty: ';
  }
  table.cart-table tbody tr.subtotal td:nth-child(3) {
    margin-left: 20px;
    text-align: left;
  }
  table.cart-table tbody tr.subtotal td:nth-child(3):before {
    content: 'Subtotal: ';
  }
  table.cart-table tbody tr.subtotal td:nth-child(4) {
    display: none;
  }
  table.cart-table tbody tr.promocode td:nth-child(1) {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  table.cart-table tbody tr.promocode td:nth-child(2) {
    text-align: left;
    margin-left: 0px;
    display: inline-block;
  }
  table.cart-table tbody tr.promocode td:nth-child(2):before {
    display: none;
  }
  table.cart-table tbody tr.promocode td:nth-child(3) {
    margin-left: 10px;
    text-align: left;
    display: inline-block;
  }
  table.cart-table tbody tr.promocode td:nth-child(3):before {
    display: none;
  }
  table.cart-table tbody tr.promocode td:nth-child(4) {
    display: inline-block;
  }
  table.cart-table tbody tr.promocode td:nth-child(4):before {
    display: none;
  }
  table.cart-table tbody tr.total td:nth-child(1) {
    float: none;
    display: block;
    width: auto;
    text-align: left;
    padding: 20px 0 10px;
    margin-bottom: 10px;
  }
  table.cart-table tbody tr.total td:not(:nth-child(1)) {
    display: block;
    margin: 0 0 10px;
  }
  table.cart-table tbody tr.total td:nth-child(2) {
    text-align: left;
    display: none;
  }
  table.cart-table tbody tr.total td:nth-child(2):before {
    display: none;
  }
  table.cart-table tbody tr.total td:nth-child(3) {
    text-align: left;
    display: none;
  }
  table.cart-table tbody tr.total td:nth-child(3):before {
    display: none;
  }
  table.cart-table tbody tr.total td:nth-child(4) {
    font-weight: 700;
    font-size: 18px;
  }
  table.cart-table tbody tr.total td:nth-child(4):before {
    content: 'Total: ';
  }
  table.cart-table tbody tr.total td:nth-child(5) {
    text-align: left;
  }
  table.cart-table tbody tr.total td:nth-child(5):before {
    display: none;
  }

  table.billing-shipping td.billing-td,
  table.billing-shipping td.shipping-td {
    padding: 5px 0;
  }
  table.billing-shipping td.billing-td table,
  table.billing-shipping td.shipping-td table {
    display: block;
  }
  table.billing-shipping td.billing-td table > tbody,
  table.billing-shipping td.shipping-td table > tbody {
    display: block;
  }
  table.billing-shipping td.billing-td table > tbody > tr,
  table.billing-shipping td.shipping-td table > tbody > tr {
    display: block;
  }
  table.billing-shipping td.billing-td table > tbody > tr td,
  table.billing-shipping td.shipping-td table > tbody > tr td {
    display: block;
    text-align: left;
    height: auto;
    padding: 5px 0;
  }
  table.billing-shipping td.billing-td table > tbody > tr td:first-child,
  table.billing-shipping td.shipping-td table > tbody > tr td:first-child {
    padding-bottom: 0;
  }

  input, select, textarea {
    max-width: 100%;
  }

  tr.checkbox-tr td {
    display: inline-block !important;
    vertical-align: top;
  }
  tr.checkbox-tr td:first-child {
    width: 30px;
  }

  td.checkout-special {
    display: block;
  }

  table.advsearch-table,
  table.responsive {
    display: block;
  }
  table.advsearch-table tbody,
  table.responsive tbody {
    display: block;
  }
  table.advsearch-table tbody tr,
  table.responsive tbody tr {
    display: block;
  }
  table.advsearch-table tbody tr td,
  table.responsive tbody tr td {
    display: block;
    text-align: left;
    height: auto;
    padding: 5px 0;
  }
  table.advsearch-table tbody tr td:first-child,
  table.responsive tbody tr td:first-child {
    padding-bottom: 0;
  }
}
/********* 600 *********/
@media (max-width: 599px) {
  .poster-content {
    display: block;
  }
  .poster-content .poster-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .poster-content .poster-r {
    display: block;
  }
}
/********* 480 *********/
@media (max-width: 479px) {
  .header .header-top .contacts .contacts-l {
    width: 48%;
    margin-right: 4%;
  }
  .header .header-top .contacts .contacts-l .contacts-item {
    text-align: right;
  }
  .header .header-top .contacts .contacts-r {
    width: 48%;
    margin-left: -4px;
  }
  .header .header-top .contacts .contacts-item {
    display: flex;
    height: 30px;
  }
  .header .header-top .contacts .contacts-item i.icon {
    float: left;
  }
  .header .header-top .contacts .contacts-item i.icon.icon-time {
    width: 14px;
  }

  .home-posters .home-posters-inner .poster-list .poster-item {
    width: 100%;
  }

  .intro {
    margin-bottom: 20px;
  }

    .home-featured .featured-block {
      width: 100%;
  }

  .home-sitemap {
    border: none;
    padding-top: 0;
  }
  .home-sitemap .col {
    width: 100%;
    float: none;
    margin-bottom: 13px;
    padding: 0;
  }
  .home-sitemap .col h3 {
    display: block;
    margin-bottom: 0;
  }
  .home-sitemap .col h3 a {
    background: #fc9c04;
    padding: 10px;
    line-height: 26px;
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    position: relative;
  }
  .home-sitemap .col h3 a:after {
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    width: 14px;
    height: 15px;
    display: block;
    background: url(../images/icons.png) 0 -743px no-repeat;
    float: right;
  }
  .home-sitemap .col ul {
    display: none;
  }
  .home-sitemap .col a.see-all {
    display: none;
  }

  .footer .footer-nav {
    position: relative;
    padding-right: 0;
  }
  .footer .footer-nav h3 {
    display: none;
  }
  .footer .footer-nav .toggler {
    display: block;
  }
  .footer .footer-nav ul {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    background: #212121;
    border: 3px solid #fff;
    z-index: 10;
    border-top: none;
  }
  .footer .footer-nav ul li {
    display: block;
    margin: 0;
  }
  .footer .footer-nav ul li a {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #333;
    display: block;
    padding: 10px;
    line-height: 20px;
    text-align: center;
  }
  .footer .footer-nav ul li:last-child a {
    border-bottom: none;
  }
  .footer .footer-nav.active ul {
    display: block;
  }

  .posterslist .posterslist-content .item {
    width: 100%;
  }

  .order-payment-block .order-payment-r table, .order-payment-block .order-payment-r tbody, .order-payment-block .order-payment-r tr, .order-payment-block .order-payment-r td {
    display: block;
  }
  .order-payment-block .order-payment-r td {
    text-align: left;
    height: auto;
    padding-bottom: 3px;
  }
  .order-payment-block .order-payment-r td:last-child {
    padding-bottom: 10px;
  }

  table.cart-table tbody tr td:nth-child(1) {
    width: 100%;
    padding-bottom: 10px;
  }
  table.cart-table tbody tr td:not(:nth-child(1)) {
    margin-left: 0;
  }
  table.cart-table tbody tr.subtotal td:nth-child(2) {
    margin-left: 0;
  }
}
/********* 400 *********/
