#Shop div#Head {
    /*display: none;*/
}
#Shop #mobile-sidebar {
    background: none;
    margin: 0;
    padding: 10px 0 0;
    cursor: default;
}
#Shop #mobile-sidebar a {
	background: #8d0b17;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
}
#Shop #mobile-sidebar a i.fas {
	margin-right: 5px;
}
#Shop div#Sidebar {
   /* display: none;*/
    /* width: auto; */
    /* margin: 0 -10px; */
    background: #f2f2f2;
}
#Shop div#Sidebar .close-sidebar {
	background: #8d0b17;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
}
#Shop div#Sidebar .close-sidebar:hover{
  background: black;
}
#Shop div#Sidebar .close-sidebar i.fas {
	margin-right: 5px;
}

#Shop div#Sidebar ul#ShopNav {
    margin: 0;
}
#Shop div#Sidebar ul#ShopNav a:hover,
#Shop div#Sidebar ul#ShopNav a.opened {
    color: #8d0b17;
    font-weight: bold;
}
#Shop div#Sidebar ul#ShopNav a.open::before,
#Shop div#Sidebar ul#ShopNav > li > ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#Shop li {
    left: 0 !important;
}
#Shop div#Sidebar h2 {
    border: 0;
    color: #8d0b17;
    background: none;
    font-weight: 400;
    font-size: 30px;
    padding: 0;
    margin: 0 0 10px;
}
#Shop div#Sidebar .searchForm label {
    color: #8d0b17;
}
#Shop div#Sidebar form#user-login {
    background: none;
    padding: 0px;
    margin: 0;
}
#Shop div#Sidebar form#user-login a.Send {
	background: #111;
	color: #fff;
	font-weight: 400;
    padding: 3px 10px;
}
#Shop div#Sidebar form#user-login a.Send::before {
    content: none;
}
#Shop div#Sidebar form#user-login a.Send:hover {
  background: #545454 !important;
  color: #fff !important;
}
h1#Title:after, h1#Title:before {
  display: none;
}
#Shop div#Sidebar .user-wishlist {
    background: none;
    padding: 10px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
#Shop div#Sidebar .box_cart {
    /*display: none;*/
}

#Shop div#ShopContent {
   /* width: auto;
  max-width: 100%;
  float: none;*/
}
#Shop div#ShopContent.fullwidth {
  width: auto;
  max-width: none;
  float: none;
}
#Shop div#ShopContent #article-content h1#Title span#article-price {
    color: #111;
}
#Shop div#ShopContent #Breadcrumbs {
    background: #8d0b17;
    padding: 5px 10px;
    color: #fff;
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 20px;
}
#Shop div#ShopContent #Breadcrumbs a.account {
	background: #8d0b17;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	text-align: center;
	margin-left: 10px;
	float: right;
}
#Shop div#ShopContent #Breadcrumbs a.account:hover {
	background: #000;
	color: #fff;
}
#Shop div#ShopContent #Breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
#Shop div#ShopContent #Breadcrumbs a:hover {
  color: #fff;
}
#Shop div#ShopContent #Breadcrumbs a i.fa {
  padding: 0 2px 0 0;
}
#Shop div#ShopContent #Breadcrumbs span.separator {
  display: inline-block;
  font-size: 0;
  height: 20px;
}
#Shop div#ShopContent #Breadcrumbs span.separator::after {
  content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
}
#Shop div#ShopContent #article-content {
  padding-top: 0;
}
#Shop div#ShopContent #article-content > h1#Title {
position: relative;
    font-size: 40px;
    line-height: 1.2em;
    margin: 0;
    padding: 5px 0 25px;
    text-transform: none;
}
.checkout #Shop div#ShopContent #article-content > h1#Title {
	padding-top: 25px;
}
#Shop div#ShopContent #article-content #CatSubCats {
  background: none;
  padding: 15px 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#Shop div#ShopContent #article-content #CatSubCats ul {
  margin: -10px;
}
	#Shop div#ShopContent #article-content #CatSubCats li {
		width: 25%;
		-webkit-flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"] {
  position: relative;
  overflow: hidden;
  padding-bottom: 120%;
  background: #d9d9d9  url(../images/icon-logo.png) no-repeat center;
  /*background-size: 50%;*/
  margin: 10px;
  background-size: 210px;
  background-blend-mode: multiply;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"]:hover {
  box-shadow: 0 0 0 5px #8d0b17;
  background-color: #f2f2f2;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"] .foto-sub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
    width: 101%;
    height: 100%;
    object-fit: cover;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"]:hover .foto-sub {
  opacity: 1;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"] .subCatTitle {
    position: absolute;
    left: 0;
    right: 0;
    padding: 13px 10px 15px;
    bottom: 0;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    background: rgb(138 138 138 / 80%);
	font-family: 'Work Sans';
}
#Shop div#ShopContent #Products form.categoryArticles-pager #ProdNav #catalogDisplayOrder {
    margin: 0 0 20px;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"]:hover .subCatTitle::after {
	opacity: 1;
}
#Shop div#ShopContent #article-content #CatSubCats a[class^="level"]:hover .subCatTitle {
  background: #8d0b17;
  color:#fff;
}
#Shop div#ShopContent #article-content div#CatContent {
}
.webshopArticleTemplate #Shop div#ShopContent #article-content div#CatContent {
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-gap: 30px;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  top: 0;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext,
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  line-height: 80px;
  width: 40px;
  text-align: center;
  border: none;
  display: block;
  font-size: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,.5);
  opacity: .5;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext {
  right: 0;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt {
  left: 0;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext:hover,
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt:hover {
  background: #000;
  color: #fff;
  width: 60px;
  opacity: .9;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext span,
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt span {
  display: none;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext:after,
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  font-size: 30px;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext:after {
  content: '\f105';
  padding-left: 5px;
}
#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt:after {
  content: '\f104';
  padding-right: 5px;
}
#Shop div#ShopContent #article-content div#CatContent .outer {
    margin: 0;
    width: auto;
    float: none;
    display: grid;
    grid-gap: 15px;
}
#Shop div#ShopContent #article-content div#CatContent.nophoto .outer {
    display: none;
}
#Shop div#ShopContent #article-content div#CatContent .outer > ul > li > img,
#Shop div#ShopContent #article-content div#CatContent .outer > ul > li > a > img {
    display: none;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery {
    margin: 0px;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery.zoomGallery a.medPhotoLink {
    display: block;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink .nailthumb-container,
#Shop div#ShopContent #article-content div#CatContent.nophotos .outer ul.Gallery .medPhotoLink .nailthumb-container {
    border: 10px solid #8d0b17;
    position: relative;
    transition: all .6s;
    width: auto !important;
    height: auto !important;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink:hover .nailthumb-container {
  box-shadow: 0 0 0 5px #fff;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink .nailthumb-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .6s;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink:hover .nailthumb-container::after {
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink .nailthumb-container img.medPhoto,
#Shop div#ShopContent #article-content div#CatContent.nophotos .outer ul.Gallery .medPhotoLink .nailthumb-container img.medPhoto {
  /*transition: all .8s;*/
    width: 100% !important;
    /*height: auto !important;*/
    top: 0 !important;
    left: 0 !important;
    display: block !important;
 	 height: auto !important;
    object-fit: scale-down;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink:hover .nailthumb-container img.medPhoto {
  /*transform: scale(1.3);*/
}
#Shop div#ShopContent #article-content div#CatContent.nophotos .outer ul.Gallery .medPhotoLink .nailthumb-container img.medPhoto {
    object-fit: scale-down;
    background: #fff;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li {
    margin: 0;
    border: 1px solid #8d0b17;
    transition: border-color .4s;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li:hover,
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li.on {
	border-color: #8d0b17;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li .nailthumb-container {
    border: 2px solid #fff;
    width: auto !important;
    height: auto !important;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li > .nailthumb-container {
    position: relative;
    padding-top: 120% !important;
}
#Shop div#ShopContent #article-content div#CatContent .outer ul.thumbs li .nailthumb-container img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    object-fit: cover;
    display: block !important;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary .statusArticle {
    background: #f2f2f2;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary h1#Title {
    font-size: 30px;
    margin: 0;
    line-height: 36px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Work Sans';
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary h1#Title span#article-price {
    font-size: 36px;
    color: #8d0b17;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary.request h1#Title span#article-price {
	font-size: 14px;
	line-height: 20px;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary h1#Title span#article-price span.strikePrice {
	color: #b3b3b3;
	font-weight: normal;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary h1#Title span#article-price a {
	background: #8d0b17;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 3px 0 #000;
	border-radius: 3px;
	font-size: 17px;
	line-height: 28px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary h1#Title span#article-price a:hover {
	background: #000;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary .articleShortDesc {
    position: relative;
    margin: 25px 0;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary .articleShortDesc p {
    margin: 0;
    padding: 0;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary #markLogo .nailthumb-container {
    width: auto !important;
    height: auto !important;
}
#Shop div#ShopContent #article-content div#CatContent .articleSummary #markLogo .nailthumb-container .nailthumb-image {
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    max-height: 300px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox {
    padding: 15px 0;
    overflow: visible;
    border-top: 1px solid #e5e5e5;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .optionList {
    margin-top: 10px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .optionList + select.spec {
    border: 1px solid #e5e5e5;
    padding: 2px 5px;
    display: block;
    width: 100%;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .optionList + select.spec option:disabled {
    color: #8d0b17;
    background: #f6f6f6;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox a#resetChoices {
    display: inline-block;
    margin: 10px 0 15px;
    background: #8d0b17;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox a#resetChoices:hover {
    background: #000;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .displayMessageStockShortage {
    font-weight: bold;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .displayMessageStockShortage > div {
    padding: 0 5px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox #optionsChoices .optionsList .optionsListValueGroup_More_Less i {
    margin-right: 5px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice {
    display: flex;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice label {
    display: none;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Decrease,
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Increase {
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: auto;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Decrease {
    border-right: 0;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Increase {
    border-left: 0;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Decrease:hover,
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Increase:hover {
    color: #222;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Decrease::after,
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Increase::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Decrease::after {
    content: '\f068';
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice .Increase::after {
    content: '\f067';
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice input#Qty {
    border: 1px solid #ddd;
    padding: 10px 10px;
    transition: all .4s;
    width: 60px;
    text-align: center;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice input#Qty[disabled] {
    background: #fff;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#qtychoice input#Qty:focus {
    border-color: #222;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#personalizedChoice {
    margin-top: 15px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox p#personalizedChoice input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    transition: all .4s;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox div#OrderBtns a.AddCart:hover {
  background: #000;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox #subArticleSpecErrors {
  color: #999;
  font-style: italic;
  font-size: 12px;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox div#OrderBtns a.AddCart {
  background: #8d0b17;
  color: #fff;
  text-decoration: none;
  box-shadow: 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 800;
  padding: 5px 15px;
  height: auto;
  width: auto;
  text-align: center;
  display: inline-block;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox div#OrderBtns a.AddCart:hover {
  background: #000;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .addthis_toolbox {
    margin: 25px 0;
    padding-top: 25px;
    display: flex;
    gap: 5px;
    border-top: 1px solid #e5e5e5;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .addthis_toolbox {
    display: flex;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .addthis_toolbox:before {
    margin-right: 10px;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox {
  margin: 25px 0 0;
}

#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox .title {
    display: inline-block;
    float: left;
    margin-right: 10px !important;
    font-family: 'Work Sans';
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a:after {
  color: white !important;
  background: #111;
  width: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
  transition: background .5s, color .5s;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a:hover:after {
  background: #8d0b17!important;
  color: white!important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_facebook:after {
  content: '\f09a' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_twitter:after {
  content: '\f099' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_linkedin:after {
  content: '\f0e1' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_google_plusone_share:after {
  content: '\f0d5' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_email:after {
  content: '\f003' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_pinterest_share:after {
  content: '\f231' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_google_plusone:after {
  content: '\f0d5' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a span {
	display: none;
}
#Shop div#ShopContent #relatedArticles,
#Shop div#ShopContent .articleReviews {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a {
    border: 1px solid #e5e5e5;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem:hover > a {
    background: #8d0b17;
    border-color: #8d0b17;
    color: #666;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a .nailthumb-container {
    border: none;
    padding-bottom: 0 !important;
    height: auto !important;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a .nailthumb-container img.nailthumb-image {
    height: 350px !important;
    position: relative !important;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a .nailthumb-title {
    text-transform: uppercase;
    font-size: 17px;
}
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem:hover > a .nailthumb-title {
    color: #666;
}
#Shop div#ShopContent .articleReviews .ReviewBtn {
    background: #8d0b17;
    font-weight: bold;
}
#Shop div#ShopContent #Products form#categoryArticles-pager {
    padding: 0;
    margin: 0 0 15px;
    overflow: visible;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav {
    display: flex;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder {
    float: none;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder select#categoryArticles-displayOrder {
    margin: 0;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder .displayProduct {
    padding: 0;
    float: none;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder .displayProduct a {
    background: #8d0b17;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder .displayProduct a:hover {
    background: #000;
}
#Shop div#ShopContent #Products form#categoryArticles-pager #ProdNav #catalogDisplayOrder .displayProduct a i.fa {
    display: block;
    font-size: 1em;
}
#Shop div#ShopContent #Products #Items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 2%;
}
#Shop div#ShopContent #Products #Items .ProdItem {
    background: #fff;
    float: none;
    margin: 0;
    min-height: 200px;
    display: grid !important;
    grid-template-rows: 1fr auto auto;
	font-family: 'Work Sans';
}
#Shop div#ShopContent #Products #Items .ProdItem:hover {
  /*box-shadow: 0 0 0 5px #8d0b17;*/
}
#Shop div#ShopContent #Products #Items .ProdItem.promo::before {
	content: 'promo';
	position: absolute;
	right: 5px;
	top: 5px;
	background: #8d0b17;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	z-index: 15;
	width: 60px;
	line-height: 60px;
	pointer-events: none;
}
#Shop div#ShopContent #Products #Items .ProdItem > a {
    position: relative;
    color: #666666;
    padding: 0;
    
}
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdNoPhoto {
  /*height: 100%;*/
}
#Shop div#ShopContent #Products #Items .ProdItem > a::after {
  content: none;
}
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdPhoto > img.fixedSize,
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdPhoto > .nailthumb-loading {
	display: none;
}
#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container {
    position: relative;
    width: auto!important;
    height: 100% !important;
    border: none;
    transition: border-color .4s;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a .nailthumb-container {
	border-color: #8d0b17;
}
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
    background-color: #d9d9d9;
	transition: background-color .4s;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
	background-color: #f2f2f2;
}
/*
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdNoPhoto .nailthumb-container::before {
	content: '';
	position: relative;
	padding-bottom: 133.3333%;
	display: block;
	background: #d9d9d9  url(../images/icon-photo.png) no-repeat center;
	background-size: 75%;
	transition: background-color .4s;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a.ProdNoPhoto .nailthumb-container::before {
	background-color: #f2f2f2;
}
*/

#Shop div#ShopContent #article-content #Products #Items .ProdItem>a.ProdNoPhoto .nailthumb-container::before {
    content: '';
    position: relative;
    display: block;
    background: #f2f2f2 url(../images/icon-logo.png) no-repeat center;
    background-size: 210px;
    transition: background-color .4s;
    height: 250px;
  background-blend-mode: multiply;
}

#Shop div#ShopContent  #Products #Items .ProdItem>a .nailthumb-container img.nailthumb-image {
    width: 100%!important;
    height: 250px!important;
    top: 0!important;
    left: 0!important;
    object-fit: scale-down !important;
    transition: all 0.7s;
    opacity: 1!important;
    background: white;
}
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdNoPhoto .nailthumb-container img.nailthumb-image,
#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
    object-fit: scale-down;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a .nailthumb-container img.nailthumb-image {
    opacity: 1;
    transform: scale(1.5);
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
    transform: none;
}
#Shop div#ShopContent #article-content #Products #Items .ProdItem > a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
    display: none!important;
}
#Shop div#ShopContent #article-content #Products #Items .ProdItem>a.ProdNoPhoto .nailthumb-container>div {
    display: none!important;
}
#Shop div#ShopContent #article-content #Products #Items .ProdItem>a.ProdNoPhoto .nailthumb-container img.nailthumb-image {
    display: none!important;
    object-fit: contain!important;
}
#Shop div#ShopContent #article-content #Products #Items .ProdItem>a.ProdNoPhoto .nailthumb-container {
    /*height: 276px!important;*/
    padding-bottom: 0 !important;
}
#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container span.nailthumb-title {
  position: relative;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto!important;
  width: auto!important;
  min-height: 75px;
  padding: 10px;
  margin: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #333333;
      font-family: 'Outfit';
}
#Shop div#ShopContent #Products #Items .ProdItem:hover > a .nailthumb-container span.nailthumb-title {
  background: #ffffff;
  color: #333333;
}
#Shop div#ShopContent #Products #Items .ProdItem .ProdPrice {
  position: relative;
  z-index: 6;
  padding: 0px;
  color: #8d0b17;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  pointer-events: none;
  font-family: 'Work Sans';
}
#Shop div#ShopContent #Products #Items .ProdItem:hover .ProdPrice {
  color: #000;
}
#Shop div#ShopContent #Products #Items .ProdItem .ProdPrice s {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 1em;
}
#Shop div#ShopContent #Products #Items .ProdItem .ordering {
    position: relative;
    z-index: 6;
    left: auto;
    height: auto!important;
    margin: 0!important;
    right: auto;
    bottom: auto;
    padding: 0 0 10px;
}
#Shop div#ShopContent #Products #Items .ProdItem .ordering a {
  background: #fff;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #8d0b17;
  display: inline-block;
  padding: 2px 10px;
  text-align: center;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover .ordering a:hover {
  background: #8d0b17;
  border-color: #8d0b17;
  color: #fff;
}
#Shop div#ShopContent #Products #Items .ProdItem .ordering a::before {
  content: none;
}
#Shop div#ShopContent #Products .pagesHolder a {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent #Products .pagesHolder a:hover,
#Shop div#ShopContent #Products .pagesHolder a.jp-current {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation {
  margin: 0;
  padding: 0;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li {
  float: none;
  display: inline-block;
  padding: 0;
    background: none;
    left: 0;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a,
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a.selected {
  border: none;
  background: none;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a {
  position: relative;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 30px;
  color: #999;
  margin: 0 10px;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li:first-child a {
	margin-left: 0;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #000;
  transition: all .4s;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a.selected::after,
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a:hover::after {
  height: 3px;
}
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a.selected:hover,
#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a:hover {
  background: none;
  border: none;
  color: #333;
}
#Shop div#ShopContent #Products .Tabs div.TabContent {
  border: none;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDescription > *:first-child,
#Shop div#ShopContent #Products .Tabs div.TabContent#Tabextra > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDescription ul,
#Shop div#ShopContent #Products .Tabs div.TabContent#Tabextra ul {
    padding-left: 10px;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDescription ul li,
#Shop div#ShopContent #Products .Tabs div.TabContent#Tabextra ul li {
    list-style: none;
    background: url(../images/bullet.png) no-repeat 0 6px;
    padding-left: 25px;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDescription ul ul li,
#Shop div#ShopContent #Products .Tabs div.TabContent#Tabextra ul ul li {
    background-image: url(../images/bullet.png);
    padding-left: 20px;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDetails fieldset #subArticlesList .ListItem .bundleAddCart,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabRelated .ListItem .bundleAddCart,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabBundle .ListItem .bundleAddCart {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDetails fieldset #subArticlesList .ListItem .bundleAddCart:hover,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabRelated .ListItem .bundleAddCart:hover,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabBundle .ListItem .bundleAddCart:hover {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDetails fieldset .pagesHolder a,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabRelated .pagesHolder a,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabBundle .pagesHolder a {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDetails fieldset .pagesHolder a:hover,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabRelated .pagesHolder a:hover,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabBundle .pagesHolder a:hover,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabDetails fieldset .pagesHolder a.jp-current,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabRelated .pagesHolder a.jp-current,
#Shop div#ShopContent #Products .Tabs div.TabContent#TabBundle .pagesHolder a.jp-current {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent #Checkout a.Checkout,
#Shop div#ShopContent #Checkout a.Send {
    background: #8d0b17;
    color: #fff;
    text-decoration: none;
    box-shadow: 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    font-family: 'Work Sans';
}
#accountRegister ul li {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    border-top: 1px solid #dddcdf;
    padding: 10px 0;
    width: 100%;
}
#accountRegister ul li:first-child {
    border-top: none;
}
#accountRegister ul li:after {
    content: '';
    display: block;
    clear: both;
}
#Shop div#ShopContent div#accountRegister ul li label {
    display: inline-block;
    width: 20%;
    float: left;
    margin: 0;
    line-height: 40px;
}
#Shop div#ShopContent #Products .wishlist-back-btn:hover {
    background: #000;
}
#Shop div#ShopContent div#accountRegister ul li label:not(:first-of-type) {
    padding-left: 10px;
}

#Shop div#ShopContent div#accountRegister ul li input.field,
#Shop div#ShopContent div#accountRegister ul li input.Text,
#Shop div#ShopContent div#accountRegister ul li select,
#Shop div#ShopContent div#accountRegister ul li input.datepicker,
#Shop div#ShopContent div#accountRegister ul li input.timepicker,
#Shop div#ShopContent div#accountRegister ul li input.NomTel {
    height: 40px;
    line-height: 30px;
    margin: 0;
    width: 30% !important;
    float: left;
}

#Shop div#ShopContent #Checkout ol li.Border table h4 {
    font-size: 24px;
    font-family: 'Work Sans';
    letter-spacing: 0;
    font-weight: 700;
}

#Shop div#ShopContent #Checkout ol.Checkout-steps > li{
	    background: rgba(0, 0, 0, 0.08);
}
#Shop div#ShopContent #Checkout ol.Checkout-steps > li.Active {
    background: #8d0b17;
    color: #fff;
}
#Shop div#ShopContent #Checkout ol.Checkout-steps > li.Active::after {
    border-color: transparent transparent transparent #8d0b17;
}
#Shop div#ShopContent #Checkout ol.Checkout-steps > li.Active::before {
    border-color: #8d0b17 #8d0b17 #8d0b17 transparent;
}
#Shop div#ShopContent #Checkout ol li.Border div[id^="checkout"] > form > ul > li{
		border-top-color:#8d0b17;
    background: none;
    margin: 0;
}
#Shop div#ShopContent #Checkout a.Checkout:hover,
#Shop div#ShopContent #Checkout a.Send:hover {
  color: #ffffff;
  background: #000;
}
#Shop div#ShopContent #Checkout ol li.Border {
  border: none;
  margin-bottom: 5px;
}
#Shop div#ShopContent #Checkout ol li.Border small {
  margin: 0;
  font-size: 85%;
}
#Shop div#ShopContent #Checkout ol li.Border h4.StepTitle {
  padding: 10px 15px;
  background: #f2f2f2;
}
#Shop div#ShopContent #Checkout ol li.Border h4.StepTitle a {
  margin: -10px -15px;
  padding: 10px 15px;
}
#Shop div#ShopContent #Checkout ol li.Border h4.StepTitle.Active {
  background: #000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
#Shop div#ShopContent #Checkout ol li.Border h4.StepTitle a {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent #Checkout ol li.Border h4.StepTitle a:hover {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent #Checkout ol li.Border div[id^="checkout"] > form > ul > li {
  position: relative;
  padding: 10px 0;
}
#Shop div#ShopContent #Checkout ol li.Border div[id^="checkout"] > form > ul > li::after {
  content: '';
  display: block;
  clear: both;
}
#Shop div#ShopContent #Checkout ol li.Border #checkout-user-login div {
	width: auto;
	padding-right: 15px;
}
#Shop div#ShopContent #Checkout ol li.Border #checkout-user-login div label {
	width: 35%;
	padding-left: 0px;
}
#Shop div#ShopContent #Checkout ol li.Border #checkout-user-login div input.field {
	width: 65%;
	margin-bottom: 5px;
}
#Shop div#ShopContent #Checkout ol li.Border label {
  width: 20%;
  min-width: 0;
  float: left;
  margin: 0;
  line-height: 40px;
}
#Shop div#ShopContent #Checkout ol li.Border label:not(:first-of-type) {
  padding-left: 10px;
}
#Shop div#ShopContent #Checkout ol li.Border label span.required {
  color: #c00;
}
#Shop div#ShopContent #Checkout ol li.Border input.field,
#Shop div#ShopContent #Checkout ol li.Border input.Text,
#Shop div#ShopContent #Checkout ol li.Border select,
#Shop div#ShopContent #Checkout ol li.Border input.datepicker,
#Shop div#ShopContent #Checkout ol li.Border input.timepicker,
#Shop div#ShopContent #Checkout ol li.Border input.NomTel {
  background: #ffffff;
  border: 1px solid #8d0b17;
  height: 40px;
  width: 30%;
  float: left;
  margin: 0;
  clear: none;
  font-weight: normal;
}
#Shop div#ShopContent #Checkout ol li.Border select#countryKey,
#Shop div#ShopContent #Checkout ol li.Border input.datepicker,
#Shop div#ShopContent #Checkout ol li.Border input.timepicker {
  width: auto;
}
#Shop div#ShopContent #Checkout ol li.Border input.timepicker {
  margin-left: 5px;
}
#Shop div#ShopContent #Checkout ol li.Border select#checkoutAddress {
  width: auto;
  float: none;
}
#Shop div#ShopContent #Checkout ol li.Border input.field:focus,
#Shop div#ShopContent #Checkout ol li.Border input.Text:focus,
#Shop div#ShopContent #Checkout ol li.Border select:focus,
#Shop div#ShopContent #Checkout ol li.Border input.datepicker:focus,
#Shop div#ShopContent #Checkout ol li.Border input.timepicker:focus,
#Shop div#ShopContent #Checkout ol li.Border input.NomTel:focus {
  border-color: #4a4a4a;
}
#Shop div#ShopContent #Checkout ol table#checkoutAddress thead th,
#Shop div#ShopContent #Checkout ol table#checkoutShippingMethod th,
#Shop div#ShopContent #Checkout ol table#checkoutBillingMethod th,
#Shop div#ShopContent #Checkout ol table#checkoutDetail tbody th {
	background: #f2f2f2;
	color: #4e4e4e;
}
#Shop div#ShopContent #Checkout ol table#checkoutAddress thead .Border,
#Shop div#ShopContent #Checkout ol table#checkoutDetail thead tr {
	border: none;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail thead th {
	background: #8d0b17;
	color: #fff;
	border: none;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine span.catalogPromoEnterYourCode {
	font-weight: bold;
	display: block;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine span.catalogPromoEnterYourCode + br {
	display: none;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine input.catalogPromoInputCodePromo {
	border: 1px solid #8d0b17;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 5px 10px;
	outline: none !important;
	background: #fff;
	height: 35px;
	margin: 0px 10px 0px 0px;
	float: left;
	transition: all .4s;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine input.catalogPromoInputCodePromo:focus{
	border-color: #4e4e4e;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine .couponSubmit {
	margin: 0;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine .couponSubmit input#buttonCouponSubmit {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	outline: none !important;
	background: #8d0b17;
	border: 0;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	transition: all .4s;
	z-index: 5;
	cursor: pointer;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine .couponSubmit input#buttonCouponSubmit:hover {
	background: #000;
	color: #fff;
}
#Shop div#ShopContent #Checkout ol table#checkoutDetail .couponLine .messageCoupon {
	clear: both;
}
#Shop div#ShopContent #Checkout ol form#checkoutConfirmForm textarea#orderComment {
	border-color: #8d0b17;
}
#Shop div#ShopContent #Checkout ol form#checkoutConfirmForm textarea#orderComment:focus {
	border-color: #4e4e4e;
}
#Shop div#ShopContent #Checkout ol form#checkoutConfirmForm label.livrtxtmess {
	background: #8d0b17;
	color: #fff;
}
#Shop div#ShopContent div#accountRegister ul li input.field,
#Shop div#ShopContent div#accountRegister ul li input.Text,
#Shop div#ShopContent div#accountRegister ul li select,
#Shop div#ShopContent div#accountRegister ul li input.datepicker,
#Shop div#ShopContent div#accountRegister ul li input.timepicker,
#Shop div#ShopContent div#accountRegister ul li input.NomTel {
  background: #ffffff;
  border: 1px solid #8d0b17;
}
#Shop div#ShopContent div#accountRegister ul li input.field:focus,
#Shop div#ShopContent div#accountRegister ul li input.Text:focus,
#Shop div#ShopContent div#accountRegister ul li select:focus,
#Shop div#ShopContent div#accountRegister ul li input.datepicker:focus,
#Shop div#ShopContent div#accountRegister ul li input.timepicker:focus,
#Shop div#ShopContent div#accountRegister ul li input.NomTel:focus {
  border-color: #4e4e4e;
}
#Shop div#ShopContent div#accountRegister a.send {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent div#accountRegister a.send:hover {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent div#accountContent a#Print,
#Shop div#ShopContent div#ProdContent a#Print,
#Shop div#ShopContent div#accountContent a#PDF,
#Shop div#ShopContent div#ProdContent a#PDF {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent div#accountContent a#Print:hover,
#Shop div#ShopContent div#ProdContent a#Print:hover,
#Shop div#ShopContent div#accountContent a#PDF:hover,
#Shop div#ShopContent div#ProdContent a#PDF:hover {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent div#accountContent ul#edit-adress li input,
#Shop div#ShopContent div#ProdContent ul#edit-adress li input,
#Shop div#ShopContent div#accountContent ul#edit-adress li select,
#Shop div#ShopContent div#ProdContent ul#edit-adress li select {
  border: 1px solid #dddcdf;
  background: #ffffff;
}
#Shop div#ShopContent div#accountContent ul#edit-adress li input:focus,
#Shop div#ShopContent div#ProdContent ul#edit-adress li input:focus,
#Shop div#ShopContent div#accountContent ul#edit-adress li select:focus,
#Shop div#ShopContent div#ProdContent ul#edit-adress li select:focus {
  border-color: #c4c1c7;
}
#Shop div#ShopContent div#accountContent a.btn,
#Shop div#ShopContent div#ProdContent a.btn {
  background: #8d0b17;
  color: #ffffff;
}
#Shop div#ShopContent div#accountContent a.btn:hover,
#Shop div#ShopContent div#ProdContent a.btn:hover {
  background: #000;
  color: #ffffff;
}
#Shop div#ShopContent #ProdContent .Tabs ul.tabNavigation li a:hover {
  background: #8d0b17;
  color: #ffffff;
  border-color: #8d0b17;
}
#Shop div#ShopContent #ProdContent .Tabs div.TabContent input {
  border: 1px solid #dddcdf;
  background: #ffffff;
}
#Shop div#ShopContent #ProdContent .Tabs div.TabContent input:focus {
  border-color: #c4c1c7;
}

.ui-widget .addSubToCart {
  background: #8d0b17;
  color: #ffffff;
}
.ui-widget .addSubToCart:hover {
  background: #000;
  color: #ffffff;
}
.ui-autocomplete {
  position: absolute !important;
  background: #fff !important;
  box-shadow: 0 3px 5px rgba(0,0,0,.25);
}
.ui-autocomplete li a {
  color: #8d0b17!important;
  font-size: 14px!important;
  font-weight: bold!important;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a#ui-active-menuitem {
  background: #000;
  color: #fff!important;
  font-weight: bold!important;
}

.dialog-product-popup .dialog-product-added-content #modal-right-side {
    background: #fff;
}
.dialog-product-popup #modal-footer a[class*="dialog-product-added-btn"] {
    padding: 5px 15px;
    line-height: 30px;
}
.dialog-product-popup #modal-footer a.dialog-product-added-btn-continue {
    background: #000;
    color: #fff;
}
.dialog-product-popup #modal-footer a.dialog-product-added-btn-checkout {
    background: #8d0b17;
    color: #fff;
    font-weight: bold;
}
#Shop div#ShopContent #article-content nav.prev-next {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
#Shop div#ShopContent #article-content nav.prev-next .btnAnt {
    float: left;
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext {
    float: right;
    margin-left: 10px;
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext span, #Shop div#ShopContent #article-content nav.prev-next .btnAnt span {
    display: none;
}
#Shop div#ShopContent #article-content nav.prev-next .btnAnt:after, #Shop div#ShopContent #article-content nav.prev-next .btnNext::after {
    color: #fff;
}
#Shop div#ShopContent #article-content nav.prev-next .btnAnt:after {
    content: '\f104';
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext:after {
    content: '\f105';
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext:after, #Shop div#ShopContent #article-content nav.prev-next .btnAnt:after {
    font-family: 'FontAwesome';
    font-size: 27px;
    line-height: 50px;
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext, #Shop div#ShopContent #article-content nav.prev-next .btnAnt {
    display: inline-block;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;
    border-radius: 50px;
    color: #fff;
    background: #8d0b17;
    padding: 12px 40px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0;
    line-height: 1em;
    padding: 0 15px;
    text-decoration: none;
    height: 50px;
    opacity: .6;
}
.dialog-product-popup #modal-footer a.dialog-product-added-btn-continue:hover,
.dialog-product-popup #modal-footer a.dialog-product-added-btn-checkout:hover {
    background: #000;
}
#Shop div#ShopContent #article-content nav.prev-next .btnNext:hover, #Shop div#ShopContent #article-content nav.prev-next .btnAnt:hover {
    opacity: 1;
    padding: 0 30px;
    color: #fff;
    background: #8d0b17;
}
#Shop div#ShopContent #article-content nav.prev-next .btnAnt:after , #Shop div#ShopContent #article-content nav.prev-next .btnNext::after {
    color: white;
}
#Shop div#ShopContent #article-content #Products .Tabs div.TabContent {
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.05);
    margin: 0;
    padding: 15px 20px 10px;
    clear: both;
}
#Shop div#ShopContent #article-content #Products .Tabs ul.tabNavigation li a {
    background: #111;
    border: 1px solid #111;
    border-bottom-color: #111;
    color: #fff;
    padding: 10px 20px 8px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .4s,font-size 0s;
    -o-transition: all .4s,font-size 0s;
    transition: all .4s,font-size 0s;
    position: relative;
}
#Shop div#ShopContent #article-content #Products .Tabs ul.tabNavigation li a:hover {
    background: #8d0b17;
    border-color: #fff;
    color: #fff;
}
#Shop div#ShopContent #article-content #Products .Tabs ul.tabNavigation li a.selected, #Shop div#ShopContent #article-content #Products .Tabs ul.tabNavigation li a.selected:hover {
    color: #fff;
    background: #8d0b17;
    border-color: #fff;
    border-bottom-color: #fff;
}
@media (max-width: 1024px) {
}
@media (max-width: 1199px) {
#Shop div#ShopContent {
    max-width: 680px;
}
	#Shop #mobile-sidebar {
		display: block;
	}
  #Shop div#ShopContent #Products #Items {
    grid-template-columns: repeat(2, 1fr);
}
  #Shop div#ShopContent #article-content #CatSubCats li {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}
  #Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery a.medPhotoLink .nailthumb-container img.medPhoto, #Shop div#ShopContent #article-content div#CatContent.nophotos .outer ul.Gallery .medPhotoLink .nailthumb-container img.medPhoto {
 
      height: auto !important;
  }
  #Shop div#ShopContent #Products .Tabs ul.tabNavigation li {
	float: left !important;
}
}
@media (max-width: 991px) {
    #Shop div#Sidebar,
    #Shop div#Sidebar.active {
        left: auto;
    }
    #Shop div#Sidebar {
        position: relative;
        min-height: 0;
    }
    #Shop div#Sidebar.active {
        display: block;
    }

#Shop div#ShopContent {
    max-width: 100%;
    width: 100%;
    float: none;
}
  #Shop #mobile-sidebar {
    display: inline-block !important;
    background: black;
    padding: 10px 20px;
}
    #Shop #mobile-sidebar:hover {
      background: #8d0b17;
  }
#Shop div#Sidebar {
    float: none;
    width: 100%;
    position: absolute !important;
    min-height: 100%;
    background:#eee !important;
    padding: 10px;
    top: 0;
    left: -180%;
    z-index: 8;
    -webkit-transition: all .8s;
    transition: all .8s;
}
  #Shop div#Sidebar.active {
    left: 0;
}
  #Shop #mobile-sidebar a i.fas:first-child {
    display: none;
}
}
@media (max-width: 767px) {
	#mm-Sidebar.mm-menu.mm-offcanvas.mm-current.hide {
		display: block!important;
	}

    #Shop div#ShopContent #Products #Items .ProdItem .ordering {
        padding: 0;
    }

    #Shop div#ShopContent #article-content #CatSubCats a[class^="level"] {
        background-size: 100%;
    }
    #Shop div#ShopContent #article-content #CatSubCats a[class^="level"] .subCatTitle {
        font-size: 20px;
        top: 55%;
    }
	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li {
		padding: 0;
	}
	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a {
		font-size: 16px;
		margin: 0;
	}
	#Shop div#ShopContent div#accountRegister ul li label {
    width: 100%;
	}
	#Shop div#ShopContent div#accountRegister ul li input.field, #Shop div#ShopContent div#accountRegister ul li input.Text, #Shop div#ShopContent div#accountRegister ul li select, #Shop div#ShopContent div#accountRegister ul li input.datepicker, #Shop div#ShopContent div#accountRegister ul li input.timepicker, #Shop div#ShopContent div#accountRegister ul li input.NomTel {
    width: 100% !important;
	}
	#Shop div#ShopContent div#accountRegister ul li label:not(:first-of-type) {
    padding-left: 0;
}
  #Shop div#Head #catalog_cart_mini {
    background: #e6e6e6!important;
    color: #000!important;
}
  #Shop div#ShopContent #Products .Tabs ul.tabNavigation li {
	float: none !important;
}
}
@media (max-width: 480px) {
	#Shop #Breadcrumbs a.account {
		float: none;
		margin: 0 10px 0 0;
	}
	#Shop div#ShopContent #Products #Items {
	    grid-template-columns: repeat(1, 1fr);
	}

	.webshopArticleTemplate #Shop div#ShopContent #article-content div#CatContent {
	    grid-template-columns: 1fr;
	    grid-gap: 15px;
	}
	#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext,
	#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt {
		width: 30px;
		height: 55px;
		line-height: 55px;
	}
	#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnNext:hover,
	#Shop div#ShopContent #article-content div#CatContent nav.prev-next .btnAnt:hover {
		width: 40px;
	}
	#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container img.nailthumb-image,
	#Shop div#ShopContent #Products #relatedArticles #Items .ProdItem > a .nailthumb-container img.nailthumb-image {
	    height: 250px!important;
	}
	#Shop div#ShopContent #Checkout ol li.Border label {
		width: 35%;
	}
	#Shop div#ShopContent #Checkout ol li.Border label:not(:first-of-type) {
		padding-left: 0;
	}
	#Shop div#ShopContent #Checkout ol li.Border input.field,
	#Shop div#ShopContent #Checkout ol li.Border input.Text,
	#Shop div#ShopContent #Checkout ol li.Border select,
	#Shop div#ShopContent #Checkout ol li.Border input.datepicker,
	#Shop div#ShopContent #Checkout ol li.Border input.timepicker,
	#Shop div#ShopContent #Checkout ol li.Border input.NomTel {
		width: 65%;
		margin-bottom: 5px;
	}
	#Shop div#ShopContent #Checkout ol li.Border select#countryKey {
		width: 65%;
	}
}
@media (max-width: 480px) {
	#Shop div#ShopContent #article-content #CatSubCats li {
		width: 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	#Shop div#ShopContent #article-content #CatSubCats a[class^="level"] .subCatTitle {
		font-size: 17px;
	}
	#Shop div#ShopContent #Products #Items .ProdItem {
		-webkit-flex: 0 0 47%;

		flex: 0 0 47%;
		background: #fff;
		float: none;
		margin: 10px 1.5%;
	}
    #Shop div#ShopContent #article-content div#CatContent .outer ul.Gallery .nailthumb-container {
        height: 300px!important;
    }
	#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container span.nailthumb-title {
		font-size: 14px;
		background: rgba(255,255,255,.7);
		/*padding: 5px 7px 50px;*/
	}
	#Shop div#ShopContent #Products #Items .ProdItem.promo > a .nailthumb-container span.nailthumb-title {
		/*padding-bottom: 70px;*/
	}
	#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container span.nailthumb-title::after {
	}
	#Shop div#ShopContent #Products #Items .ProdItem .ProdPrice {
	}
	#Shop div#ShopContent #Products #Items .ProdItem .ordering {
		width: auto;
		padding: 0;
	}

	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li {
		display: block;
		padding: 0;
	}
	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a.selected,
	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a.selected:hover {
		background: #8d0b17;
		color: #ffffff;
		border-color: #8d0b17;
	}
	#Shop div#ShopContent #Products .Tabs ul.tabNavigation li a:hover {
		background: #000;
		border-color: #000;
	}
	#Shop div#ShopContent #Checkout ol li.Border div[id^="checkout"] > form > ul > li {
		border: none;
		padding: 0;
	}
	#Shop div#ShopContent #Checkout ol li.Border #checkout-user-login div label,
	#Shop div#ShopContent #Checkout ol li.Border #checkout-user-login div input.field {
		width: 100%;
	}
	#Shop div#ShopContent #Checkout ol li.Border label {
		width: 100%;
		line-height: normal;
		padding: 5px 0;
	}
	#Shop div#ShopContent #Checkout ol li.Border input.field,
	#Shop div#ShopContent #Checkout ol li.Border input.Text,
	#Shop div#ShopContent #Checkout ol li.Border select,
	#Shop div#ShopContent #Checkout ol li.Border input.datepicker,
	#Shop div#ShopContent #Checkout ol li.Border input.timepicker,
	#Shop div#ShopContent #Checkout ol li.Border input.NomTel,
	#Shop div#ShopContent #Checkout ol li.Border select#countryKey {
		width: 100%;
	}
	#Shop div#ShopContent #Checkout ol li.Border input[type="radio"],
	#Shop div#ShopContent #Checkout ol li.Border input[type="checkbox"] {
		margin-bottom: 20px;
	}

}
