body {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', arial, sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: #fc9c04;
  text-decoration: underline;
}
a:hover {
  color: #ffaf30;
}

a:link {
  color: #fc9c04;
  text-decoration: underline;
}
a:link:hover {
  color: #ffaf30;
}

p {
  line-height: 1.4;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", arial, sans-serif;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

input, select, textarea, button {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px;
  margin: 2px 0;
  max-width: 93%;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  padding: 4px 5px;
}

.btn,
a.btn,
input.btn {
  border: none;
  background: #fc9c04;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 15px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 17px;
}
.btn:hover,
a.btn:hover,
input.btn:hover {
  background: #ffaf30;
  color: #000;
}
.btn.btn-small,
a.btn.btn-small,
input.btn.btn-small {
  padding: 2px 4px 3px;
  border-radius: 3px;
  margin: 0 7px;
  vertical-align: middle;
}

.btn-block {
  margin: 10px 0;
}

table {
  border-collapse: collapse;
}

.center {
  text-align: center;
}

.container {
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
}

.header .header-top {
  background: #212121;
  padding: 10px 0;
}
.header .header-top:before, .header .header-top:after {
  content: "";
  display: table;
}
.header .header-top:after {
  clear: both;
}
.header .header-top .contacts {
  float: left;
  padding-left: 15px;
}
.header .header-top .contacts .contacts-l {
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .contacts .contacts-r {
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .contacts .contacts-r .contacts-item:last-child {
  margin-right: 0;
}
.header .header-top .contacts .contacts-item {
  margin-right: 25px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .contacts .contacts-item i.icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons.png) 0 0 no-repeat;
  margin-right: 5px;
}
.header .header-top .contacts .contacts-item i.icon.icon-map {
  background-position: 0 0;
  height: 13px;
  width: 8px;
}
.header .header-top .contacts .contacts-item i.icon.icon-phone {
  background-position: 0 -34px;
  height: 10px;
  width: 10px;
}
.header .header-top .contacts .contacts-item i.icon.icon-time {
  background-position: 0 -68px;
  height: 13px;
  width: 12px;
}
.header .header-top .contacts .contacts-item i.icon.icon-mail {
  background-position: 0 -105px;
  height: 11px;
  width: 13px;
}
.header .header-top .contacts .contacts-item a {
  color: #fff;
}
.header .header-top .contacts .contacts-item a:hover {
  color: #fc9c04;
}
.header .header-top .header-top-r {
  float: right;
}
.header .header-top .search {
  width: 175px;
  background: #fff;
  height: 22px;
  border-radius: 11px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header .header-top .search input#searchbox {
  border: none;
  padding: 2px 10px;
  width: 148px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  height: 22px;
}
.header .header-top .search input.ui-button {
  text-indent: -9999em;
  background: url(../images/icons.png) 0 -653px no-repeat;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  border: none;
  padding: 0;
  margin: 0;
}
.header .header-top .cart {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
.header .header-top .cart a {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.header .header-top .cart a:hover {
  color: #fc9c04;
}
.header .header-top .cart a i.icon-cart {
  width: 25px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/icons.png) 0 -692px no-repeat;
}
.header .header-bottom {
  padding: 15px 0 35px;
}
.header .header-bottom:before, .header .header-bottom:after {
  content: "";
  display: table;
}
.header .header-bottom:after {
  clear: both;
}
.header .header-bottom .logo {
  float: left;
}
.header .header-bottom .logo a {
  display: block;
}
.header .header-bottom .topmenu {
  float: right;
}
.header .header-bottom .topmenu .toggler {
  display: none;
  cursor: pointer;
  border: 3px solid #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 10px;
  line-height: 41px;
  font-size: 24px;
  text-transform: uppercase;
}
.header .header-bottom .topmenu > ul {
  margin: 0;
  padding: 0;
}
.header .header-bottom .topmenu > ul > li {
  float: left;
  display: block;
  position: relative;
}
.header .header-bottom .topmenu > ul > li > a, .header .header-bottom .topmenu > ul > li > span {
  padding: 22px;
  line-height: 46px;
  height: 90px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-right: 1px solid #333;
  cursor: pointer;
}
.header .header-bottom .topmenu > ul > li > a:hover, .header .header-bottom .topmenu > ul > li > span:hover {
  color: #fff;
}
.header .header-bottom .topmenu > ul > li:last-child a {
  border: none;
  padding-right: 12px;
}
.header .header-bottom .topmenu > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 220px;
  margin-left: -100px;
  background: #222;
  border-bottom: 1px solid #333;
  z-index: 11;
}
.header .header-bottom .topmenu > ul > li ul li {
  display: block;
  position: relative;
}
.header .header-bottom .topmenu > ul > li ul li:first-child {
  border-top: 1px solid #333;
}
.header .header-bottom .topmenu > ul > li ul li:first-child:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 99px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  z-index: 2;
  border-color: transparent transparent #444;
}
.header .header-bottom .topmenu > ul > li ul li:first-child:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 100px;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  z-index: 2;
  border-color: transparent transparent #222;
}
.header .header-bottom .topmenu > ul > li ul li a {
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #333;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.header .header-bottom .topmenu > ul > li ul li a:hover {
  color: #fc9c04;
}
.header .header-bottom .topmenu > ul > li:hover > a {
  color: #fc9c04;
}
.header .header-bottom .topmenu > ul > li:hover ul {
  display: block;
}

.content {
  padding-bottom: 40px;
}

.home-bnr {
  margin-bottom: 40px;
}

.home-featured {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.home-featured .featured-block {
  width: 24%;
  text-align: center;
}
.home-featured .featured-block .img {
  font-size: 0;
  margin-bottom: 10px;
}
.home-featured .featured-block .title {
  text-transform: uppercase;
  font-size: 16px;
}
.home-featured .featured-block .title a {
  color: #fff;
  font-weight: 600;
}

.home-posters {
  margin-bottom: 50px;
}
.home-posters .home-posters-inner {
  display: table;
  width: 100%;
}
.home-posters .home-posters-inner .leftcol {
  width: 280px;
  display: table-cell;
  vertical-align: top;
}
.home-posters .home-posters-inner .leftcol .refine-search {
  margin-bottom: 35px;
}
.home-posters .home-posters-inner .leftcol .refine-search a {
  border: 3px solid #fc9c04;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fc9c04;
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
}
.home-posters .home-posters-inner .leftcol .feature-cats h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fc9c04;
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
  padding: 0 0 10px;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list {
  background: #1a1a1a;
  border-top: 3px solid #fc9c04;
  padding: 10px 10px 10px 20px;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li {
  margin: 10px 0;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li > span {
  font-size: 18px;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fc9c04;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li > span:after {
  content: '';
  width: 17px;
  height: 16px;
  display: inline-block;
  background: url(../images/icons.png) 0 -197px no-repeat;
  float: right;
  margin-top: 5px;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li ul {
  display: none;
  padding: 10px 0 10px 10px;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li ul li {
  margin: 0 0 5px;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li ul li a {
  color: #fff;
  text-decoration: none;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li ul li a:hover {
  color: #fc9c04;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li.active > span:after {
  background: url(../images/icons.png) 0 -149px no-repeat;
}
.home-posters .home-posters-inner .leftcol .feature-cats ul.cats-list > li.active ul {
  display: block;
}
.home-posters .home-posters-inner .poster-list {
  display: table-cell;
  vertical-align: top;
}
.home-posters .home-posters-inner .poster-list .poster-item {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.home-posters .home-posters-inner .poster-list .poster-item:nth-child(3n):after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.home-posters .home-posters-inner .poster-list .poster-item a.img {
  display: block;
  margin-bottom: 10px;
}
.home-posters .home-posters-inner .poster-list .poster-item a.title {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
}
.home-posters .home-posters-inner .poster-list .poster-item a.title:hover {
  color: #fc9c04;
}
.home-posters .view-all {
  text-align: center;
}
.home-posters .view-all a {
  text-transform: uppercase;
  font-weight: 700;
}

.intro {
  margin-bottom: 50px;
}

.home-sitemap {
  border-top: 1px solid #fff;
  padding-top: 30px;
  display: table;
  width: 100%;
}
.home-sitemap:before, .home-sitemap:after {
  content: "";
  display: table;
}
.home-sitemap:after {
  clear: both;
}
.home-sitemap .col {
  width: 25%;
  display: table-cell;
  padding-right: 20px;
}
.home-sitemap .col h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fc9c04;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-sitemap .col h3 a {
  text-decoration: none;
}
.home-sitemap .col ul {
  margin-bottom: 15px;
}
.home-sitemap .col ul li {
  margin: 7px 0;
}
.home-sitemap .col ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer {
  background: #212121;
  padding: 50px 0 30px;
}
.footer:before, .footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
}
.footer .container {
  display: table;
  width: 100%;
}
.footer .footer-info {
  width: 25%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.footer .footer-info p {
  font-size: 12px;
}
.footer .footer-nav {
  width: 25%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.footer .footer-nav .toggler {
  display: none;
  cursor: pointer;
  border: 3px solid #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 10px;
  line-height: 41px;
  font-size: 24px;
  text-transform: uppercase;
}
.footer .footer-nav ul li {
  margin: 10px 0;
}
.footer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav ul li a:hover {
  color: #fc9c04;
}
.footer .footer-social {
  width: 27%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.footer .footer-social ul.social-links li {
  float: left;
  margin-right: 20px;
}
.footer .footer-social ul.social-links li:last-child {
  margin-right: 0;
}
.footer .footer-social ul.social-links li a.social {
  background: url(../images/icons.png) 0 -346px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-social ul.social-links li a.social.social-fb {
  width: 20px;
  height: 24px;
  background-position: 0 -346px;
}
.footer .footer-social ul.social-links li a.social.social-fb:hover {
  background-position: -31px -346px;
}
.footer .footer-social ul.social-links li a.social.social-ig {
  width: 24px;
  height: 24px;
  background-position: 0 -403px;
}
.footer .footer-social ul.social-links li a.social.social-ig:hover {
  background-position: -31px -403px;
}
.footer .footer-social ul.social-links li a.social.social-tw {
  width: 29px;
  height: 24px;
  background-position: 0 -467px;
}
.footer .footer-social ul.social-links li a.social.social-tw:hover {
  background-position: -31px -467px;
}
.footer .footer-social ul.social-links li a.social.social-pi {
  width: 29px;
  height: 29px;
  background-position: 0 -528px;
}
.footer .footer-social ul.social-links li a.social.social-pi:hover {
  background-position: -31px -528px;
}
.footer .footer-social ul.social-links li a.social.social-gp {
  width: 29px;
  height: 25px;
  background-position: 0 -594px;
}
.footer .footer-social ul.social-links li a.social.social-gp:hover {
  background-position: -31px -594px;
}
.footer div.footer-contacts {
  width: 23%;
  display: table-cell;
  vertical-align: top;
}
.footer div.footer-contacts .contact-item {
  margin: 10px 0;
}
.footer div.footer-contacts .contact-item i.icon {
  background: url(../images/icons.png) 0 -235px no-repeat;
  height: 13px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.footer div.footer-contacts .contact-item i.icon.icon-map {
  background-position: 0 -235px;
  width: 8px;
}
.footer div.footer-contacts .contact-item i.icon.icon-phone {
  background-position: 0 -261px;
  width: 10px;
}
.footer div.footer-contacts .contact-item i.icon.icon-time {
  background-position: 0 -283px;
  width: 12px;
}
.footer div.footer-contacts .contact-item i.icon.icon-mail {
  background-position: 0 -308px;
  width: 13px;
}
.footer div.footer-contacts .contact-item a {
  color: #fff;
  text-decoration: none;
}
.footer div.footer-contacts .contact-item a:hover {
  color: #fc9c04;
}

.pager {
  text-align: center;
  margin: 20px 0;
  height: 24px;
}
.pager:before, .pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager span {
  color: #000;
  background: #666;
  padding: 2px 5px;
  margin: 0 3px;
  border-radius: 2px;
}
.pager a {
  color: #000;
  background: #fc9c04;
  padding: 2px 5px;
  text-decoration: none;
  margin: 0 3px;
  border-radius: 2px;
}
.pager a:hover {
  background: #ffaf30;
}

.posterslist .posterslist-h {
  padding-bottom: 20px;
}
.posterslist .posterslist-h:before, .posterslist .posterslist-h:after {
  content: "";
  display: table;
}
.posterslist .posterslist-h:after {
  clear: both;
}
.posterslist .posterslist-h .posterlist-h-inner {
  float: left;
  width: 100%;
  margin-right: -280px;
}
.posterslist .posterslist-h .posterlist-h-inner h1 {
  margin-right: 280px;
}
.posterslist .posterslist-h .filters {
  float: left;
  width: 280px;
  text-align: right;
  font-size: 12px;
  margin-top: 2px;
}
.posterslist .posterslist-h .filters .filter {
  display: inline-block;
  vertical-align: middle;
}
.posterslist .posterslist-h .filters .filter:first-child {
  margin-right: 15px;
}
.posterslist .posterslist-h .filters .filter label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.posterslist .posterslist-h .filters .filter form {
  display: inline-block;
  vertical-align: middle;
}
.posterslist .posterslist-h .filters .filter select {
  font-size: 12px;
}
.posterslist .posterslist-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.posterslist .posterslist-content:before, .posterslist .posterslist-content:after {
  content: "";
  display: table;
}
.posterslist .posterslist-content:after {
  clear: both;
}
.posterslist .posterslist-content .item {
  padding: 0 10px 20px;
  width: 25%;
}
.posterslist .posterslist-content .item .item-inner {
  background: #111;
  padding: 10px;
}
.posterslist .posterslist-content .item .item-inner:before, .posterslist .posterslist-content .item .item-inner:after {
  content: "";
  display: table;
}
.posterslist .posterslist-content .item .item-inner:after {
  clear: both;
}
.posterslist .posterslist-content .item .img {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.posterslist .posterslist-content .item .img a {
  display: block;
}
.posterslist .posterslist-content .item .item-r .info {
  margin-bottom: 20px;
}
.posterslist .posterslist-content .item .item-r .info .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.posterslist .posterslist-content .item .item-r .info .title a {
  margin-right: 5px;
}
.posterslist .posterslist-content .item .item-r .info .desc {
  font-size: 14px;
}
.posterslist .posterslist-content .item .item-r .price {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 20px 0 0;
}
.posterslist .posterslist-content .item .item-r .addtocart {
  float: right;
}
.posterslist .posterslist-content .item .item-r .addtocart .outofstock {
  color: #fc9c04;
  font-size: 14px;
  padding: 8px;
  display: inline-block;
}

.main h1 {
  margin-bottom: 20px;
}
.main h3 {
  margin-bottom: 20px;
}
.main ul {
  margin: 20px 0;
  padding-left: 20px;
}
.main ul li {
  list-style: disc;
  margin: 5px 0;
}
.main table img {
  max-width: 100%;
  height: auto;
}

.poster-content {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.poster-content .poster-img {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  text-align: center;
}
.poster-content .poster-img .img {
  margin-bottom: 5px;
  max-width: 100%;
}
.poster-content .poster-img .img a {
  display: block;
}
.poster-content .poster-img p {
  margin: 0;
}
.poster-content .poster-r {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.poster-content .poster-r .desc {
  margin-bottom: 40px;
}
.poster-content .poster-r .addtocart .price {
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.poster-content .poster-r .addtocart .price span {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0 5px;
}
.poster-content .poster-r .addtocart .btn {
  display: inline-block;
  vertical-align: middle;
}

/*** Checkout pages ***/
/*Cart*/
table.cart-table {
  border-collapse: collapse;
}
table.cart-table tbody tr {
  border-top: 1px solid #fff;
}
table.cart-table tbody tr td {
  padding: 10px 3px;
}
table.cart-table tbody tr td:nth-child(1) {
  text-align: center;
}
table.cart-table tbody tr td:nth-child(5) {
  white-space: nowrap;
}
table.cart-table tbody tr td p.title {
  margin: 0 0 7px;
}
table.cart-table tbody tr.subtotal td:nth-child(1) {
  text-align: right;
}
table.cart-table tbody tr.promocode td {
  text-align: left;
}
table.cart-table tbody tr.total td {
  text-align: left;
}
table.cart-table tbody tr.total td:last-child {
  text-align: right;
}

input#promo_code {
  margin-top: 5px;
}

/*Order*/
.order-payment-block {
  display: table;
  width: 100%;
  border-top: 1px solid #333;
}
.order-payment-block .order-payment-l {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  width: 25%;
}
.order-payment-block .order-payment-r {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
}
.order-payment-block .order-payment-r table td img {
  vertical-align: middle;
}

table.billing-shipping {
  width: 100%;
}
table.billing-shipping td.billing-td {
  vertical-align: top;
  width: 50%;
  padding: 5px;
}
table.billing-shipping td.billing-td > table {
  border-right: 1px solid #333;
}
table.billing-shipping td.billing-td > table td {
  padding: 5px 5px;
}
table.billing-shipping td.shipping-td {
  width: 50%;
  vertical-align: top;
}
table.billing-shipping td.shipping-td > table td {
  padding: 5px 5px;
}
table.billing-shipping td.shipping-td > table td:first-child {
  width: 150px;
}

td.checkout-special div {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
}
td.checkout-special div p {
  margin-bottom: 5px;
}

/*Blog*/
blockquote {
  margin: 10px 0;
}

table.blog-table {
  width: 100%;
  table-layout: fixed;
}

/*Search*/
