/**
 * @file  products.css
 *
 * Styles for all templates of Products module
 *
 * @author DiHalt@tut.by
 *
 */

/* ------------------- products_hierarchy_breadcrumb.tpl ------------------- */
/*---------------------------------------------------------------------------*/
.breadcrumb {
  display: inline-flex;
  flex-flow: row wrap;
  list-style: none;
}

.breadcrumb__item {
  padding: 0;
  margin: 0;
}
#main ul .breadcrumb__item {
  margin: 0;
}

.breadcrumb__item:nth-last-child(n+2)::after {
    content: '>';
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

 /* products_hierarchy_list_siblings.tpl */
/*--------------------------------------*/

.products-hierarchy-current-parent {
  text-align:center;
  border:0px solid #ffdf53;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background: #eadcab;/*#fef8e1;*/
  padding: 5px 0px 0px;
  margin: 2.3em auto 1.5em;
}

a.products-hierarchy-current-item {
  font-size: 13px;
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 5px 1px;
  margin: 0 5px 5px;
  width: 99px;
  height: 105px;
  overflow: hidden;
/*  background: #ffeebc;*/
  border: 1px solid #daa832; /* #ffd356;*/
}

a.products-hierarchy-current-item:hover {
  text-decoration: underline;
  background: #fef1b8;
}

.products-hierarchy-current-item-image {
  background: #fffaea;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
  width: 91px;
}

.products-hierarchy-current-item-name {
  height: 30px;
  display: block;
  line-height: 15px;
  overflow: hidden;
  padding:3px 0 0;
}

 /* products_hierarchy_list_children.tpl */
/*--------------------------------------*/

div#main ul.products-hierarchy-children-items {
  display: inline-block;
  margin: 0em 0 1em;
}

div#main ul li.products-hierarchy-children-item {
  display: block;
  float: left;
  padding: 0px;
  margin: 10px 5px 10px 6px;
  width: 126px;
  overflow: hidden;
  text-align: center;
  border:1px solid #daa832;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

li.products-hierarchy-children-item a {
  display:block;
  padding: 3px;
  height: 195px
  overflow: hidden;
  text-decoration: none;
}

li.products-hierarchy-children-item a:hover {
  background: #eee1ba;
}

.products-hierarchy-children-item-image {
  background: #fffafa;
  width:120px;
  height:120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.products-hierarchy-children-item-name {
  font-family: Tahoma, Verdana, Helvetica;/* Helvetica,Arial,sans-serif; :: 14px*/
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  padding: 0;
  display: block;
  line-height: 20px;
  overflow: hidden;
}

li.products-hierarchy-children-item a:hover .products-hierarchy-children-item-name {
  text-decoration: underline;
}

.products-hierarchy-description {
  padding: 0.7em 1em;
  background: rgba(0, 0, 0, 0.1);
  border:0px solid #daa832;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

 /* products_summary_default.tpl */
/*------------------------------*/

.hierarchy-summary-page {
  padding: 0 0 15px;
  display: block;
  overflow: hidden;
/*  background: #FFFBF0;*/
  border: 0px solid #FCECBC;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin: 10px auto 10px;
}

.ProductDirectoryItem {
  display: block;
  float: left;
  padding: 0px;
  margin: 0;
  width: 33%;
  overflow: hidden;
  text-align: center;
  height: auto;
}

a.product-summary-item {
  border: 1px solid #daa832;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  display: block;
  margin: 15px 7px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

a.product-summary-item:hover {
  background: #eee1ba;
}
.product-summary-item:hover img {
  transform: scale(1.2);
}

.product-summary-image {
  background: #fffafa;
  margin: 0 auto;
  overflow: hidden;
}
.product-summary-image img {
  height: auto;
  width: 100%;
  transition: all 250ms ease;
}


.product-summary-name,
#content h4.product-summary-name {
  display: block;
  font-family: Tahoma, Verdana, Helvetica;/* Helvetica,Arial,sans-serif; :: 14px*/
  font-size: 14px;
  font-weight: bold;
  height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 5px;
}

a.product-summary-item:hover .product-summary-name {
  text-decoration: underline;
}

.product-summary-price {
  font-size: 28px;
  font-weight: bold;
  display: block;
  height: 50px;
  line-height: 1.77;
  background: #ffd98b;
  color: #933;
}

a.product-summary-item:hover .product-summary-price {
  /*display: block;*/
  /*background: rgba( 0, 0, 0, 0.1);*/
  background: #E5C37D;
}

 /* products_details_default.tpl */
/*------------------------------*/

.product-detail-page {
  padding: 1em 1em;
  display: block;
  background: rgba(0, 0, 0, 0.05);
/*  background: #FFFBF0;*/
  border: 0px solid #FCECBC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px auto 10px;
}

div#content h1#product_name {
  font-size: 1.7em;
  margin: 0.5em 0.3em 1em;
/*  line-height: 2em;*/
  text-align: center;
}

.products-detail-head {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}

div.products-detail-image {
  /*float: left;*/
  padding: 5px 15px 10px;
}

div.products-detail-image div {
  overflow: hidden;
  background: #fffafa;
  width:250px;
  height:250px;
  margin: 0;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.products-detail-fields {
  float:none;
  overflow: hidden;
  padding: 0 0;
  margin: 0;
  min-height: 220px;
}

div.product-detail-price {
  background: #f0cf95;
  color: #933;
  float: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  /*margin-left: 50%;*/
  margin: 0;
  overflow: hidden;
  text-align: center;
  /*width: 50%;*/
}

div.product-detail-price span {
  /*display: block;*/
  /*height: 30px;*/
  /*line-height: 32px;*/
}

table.products-detail-fields-table {
  width: 90%;
/*  border: 2px solid #fcecbc;*/
  padding: 0px 0 7px;
  margin: 0 auto;
  border-spacing: 0;
  font-size: 13px;
  font-family: Helvetica,Arial,sans-serif;
}

table.products-detail-fields-table caption {
  border-bottom: 1px solid #da9938;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
/*  background: #FFF7EC;*/
/*  background: rgba(255, 255, 255, 0.1);*/
}

table.products-detail-fields-table th,
table.products-detail-fields-table td {
  border-bottom: 1px dotted #daa832; /* #FFB771;*/
  padding: 0;
  vertical-align: bottom;
  height: 25px;
}

table.products-detail-fields-table th {
  text-align: left;
}

table.products-detail-fields-table td {
  min-width: 126px;
  text-align: right;
}

td.products-detail-field-properties-1 {
  background: url("/uploads/images/colors.png") top right no-repeat;
}

td.products-detail-field-properties-2 {
  background: url("/uploads/images/colors.png") bottom right no-repeat;
}

table.products-detail-fields-table tr:hover {
  background: rgba(255, 255, 255, 0.2);
}


/*------------------------------ Cart2 styles -------------------------------*/
.link--order {}


/* Stylesheet: Products Modified On 2019-11-05 05:01:05 */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen and mark and Nuno */
/* The wrapper determines the width of the menu elements */
.menuwrapper {
/* just smaller than it's containing div */
/*	width: 95%;*/
	margin-left: 0px;
/* room at bottom */
	margin-bottom: 10px;
}
/* Unless you know what you do, do not touch this */
#primary-nav-hierarchy, #primary-nav-hierarchy ul {
/* remove any default bullets */
	list-style: none;
	margin: 0px;
	padding: 0px;
/* make sure it fills out */
	width: 100%;
/* just a little bump */
	margin-left: 1px;
}
#primary-nav-hierarchy ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute; background:  url(https://ledluxe.by/uploads/ngrey/bg3.png);
/* just a little bump down for second level ul */
	top: 0px;
border-top:1px solid #000;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* keeps it hidden till hover event */
	display: none;
}
#primary-nav-hierarchy ul ul {
/* no bump down for third level ul */
	top: 0px; 
}
#primary-nav-hierarchy li {
position: relative;
outline: none;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 0px 0px;
border:0px;
  -webkit-border-radius: 5px;
          border-radius: 5px; 
  -webkit-background-clip: padding-box; background-clip: padding-box;

/* you can set your own image here 
	background: url(https://ledluxe.by/uploads/ngrey/liup.gif) no-repeat right bottom;*/
}
#primary-nav-hierarchy li li {
/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */
	width: 250px;
	padding: 0px;
/* removes first level li image */
	

}
/* Styling the basic apperance of the menu "a" elements */

ul#primary-nav-hierarchy li a {
/* font-weight:bold;*/
outline: none;
font-weight: bold;
/* specific font size, this could be larger or smaller than default font size */
text-transform:lowercase;
font-size:13px;
font-family: Tahoma,Helvetica,Arial,sans-serif;;
-webkit-border-radius: 5px;
          border-radius: 5px; 
  -webkit-background-clip: padding-box; background-clip: padding-box;
/* set default link colors */
	color: #000;
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 8px 8px 8px 5px;
/* makes it hold a shape */
	display: block;
/* removes underline from default link setting */
	text-decoration: none;

}
ul#primary-nav-hierarchy a span {
/* makes it hold a shape */
	display: block;
/* pushes text to right */
/*	padding-left: 1.2em;*/
  padding-left: 18px;

}
ul#primary-nav-hierarchy li a:hover {
/* stops image flicker in some browsers */
	background: url(https://ledluxe.by/uploads/ngrey/bg3.png);
/* changes text color on hover */
	color: #fff;
-moz-box-shadow:0px 2px 9px 3px #807c7c;
-webkit-box-shadow:0px 2px 9px 3px #807c7c;
box-shadow:0px 2px 9px 3px #807c7c;

/*padding:8px;*/
border:0px;
background:;
border:0px solid #bbbbbb;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
ul#primary-nav-hierarchy li li a:hover {
/* you can set your own image here, second level "a" */
	background:  url(https://ledluxe.by/uploads/ngrey/bg3.png) repeat-x left center;
-moz-box-shadow:5px 2px 10px 3px #c4c4c4;
-webkit-box-shadow:5px 2px 10px 3px #c4c4c4;
box-shadow:5px 2px 10px 3px #c4c4c4;
/* contrast color to image behind it */
	color: #FFF;
}
#primary-nav-hierarchy li a.menuactive {
/* black and bold to set it off from non active */
/*	color: #000;*/
	font-weight: bold;
	background:  url(https://ledluxe.by/uploads/ngrey/bg4.png) repeat-x left center;
}
#primary-nav-hierarchy li li a.menuactive {
/* contrast color to image behind it, set below */
	color: #FFF;
/* not bold as text color and image behind it set it off from non active */
	font-weight: normal;
/*	background:  url(https://ledluxe.by/uploads/ngrey/bg4.png) repeat-x left center;*/
}
ul#primary-nav-hierarchy li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* relative to it's container */
	position: relative;
/* more padding to left than default */
	/*padding: 6px 3px 6px 15px;*/
	font-weight: normal;
/* darker than first level "a" */
	color: #fff;  
/* removes any borders that may have been set in first level */

/* removes image set in first level "a" */
	
}
ul#primary-nav-hierarchy li ul {
/* very lite grey color, by now you should know what the rest mean */
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
-moz-box-shadow:0px 2px 9px 3px #807c7c;
-webkit-box-shadow:0px 2px 9px 3px #807c7c;
box-shadow:0px 2px 9px 3px #807c7c;

border:0px;
padding:7px;

border:0px solid #bbbbbb;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
	/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
/* Fixes IE7 bug */
#primary-nav-hierarchy li, #primary-nav-hierarchy li.menuparent {
	min-height: 1em;
}
/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */
#primary-nav-hierarchy ul a.menuactive,
#primary-nav-hierarchy .menuactive.menuparenth a.menuactive {
/* set your image here, dark grey image with white text set above*/
	background:  url(https://ledluxe.by/uploads/ngrey/darknav.png) repeat-x left center;
}

#primary-nav-hierarchy li.menuparent span,
#primary-nav-hierarchy li.parent span {
  padding-left: 18px;
	background: url(https://ledluxe.by/uploads/ngrey/active.png) no-repeat left center;
}
#primary-nav-hierarchy li.menuparent span {
/* padding on left for image */
/*	padding-left: 1.2em;*/
/* down arrow to note it has children, left side of text */
/*	background: url(https://ledluxe.by/uploads/ngrey/active.png) no-repeat left center;*/
}
#primary-nav-hierarchy li.menuparent li.parent span,
#primary-nav-hierarchy li.menuparent li.menuparent span,
#primary-nav-hierarchy li.menuparent:hover li.parent span,
#primary-nav-hierarchy li.menuparent:hover li.menuparent span {
/* remove left padding as image is on right side of text */
	padding-left: 0;
/* right arrow to note it has children, right side of text */
	background: url(https://ledluxe.by/uploads/ngrey/parent.png) no-repeat right center;
}
#primary-nav-hierarchy li.menuparent li span,
#primary-nav-hierarchy li.menuparent:hover li span,
#primary-nav-hierarchy li.menuparent li.parent li span,
#primary-nav-hierarchy li.menuparent li.menuparent li span,
#primary-nav-hierarchy li.menuparent:hover li.parent li span,
#primary-nav-hierarchy li.menuparent:hover li.menuparent li span {
  background:none;
}


#primary-nav-hierarchy li.menuparenth li.menuparent span,
#primary-nav-hierarchy li.menuparenth li.menuparenth span {
/* same as above but this is for IE6, gif image as it can't handle transparent png */
	padding-left: 0;
/*	background: url(https://ledluxe.by/uploads/ngrey/parent.gif) no-repeat right center;*/
}
#primary-nav-hierarchy li.menuparenth span,
#primary-nav-hierarchy li.menuparent:hover span,
#primary-nav-hierarchy li.menuparent.menuactive span,
#primary-nav-hierarchy li.menuparent.menuactiveh span, {
/* right arrow to note hover */
	background: url(https://ledluxe.by/uploads/ngrey/parent.png) no-repeat left center;
}


#primary-nav-hierarchy li.menuactive li span,
#primary-nav-hierarchy li.menuactive:hover li span,
#primary-nav-hierarchy li li span,
#primary-nav-hierarchy li.menuparent li span,
#primary-nav-hierarchy li.menuparent:hover li span,
#primary-nav-hierarchy li.menuparenth li span,
#primary-nav-hierarchy li.menuparenth li.menuparenth li span,
#primary-nav-hierarchy li.menuparent li.menuparent li span,
#primary-nav-hierarchy li.menuparent li.menuparent:hover li span  {
/* removes any images set above unless it's a parent or active parent */
	background:  none;
/* removes padding that is used for arrows */
	padding-left: 0px;
}
/* IE6 flicker fix */
#primary-nav-hierarchy li.menuh,
#primary-nav-hierarchy li.mnuparenth,
#primary-nav-hierarchy li.mnuactiveh {
	background: url(https://ledluxe.by/uploads/ngrey/libk.gif) no-repeat right top;
	color: #899092;
}
#primary-nav-hierarchy li:hover li a {
/* removes any images set above unless it's a parent or active parent */
/*	background:  none;*/
/*	color: #fff;*/
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav-hierarchy li:hover ul ul ul,
#primary-nav-hierarchy li.menuparenth ul ul ul,
*/
#primary-nav-hierarchy ul,
#primary-nav-hierarchy li:hover ul,
#primary-nav-hierarchy li.hover ul,
#primary-nav-hierarchy li:hover ul ul,
#primary-nav-hierarchy li.hover ul ul,
#primary-nav-hierarchy li.menuparenth ul,
#primary-nav-hierarchy li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav-hierarchy ul ul ul li:hover ul,
#primary-nav-hierarchy ul ul ul li.menuparenth ul,
*/
#primary-nav-hierarchy li:hover ul,
#primary-nav-hierarchy li.hover ul,
#primary-nav-hierarchy ul li:hover ul,
#primary-nav-hierarchy ul li.hover ul,
#primary-nav-hierarchy ul ul li:hover ul,
#primary-nav-hierarchy ul ul li.hover ul,
#primary-nav-hierarchy li.menuparenth ul,
#primary-nav-hierarchy ul li.menuparenth ul,
#primary-nav-hierarchy ul ul li.menuparenth ul {
	display: block;
}
/* IE Hack, will cause the css to not validate */
#primary-nav-hierarchy li,
#primary-nav-hierarchy li.menuparenth {
	_float: left;
	_height: 1%;
}
#primary-nav-hierarchy li a {
	_height: 1%;
}
/* BIG NOTE: I didn't do anything to these 2, never tested */
#primary-nav-hierarchy li.sectionheader {
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0.5em;
	background-color: #fff;
	margin: 0;
	width: 100%;
}
/* separator */
#primary-nav-hierarchy li hr.separator {
	display: block;
	height: 0.5em;
	color: #abb0b6;
	background-color: #abb0b6;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
} 
/* Stylesheet: Products: CSSMenu Vertical Modified On 2019-10-18 03:32:43 */
