@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'KhmerOSMoul';
    src:url(../fonts/KhmerOSMoul.ttf);
}
@font-face {
    font-family: 'KhmerOSBattambang';
    src:url(../fonts/KhmerOSBattambang-Regular.ttf);
}
@font-face {
    font-family: 'Hanuman';
    src:url(../fonts/Hanuman.ttf);
}
body{
    font-family: 'Cabin', sans-serif;
	/*background-color: rgba(205,215,227,0.66) !important;*/  /*217,213,213,0.66*/
}
.fg-logo{
	color: rgb(41,56,65);
}
#topbar {
	background-color:rgba(0,0,0,1.00);
   
   	/*background: rgb(41,56,65);
	background: -moz-linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	background: -webkit-linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	background: linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293841",endColorstr="#212f37",GradientType=1);*/
	
	padding-top: 30px;
    padding-bottom: 20px;
	max-height:200px;
	min-height:150px;
}
.logo {
    margin: 20px 0px;
	width: 100%;
	text-align: center;
}

.logo-src {
    width: 100%;
    height: auto;
}
.logo-src-mob {
    padding-bottom: 20px;
}
#mini-logo, .star {
    position: absolute;
    top: 6px;
	visibility: hidden;
}
.visible-lg-block {
    display: block !important;
}

/*image hide or show*/

.fadeIn {
    -webkit-animation: animat_show 1.8s;
    animation: animat_show 1.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}
.fadeOut {
    -webkit-animation: animat_hide 1.8s;
    animation: animat_hide 1.8s;
    visibility: hidden !important;
}
@-webkit-keyframes animat_hide{
	0%{opacity:0}    
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}

.divider {
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}

a{
	cursor:pointer;
	text-decoration:none;	
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  height: 100%;
 
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
a .subcate:hover .overlay {
  opacity: .5;
}

.product-card {
    position: relative;
    display: block;
    background-color: white;
    text-align: center;
    padding: 0;
    border-color: white;
    border-style: solid;
    border-width: 0 0px 10px 0;
    color: #020202;
    z-index: 1;
}

.product-card__overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease-in;
}

.product-card__overlay-btn {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transition: all 0.15s ease-in;

}

.product-card:hover .product-card__overlay{
	opacity: 1;
	 visibility: visible;
}
/* end nav bar*/

.end-season {
    background: url(../../images/end-season.jpg) fixed no-repeat;
    background-size: auto;
    background-size: cover;
}
.end-season h2 {
    color: #c18b8b;
    margin: 10px 0;
    letter-spacing: 2px;
    font-size: 36px;
	font-weight: bolder;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.link:hover{
	text-decoration: none;
}
.text-link{
	color: aliceblue;
}
.text-link:hover{
	color: white;
}
.text-link.active{
	color: deepskyblue;
}
/**/
section {
    padding: 20px 0px 0px 0px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
	background-color:rgba(0,0,0,1.00);
	/*background: rgb(41,56,65);
	background: -moz-linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	background: -webkit-linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	background: linear-gradient(180deg, rgba(41,56,65,1) 0%, rgba(39,54,63,1) 25%, rgba(37,51,60,1) 50%, rgba(34,48,56,1) 75%, rgba(33,47,55,0.9448821765034139) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293841",endColorstr="#212f37",GradientType=1);*/
}
#footer h5{
	padding-left: 10px;
    border-left: 1px inset #FFFFFF;
    padding-bottom: 6px;
    margin-bottom: 10px;
    color:#ffffff;
	text-transform: uppercase;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:20px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
	font-size:16px;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:400;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 400;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

/**/

.bg-dark-light {
    background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #13bfb1;
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 20px;
}

/*========breadcrumb*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  display: block !important;
}

.breadcrumb ol{
	align-content: center;
	text-align: center;
	display: inline-block;
	background-color: aqua;
	margin: 0 auto;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.bc-icons .breadcrumb-item + .breadcrumb-item::before {
    content: none; }
.bc-icons .breadcrumb-item.active {
    color: #eeeeee; }

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
    content: none; } 
.bc-icons-2 .breadcrumb-item.active {
    color: #455a64; } 

.light-font .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }
.light-font .breadcrumb-item.active {
    color: #cfd8dc; }

.dark-font .breadcrumb-item + .breadcrumb-item::before {
    color: #000; }
.dark-font .breadcrumb-item.active {
    color: #455a64; } 

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: royalblue;
}

.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}

/*product shop*/
.overlay-category{
  height:auto;
  position:absolute;
  background-color:rgba(109,109,109,0.25);
	z-index: 10;
	top: 40%;
	margin-left: -8px;
	color: white;
	width: 100%;
	text-align: center;
}

.overlay-view{
  position:absolute;
	z-index: 10;
	top: 30%;
	text-align: center;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

/*product gallery*/
.wrap-gallery-product {
  margin-bottom: 1rem;

}
 .wrap-gallery-product .list-thumb-product {
      list-style-type: none;
        
    }
.wrap-gallery-product .list-thumb-product > li {
	margin-bottom: 10px;
}

.imgHover {    
      -webkit-transition: all .8s ease-in-out;  
    }
.imgHover:hover {
   opacity: 0.6;
	transform: scale(1.01);
  -webkit-transform: scale(1.01);
    }

	
.shop-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .shop-image {
  opacity: 0.3;
}

.card:hover .shop-middle {
  opacity: 1;
}

.shop-text {
  background-color: cornflowerblue;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  text-overflow: ellipsis;
}

.page-img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/**/

/*top Menu*/

.navigation{
  padding:5px;
  width:100%;
}
.navigation a{
	text-decoration:none;	
	color:rgba(225,225,225,1.00);
}
.navigation a:hover{
	text-decoration:none;	
	color:rgba(255,255,255,1.00);
}
.navigation a:active{
	text-decoration:none;	
	color:rgba(255,255,255,1.00);
}
.navigation ul, .navigation ul ul, .navigation ul ul ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.navigation ul li{
	display: inline-block;
	padding: 15px 25px;
}

.navigation li.has-menu{
	position: relative;	
}

.navigation ul.sub-menu{
	display: none;
	margin-top: -4px;
	background-color: #000000;
}

.navigation ul.sub-menu li{
	min-width: 250px;
}

.navigation li.has-menu:hover > ul.sub-menu{
	display: block;
	position: absolute;
	margin-top:18px;
}

.navigation ul li{
	border-bottom: 2px inset transparent;
}
.navigation ul ul{
	margin-top:20px;
	margin-left: -25px;	
}
.navigation ul ul li{
	border-bottom: 2px inset transparent;
	width: inherit;
	font-size:15px;
}

.navigation ul li:hover, .navigation ul ul li:hover{
	border-bottom: 2px solid #FFFFFF;
	color:rgba(255,255,255,1.00);
}

.navigation ul ul ul {
  left: 100%;
  top: -18px;
}

/*side navigation*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: visbile;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 5px;
}

#flyMenu{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	color:rgba(251,251,251,1.00);
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  #flyMenu{ top:0px; }
}


/**/
.nav dl,
.nav dt,
.nav dd,
.nav ol,
.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

.nav a {
  text-decoration: none;
  font-size:inherit;
}

.nav {
  margin-top: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  margin-right: auto;
  margin-left: auto;
  width: 22.5rem;
  /*background-color:rgba(27,120,231,1.00);*/
}

.nav a,
.nav label {
  display: block;
  padding-left:.85rem;
  padding-bottom:.85rem;
  padding-top:.85rem;
  padding-right:1.5em; 
  color: #ECECEC;
  background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
  color: rgba(255,255,255,1.00);
  background: #030303;
}

.nav label {
  cursor: pointer;
}

.item-list a,
.item-list label {
  padding-left: 2rem;
  padding-right:1.5em;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
  font-size: inherit;
  width: 300px;
}

.item-list a:focus,
.item-list a:hover,
.item-list label:focus,
.item-list label:hover {
  background: #131313;
}

.sub-list a,
.sub-item-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-item-list a:focus,
.sub-item-list a:hover,
.sub-item-list label:focus,
.sub-item-list label:hover {
  background: #232323;
}

.sub-sub-item-list a,
.sub-sub-item-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-item-list a:focus,
.sub-sub-item-list a:hover,
.sub-sub-item-list label:focus,
.sub-sub-item-list label:hover {
  background: #333333;
}

.item-list,
.sub-item-list,
.sub-sub-item-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.toggle input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}

label > span {
  float: right;
}

.toggle input[type=checkbox]:checked + label > span {
  transform: rotate(90deg);
}

/*search*/
.searchbar {
     position: relative;
     min-width: 50px;
     width: 0%;
     height: 50px;
     float: right;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s
 }

 .searchbar-input {
     top: 0;
     right: 0;
     border: 0;
     outline: 0;
     background: #6200EA;
     width: 100%;
     height: 50px;
     margin: 0;
     padding: 0px 55px 0px 20px;
     font-size: 20px;
     color: #fff
 }

 .searchbar-input::-webkit-input-placeholder {
     color: #fff
 }

 .searchbar-input:-moz-placeholder {
     color: #fff
 }

 .searchbar-input::-moz-placeholder {
     color: #fff
 }

 .searchbar-input:-ms-input-placeholder {
     color: #fff
 }

 .searchbar-icon,
 .searchbar-submit {
     width: 50px;
     height: 50px;
     display: block;
     position: absolute;
     top: 0;
     font-size: 22px;
     right: 0;
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     line-height: 50px;
     text-align: center;
     cursor: pointer;
     color: #fff;
     background: #6200EA;
 }

 .searchbar-open {
     width: 200px;
 }
 
 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: none;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border: none;
	
	/*-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 240px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}

/* Slider */
.carousel-inner img {
    width: 100%;
    height: 90%;
  }
.alert {
  	padding: 10px;
	margin: 0 auto;
	text-align: center;
  	color: black;
	position: absolute;
	z-index: 5;
	top: 230px;
	width: 100%;
	border-radius: 0px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/**/
.num-block {
	float: left;
	width: 100%;
  padding: 15px 30px;
}

/* skin 1 */
.skin-1 .num-in {
	float: left;
	width: 94px;}

.skin-1 .num-in span {
	display: block;
	float: left;
	width: 30px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.skin-1 .num-in span.dis:before {
  background-color: #ccc !important;
}

.skin-1 .num-in input {
	float: left;
	width: 32px;
	height: 32px;
	border: 1px solid #6E6F7A;
	border-radius: 5px;
	color: #000;
	text-align: center;
	padding: 0;
}

.skin-1 .num-in span.minus:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #00A94F;
	top: 50%;
	left: 0;
}

.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 15px;
	height: 2px;
	background-color: blue;
	top: 50%;
}

.skin-1 .num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* / skin 1 */


/* skin 2 */
.skin-2 .num-in {
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	height: 40px;
	width: 110px;
  float: left;
}

.skin-2 .num-in	span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
		float: left;
		width: 20%;
		height: 40px;
		border: none;
		text-align: center;
}

/* / skin 2 */

/* skin 3 */
.skin-3 .num-in span {
	display: block;
	float: left;
	width: 25px;
	height: 34px;
	position: relative;
	cursor: pointer;
}

.skin-3 .num-in span.minus:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
	background-color: #000;
}

.skin-3 .num-in .in-num {
	float: left;
	width: 54px;
	height: 34px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
}

.skin-3 .num-in span.plus:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
	background-color: #000;
}

.skin-3 .num-in span.plus:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 2px;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -1px;
	background-color: #000;
}

/* / skin 3 */

/* skin 4 */

.skin-4 .num-in {
	float: left;
	width: 80px;
	padding: 8px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.skin-4 .in-num {
	width: 47px;
	float: left;
	height: 36px;
	font-size: 30px;
	text-align: center;
	outline: none;
}

.skin-4 .all-span {
	position: relative;
	float: right;
	width: 23px;
	height: 36px;
	border-left: 1px solid #000;
}

.skin-4 .all-span span {
	float: left;
	width: 100%;
	height: 18px;
	position: relative;
	cursor: pointer;
}

.skin-4 .all-span span:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
}

.skin-4 span.minus:before {
	top: 3px;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.skin-4 span.minus.dis:before {
	opacity: 0.5;
}

.skin-4 span.plus:before {
	bottom: 3px;
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;}

/* / skin 4 */

/* skin 5 */

.num-block.skin-5 {
}

.skin-5 .num-in {
  width: 88px;
  float: left;
	vertical-align: middle;
	position: relative;
	border: 1px solid #EEEFF1;
	border-radius: 3px;
}

.skin-5 .num-in:hover {
	border: 1px solid #4687FF;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(70, 135, 255, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(70, 135, 255, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(70, 135, 255, 0.75);
}

.skin-5 .num-in span {
	font-size: 16px;
	width: 20px;
	display: block;
	line-height: 41px;
}

.skin-5 .num-in span.minus {
	float: left;
	text-align: right;
}

.skin-5 .num-in input {
  border: none;
	height: 41px;
	width: 46px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.skin-5 .num-in span.plus {
	float: right;
	text-align: left;
}

/* / skin 5 */

/* skin 6 */

.skin-6 .num-in {
  background-color: #333;
	float: left;
	width: 120px;
	height: 45px;
	padding: 3px 0;
	border-radius: 5px;
}

.skin-6 .num-in span {
	display: block;
	float: left;
	width: 34px;
	line-height: 39px;
	height: 39px;
	color: #fff;
  font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3;
	-o-transition: all 0.3;
	transition: all 0.3;
}

.skin-6 .num-in span:hover {
	color: #fff !important;
}

.skin-6 .num-in input {
	float: left;
	height: 39px;
	width: 52px;
	border-radius: 5px;
	text-align: center;
}

/* / skin 6 */

/* skin 7 */

.skin-7 .num-in {
	float: left;
	width: 138px;
  border: 1px solid #a4a4a3;
}

.skin-7 input.in-num {
	font-family: 'HelveticaNeueCyr-Roman';
	font-size: 14px;
	float: left;
	height: 32px;
	width: 83px;
	border-left: 1px solid #a4a4a3;
	border-right: 1px solid #a4a4a3;
	background-color: #fff;
	text-align: center;
}

.skin-7 .num-in span  {
	font-size: 24px;
	text-align: center;
	display: block;
	width: 46px;
	float: left;
	height: 32px;
	background-color: #f4f4f6;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.skin-7 .num-in span:hover {
	background-color: #d7d7d8;
}

.skin-7 .num-in input {
  border: none;
	float: left;
	width: 44px;
	line-height: 34px;
	text-align: center;
	font-family: 'helveticaneuecyrbold';
}

/* / skin 7 */

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  /*background: #eee;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  margin-right: -4px;
  height:inherit;
 /* border-radius: 8px 0 0 8px;*/
 border:none;
}

#increase {
  margin-left: -4px;
   height:inherit;
  /*border-radius: 0 8px 8px 0;*/
  border:none;
}

#input-wrap {
  margin: 0px;
  padding: 0px;
}

input.number {
  text-align: center;
  border: none;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/**/
.product-tag--absolute {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.product-tag {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.85714em;
    background-color: #0600A2;/*#ffcb11*/
    color: rgba(255,255,255,1.00);
    padding: 4px 10px;
}