

.panel-dropdown a:after,
.qtyDec,
.qtyInc {
	font-family: ElegantIcons
}





.panel-dropdown {
	position: relative;
	text-align: left;
	padding: 15px 10px 0 15px
}

@media (max-width:991px) {
	.panel-dropdown {
		background-color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		height: 43px
	}
}

.panel-dropdown a {
	color: #ffffff;
   transition: all .3s;
    display: block;
    font-size: 14px;
    position: relative;
    border-bottom: 2px solid;
    text-decoration: none;
    margin-top: -5px;
    text-transform: uppercase;
}

.panel-dropdown a:after {
	content: "\33";
	font-size: 24px;
	font-size: 1.5rem;
	color: #999;
	font-weight: 500;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	right: 0;
	top: -8px
}

.panel-dropdown.active a:after {
	transform: rotate(180deg)
}

.panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	position: absolute;
	/*top: 58px;*/
	top:-170px;
	left: 0;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
	padding: 15px 15px 0;
	white-space: normal;
	width: 280px
}

.panel-dropdown .panel-dropdown-content:after {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	/*border-bottom-color: #fff;*/
	border-width: 7px;
	margin-left: -7px
}

.panel-dropdown .panel-dropdown-content.right {
	left: auto;
	right: 0
}

.panel-dropdown .panel-dropdown-content.right:after {
	left: auto;
	right: 15px
}

.panel-dropdown.active .panel-dropdown-content {
	opacity: 1;
	visibility: visible
}

.qtyButtons {
	display: flex;
	margin: 0 0 13px
}

.qtyButtons input {
	outline: 0;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	width: 50px;
	height: 36px!important;
	color: #333;
	line-height: 36px;
	margin: 0!important;
	padding: 0 5px!important;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
	border: none!important
}

.qtyButtons label {
	font-weight: 500;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
	color: #727b82
}

.qtyDec,
.qtyInc,
.qtyTotal {
	border-radius: 50%;
	display: inline-block;
	text-align: center
}

.qtyDec,
.qtyInc {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	font-size: 1.75rem;
	background-color: #5f345e;
	-webkit-text-stroke: 1px #f2f2f2;
	color: #333;
	cursor: pointer
}

.qtyInc:before {
	content: "\4c"
}

.qtyDec:before {
	content: "\4b"
}

.qtyTotal {
	background-color: #ffffff;
    color: #583057;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    position: relative;
    top: -2px;
    left: 5px;
    height: 18px;
    width: 18px;
}


