.product-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+50,ffffff+50,ffffff+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
html,
body {
  height: 100%;
  min-height: 100vh;
  font-family: Arial, Verdana, Tahoma, "Times New Roman";
  margin: 0;
  padding: 0;
}
html iframe[src*='t.insigit.com'],
body iframe[src*='t.insigit.com'] {
  display: none;
}
html #vk_groups,
body #vk_groups {
  float: left;
}
html #vk_groups iframe,
body #vk_groups iframe {
  display: block;
  height: 225px !important;
}
.layout {
  position: relative;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 130px;
}
.layout-container {
  width: 1200px;
  margin: 0 auto;
}
header {
  min-height: 200px;
}
header nav {
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-9 */
}
header nav .header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  list-style: none;
  height: inherit;
  margin: 0 auto;
  padding: 0;
}
header nav .header-menu li a {
  display: block;
  color: #636363;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  text-align: center;
  font-size: 16px;
}
header nav .header-menu li a.header-auth {
  color: #ff0000;
}
header nav .header-menu li a:hover {
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
header .header-bar {
  padding: 15px 0;
}
header .header-bar .header-logo {
  display: block;
  float: left;
  text-align: center;
  width: 279px;
  height: 191px;
}
header .header-bar .header-logo span {
  display: block;
  margin-top: 10px;
  font-family: RupsterScriptFree;
  color: #6f6f6f;
  font-size: 28px;
  line-height: 30px;
}
header .header-bar .header-logo:active {
  position: relative;
  top: 1px;
}
header .header-bar .header-search {
  display: block;
  float: left;
  width: 360px;
  margin-left: 30px;
  padding: 75px 30px 0 0;
  border-right: 1px dashed #CCC;
  height: 191px;
}
header .header-bar .header-search .input-search {
  display: block;
}
header .header-bar .header-search .input-search input,
header .header-bar .header-search .input-search button {
  display: block;
}
header .header-bar .header-search .input-search input {
  width: 75%;
  padding: 4px 6px 4px 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  border: 1px solid #CCC;
  border-right: none;
  float: left;
  box-shadow: inset 0 0 3px 1px #EDEDED;
  background: url("/img/search-icon.png") no-repeat 6px center;
  border-radius: 4px 0 0 4px;
}
header .header-bar .header-search .input-search input:focus {
  border-color: #e61a23;
}
header .header-bar .header-search .input-search button {
  width: 25%;
  border: 1px solid #e61a23;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-left: 75%;
  font-weight: normal;
  border-radius: 0 4px 4px 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f18186+0,f18186+50,e61a23+51,e61a23+100 */
  background: #f18186;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f18186 0%, #f18186 50%, #e61a23 51%, #e61a23 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f18186 0%, #f18186 50%, #e61a23 51%, #e61a23 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f18186 0%, #f18186 50%, #e61a23 51%, #e61a23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f18186', endColorstr='#e61a23', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .header-bar .header-search .input-search button:active {
  padding-top: 1px;
}
header .header-bar .header-contacts {
  float: left;
  text-align: center;
  width: 310px;
  height: 191px;
  border-right: 1px dashed #CCC;
  padding: 20px 0 0 0;
}
header .header-bar .header-contacts ul {
  display: table;
  margin: 0 auto;
  padding: 0 22px;
  background: url('/img/phone.png') no-repeat left 4px;
}
header .header-bar .header-contacts ul li {
  display: block;
}
header .header-bar .header-contacts ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 0;
  color: #000;
}
header .header-bar .header-contacts ul li a span {
  color: #858585;
  font-size: inherit;
}
header .header-bar .header-contacts .contacts-time {
  display: table;
  margin: 12px auto 3px auto;
  padding: 0 25px;
  background: url('/img/clock.png') no-repeat left top;
  height: 19px;
  line-height: 19px;
  font-size: 15px;
  color: #6a6a6a;
}
header .header-bar .header-contacts .contacts-time strong {
  color: #000;
  font-weight: normal;
}
header .header-bar .header-contacts .contacts-days {
  display: block;
  text-align: center;
  padding: 0 5px;
  height: 19px;
  line-height: 19px;
  font-size: 15px;
  color: #6a6a6a;
}
header .header-bar .header-user {
  float: left;
  width: 220px;
  text-align: center;
  height: 191px;
  padding-top: 30px;
}
header .header-bar .header-user .header-auth,
header .header-bar .header-user .header-compare {
  display: inline-block;
  text-align: center;
  color: #ff0000;
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 1px dashed #ff0000;
}
header .header-bar .header-user .header-auth:hover,
header .header-bar .header-user .header-compare:hover {
  border-bottom-style: solid;
}
header .header-bar .header-user .header-cart {
  display: inline-block;
  margin: 18px auto 15px auto;
  font-size: 16px;
  line-height: 18px;
  padding: 3px 5px 3px 49px;
  text-align: left;
  color: #000;
  background: url('/img/cart.png') no-repeat 3px 3px;
}
header .header-bar .header-user .header-cart strong {
  color: #ff0000;
}
header .header-bar .header-user .header-cart:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.category-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
}
.categories {
  min-height: 500px;
  width: 290px;
  float: left;
}
.categories .sidebar-title {
  display: block;
  padding: 45px 0 0 78px;
  margin: 0;
  background: url("/img/catalog-head-full.png") no-repeat -50px center;
  color: #FFFFFF;
  line-height: 22px;
  font-size: 22px;
  font-family: RupsterScriptFree;
  font-weight: normal;
  position: relative;
  z-index: 5;
  margin-bottom:20px;
}
.categories nav .sidebar-menu {
  display: block;
  list-style: none;
  background: #F0F0F0;
  border-radius: 0 0 10px 10px;
  margin: 0 18px 0 2px;
  position: relative;
  padding: 40px 0 5px 0;
  bottom: 35px;
  z-index: 3;
}
.categories nav .sidebar-menu li.active a {
  color: #ff0000;
}
.categories nav .sidebar-menu > li {
  display: table;
  width: 100%;
  padding: 3px 0;
  border-top: 1px dashed #484848;
}
.categories nav .sidebar-menu > li .sidebar-icons {
  display: table-cell;
  width: 58px;
  height: 52px;
  background: no-repeat right center;
}
.categories nav .sidebar-menu > li .sidebar-icons.sidebar-icon-category-holidays {
  background-image: url('/img/category-holidays.png');
}
.categories nav .sidebar-menu > li .sidebar-icons.sidebar-icon-category-pyro-details {
  background-image: url('/img/category-pyro-details.png');
}
.categories nav .sidebar-menu > li .sidebar-icons.sidebar-icon-category-pyroshow {
  background-image: url('/img/category-pyroshow.png');
}
.categories nav .sidebar-menu > li .sidebar-icons.sidebar-icon-category-salute {
  background-image: url('/img/category-salute.png');
}
.categories nav .sidebar-menu > li > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 19px;
  padding: 3px 10px;
  min-height: 52px;
  color: #000000;
}
.categories nav .sidebar-menu > li > a:hover {
  color: #ff0000;
}
.categories nav .sidebar-menu > li.submenu-item {
  border-top-color: #BDBDBD;
}
.categories nav .sidebar-menu > li.submenu-item a {
  padding-left: 68px;
  min-height: 0;
  font-size: 13px;
  line-height: 15px;
}
.categories nav .sidebar-menu > li:first-child {
  border-top: 0;
}
.actions {
  float: right;
  width: 280px;
}
.actions .actions-title {
  display: block;
  margin: 0;
  background: url('/img/actions-products-head.png') no-repeat center center;
  height: 70px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-family: RupsterScriptFree;
  font-weight: normal;
  position: relative;
  z-index: 5;
}
.actions .actions-list {
  display: block;
  list-style: none;
  background: #F0F0F0;
  margin-right: 1px;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 20px 0 5px 0;
  bottom: 22px;
  z-index: 3;
}
.actions .actions-list a {
  display: block;
  background: url('/img/action-product-bg.png') no-repeat -148px -18px;
  margin: 0 auto 15px auto;
  width: 266px;
  height: 158px;
}
.actions .actions-list a .action-img {
  display: block;
  float: right;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 22px 7px 0 0;
}
.actions .actions-list a .action-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.actions .actions-list a .action-name,
.actions .actions-list a .action-price {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-align: left;
  padding: 10px 0 0 14px;
  margin-right: 115px;
}
.actions .actions-list a .action-name small,
.actions .actions-list a .action-price small {
  display: block;
  padding-top: 3px;
  font-size: 14px;
  line-height: 16px;
}
.actions .actions-list a .action-price {
  height: auto;
  color: rgba(250, 250, 250, 0.85);
  font-size: 18px;
}
.layout-content {
  float: left;
  width: 575px;
  margin-left: 20px;
  min-height: 500px;
  position: relative;
}
.layout-content.layout-content-wide {
  width: 884px;
}
.layout-content .sub-title {
  font-family: RupsterScriptFree;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  text-align: left;
  margin: 0;
}
.layout-content .top-products {
  margin: 20px -11px 0 -11px;
}
.layout-content .top-products:after {
  content: '';
  display: table;
  clear: left;
}
.layout-content .top-products .top-product-item {
  display: block;
  width: 175px;
  min-height: 200px;
  float: left;
  margin: 0 12px 20px 12px;
  border: 3px dotted #adadad;
}
.layout-content .top-products .top-product-item .top-product-img {
  display: block;
  padding: 10px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.layout-content .top-products .top-product-item .top-product-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.layout-content .top-products .top-product-item .top-product-about {
  display: block;
  padding: 10px 12px;
  background: #f0f0f0;
}
.layout-content .top-products .top-product-item .top-product-about .top-product-name,
.layout-content .top-products .top-product-item .top-product-about .top-product-price {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #000;
}
.layout-content .top-products .top-product-item .top-product-about .top-product-name {
  height: 32px;
}
.layout-content .top-products .top-product-item .top-product-about .top-product-price {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 8px;
}
.layout-content .top-products .top-product-item .top-product-about .top-product-details {
  display: block;
  background: url('/img/top-details.png') no-repeat center center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  text-align: center;
}
.page-title {
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
}
.page-subtitle {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}
/** index */
.index-banners ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
}
.index-banners ul li {
  width: 400px;
}
.index-banners ul li a {
  display: block;
  height: 260px;
  overflow: hidden;
  background: no-repeat 2px top;
  position: relative;
  color: #fff;
}
.index-banners ul li a.action-delivery {
  background-image: url('/img/banner-delivery.png');
}
.index-banners ul li a.action-fireshow {
  background-image: url('/img/banner-fireshow.png');
}
.index-banners ul li a.action-discount {
  background-image: url('/img/banner-discount.png');
}
.index-banners ul li a .action-title {
  display: block;
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.index-banners ul li a .action-details {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 120px;
  left: 30px;
}
.index-banners ul:after {
  display: table;
  content: '';
  clear: both;
}
.our-certificates {
  height: 70px;
  line-height: 70px;
  margin: 30px 0;
  position: relative;
}
.our-certificates .cert-title {
  height: inherit;
  line-height: inherit;
  background: #fff;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 36px;
  font-family: RupsterScriptFree;
  position: relative;
  z-index: 5;
}
.our-certificates .cert-title:before,
.our-certificates .cert-title:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -8px;
  height: 7px;
  width: 7px;
  background: #989898;
  border-radius: 50%;
  top: 50%;
  left: 0;
}
.our-certificates .cert-title:after {
  left: auto;
  right: 0;
}
.our-certificates .cert-line {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #a4a4a4;
  z-index: 3;
}
.our-certificates-gallery {
  height: 290px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 20px solid #e8e8e8;
}
.our-certificates-gallery .cert-item {
  display: inline-block;
  width: 169px;
  height: 250px;
  padding: 16px 17px 18px 18px;
  text-align: center;
  background: url('/img/cert-bg.png') no-repeat -4px -4px;
  margin: 0 15px;
}
.our-certificates-gallery .cert-item span {
  display: block;
  height: 186px;
  width: 133px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
.our-certificates-gallery .cert-item span img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  vertical-align: top;
}
.products-pages {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  display: block;
  padding: 10px;
  margin: 0;
}
.products-pages li {
  display: inline-block;
  padding-right: 10px;
}
.products-pages li a,
.products-pages li span {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ff0000;
  border-radius: 50%;
  background: #fff;
  height: 26px;
  width: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #000;
}
.products-pages li a:hover,
.products-pages li span:hover {
  color: #ff0000;
}
.products-pages li.active a {
  background: #ff0000;
  font-weight: bold;
  color: #fff;
}
.products-pages li.next a,
.products-pages li.last a {
  line-height: 24px;
}
.products-pages li.disabled {
  color: #999;
}
.products-pages li.disabled span {
  line-height: 24px;
  border-color: #999;
  color: #999;
}
article td {
  padding-bottom: 5px;
}
.product-row,
.product-show {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
}
.product-row:last-child,
.product-show:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.product-row .product-info,
.product-show .product-info {
  border: 2px dotted #d1d1d1;
  padding: 15px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+50,ffffff+50,ffffff+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.product-row .product-info .product-title,
.product-show .product-info .product-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.product-row .product-info .product-title a,
.product-show .product-info .product-title a {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}
.product-row .product-info .product-title a,
.product-show .product-info .product-title a,
.product-row .product-info .product-title a:visited,
.product-show .product-info .product-title a:visited {
  color: #000;
}
.product-row .product-info .product-title a:hover,
.product-show .product-info .product-title a:hover,
.product-row .product-info .product-title a:focus,
.product-show .product-info .product-title a:focus,
.product-row .product-info .product-title a:active,
.product-show .product-info .product-title a:active {
  color: #ff0000;
}
.product-row .product-info .product-photo,
.product-show .product-info .product-photo {
  display: flex;
  border: 2px solid #e3e3e3;
  padding: 6px;
  background: #fff;
  text-align: center;
  margin: 10px 0 15px 0;
  height: 150px;
  justify-content: center;
  align-items: center;
}
.product-row .product-info .product-photo img,
.product-show .product-info .product-photo img {
  max-width: 100%;
  max-height: 100%;
}
.product-row .product-info .product-exists,
.product-show .product-info .product-exists {
  display: block;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.product-row .product-info .product-exists .product-wait,
.product-show .product-info .product-exists .product-wait,
.product-row .product-info .product-exists .product-yes,
.product-show .product-info .product-exists .product-yes,
.product-row .product-info .product-exists .product-no,
.product-show .product-info .product-exists .product-no {
  display: block;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  font-weight: bold;
  color: #00A65A;
}
.product-row .product-info .product-exists .product-wait.product-wait,
.product-show .product-info .product-exists .product-wait.product-wait,
.product-row .product-info .product-exists .product-yes.product-wait,
.product-show .product-info .product-exists .product-yes.product-wait,
.product-row .product-info .product-exists .product-no.product-wait,
.product-show .product-info .product-exists .product-no.product-wait {
  color: #C88D42;
}
.product-row .product-info .product-exists .product-wait.product-no,
.product-show .product-info .product-exists .product-wait.product-no,
.product-row .product-info .product-exists .product-yes.product-no,
.product-show .product-info .product-exists .product-yes.product-no,
.product-row .product-info .product-exists .product-no.product-no,
.product-show .product-info .product-exists .product-no.product-no {
  color: #C83939;
}
.product-row .others-photos,
.product-show .others-photos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.product-row .others-photos .product-photo,
.product-show .others-photos .product-photo {
  width: 32%;
  height: 60px;
  max-width: 100px;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.product-row .others-photos .product-photo img,
.product-show .others-photos .product-photo img {
  max-height: 100%;
}
.product-row .product-details .product-characters,
.product-show .product-details .product-characters {
  margin-bottom: 0;
  border-bottom: 5px solid #e8e8e8;
}
.product-row .product-details .price-zone,
.product-show .product-details .price-zone {
  padding: 15px 0;
  text-align: center;
}
.product-row .product-details .price-zone .product-price,
.product-show .product-details .price-zone .product-price {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 10px;
}
.product-row .product-details .price-zone .product-price.product-price-old,
.product-show .product-details .price-zone .product-price.product-price-old {
  color: #000;
  position: relative;
}
.product-row .product-details .price-zone .product-price.product-price-old:before,
.product-show .product-details .price-zone .product-price.product-price-old:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(200, 0, 0, 0.75);
  height: 3px;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.product-row .product-details .price-zone .product-price.product-price-new,
.product-show .product-details .price-zone .product-price.product-price-new {
  color: #ff0000;
}
.product-row .product-details .product-services-title,
.product-show .product-details .product-services-title {
  margin: 15px 0 7px 0;
  font-weight: bold;
}
.product-row .product-details .product-services,
.product-show .product-details .product-services {
  padding: 0;
  margin: 0;
}
.product-row .product-details .product-services li,
.product-show .product-details .product-services li {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 4px 0;
}
.product-row .product-details .product-cart,
.product-show .product-details .product-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-row .product-details .product-cart .product-amount,
.product-show .product-details .product-cart .product-amount {
  width: 25%;
  text-align: center;
  height: 43px;
  line-height: 43px;
}
.product-row .product-details .product-cart .product-amount input,
.product-show .product-details .product-cart .product-amount input {
  height: inherit;
  line-height: inherit;
}
.product-row .product-details .product-cart .product-btn,
.product-show .product-details .product-cart .product-btn {
  width: 73%;
}
.product-row .product-details .product-video,
.product-show .product-details .product-video {
  display: block;
  height: 47px;
  line-height: 47px;
  background: url('/img/show-video.png') no-repeat left center;
  padding-left: 60px;
  margin-top: 20px;
  color: #676767;
  text-decoration: underline;
  font-size: 15px;
}
.product-row .product-details .product-details,
.product-show .product-details .product-details {
  margin-top: 10px;
  display: inline-block;
  padding: 7px 0;
  font-size: 14px;
  color: #369;
}
.product-show {
  padding-top: 0;
}
.product-show .product-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
}
.product-show .product-subtitle {
  font-size: 24px;
  line-height: 1.6 !important;
  border-bottom: 2px solid #ee767c;
  font-family: RupsterScriptFree;
  margin: 40px 0 10px 0;
  font-weight: normal;
  padding: 0;
}
.product-show .product-characters {
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.button {
  display: inline-block;
  text-align: center;
  background: none;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 8px 10px 7px 10px;
  font-size: 14px;
  line-height: 16px;
}
.button.button-block {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.button.button-lg {
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.button.button-orange {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa800+0,f7b62a+100 */
  background: #ffa800;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa800 0%, #f7b62a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa800 0%, #f7b62a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa800 0%, #f7b62a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#f7b62a', GradientType=0);
  /* IE6-9 */
  box-shadow: inset -2px -2px 2px 0 #D78800;
  text-shadow: 0 1px 1px #c57700, 0 -1px 1px #c57700, -1px 0 1px #c57700, 1px 0 1px #c57700;
}
.button.button-orange:active {
  box-shadow: none;
}
.button:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.07);
  box-shadow: none;
  text-shadow: none;
  color: #777;
}
.pluso {
  width: 198px;
  height: 30px;
  overflow: hidden;
  border-radius: 0!important;
}
.pluso .pluso-wrap {
  padding: 0!important;
  border-radius: 0!important;
  white-space: nowrap!important;
}
.pluso .pluso-wrap a {
  margin: 0 0 0 3px!important;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
}
.footer .footer-nav {
  border-top: 3px solid #c5c5c5;
  border-bottom: 7px solid #c5c5c5;
}
.footer .footer-nav .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  list-style: none;
  height: inherit;
  margin: 0 auto;
  padding: 0;
}
.footer .footer-nav .footer-menu li a {
  display: block;
  color: #636363;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  text-align: center;
  font-size: 16px;
}
.footer .footer-nav .footer-menu li a.header-auth {
  color: #ff0000;
}
.footer .footer-nav .footer-menu li a:hover {
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.footer .footer-socials {
  box-sizing: content-box;
  line-height: 1;
  padding: 20px 0;
  height: 30px;
}
.footer .footer-copyright {
  padding: 15px 0;
  background: #f3f3f3;
}
.cart-container .table td,
.cart-container .table th {
  vertical-align: middle;
}
.cart-container .btn i {
  top: 3px;
}
.cart-container .product-photos {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.cart-container .product-photos img {
  max-width: 100%;
  max-height: 100%;
}
/*# sourceMappingURL=main.css.map */


.form-control-static {
    min-height: 34px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0;
}