.product .x-variations .variation {
	cursor: pointer;
	user-select: none;
}

/*.product .x-variations .variation.selected {
	text-decoration: underline;
}*/

.product .add-to-cart.plus {
	cursor: pointer;
	user-select: none;
}

.counter {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    height: 37px;
    padding: 3px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 100px;
    background-color: #F0F0F0;
    margin-bottom: 5px;
}

.counter,.counter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.counter__item {
    position: relative;
    width: 30px!important;
    min-width: 30px!important;
    max-width: 30px!important;
    height: 30px!important;
    min-height: 30px!important;
    max-height: 30px!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .25s ease-in,border .25s ease-in;
    transition: background-color .25s ease-in,border .25s ease-in;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    z-index: 2;
    cursor: pointer;
}

.counter__item:nth-child(2) {
    position: relative;
    width: 48px;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.counter__item--plus {
    background-color: #68478d;
    border-radius: 50%;
    border: 1px solid transparent
}

.counter__item--plus .counter__icon {
    fill: #fff
}

.counter__item--plus:hover {
    background-color: #68478d
}

.counter__item--plus:hover .counter__icon {
    fill: #fff
}

.counter__item--plus:focus {
    background-color: #68478d
}

.counter__item--plus:focus .counter__icon {
    fill: #fff
}

.counter__item--plus:disabled {
    cursor: not-allowed;
    background-color: #c7cacd
}

.counter__item--plus:disabled .counter__icon {
    fill: #fff
}

.counter__item--plus:disabled:hover {
    background-color: #c7cacd
}

.counter__item--plus:disabled:hover .counter__icon {
    fill: #fff
}

.counter__item--plus:disabled:focus {
    background-color: #c7cacd
}

.counter__item--plus:disabled:focus .counter__icon {
    fill: #fff
}

.counter__item--minus {
    background-color: #fff;
    border-radius: 50%
}

.counter__item--minus .counter__icon {
    fill: #68478d
}

.counter__item--minus:hover {
    background-color: #68478d
}

.counter__item--minus:hover .counter__icon {
    fill: #fff
}

.counter__item--minus:focus {
    background-color: #68478d
}

.counter__item--minus:focus .counter__icon {
    fill: #fff
}

.counter__item--minus:disabled {
    cursor: not-allowed;
    background-color: #c7cacd
}

.counter__item--minus:disabled .counter__icon {
    fill: #fff
}

.counter__item--minus:disabled:hover {
    background-color: #c7cacd
}

.counter__item--minus:disabled:hover .counter__icon {
    fill: #fff
}

.counter__item--minus:disabled:focus {
    background-color: #c7cacd
}

.counter__item--minus:disabled:focus .counter__icon {
    fill: #fff
}

.counter__field {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Gilroy,Arial,sans-serif;
    font-size: 14px;
    color: #49180E;
    font-weight: 700;
    text-align: center;
    background-color: #F0F0F0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    line-height: normal;
    padding: 0
}

.counter__field:focus {
	outline: none;
}

.counter__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 13px;
    height: 100%;
    fill: #3d4248
}

.counter .counter__item--plus,.counter .counter__item--plus:focus,.counter .counter__item--plus:hover {
	background-color: #fff;
	outline: none;
}

.counter .counter__item--plus .counter__icon,.counter .counter__item--plus .counter__icon:hover,.counter .counter__item--plus:focus .counter__icon,.counter .counter__item--plus:hover .counter__icon {
	fill: #49180E;
}

.counter .counter__item--minus,
.counter .counter__item--plus {
    border: 2px solid #fdd086
}

.counter .counter__item--minus:focus,.counter .counter__item--minus:hover,
.counter .counter__item--plus:focus,.counter .counter__item--plus:hover {
	background-color: #fdd086;
	outline: none;
}

.counter .counter__item--minus .counter__icon,.counter .counter__item--minus:focus .counter__icon,.counter .counter__item--minus:hover .counter__icon {
	fill: #49180E;
	outline: none;
}

.input .input__input {
    font-weight: 700
}

.input .input__input::-webkit-input-placeholder {
    font-weight: 700
}

.input .input__input::-ms-input-placeholder {
    font-weight: 700
}

.input .input__input::placeholder {
    font-weight: 700
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.counter input[type='number'] {
    -moz-appearance: textfield;
}
.woocommerce .product .x-variations{
    display: inline-block;
}
.woocommerce .product .x-variations .variation{
	padding: 9px 14px;
	border-radius: 18px;
	font-size: 11px;
	line-height: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.woocommerce .product .x-variations .variation-wrapper{
	background:#F0F0F0;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 3px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.product .x-variations .variation.selected{
	background: #FFE297;
	text-decoration: none;
}
.woocommerce .product .add-to-cart.plus{
	display: inline-block;
    line-height: 0;
    margin-bottom: 5px;
}
.woocommerce .product.product-type-simple .add-to-cart.plus{
    text-align: right;
}
.woocommerce .product.product-type-simple .counter{
    margin-left: auto;
}
.x-variations-wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 767px){
	.x-variations-wrapper {
		align-items: end;
	}
}

.add-to-cart.plus svg path{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.add-to-cart.plus svg:hover path{
	fill: #FFE297;
}
/* single product */
.woocommerce .product-type-simple .summary .add-to-cart.plus{
    text-align: left;
    display: block;
}
.woocommerce .product-type-simple .summary .counter{
    margin-left: 0;
}
.woocommerce .summary .x-variations-wrapper{
    max-width: 250px;
}