
.Navtools{
	font-size:0;
	position: relative;
	z-index: 2;
	font-size: 0;
	display: inline-block;
	text-align:right;
}

.Navtools .icon{
	font-size:20px;
	 -webkit-text-stroke-width: 1px;
}

.Navtools li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right:5px;
}

.Navtools a{	
	color:#000000;
	display: block;
	padding: 5px 2px;	
	min-width: 32px;
	box-sizing: border-box;	
}
.nav-label{
	font-size:14px;
	text-transform:lowercase;
	
}

.username {
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:130px;
    position: relative;
}

.Navtools li.toolItem_exit{
	/*position: absolute;
	 top:50px;
	 right:0;*/
}

.badge {
    position: absolute;
    top: 0px;
    right:-2px;
    background-color:#000000;
    width: 12px;
    height: 12px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}
.product-item {
    padding: 16px;
    width:33.33%;
    box-sizing: border-box;
}

#similor-items .product-item{
	 width:25%;
}


.item-container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; 
    /*border:solid 1px #b2b2b2;*/ 
    text-align:left;
        // set animation: ;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 img.lazy {
 	background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
 }


.item-picture{
	position:relative;
	margin-bottom: 20px;
	text-align:center;
padding-bottom: 100%;
	
}


.item-picture img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    max-height: 100%;
  }

.item-picture:after,
.gallery-image:after,
.td-cart-image:after{
	content:"";
	position:absolute; 
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.1);
}


.item-info-wrap{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position:relative;  
}

.item-info{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.item-container .item-title {
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
   /*width: calc(100% - 200px);*/
  margin-right: 20px;
    
    
}

.item-container .item-color{
	max-width:165px;
	/*text-align:right;*/
}

.item-title {
    font-size:16px;
    color: #000000;   
    margin-bottom:10px;
    font-family: 'Conv_Gobold',Sans-Serif;
   
}

.item-desc{
	font-size:12px;
	color: #808080;
	
}


.item-price{ 	
 	display: flex;
	flex-wrap: wrap;
	margin-left:-5px;
	margin-right:-5px;	
 } 
 
.item-price span {
    margin-left:5px;
    margin-right:5px;
}

.price{
	font-size:16px;
	color:#000000;	
}

.old-price{
	text-decoration: line-through;
	color:#a3a2a2;	
}

.slider-for .gallery-image img{
	max-height:700px;	
	margin: 0 auto;
}



.item-modelcontainer.box-container{
	height: 100%;
}

h1.item-title {  
    font-size:25px;   
    margin-bottom:20px;  
    box-sizing: border-box;   
    color:#000000;
}

.item-modelcontainer .item-desc{
	  color:#000000;
	  font-size:14px;
	  font-weight:500;
      font-family: 'Montserrat', sans-serif;
      line-height:24px;
}

.item-modelcontainer .item-label{
	  color:#6d6d6c;
	  font-size:22px;
	  font-weight:500;
	  margin-top: 10px;
}


.item-modelcontainer .item-price {
    margin-top: 25px;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.item-modelcontainer .price {
    font-size:20px;
     font-family: 'Conv_Gobold',Sans-Serif;
 
}

.color-menu li{
	margin-right:20px;
	display: inline-block;
	margin-bottom: 25px;
}

.colori-img-nail img{
	height:35px;
	width:35px;
	transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    border: 4px solid #FFF;
	}

.item-color .colori-img-nail img{
	width:22px;
	height:22px;
}

.item-color .color-menu li{
	margin-right:8px;
	margin-bottom:8px;
}


.colori-img-nail.active img{
	border: 4px solid #FFF;
	box-shadow: 0 0 6px #000;
}


.input-body .colori-img-nail.active img{
	border: 2px solid #FFF;
	box-shadow: 0 0 2px #000;
}

.input-body .colori-img-nail.active img{
	border: 4px solid #FFF;
    box-shadow: 0 0 5px #000;
}

.item-detailcontainer{
	margin-top:10px;
}

.item-detailcontainer .description {
    font-size:15px;
    line-height:24px;
    font-weight: 500;
    color:#000000;
    text-transform:lowercase;
}

.item-select{
	margin-top:30px;
	position: relative;
	z-index: 10;
}

.item-select .title,
.accordion-head h4 {
    font-size:18px;
    margin-bottom: 10px;    
    font-family: 'Conv_Gobold',Sans-Serif;
    text-transform:lowercase;
}

.quantita{
	display: flex;
}

.quantita input{
	text-align:center;
	border: none;
	width:55px;
	height:42px;
	border:solid 1px #E0E0E0;
}

.quantita a{
	height:42px;
	width:42px;
	background-color: #6f6f6f;
	color:#ffffff;
	text-align:center;
	display: flex;
flex-direction: row;
align-items: center;
-ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size:0.750em;
}


.itemmodel-action {
    margin-top:30px;
}


.itemmodel-action .icon{
	font-size:25px;	
	color:#000000;
	padding: 20px;
	display: block;
}

.tabel-cart {
    padding:10px 30px;
    border: solid 1px #3f3f3e;
}

.cart-row{
	border-bottom:solid 1px #626261;
	padding-bottom:10px;
	padding-top:10px;
}

.cart-row:first-child{
	padding-top: 0;
}

.cart-row:last-child{
	border-bottom:none;	
}

.cart-row .row{
	margin-left:-5px;
	margin-right:-5px;
}

.cart-row .row >[class*=" col-"],
.cart-row .row >[class^=col-] {
padding: 5px;
}

.cart-row:first-child .cart-item-quantity{
	z-index:8 !important;
	position: relative;
}

.cart-row:nth-child(2n) .cart-item-quantity{
	z-index:7 !important;
	position: relative;
	
}

.cart-row:nth-child(3n) .cart-item-quantity{
	z-index:6 !important;
	position: relative;
	
}

.cart-row:nth-child(4n) .cart-item-quantity{
	z-index:5!important;
	position: relative;
	
}

.cart-row:nth-child(5n) .cart-item-quantity{
	z-index:4!important;
	position: relative;
	
}

.cart-row:nth-child(6n) .cart-item-quantity{
	z-index:3!important;
	position: relative;
	
}

.cart-row:nth-child(7n) .cart-item-quantity{
	z-index:2!important;
	position: relative;
	
}

.cart-item-image{
	max-width:120px;
	margin-right: 20px;
	position: relative;
}

.cart-item-option{
	margin-top: 20px;
}

.select-option{
	font-size:15px;
	font-weight:500;
	margin-bottom: 10px;
	text-transform:lowercase;
}

.select-option.row{
	margin-left: 0;
	margin-right: 0;
}
.select-option span.title{
	vertical-align: top;
	width:80px;
	display: inline-block;	
}

.select-option span.input{
	width:calc(100% - 80px);
}

.select-option .colori-img-nail img{
	width:25px;
	height:25px;
}

.cart-item-price{
	margin-top: 10px;
	
}

.cart-item-price-all .price{
	font-weight:600;
}

.cart-item-action a{
	padding:10px;
}

.total-box .row{
	margin-bottom:20px;
}

.total-box .row:last-child{
	margin-bottom: 0;
}
.col-price{
	width:130px;
	text-align:right;
}

.col-label{
	width:calc(100% - 130px);
	font-size:15px;
	color:#282828;
	text-transform:lowercase;
	font-weight:500;
}

.col-label.total{
	font-weight:600;
	font-size:1em;
}

.col-price.total .price{
	
	color:#282828;
	font-size:20px;
	font-weight:700;
	
}

.cart-action {
    margin-top:30px;
}

.msg-content {
    font-size:18px;
    line-height:28px;    
    color:#4c4c4c;
    text-transform:lowercase;
}

.msg-content.f-large{
	font-size:20px;
}

.msg-content.error{
	color:red;
}

.cart-item-title{
	font-size:15px;	
}
.cart-item-price .price,
.cart-item-price-all .price{
	font-size:16px;
	/*color:#808080;*/
}

.box-container{
	background-color: #ededed;
	padding:30px;
	box-sizing:border-box;
}

.box-container.border-frame{
		
	background:none;
	border: 30px solid transparent;
    border-image: url(../images/border.png) 30 round;
	
}



.box-heading{
	font-size:18px;
	text-transform:lowercase;
	color:#000000;
	font-family:'Conv_Gobold',Sans-Serif;
	
}


/*mypage*/

#side-tabs li{
	display: block;
}

#side-tabs li a{	
	color:#6f6f6f;
	text-align:left;
	display: block;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:20px;
	text-transform:uppercase;
	
}



#side-tabs li.active a,
#side-tabs li a:hover{		
	font-weight:600;
}

.block-preview{
	margin-bottom: 30px;
	position: relative;
}

.block-preview-title{
	font-size:14px;
	text-transform:uppercase;
	color:#6f6f6f;
	font-weight:500;
	border-bottom:solid 1px  #b2b2b2;
	padding-bottom:20px;
	margin-bottom:30px;
	padding-right:80px;
	box-sizing: border-box;
	letter-spacing: 2px;
} 

.block-preview-title.no-pad-right{
	padding-right: 0;
}

.action-edit{
	font-size:0.750em;
	color:#000000;	
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:600;
	position: absolute;
	right:0;
	top:-10px;
	
}

.action-edit .icon{
	font-size:0.913rem;
}

.float-no{
	float:none;
}

.block-preview-info{	
	font-size:0.813em;
	font-weight:500;
	line-height:1.6rem;
}
.col-left-wrap{
	padding-left: 5%;
}

.block-preview-desc{
	color:#5f4631;
	font-size:0.750em;
	line-height:1.4rem;
	font-weight:500;
}


.input-btn-text{
	border:none;
	text-align:left;
	height:auto;
	color:#444444;
	font-size:0.750em;
	padding-left: 0;
	font-weight:600;
	text-transform:uppercase;
	cursor: pointer;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

#table{
	width:100%;
}


#table td,
#table th{
	text-align:left;	
	padding:10px 5px;	
	font-weight:normal;
	font-size:1rem;
	text-transform:lowercase;
}

#table th{
	background-color:#ededed;
}

#table td{
	font-weight:500;
	color:#616161;
}
#table tr{
	position: relative;
}

#table tr:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	/*background-color:#ededed;*/
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
  
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
 
  width: 8.5em;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}
/*my-page*/


.header-top-container{
	position: absolute;
	top:0;
	right:0;
	left:0;
	z-index:99;
}

.header-top-container li{
	display: inline-block;
}

.header-top-container li a{
	color:#ffffff;
	padding: 0px 10px;
	display: block;
	font-size:13px;
	box-sizing: border-box;
	line-height:30px;	
}

.header-top-container.inner li a{
	color:#000000;
}

.toolItem-mobile {
    display: none !important;
}




@media only screen and (max-width:1920px) {
		
	
}


@media only screen and (max-width:1170px) {
	.toolItem-desktop{
	display: none !important;
}

.menu-lang{
	position: absolute;
	right:0;
	top:-35px;
}

.toolItem-mobile {
    display:block !important;
}

#cssmenu ul li.inline-tool {
    text-align: center;
}

#cssmenu ul li.inline-tool a {
    display: inline-block !important;
    width: 60px !important;
    padding: 0 !important; 
    font-size:25px !important; 
    text-align: center;
}

.username{	
	text-align:center;
	top:-20px;
	margin: 0 auto;
}

}

@media only screen and (max-width:992px) {

#item-detail{
	margin-top: 40px;
}

.col-left-wrap {
    padding-left:16px;
    margin-top: 30px;
}


#list-items{
	margin: -10px;
}
.product-item{
	width:50%;
	padding: 10px;
}

#similor-items .product-item{
	width:50%;
}

.item-title{
	font-size:14px;
}


.item-container .item-title{
	  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}

.item-container .item-color{
	text-align:left;
	margin-bottom:10px;
	margin-top: 10px;
	max-width:100%;
}

.item-color .color-menu li{
	margin-right:3px;
	margin-left:3px;
}

.item-color .colori-img-nail img{
	width:18px;
	height:18px;
}


}


@media only screen and (max-width:520px) {	
.box-container, .tabel-cart{
	padding: 15px;
}





}
