.shop-products {

}

.shop-products nav,
.shop-product nav {
	text-align: center;	
	padding-bottom: 30px;
}

.shop-products nav ul ,
.shop-product nav ul {
	margin: 0;
	padding: 0;
}

.shop-products nav ul li,
.shop-product nav ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	padding: 0 12px;
	font-size: 12px;
}

.shop-products nav ul li.separator,
.shop-product nav ul li.separator {
	padding: 0;
}

.shop-products nav ul li.separator:last-child,
.shop-product nav ul li.separator:last-child {
	display: none;
}

.shop-products nav ul li a,
.shop-product nav ul li a {
	text-decoration: none;
}



.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu,
.shop-product .shop-menu.horizontal-dropdown .shop-sub-menu {
    display: none;
    position: absolute;
    padding-top: 18px;
    z-index: 999;
    margin-left: -14px;
    min-width: 145px;
}
.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item,
.shop-product .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item {
    display: block;
    margin: 0px;
    padding: 2px 15px;
    text-align: left;
    background: #cfcfcf;
}

.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:first-child,
.shop-product .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:first-child
{
    padding-top: 12px;
}

.shop-products .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:last-child,
.shop-product .shop-menu.horizontal-dropdown .shop-sub-menu .shop-menu-item:last-child {
    padding-bottom: 12px;
}

.shop-products .shop-menu.horizontal-dropdown,
.shop-product .shop-menu.horizontal-dropdown {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.shop-products .shop-category-description {
    margin-top: 0px;
}


.shop-menu.vertical ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px 0px 7px 0px;
    position: relative;
}

.shop-menu.vertical  .shop-sub-menu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px;
    position: relative;
}

.shop-menu.vertical .shop-menu-item .shop-sub-menu {
    display: none;
    padding: 5px 0px 8px 0px;
}

.shop-menu.vertical {
    width: 130px;
    display: block;
    position: absolute;
    text-align: left;
}

.shop-menu.vertical .shop-menu-item.active .shop-sub-menu {
    display: block;
}

.shop-content-main {
    display: block;
    margin: 30px 30px 0 150px;
}

.shop-product .shop-content-main .shop-bread-crumbs {padding-top: 0px;}

.shop-products .shop-sub-menu .shop-menu-item > a:hover,
.shop-product .shop-sub-menu .shop-menu-item > a:hover {
    color: #969696;
}
.shop-products nav .shop-sub-menu .shop-menu-item > a,
.shop-product nav .shop-sub-menu .shop-menu-item > a {
    color: #969696;
}
.shop-products nav .shop-sub-menu .shop-menu-item.active a,
.shop-product nav .shop-sub-menu .shop-menu-item.active a {
    color: #969696;
}



/* Grid wrapper */
.shop-static-grid {
    position: relative;
    width: 100%
}

.shop-static-grid:after  {
    clear: both;
     
}

/* Grid cell */
.shop-static-grid .static-grid-item {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;    
}

.shop-static-grid .static-grid-item .static-grid-cell {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0px; 
    /* margin: 0px 0px 3px 3px; */
}

.shop-static-grid .static-grid-item .static-grid-cell a{
    text-decoration: none;
}

/* Image */
.shop-static-grid .static-grid-item  .static-grid-cell {
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out; 
	-o-transition: opacity .4s ease-out; 
	transition: opacity .4s ease-out;
}

.shop-static-grid .static-grid-item  .static-grid-cell.loaded {
    opacity: 1;
}

.shop-static-grid .static-grid-item  .static-grid-cell .image {
   width: 100%;
   position: relative;
   overflow: hidden;
}

.shop-static-grid .static-grid-item  .static-grid-cell .image.h  img.w,
.shop-static-grid .static-grid-item  .static-grid-cell .image.w  img.w  {max-width: 100%} 
.shop-static-grid .static-grid-item  .static-grid-cell .image.h  img.h,
.shop-static-grid .static-grid-item  .static-grid-cell .image.w  img.h {max-height: 100%}

.shop-static-grid .static-grid-item  .static-grid-cell .image img.loaded {
    opacity: 1; 
    background: rgba(255,255,255, 0.1);
}

.shop-static-grid .static-grid-item  .static-grid-cell:hover .image {
    background: rgba(255, 255, 255, 1);
}

.shop-static-grid .static-grid-item  .static-grid-cell:hover .image img {
    opacity: 0.8; 
}

.shop-static-grid img.copy-protect {
    -webkit-backface-visibility: visible;
}

/* Description */
.shop-static-grid.product-meta-above .static-grid-item  .static-grid-cell  .description {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
 	height: 100%;
 	width: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
}

.shop-static-grid.product-meta-above .static-grid-item  .static-grid-cell:hover .description {
    opacity: 1;
}


.shop-static-grid .static-grid-item  .static-grid-cell  .description,
.shop-static-grid.product-meta-bottom-center .static-grid-item  .static-grid-cell  .description,
.shop-static-grid.product-meta-bottom-left .static-grid-item  .static-grid-cell  .description
{
    position: relative;
    opacity: 1;
}



.shop-static-grid .static-grid-item  .static-grid-cell  .description .cell {
    display: table; 
    width: 100%; 
    height: 100%;
    text-align: center;
}

.shop-static-grid .static-grid-item  .static-grid-cell  .description .cell .middle {
 	display: table-cell;
	vertical-align: middle;
    color: #333;
    padding: 10px 5px 0px;
}

.shop-static-grid.product-meta-bottom-left .static-grid-item  .static-grid-cell  .description .cell {
    text-align: left;
}

.shop-products .products-list .product-price-old, .shop-product .product-price-old {
	text-decoration: line-through;	
	
}

/* Note */
.shop-static-grid .static-grid-item  .static-grid-cell  .product-note {
    position: absolute;
	width: 100.5%;
	z-index: 4;
	text-align: center;
	padding: 13px;
	background: rgba(255, 255, 255, 0.8);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.shop-static-grid.product-note-top .static-grid-item  .static-grid-cell  .product-note {
    top: 0;
}

.shop-static-grid.product-note-bottom .static-grid-item  .static-grid-cell  .product-note {
    bottom: 0;
}

/* Transition */
.shop-static-grid .static-grid-item  .static-grid-cell .image img,
.shop-static-grid .static-grid-item  .static-grid-cell .description {
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out; 
	-o-transition: opacity .4s ease-out; 
	transition: opacity .4s ease-out;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.shop-static-grid .static-grid-item .static-grid-cell .image {
    -webkit-transition: background .4s ease-out;
	-moz-transition: background .4s ease-out; 
	-o-transition: background .4s ease-out; 
	transition: background .4s ease-out;
    background: rgba(255, 255, 255, 1);
}

/* Grid width */
.shop-static-grid.c1 .static-grid-item {width: 100%}
.shop-static-grid.c2 .static-grid-item {width: 50%}
.shop-static-grid.c3 .static-grid-item {width: 33.3333%}
.shop-static-grid.c4 .static-grid-item {width: 25%}
.shop-static-grid.c5 .static-grid-item {width: 20%}
.shop-static-grid.c6 .static-grid-item {width: 16.6666%}
.shop-static-grid.c7 .static-grid-item {width: 14.2857%}
.shop-static-grid.c8 .static-grid-item {width: 12.5%}
.shop-static-grid.c9 .static-grid-item {width: 11.1111%}
.shop-static-grid.c10 .static-grid-item {width: 10%}

/* Clear float for last grid irem in row */
.shop-static-grid.c1 .static-grid-item,
.shop-static-grid.c2 .static-grid-item:nth-child(2n + 1),
.shop-static-grid.c3 .static-grid-item:nth-child(3n + 1),
.shop-static-grid.c4 .static-grid-item:nth-child(4n + 1),
.shop-static-grid.c5 .static-grid-item:nth-child(5n + 1),
.shop-static-grid.c6 .static-grid-item:nth-child(6n + 1),
.shop-static-grid.c7 .static-grid-item:nth-child(7n + 1),
.shop-static-grid.c8 .static-grid-item:nth-child(8n + 1),
.shop-static-grid.c9 .static-grid-item:nth-child(9n + 1),
.shop-static-grid.c10 .static-grid-item:nth-child(10n + 1) {
    clear: both;
}


/* Mobile */
@media only screen and (max-width: 640px) {
    .shop-static-grid.c1 .static-grid-item,
    .shop-static-grid.c2 .static-grid-item,
    .shop-static-grid.c3 .static-grid-item,
    .shop-static-grid.c4 .static-grid-item,
    .shop-static-grid.c5 .static-grid-item,
    .shop-static-grid.c6 .static-grid-item,
    .shop-static-grid.c7 .static-grid-item,
    .shop-static-grid.c8 .static-grid-item,
    .shop-static-grid.c9 .static-grid-item,
    .shop-static-grid.c10 .static-grid-item   {
        clear: both;
        width: 100%;
    }

}


.shop-products .products-list-pagination {
	text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.shop-products .products-list-pagination a{
	text-decoration: none;
}

.shop-products .products-list-pagination a:hover{
	text-decoration: underline;
}

/**
 * Shop product
 */

.shop-product { 
	*zoom:1; 
}

.shop-product:before,.shop-product:after { 
	content:" ";
	display:table; 
}

.shop-product:after { 
	clear:both; 
}

/**
 * Shop product bread crumbs
 */

.shop-product .shop-bread-crumbs { 
    text-align: left;
	clear:both;
	color:#b4b4b4;
	padding:3px 0 14px;
    font-size: 12px;
}

.shop-product .shop-bread-crumbs a { 
	color:#b4b4b4;
	text-decoration: none;
}
  
.shop-product .shop-bread-crumbs a:hover {
	text-decoration: underline;
}

/**
 * Shop product common styles
 */
 
.shop-product { 
	font-size:12px;
}

.shop-product a:link,.shop-product a:visited { 
	color:#b4b4b4;
	text-decoration:none; 
}

.shop-product a:hover,.shop-product a:active {
	outline:0;
}

.shop-product  a img {
	border:0;
}

.shop-product .textbox { 
	background:#fff;
	border:1px solid #c7c7c7;
	font:12px Verdana,Geneva,sans-serif;
	margin:0;
	padding:5px;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
}

.shop-product  a.button, .shop-product  a.shop-button { 
	background:#95bebe;
	color:#fff;
	display:inline-block;
	font-size:13px;
	padding:10px 10px 8px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
}

.shop-product .selectbox select {
	color: #888888;
	position: relative;
	z-index: auto;
	padding: 0;
	border: 1px solid #ccc;
}

/**
 * Gallery
 */
.shop-product .product-gallery { 
	float: left;
 	width: 56%; 
 	padding-right: 25px;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop-product .product-gallery .product-image {
	position: relative;	
	overflow: hidden;
	display: block;
}

.shop-product .product-gallery .product-main-image {
	cursor: pointer;
}

.shop-product .product-gallery .product-image img { 
	border: none;
	opacity: 1;
	transition: opacity .1s ease-in-out;
   	-moz-transition: opacity .1s ease-in-out;
   	-webkit-transition: opacity .1s ease-in-out;
}

.shop-product .product-gallery .product-image img.loading {
	opacity: 0;
}


.shop-product .product-gallery.layout-feed .product-image {
	margin-bottom: 15px;	
	cursor: pointer;
}

.shop-product .product-gallery.layout-feed .product-image img { 
	width: 100%;
	height: auto;
}

.shop-product .product-gallery.layout-square .product-image img,
.shop-product .product-gallery.layout-horizontal .product-image img,
.shop-product .product-gallery.layout-vertical .product-image img { 
	position: absolute; 	
	border: none;
    max-width: none;
}

.shop-product .product-gallery.layout-square .product-images,
.shop-product .product-gallery.layout-horizontal .product-images,
.shop-product .product-gallery.layout-vertical .product-images {
	padding-top: 14px;	
	margin-left: -5px;
	margin-right: -5px;
}

.shop-product .product-gallery.layout-square .product-images .product-image,
.shop-product .product-gallery.layout-horizontal .product-images .product-image,
.shop-product .product-gallery.layout-vertical .product-images .product-image {
	margin: 5px;
}

.shop-product .product-gallery.layout-square .product-images .product-image-cell,
.shop-product .product-gallery.layout-horizontal .product-images .product-image-cell,
.shop-product .product-gallery.layout-vertical .product-images .product-image-cell {
	width: 12.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.shop-product .product-gallery.layout-horizontal .product-images .product-image-cell,
.shop-product .product-gallery.layout-vertical .product-images .product-image-cell {
	width: 16.6%;
}

.shop-product .lnk-share
{ position:relative;
  float:right;
  margin:-35px 2px 0 0;
  border-top:45px solid rgba(0,0,0,0); }

.shop-product .lnk-share:before
{ background:url('../images/shop/plus.png?1365344832') no-repeat 0 0;
  content:"";
  cursor:pointer;
  display:block;
  width:26px;
  height:24px; }

.shop-product .lnk-share:hover:before
{ background-position:0 -24px; }

.shop-product .lnk-share .share-tooltip
{ background:#fff;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *zoom:1;
  border:1px solid #e4e4e4;
  padding:37px 23px 30px 18px;
  width:325px;
  position:absolute;
  z-index:100;
  right:-30px;
  bottom:45px;
  display:none;
  opacity:.9; }

.shop-product .lnk-share .share-tooltip:before,.shop-product .lnk-share .share-tooltip:after
{ content:" ";
  display:table; }

.shop-product .lnk-share .share-tooltip:after
{ clear:both; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links
{ float:left; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a
{ background:url('../images/shop/icons-social.jpg?1365344226') no-repeat 0 0;
  color:rgba(0,0,0,0);
  display:inline-block;
  margin:0 1px 5px 0;
  overflow:hidden;
  width:40px;
  height:40px;
  vertical-align:middle; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-twitter
{ background-position:-45px 0; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-vk
{ background-position:-90px 0; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-teammates
{ background-position:-135px 0; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-google
{ background-position:-180px 0; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-lj
{ background-position:0 -45px; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-mailru
{ background-position:-45px -45px; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-P
{ background-position:-90px -45px; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-mail
{ background-position:-135px -45px; }

.shop-product .lnk-share .share-tooltip .share-tooltip-links a.lnk-print
{ background-position:-180px -45px; }

.shop-product .lnk-share .share-tooltip .lnk-add
{ background:url('../images/shop/icons-social.jpg?1365344226') no-repeat -225px -15px;
  color:rgba(0,0,0,0);
  width:55px;
  height:55px;
  float:left;
  margin:15px 0 0 5px;
  overflow:hidden; }

.shop-product .lnk-share:hover .share-tooltip
{ display:block; }

/**
 * Shop product description
 */

.shop-product .description { 
	float: left;
	width: 44%; 
}

.shop-product .description h1
{ font-size:16px;
  line-height:16px;
  font-weight:300;
  margin:0 0 21px; }

.shop-product .description .price
{ font-size:16px;
  font-weight:300;
  margin:0 0 21px; }

.shop-product .description .text, .shop-product .additional_product_info
{ color:#878484;
  line-height:1.22;
  margin:0 0 15px; }

.shop-product .description .text ul, .shop-product .additional_product_info ul
{ list-style-position: inside;
  list-style-type: disc;
  padding-left: 0px;}

.shop-product .description .text ul li, .shop-product .additional_product_info ul li
{
  margin-bottom: 0px;
}

.shop-product .description .product-params
{ padding:17px 0 29px;
  width:220px; }

.shop-product .description .product-params .selectbox, .shop-product .description .product-params .error
{ margin:0 0 12px; }

.shop-product .description .product-params .error 
{ display: none; }

.shop-product .description .cart-panel
{ *zoom:1;
  border-top:1px solid #e1e1e1;
  padding:13px 0 0; }

.shop-product .description .cart-panel:before,.shop-product .description .cart-panel:after
{ content:" ";
  display:table; }

.shop-product .description .cart-panel:after
{ clear:both; }

.shop-product .description .cart-panel a
{ font-size:14px; }

.shop-product .description .cart-panel a:hover
{ text-decoration: none; }

.shop-product .description .cart-panel a small
{ font-size:10px; }

.lnk-cart {
  display:inline-block;
}

.shop-product .description .cart-panel .lnk-cart
{ color:#393838;
}

.shop-product .description .cart-panel .icon-basket {
	font-size: 15px;
	color: #393838;
}

.shop-product .description .cart-panel .lnk-back { 
  display:inline-block;
  padding-left:5px; 
}

.shop-product .description .cart-panel .lnk-back-wrapper {
	display: inline-block; 
	float: right;
}

.shop-product #skuadd {
  text-decoration: none;  
}

.shop-product .additional_product_info {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.shop-product .social-box {
    display: inline-block;
    width: auto;
    height: 23px;
    margin-top: 11px;
    float: none;
}
.shop-product .social-box > div {
    float: left;
    margin-right: 10px;
}
.shop-product .social-box .facebook {overflow: hidden;}

/**
 * FullScreen Images SlideShow
 */
.shop-fsbox {
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.93);
	z-index: 9999;
        background: #fff\0/;
        -ms-filter: "progit:DXImageTransform.Microsoft.alpha(Opacity=93)";
}

.shop-fsbox .shop-container {
	padding: 10px;
}

.shop-fsbox .control a {
	text-decoration: none;
}

.shop-fsbox .control.close {
	text-align: right;
}

.shop-fsbox .control.prev {
	position: absolute;
	left: 20px;
	display: none;
}

.shop-fsbox .control.next {
	position: absolute;
	right: 20px;
	display: none;
}

.shop-fsbox .shop-slides {
	position: absolute;
	top: 60px;
	right: 75px;
	left: 75px;
	bottom: 60px;
	text-align: center;
}

.shop-fsbox .shop-slides > div {
	width: 100%;
	height: 100%;
}

.shop-fsbox .shop-slides img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.shop-fsbox .shop-slides img:last-child {
	cursor: default;
}

.shop-fsbox .spinner-container {
	position: absolute ! important;
	top: 0;
	left: 50px;
	right: 50px;
	height: 100%;
}

/**
 * Shop - cart
 */
 
.shop-cart{color:#393838;font-size:12px;}
.shop-cart a:link,.shop-cart a:visited{color:#b4b4b4;text-decoration:none}
.shop-cart a:hover,.shop-cart a:active{outline:0;text-decoration:underline}
.shop-cart a img{border:0}
.shop-cart .textbox{
    background-color:transparent;border:1px solid #c7c7c7;font-family:Verdana,Geneva,sans-serif;
    font-size:12px;margin:0;padding:5px;outline:none;-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;box-sizing:border-box
}

.shop-cart a.shop-button {
    background:#95bebe;color:#fff;font-size:13px;display:inline-block;padding:10px 0 8px;
    text-align:center;text-transform:uppercase;width:100%;-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;box-sizing:border-box}
.shop-cart .shop-cart-title {font-size:16px;font-weight:300;margin:0 0 12px}
.shop-cart .shop-cart-grid {border-collapse:collapse;width:100%}
.shop-cart .shop-cart-grid th{
    border-bottom:1px solid #e1e1e1;color:#888;font-size:12px;font-weight:300;padding:9px 0;
    text-align:left
}
.shop-cart .shop-cart-grid th.shop-cart-tbl-center{text-align:center}
.shop-cart .shop-cart-grid td { border-bottom:1px solid #e1e1e1;font-size:12px;height:77px;padding:20px 5px;
	vertical-align:middle }
.shop-cart .shop-cart-grid td.shop-cart-tbl-title{width:405px;}
.shop-cart .shop-cart-grid td.shop-cart-tbl-title img{display:block;margin-right:25px; float:left; max-width:130px;}
.shop-cart .shop-cart-grid td.shop-cart-tbl-title a{
    float: left;
    width: 250px;
    color:#393838;display:block;line-height:1.4;}

.shop-cart .shop-cart-grid td.shop-cart-tbl-close{text-align:right}
.shop-cart .shop-cart-grid td.shop-cart-tbl-close a{color:#393838}
.shop-cart .shop-cart-grid td.shop-cart-tbl-totals{font-size:16px;padding:15px 0 15px 0;text-align:center}
.shop-cart .shop-cart-grid td.shop-cart-tbl-totals .shop-cart-tbl-price{}
.shop-cart .shop-cart-grid td.shop-cart-tbl-totals .shop-button{width:210px}
.shop-cart .shop-cart-grid td.shop-cart-tbl-center{text-align:center}
.shop-cart .shop-cart-grid td .textbox{text-align:center;width:40px}
.shop-cart .totalProduct {width:100px}

.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div{*zoom:1;display:table}
.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div:before,
.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div:after {
	content:" ";display:table
}
.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div:after{clear:both}
.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div img{height:77px;display:table-cell;vertical-align:middle}
.no-flexbox .shop-cart-grid td.shop-cart-tbl-title div a{height:77px;display:table-cell;vertical-align:middle}

.shop-page{padding:0px 10px}
.shop-cart-footer {height: 300px; margin-top: 65px;}
.shop-cart-info {width: 44%; display: inline-block; vertical-align: top; margin-right: 15%;}
.shop-cart-info-title, .shop-cart-order-title {font-size: 12pt;}
.shop-cart-info-text {width: 100%;}
.shop-cart-order-form {width: 40%; display: inline-block; vertical-align: top;}
.shop-cart-tbl-center .skuCount {margin:0 auto;}
.shop-cart-form-btns {display:flex;}

.shop-tbl-head-name {text-align: left !important;}

#inputs-form .return-button {float: left; display: block; max-width: 200px; min-width: 90px; width: 50%; background: #dfdfdf; color: #9b9b9b; margin-right: 3%;}
#inputs-form .submit-button {float: left; display: block; max-width: 200px; min-width: 90px; width: 47%;}
#inputs-form input {margin-bottom: 10px; width:100%; max-width: 415px; min-width: 200px;}
#inputs-form textarea {margin-bottom: 10px; width: 100%; max-width: 415px; min-width: 200px;}
.shop-cart-order-form div:first-child {margin-bottom: 20px;}
.shop-emptyCartMessage{ color:red;font-style: italic;}

#inputs-form .shop-return-button {float: right; width:200px; margin-top:20px;}
#inputs-form .shop-return-button a {width: 100%;}

input:focus::-webkit-input-placeholder { color: transparent !important;}
textarea:focus::-webkit-input-placeholder { color: transparent !important;}

input:focus::-moz-placeholder { color: transparent !important;}
textarea:focus::-moz-placeholder { color: transparent !important;}

.shop-cart input::-webkit-input-placeholder { opacity: 0.6;}
.shop-cart textarea::-webkit-input-placeholder { opacity: 0.6;}

.shop-cart input::-moz-placeholder { opacity: 0.6;}
.shop-cart textarea::-moz-placeholder { opacity: 0.6;}

.error-field{border:1px solid red !important;background-color:#FFEEED !important;}

/*
* cart widget
*/
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('./fonts/modernpics/modernpics-webfont.eot');
    src: url('./fonts/modernpics/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/modernpics/modernpics-webfont.woff') format('woff'),
         url('./fonts/modernpics/modernpics-webfont.ttf') format('truetype'),
         url('./fonts/modernpics/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.shop-basket {
    font-family: "ModernPictogramsNormal";
    speak: none;
    display: inline-block;
    text-align: center;    
    vertical-align: middle;
}

.shop-basket:before {
    content: '.';
}

.shop-product .description .cart-panel .shop-basket { font-size: 25px;}
.menu .lnk-cart .shop-basket {font-size: 25px;}

.shop-cart .shop-cart-tbl-total-price td {border: 0px; height: 15px; padding-bottom: 0px; padding-top: 7px;}
.shop-cart .shop-cart-sku-options { text-decoration: inherit;}
.shop-cart .shop-cart-tbl-product { margin: 10px 0;}
.shop-cart .shop-button:hover {text-decoration: none;}

/*
* Shop Cart Delivery Methods
*/

.shop-cart .shop-delivery-head-row1 td {padding-bottom: 0px; padding-top: 50px; height: 22px; border-bottom: 0px;}
.shop-cart .shop-payment-head-row1 td {padding-bottom: 4px; padding-top: 50px; height: 22px; border-bottom: 0px;}
.shop-cart .shop-delivery-head-row2 td {padding-bottom: 7px; padding-top: 7px; height: 22px;}
.shop-cart .shop-delivery-method td, .shop-cart .shop-payment-methods td {padding-bottom: 0px; padding-top: 6px; height: 22px; border-bottom: 0px;}
.shop-cart .shop-delivery-footer-row td {padding-top: 10px; height: 40px;}
.shop-delivery-radio {}
.shop-cart .shop-delivery-error {display: none; margin-bottom: 5px; margin-right: 10px; text-align: left;}
.shop-cart .shop-delivery-method td label, .shop-cart .shop-payment-methods td label { display: inline-block; }
.shop-cart .shop-delivery-method td input, .shop-cart .shop-payment-methods td input { display: inline-block; margin-right: 5px;}

.shop-product .shop-bread-crumbs .shop-separator { margin-left: 5px; margin-right: 5px;}
.shop-cart .shop-delivery-method td label {width:92%; vertical-align: top;}

.shop-product .description .cart-panel .arrow-back {
    font-family: "ModernPictogramsNormal";
    speak: none;
    display: inline-block;
    text-align: center;       
    font-style: normal;
    font-size: 20px;
}

.shop-product .description .cart-panel .arrow-back:before {
    content: '<';
}

.shop-cart .shop-payment-methods td label { display: block; margin-left: 25px}
.shop-cart .shop-payment-methods td input { display: block; float: left;}
.shop-products .shop-category-description { margin-top: 0px; }
.shop-products .shop-category-description.shop-no-categories { margin-top: 0px; }

.shop-product .hide {display: none;}

@media only screen and (max-width: 700px) {
    
    .shop-page {
        padding: 0;
    }
    
	.shop-products .products-list .product-cell,
	.shop-products .products-list.layout-vertical .product-cell,
	.shop-products .products-list.layout-vertical-three .product-cell,
	.shop-products .products-list.layout-horizontal .product-cell {
		width: 100%;	
	}
	
	.shop-product .product-gallery { 
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
    .shop-product .product-images {
        width: 100%;
    }
    
	.shop-product .description { 
		float: none;
		width: 100%;
	}
    
    shop-products, .shop-product, .shop-cart {
        width: 100% !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        overflow-x: auto;
        margin: 0px !important;
    }
    
    .shop-cart .shop-cart-grid th {
        padding: 10px;
    }
    
    .shop-cart .shop-delivery-method td label, .shop-cart .shop-payment-methods td label {
        display: inline;
    }
    
    .shop-cart .shop-payment-methods td label {
        margin-left: 0px;
    }
    
    .shop-cart .shop-cart-order-form input {
        display: block;
    }
    
    .shop-cart .shop-cart-footer {
        display: table;
    }
    
    .shop-cart .shop-cart-info,
    .shop-cart .shop-cart-order-form {
        width: 100%;
        margin: 0 2% 20px;
    }
    
}

/*
* Promo code
*/

.shop-block-cart {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
}

.shop-cart .shop-old-price {
    text-decoration:line-through;
    font-style: italic;
}

.shop-cart .shop-old-price-total {
    margin-right: 10px;
}

.shop-cart .shop-cart-grid td.shop-cart-tbl-totals {
    text-align: right;
    padding-right: 5px;
    height: 35px;
}

.shop-cart .shop-cart-grid td.shop-promo {
    height: 35px;
    padding: 0px;
}

.shop-promo a.shop-promo-link {
    text-decoration: none;    
}

.shop-promo .shop-promo-slidebox {
    display: none;
}

.shop-promo .shop-promo-slidebox input.shop-promo-code {
    width: 200px;
    display: inline-block;
    text-align: left;
}

.shop-promo a.shop-apply-promo {
    margin-left: 5px;
}

.shop-promo .shop-promo-msg {
    margin-bottom: 3px;
    display: none;
}