#popover-auth .webui-arrow {
	right: 48px;
}
.auth-state.logged-in-state {
	padding-top: 90px;
}
.auth-state.logged-in-state .bonuses {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	border-radius: 12px 12px 0 0;
	background-color: rgba(89,186,71,1);
}
#popover-auth.is_auth .webui-arrow,
#popover-auth.is_auth .webui-arrow:after {
	border-bottom-color: rgba(89,186,71,1);
}
.auth-state.logged-in-state .bonuses svg {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 65px;

	fill: #fff;
}
.auth-state.logged-in-state .bonuses .title {
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	display: block;
	margin-top: 25px;
	margin-left: 55px;
	color: white;
}
.auth-state.logged-in-state .bonuses .value {
	font-size: 24px;
	font-weight: 300;
	display: block;
	margin-left: 45px;
	color: white;
	background: none;
}
.auth-state.logged-in-state .bonuses .value .currency {
	font-size: 28px;
	line-height: 1.1;
}



.profile-nav ul {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border: 1px solid #fff;
	border-radius: 12px;
	background: white;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.profile-nav ul:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}

.profile-nav ul li {
	margin: 25px 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.profile-nav ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.profile-nav ul li a {
	font-weight: 300;
	text-decoration: none;
}
.profile-nav ul li.active a,
.profile-nav ul li:hover a,
.profile-nav ul li a:hover {
	color: #59ba47;
}


.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
	
	font-weight: bold;
	line-height: 1.3;
	color: #d5d5d5;
	border-color: #e6e6e6;
	background: none !important;
}
@media screen and (min-width: 992px) {
	.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
		font-size: 48px;
	}
}
@media screen and (max-width: 991px) {
	.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
		font-size: 40px;
	}
}



.profile-content.bonuses .bonuses-progress .bonuses-progress-item.got {
	color: #59ba47 !important;
}




@media screen and (min-width: 992px) {
	.profile-content.bonuses .bonuses-progress-cont {
		margin-left: 15px;
	}
}



.profile-content.bonuses .bonuses-progress-cont svg {
	width: 110px;

	fill: #59ba47;
}
@media screen and (min-width: 992px) {
	.profile-content.bonuses .bonuses-progress-cont svg {
		position: absolute;
		top: 0;
		left: 29px;
	}
}
@media screen and (max-width: 991px) {
	.profile-content.bonuses .bonuses-progress-cont svg {
		display: none;
	}
}



.profile-content.bonuses .bonuses-progress {
	height: 90px;
	padding-top: 10px;
	border: 1px dashed #ddd;
	border-radius: 5px;
}
@media screen and (min-width: 992px) {
	.profile-content.bonuses .bonuses-progress {
		width: 445px;
		margin-left: 150px;
	}
}
@media screen and (max-width: 991px) {
	.profile-content.bonuses .bonuses-progress {
		
	}
}



.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
	border-top: none;
	border-bottom: none;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:first-child {
	border-left: none !important;
	border-radius: 0;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:last-child {
	border-right: none !important;
	border-radius: 0;
}
.profile-content.bonuses .progress-stat {
	font-size: 14px;
	width: 100%;
	padding-top: 5px;
	padding-left: 15px;
	color: #292f32;
}
.profile-content.bonuses .progress-stat .currency {
	font-size: 16px;
}
.profile-content.bonuses .progress-stat span {
	font-size: 14px;
}



@media screen and (min-width: 992px) {
	.profile-content.bonuses .progress-information {
		padding-left: 166px;
	}
}


.bonus-rules-cont ul {
	padding-left: 20px;
	list-style: none;
}
.bonus-rules-cont ul li {
	font-weight: 300;
	margin-bottom: 10px;
	padding-left: 0;
	text-indent: -1.0em;
}
.bonus-rules-cont  .title {
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #292f32;
}
.bonus-rules-cont ul li::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	content: " ";
	vertical-align: middle;
	border-radius: 50%;
	background-color: #fd7c67;
}
.padt0 {
	padding-top: 0;
}
.address-list-container .title {
	font-size: 20px;
	margin-bottom: -15px;
}
.address-list-container {
	margin-top: 40px !important;
}
.profile-content.order-history table.order-history-table {
	margin-top: 30px;
}
.profile-content.order-history table.order-history-table thead td {
	font-size: 16px;
	font-weight: 400;
	text-align: left;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.profile-content.order-history table.order-history-table tbody td {
	text-align: left;
}
.profile-content.order-history table.order-history-table tbody td span.currency {
	font-size: 19px;
	padding-left: 3px;
}
.profile-content.order-history table.order-history-table tbody > tr {
	border-bottom: none;
}

.profile-content.order-history table.order-history-table tbody > tr:nth-child(odd) {
	background: #fff;
}

.profile-content.order-history table.order-history-table tbody tr.complete td.order-status div {
	font-weight: 300;
	display: inline-block;
	padding: 5px 20px;
	color: white;
	border-radius: 12px;
}
.webui-popover-content .product-list {
	width: 445px;
}
.webui-popover-content .product-list tr {
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
}
.webui-popover-content .product-list tr:last-child {
	border-bottom: none;
}
.webui-popover-content .product-list .prod-image {
	width: 80px;
}
.webui-popover-content .product-list .prod-image img {
	width: 60px;
	height: 60px;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}
.webui-popover-content .product-list .name div:first-child {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	color: #000;
}
.webui-popover-content .product-list .name .section {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}
.has-not-orders {
	width: 325px;
	margin-top: 20px;
	padding: 20px;
	padding-left: 76px;
	border: 1px dashed #ddd;
	border-radius: 3px;
	background: url("../images/sad.png") no-repeat 25px 15px;
}
.user-info-element {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
	padding-top: 160px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-align: center;
	color: white;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.user-info-element:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}
.user-info-element svg {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	width: 145px;
	height: 110px;
	margin: auto;

	fill: white;
}
.user-info-element div {
	font-weight: 300;
	width: 195px;
	margin: 0 auto;
}
.user-info-element .message-top {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: -20px;
}
.user-info-element .message-bottom {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.user-info-element .promo {
	line-height: 2.5;
	height: 40px;
	margin: 10px auto;
	color: black;
	border-radius: 12px;
	background: white;
}
.user-info-element.bonuses {
	height: 250px;
	background:    -moz-linear-gradient(90deg, rgba(89,186,71,1) 0%, rgba(139,207,127,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(139,207,127,1)), color-stop(100%, rgba(89,186,71,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(89,186,71,1) 0%, rgba(139,207,127,1) 100%); /* safari5.1+,chrome10+ */
	background:      -o-linear-gradient(90deg, rgba(89,186,71,1) 0%, rgba(139,207,127,1) 100%); /* opera 11.10+ */
	background:     -ms-linear-gradient(90deg, rgba(89,186,71,1) 0%, rgba(139,207,127,1) 100%); /* ie10+ */
	background:         linear-gradient(0deg, rgba(89,186,71,1) 0%, rgba(139,207,127,1) 100%); /* w3c */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf7f', endColorstr='#59ba47',GradientType=0 ); /* ie6-9 */
}
.user-info-element.bonuses svg {
	top: 13px;
	width: 180px;
	height: 130px;

	fill: #fff;
}

.user-info-element.bonuses .value {
	font-size: 45px;
	font-weight: 300;
	line-height: 0.7;
}
.user-info-element.bonuses .value span.currency {
	font-size: 53px;
	padding-left: 5px;
}
.user-info-element.bonuses .title {
	font-size: 16px;
	font-weight: 300;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.user-info-element.gift,
.user-info-element.winner {
	padding-top: 160px;
	background: rgb(249,81,92);
	background:    -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	background:         linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.user-info-element.gift svg {
	width: 93px;
	height: 93px;
}
.user-info-element.winner svg {
	width: 110px;
	height: 110px;
}
.user-info-element.winner svg path {
	fill: white !important;
}
.gift-info-btn {
	margin-right: 5px;
	text-decoration: none !important;
}
.gift-info-btn .bd-round-icon {
	border-color: #59ba47;
	background-color: #59ba47;
}
.gift-info-btn:hover .bd-round-icon {
	background-color: #59ba47;
}
.gift-info-btn svg {
	width: 15px;
	margin-top: 7px;

	fill: white;
}
#popover-gift-info {
	width: 405px;
	min-height: 165px;
	max-height: 215px;
	margin-top: 0;
	margin-left: 81px;
	color: white;
	border: none;
	background: rgb(249,81,92);
	background:    -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	background:         linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
}
#popover-gift-info.in {
	margin-top: 21px;
}
#popover-gift-info .webui-arrow {
	margin-left: -94px;
}
#popover-gift-info .webui-arrow,
#popover-gift-info .webui-arrow:after {
	border-bottom-color: #f79b6a;
}
#popover-gift-info svg {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 93px;
	height: 93px;
}
#popover-gift-info svg,
#popover-gift-info svg path {
	fill: white !important;
}
#popover-gift-info .message-content div {
	width: 195px;
}
#popover-gift-info .message-top {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	width: 220px !important;
	margin-top: 10px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
#popover-gift-info .message-bottom {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 10px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
#popover-gift-info .promo {
	line-height: 2.6;
	height: 50px;
	margin: 15px 0;
	text-align: center;
	color: black;
	border-radius: 5px;
	background: white;
}
#popover-gift-info .message-content {
	margin-top: 0;
	margin-left: 150px;
}
.message-bottom a {
	text-decoration: underline;
	color: white;
}
.message-bottom a:hover {
	text-decoration: none;
}
.profile-content.order-history table.order-history-table thead tr {
	border-bottom: none;
}
.local_sum span.currency {
	font-size: 19px;
	padding-left: 3px;
}
table.product-list {
	margin: 15px 15px;
}

table.product-list .amount {
	font-weight: 300;
}

.auth-state.logged-in-state nav {
	padding-top: 20px;
	padding-bottom: 20px;
}
.history_content_popover {
	max-height: 285px;
}
.webui-popover.top.in {
	margin-top: -10px;
}
.user-info-element .promo,
#gift-info .promo {
	line-height: 3.9;
	position: relative;
	height: 50px;
	padding-left: 20px;
	cursor: pointer;
	text-align: left;
}
.user-info-element .promo::before,
#gift-info .promo::before {
	font-size: 10px;
	position: absolute;
	top: -2px;
	right: 0;
	left: 20px;
	display: block;
	margin: auto;
	content: attr(data-placeholder);
	color: #9c9c9c;
}
.user-info-element .promo.copied::before,
#gift-info .promo.copied::before {
	content: attr(data-placeholder-completed);
}
.user-info-element .promo {
	padding-left: 0;
	text-align: center;
}
.user-info-element .promo::before {
	left: 0;
}

.profile-content .address-list-container .add-address {
    font-size: 13px;
    margin-top: 20px;
    line-height: 25px;
    text-align: center;
}
.md-overlay {
	background: rgba(0,0,0,0.2);
}
#product-detail .md-content {
	width: 100%!important;
	max-width: 562px!important;
	background-color: #fff;
}
.md-modal {
	position: absolute;
	top: 10%;
}
#product-detail .md-content .product.product-detail .product-info {
	margin-top: 20px;
}
#product-detail .md-content .prod-info-cont {
	padding: 0 !important;
}
.product .product-info .product-options .options-row-select.col-xl-6 {
	width: 49%;
	margin-right: 1%;
}
.hour-select-cont .sod_select .sod_list {
	overflow-y: scroll;
	max-height: 150px;
}
.checkout-form .payment-col {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	width: 100%;
	margin-left: 0;
}

.bd-input {
	right: auto;
	height: 54px;
	margin: 0;
	border: none !important;
	border-bottom: 1px solid #d3d3d3 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.bd-input.focused {
	border-color: #ffc6c9 !important;
	background: transparent !important;
}

.bd-input.filled {
	background: transparent !important;
}

.bd-input input {
	font-size: 18px !important;
	padding-top: 20px;
	padding-left: 0;
	text-align: left !important;
	color: #3f4245;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.bd-input label {
	font-size: 14px !important;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.8;
	top: 0 !important;
	left: 0 !important;
	text-align: left !important;
	color: #808080;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.bd-select .label {
	font-size: 14px !important;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.8;
	color: #808080;
}

.bd-select .sod_select .sod_list_wrapper .sod_list {
	padding: 15px 0;
}

.bd-select .sod_select .sod_option {
	font-size: 14px;
	padding: 7px 30px;
}

.bd-select .sod_select .sod_list_wrapper {
	border: none !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
	        box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
}

.bd-select .sod_select {
	height: auto !important;
	padding: 0 !important;
	padding-bottom: 2px !important;
	border: none !important;
	border-bottom: solid 1px #d3d3d3 !important;
	border-radius: 0 !important;
	background: none !important;
}

.bd-select .sod_list_wrapper::after,
.bd-select .sod_list_wrapper::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}

.bd-select .sod_select .sod_list_wrapper {
	overflow: initial;
}

.bd-select .sod_list_wrapper::after {
	z-index: 1;
	top: -22px;
	left: 50%;
	left: 20px !important;
	margin-left: -11px;
	content: " ";
	border-width: 11px;
	border-top-width: 0;
	border-bottom-color: #eee;
}

.bd-select .sod_list_wrapper::before {
	z-index: 2;
	top: 1px;
	top: -20px;
	left: 20px;
	margin-left: -10px;
	content: " ";
	border-width: 10px;
	border-color: transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.checkout-form .delivery-config-cont {
	margin-right: -30px;
	margin-left: -30px;
	border-radius: 12px;
}
.checkout-form .delivery-type-toggle {
	position: relative;
	z-index: 3;
	margin: -15px;
	padding: 15px;
	padding-bottom: 0;
}
.checkout-form .delivery-type-toggle a:first-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
}

.checkout-form .delivery-type-toggle a {
	font-size: 16px;
	line-height: 3.4;
	width: auto;
	height: 66px;
	padding-right: 32px;
	padding-left: 32px;
	text-align: left;
	color: #292f3a !important;
	border: none !important;
	background: none;
}
.checkout-form .delivery-type-toggle a.active {
	border-radius: 12px;
	border-bottom-left-radius: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}
.checkout-form .delivery-type-toggle a.active:hover {
	cursor: default;
	color: #292f3a !important;
	background: #fff;
}

.checkout-form .delivery-type-content::before {
	position: absolute;
	z-index: 4;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	content: " ";
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: white;
}
.checkout-form .delivery-type-content {
	position: relative;
	margin-top: -5px;
	padding-top: 1px;
	padding-bottom: 35px;
	padding-left: 30px;
	border-radius: 12px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.checkout-form .delivery-type-toggle a[data-type="2"] {
	margin-left: -4px;
}
.checkout-form .delivery-type-toggle a:hover {
	color: #59ba47 !important;
	background: none;
}
.comment_row {
	margin-top: 15px;
}
.hour-select-cont {
	display: none;
	padding-top: 12px;
	padding-right: 13px;
}
.col-xs-5.hour-select-cont {
	padding-right: 34px;
	padding-left: 20px;
}
.delivery-time-type_ .bd-checkbox {
	margin-top: 51px;
	margin-left: 0;
}
.type-conf-cont {
	margin-top: 40px;
}
.checkout-title,
.checkoout-label {
	font-size: 18px;
	color: #3f4245;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.checkout-form ._change_row .bd-input {
	margin-bottom: 20px;
}
.bonuses-block {
	position: relative;
	height: 185px;
	border-radius: 5px;
	background-color: #f6f8f9;
}
.bonuses-block .title {
	font-size: 16px;
	position: absolute;
	top: 24px;
	left: 137px;
	color: #3f4245;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.bonuses-block .value {
	font-size: 24px;
	position: absolute;
	top: 42px;
	left: 137px;
	color: #3f4245;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.bonuses-block .value .currency {
	font-size: 28px;
}
.bonuses-block svg {
	width: 74px;
	margin-top: 10px;
	margin-left: 34px;
}
.bonuses-block svg g {
	fill: #ec486c;
}
.bonuses-block .col-xs-12 {
	padding: 0 30px;
	padding-top: 14px;
}
.bonuses-block input {
	text-align: left;
}
.checkout-form .fields-group {
	margin-top: 45px;
}
.checkout-form .delivery-type-content > div .row {
	margin-top: 25px;
}
.checkout-form .summary-label > span {
	display: inline-block;
}
.checkout-form .summary-label > span:first-child {
	position: relative;
	width: 90%;
}
.checkout-form .summary-label > span:first-child div {
	position: absolute;
	z-index: 2;
	top: -20px;
	display: inline-block;
	background-color: #f9f9f9;
}
.checkout-form .summary-label {
	position: relative;
}
.checkout-form .summary-label .meta-value_ {
	position: absolute;
	z-index: 2;
	right: 0;
	text-align: right;
	background: #f9f9f9;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.checkout-form .order_sum_ span {
	font-weight: 400;
}

.checkout-form .summary-label .meta-value_ .currency {
	font-size: 18px;
	padding-left: 3px;
}
.checkout-form .summary-label span.order-sum .currency {
	font-size: 30px;
	padding-left: 3px;
}
.checkout-form .summary-label > span:first-child::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 110%;
	height: 11px;
	content: " ";
	border-bottom: 1px dotted #d3d3d3;
}
.checkout-form .payment-col,
.checkout-form .payment-col .payment-footer {
	border: none;
}
._delivery-price-value {
	font-size: 18px;
	margin-top: 25px;
	color: #525457;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
._delivery-price-value .currency {
	font-size: 20px;
	padding-left: 3px;
}
.delivery-price {
	padding-right: 30px;
}
.delivery-price .progress-container {
	position: relative;
	width: calc(100% - 18px);
	height: 1px;
	background-color: #d3d3d8;
}
.delivery-price .progress-container .progress-bar {
	height: 1px;
	background-color: #59ba47;
}
.delivery-price .progress-container .progress-bar::after {
	position: absolute;
	top: -1px;
	right: 0;
	width: 3px;
	height: 3px;
	content: " ";
	border-radius: 50%;
	background-color: #59ba47;
}
.delivery-price .progress-bar-content {
	font-size: 14px;
	padding-top: 8px;
	color: #525457;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.delivery-price .progress-bar-content .currency {
	font-size: 16px;
	padding-left: 2px;
}
.checkout-form .delivery-price .bd-input {
	border: none !important;
}
.checkout-form .delivery-price.is_free .bd-input {
	border-bottom: 1px solid #d3d3d3 !important;
}
.checkout-form .map-placeholder {
	width: 100%;
}
.checkout-form .map-placeholder #map {
	width: 100%;
}
.map-row .col-xs-12 {
	padding-right: 40px;
}
.payment-footer .summary-label {
	font-weight: 300;
	margin-bottom: 15px;
}
.payment-footer .summary-label.order_sum_ {
	padding-top: 5px;
}
.order_sum_ {
	font-weight: bold;
}
.order_sum_ .meta-value_ span {
	font-size: 26px;
	font-weight: bold;
	line-height: 0.6;
}
.bd-checkbox {
	position: relative;
	margin-top: 36px;
}
.bd-checkbox label {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	background: white;
}

.bd-checkbox label span {
	position: absolute;
	top: -3px;
	left: 20px;
}
@media screen and (min-width: 768px) {
	.bd-checkbox label span {
		width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.bd-checkbox label span {
		width: 210px;
	}
}



.bd-checkbox label:after {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 9px;
	height: 5px;
	content: "";
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	opacity: 0;
	border: 3px solid white;
	border-top: none;
	border-right: none;
	background: transparent;
}
.bd-checkbox label:hover::after {
	opacity: 0.5;
}
.bd-checkbox input[type=checkbox] {
	visibility: hidden;
}
.bd-checkbox input[type=checkbox]:checked + label {
	border-color: #59ba47;
	background: #59ba47;
}
.bd-checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.delivery-time-type_ .bd-checkbox label span {
	font-size: 14px;
	font-weight: 300;
	left: 24px;
}
.pickup_discount_label {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	color: white;
	border-radius: 3px;
	background: #59ba47;
}
.order-content {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
.order-content li {
	margin-right: 0;
	padding: 25px 30px;
	list-style: none;
	border-bottom: 1px dashed #e5e5e5;
}
.order-content li:last-child {
	border-bottom: none;
}
.order-content li > div {
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
}
.order-content li > div:nth-child(2) {
	width: 140px;
	margin-top: -20px;
	margin-left: 30px;
	vertical-align: middle;
}
.order-content li > div:nth-child(4) {
	float: right;
}
.order-content li .image {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}
.order-content li .image img {
	width: 60px;
	height: 60px;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}
.order-content li .name {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	margin-top: 30px;
	cursor: default;
	vertical-align: top:;;
	color: #000;
}
.order-content li .section {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}
.order-content li .amount {
	font-size: 14px;
	width: 40px;
	margin-top: 20px;
}
.order-content li .price {
	margin-top: 17px;
}
.order-content li .price .currency {
	font-size: 19px;
}
.order-content li .content_ .option_name {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 5px;
	color: #929292;
}
.order-content li .content_ .option_value {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	color: #000;
}
.delivery-type-content .col-xs-6 {
	padding-right: 30px;
}
.delivery-type-content .col-xs-12 {
	padding-right: 44px;
}
.delivery-price.is_free {
	padding-right: 46px;
}
.delivery-price.is_free .bd-input {
	height: 55px;
}

.bd-select .sod_select {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.5 !important;
	color: #3f4245;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.bd-select .sod_select:before {
	top: 29px;
	right: 5px;
	width: 18px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOSAxMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPiAgPGc+ICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM0MzQ3NDkiLz4gIDwvZz48L3N2Zz4=);
}
.private-house {
	font-size: 14px;
}


.checkout-form .payment-fields .fields-group {
	margin-top: 30px;
}
.order-confirm-text {
	font-size: 12px;
	line-height: 1.4;
}
@-webkit-keyframes autofill {
	to {
		color: #525457;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;

	-webkit-animation-fill-mode: both;
}
.order-content-cont {
	padding-top: 44px;
}
.order-content-cont .checkout-title.linkify {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dashed;
}
.order-content-cont .checkout-title.linkify:hover {
	cursor: pointer;
	border-bottom: none;
}
.delivery-time-type_.current_ {
	margin-top: -32px;
}
.checkout-form .radios label span {
	margin-left: -60px;
	padding-left: 40px;
	cursor: pointer;
}
.checkout-form .bd-input.error {
	border-color: #59ba47 !important;
}
.checkout-min-order-label {
	display: none;
	padding-top: 25px;
}

.auth-stat .bd-input {
	margin-top: 5px !important;
}

/* 13.11.2017 */
#popover-auth:not(.is_auth) .webui-popover-content {
	width: 276px;
	padding: 20px 30px 20px 30px;
}

.auth-tabs ul li.active {
	background-color: #59ba47;
}

.bd-form-row {
	margin-top: 10px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input .basket-promo-code {
	padding-left: 0;
}



#gift-modal .md-content {
	background: #f9f9f9;
}

#gift-modal .modal-title {
	font-size: 20px;
	padding-left: 40px;
}

#gift-modal .md-content .scrollbar-macosx {
	overflow-x: hidden !important;
	max-height: 390px !important;
	margin-left: -5px;
	padding: 0 25px !important;
}

#gift-modal .scrollbar-macosx > .scroll-element.scroll-y {
	right: 10px;
}

#gift-modal .md-content .scrollbar-macosx > .scroll-element.scroll-x {
	visibility: hidden;
}



@media screen and (min-width: 768px) {
	.gift-container .product.gift {
		height: 345px !important;
	}
}
@media screen and (max-width: 767px) {
	.gift-container .product.gift {
		height: auto!important;
	}
}




.gift-container .product.gift .gift-progress-info .progress-container {
	height: 53px !important;
	background: #d8d8d8;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar {
	height: 3px !important;
	background-color: #59ba47 !important;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
	z-index: 1;
	margin-top: 3px;
	padding-bottom: 13px;
	background: #f6f8f9 !important;
}

.gift-container .product.gift:hover:not(.active) {
	border-color: #59ba47;
}

.gift-container .product.gift:hover .native_text {
	display: none;
}

.gift-container .product.gift .hover_text {
	display: none;
}

.gift-container .product.gift:hover .hover_text {
	display: block;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
	height: 100%;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div {
	width: auto;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div * {
	font-size: 16px !important;
}

.address-list-container {
	margin-top: 70px;
}

.notify-config-block {
	margin-top: 18px;
	padding: 30px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 12px;
	background: white;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.notify-config-block:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}
.profile-content .profile-phone {
	margin-top: 0;
}

.address-item::after {
	position: absolute;
	bottom: -29px;
	left: 31px;
	display: block;
	width: 68%;
	content: " ";
	border-bottom: 1px dashed #e6e6e6;
}

.address-item:last-child::after {
	display: none;
}

.address-item .opened_field {
	display: none;
}

.address-item.opened .closed_field {
	display: none;
}

.address-item {
	margin-top: 20px;
}

.address-item.opened {
	padding-bottom: 40px;
	border-radius: 5px;
	background: #f6f8f9;
}

.address-item.opened .opened_field {
	display: block;
}

.profile-bread .breadcrumb-box {
	padding-left: 30px;
}

.remove-address {
	font-size: 13px !important;
	font-weight: 300;
	display: inline-block;
	margin: 0 !important;
	margin-top: 25px !important;
	padding: 5px 20px !important;
	text-decoration: none !important;
	color: white !important;
	border-bottom: none !important;
	border-radius: 12px;
	background: #414a4f;
}

.remove-address:hover {
	color: white !important;
	background: #4d575d;
}

.remove-address::before {
	display: none !important;
}

.address-button {
	font-size: 13px;
	font-weight: 300;
	display: inline-block;
	margin-top: 25px;
	padding: 5px 20px;
	text-decoration: none !important;
	color: white !important;
	border-radius: 12px;
}

.address-button:hover {
	color: white !important;
}

.edit-address {
	background: #59ba47;
}

.edit-address:hover {
	color: white;
	background: #59ba47;
}

.add-address {
	background: #59ba47;
}

.add-address:hover {
	background: #59ba47;
}

.add-address:before {
	display: none !important;
	content: "" !important;
}

.notify-config .bd-checkbox input[type=checkbox]:checked + label {
	border-color: #3f484d;
	background: #3f484d;
}

.notify-config .bd-checkbox {
	margin-top: 5px;
}


.delivery-type-tab-1 .scroll-wrapper > .scroll-content {
	max-height: 300px !important;
}

.auth-state.logged-in-state.bonuses-disabled {
	padding-top: 0;
}

#popover-auth.is_auth.bonuses-disabled .webui-arrow {
	border-bottom-color: #e5e5e5;
}

#popover-auth.is_auth.bonuses-disabled .webui-arrow:after {
	border-bottom-color: white;
}

input[readonly] {
	cursor: default;
}

.gift-container .product.gift .get-gift-btn,
.gift-container .product.gift .btn-birthday-gift,
.gift-container .product.gift .get-another-birthday-gift-btn,
.gift-container .product.gift .get-another-gift-btn {
	z-index: 1;
	bottom: 0;
	display: block;
	width: 100%;
	height: 43px;
	color: white;
	border: none;
	border-radius: 0;
	background-color: #59ba47;
}

.gift-container .product.gift .get-another-gift-btn,
.gift-container .product.gift .get-another-birthday-gift-btn {
	height: 46px;
}

.gift-container .product.gift .get-gift-btn:hover,
.gift-container .product.gift .btn-birthday-gift:hover,
.gift-container .product.gift .get-another-birthday-gift-btn:hover,
.gift-container .product.gift .get-another-gift-btn:hover {
	background-color: #8bcf7f;
}

#gift-modal .md-content {
	padding: 20px 0;
}

#basket .scroll-wrapper > .scroll-content {
	max-height: 260px !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn {
	border-radius: 50%;
	background-color: white;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total {
	width: 115px;
	margin-left: 35px;
	padding-left: 20px;
	border-radius: 40px;
}

.address-item .address_private label span {
	font-size: 14px;
	font-weight: 300;
}

.profile-content .address-list-container .sub-row {
	margin-top: 25px;
}

/* 15.01.2018 */

/*.product {
	overflow: hidden;
}*/
.product {
	padding-bottom: 15px;
}
.product .options-row-select {
	padding: 0 47px;
}

.product .product-options {
	z-index: 2;
	display: none;
}

.product-option-list_ {
	overflow-x: hidden !important;
	height: 285px;
	margin-top: 5px !important;
}

@media (min-width: 1200px) {
	.product.choose_option_state .product-info {
		height: 201px;
	}
}

.product label {
	margin-bottom: 5px;
}

.product label span {
	font-size: 16px;
	padding-left: 0;
	color: #292f32;
}

.product input[type="radio"] {
	display: none;
}

.product label > span {
	margin-left: -20px;
	padding-left: 20px;
	cursor: pointer;
}

.product input[type="radio"] + label span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0;
	cursor: pointer;;
	vertical-align: middle;
	background: url(../images/product-checkbox.png) left -13px no-repeat;
}

.product input[type="radio"]:checked + label span {
	background: url(../images/product-checkbox.png) left 0 no-repeat;
}

.product .option_title {
	font-size: 14px;
	color: #3f484d;
}

.options_main_title {
	margin-top: 20px;
}

.product-back {
	position: absolute;
	display: none;
	width: 33px;
	height: 9px;
	margin-top: 16px;
	background: url(../images/arrow-back.png) no-repeat;
}

.product.choose_option_state .add-to-cart-btn {
	width: 70%;
}

.product.choose_option_state .product-back {
	display: block;
}

.product.product-item {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 12px;
	background: white;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.product.product-item:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}
.product .product-footer {
	bottom: 30px;
	width: 100%;
	padding: 0 20px;
}

.product .product-actions .add-to-cart-btn {
	font-size: 14px;
	line-height: 2.3;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;

	    -ms-border-radius: 12px;
}

.options_main_title {
	padding-left: 30px;
}

.product-option-list_ {
	overflow-x: hidden;
}

.product-option-list_ .scroll-x {
	display: none !important;
}

.product-option-list_.scrollbar-macosx > .scroll-element.scroll-y {
	right: 10px !important;
}

.product .preview img.product-image {
	border-radius: 12px 12px 0 0;
}

#product-detail .md-content .product.product-detail {
	height: 100%;
}

.product .base-view,
.product .product-options {
	-webkit-animation-duration: 0.4s;
	   -moz-animation-duration: 0.4s;
	     -o-animation-duration: 0.4s;
	        animation-duration: 0.4s;
	-webkit-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s;
}

.product {
	margin-bottom: 30px;
}

.product label {
	margin-bottom: 0;
}

.news-masonry .news-list {
}

.news-list .news-item .news-photo {
	padding: 15px;
}

.news-list .news-item .news-title a {
	text-decoration: underline;
	color: #404447;
	border: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration-color: #93989a;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.news-list .news-item .news-title span {
	display: inline;
}

.news-list .news-item .news-title a:hover {
	text-decoration: none;
}

.news-list .news-item .news-title {
	line-height: 1.1;
}

.news-masonry article {
	display: block;
	float: left;
	margin-bottom: 15px;
}

.news-list .news-item {
	padding: 10px 25px;
	border-radius: 12px !important;
	background: white;
}

.news-masonry article img {
	border-radius: 12px !important;
}

.product .preview .overlay {
	border-radius: 12px 12px 0 0;
}

.additional-photo-item {
	float: left;
}

.news-sharing-block {
	padding: 30px 40px;
	border-radius: 12px;
	background: #f1f1f1;
}

.news-sharing-block .social-icons-footer a {
	width: 37px;
	height: 37px;
}

.news-sharing-block .social-icons-footer a.sprite-social_vk {
	background-position: -5px -1157px;
}

.news-sharing-block .social-icons-footer a.sprite-social_vk:hover {
	background-position: -5px -1204px;
}

.news-sharing-block .social-icons-footer a.sprite-social_fb {
	background-position: -5px -1251px;
}

.news-sharing-block .social-icons-footer a.sprite-social_fb:hover {
	background-position: -5px -1298px;
}

.news-sharing-block .social-icons-footer a.sprite-social_tw {
	background-position: -5px -1063px;
}

.news-sharing-block .social-icons-footer a.sprite-social_tw:hover {
	background-position: -5px -1110px;
}

.news-sharing-block .social-icons-footer a.sprite-social_ok {
	background-position: -5px -1345px;
}

.news-sharing-block .social-icons-footer a.sprite-social_ok:hover {
	background-position: -5px -1392px;
}

.news-additional-block {
	margin-top: 50px;
}

.news-sharing-block_title {
	font-size: 14px;
	margin-bottom: 10px;
}

.news-sharing-block_go-back {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	text-decoration: none;
	color: #262626;
	border-radius: 12px;
	background: rgb(241, 241, 241);
}

.news-sharing-block_go-back span {
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}

.news-sharing-block_go-back::before {
	display: inline-block;
	width: 33px;
	height: 9px;
	margin-right: 10px;
	content: "";
	background: url(../images/arrow-back.png) no-repeat;
}

.news-sharing-block_go-back:hover,
.news-sharing-block_go-back:active {
	text-decoration: none;
	border-bottom: none;
}

.news-sharing-block_go-back:hover span {
	text-decoration: none;
	border-bottom: none;
}

.product .product-actions .progress-container {
	border: 1px solid #bfc5c7;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;

	    -ms-border-radius: 12px;
}

.product .product-actions .progress-container .progress-bar-content {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	color: #999;
}

.scroll-wrapper:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 20px;
	content: "";
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.product-list .banner,
.gift-container .product.gift,
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .basket-checkout-btn {
	border-radius: 12px;
}

.product .product-actions .progress-container {
	overflow: hidden;
}

.news-list .news-item .news-text {
	padding-bottom: 10px;
}

@-moz-document url-prefix() {
	.bd-select .sod_select::before {
		top: 16px;
	}
}

.category-seo-text {
	font-size: 14px;
	font-weight: 300;
	color: #747474;
}

.category-seo-text h2 {
	font-size: 18px;
}

.news-detail-image {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.news-detail-image img {
		width: 100%;
	}
}


.products-sub-menu-main nav ul li a {
	font-size: 18px;
}

.products-sub-menu-main nav ul li.active a {
	font-size: 18px;
	padding: 0;
	color: #59ba47;
	background: none;
}

.products-sub-menu-main nav ul li.active a:after {
	display: none;
	content: "";
}

.menu-general {
	display: inline-block;
}

.priority-nav {
	white-space: nowrap;
	/*
      * Makes sure the menu's are inline-block so they don't take up
      * the entire width of its parent. This will break the plugin.
      */
}

.priority-nav > ul {
	display: inline-block;
}

.priority-nav > ul > li {
	display: inline-block;
}

.nav__dropdown-wrapper {
	top: -5px;
	border-bottom: 1px solid #93989a;
}

.nav__dropdown-wrapper:hover {
	border-bottom: none !important;
}

.priority-nav {
	overflow: hidden;
}

.priority-nav.is-open {
	overflow: inherit;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle:hover {
	color: #59ba47;
	border-bottom: none !important;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	position: relative;
	display: inline-block;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-decoration: none;
	color: #292f32;
	border: none;
	outline: none;
	background: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.priority-nav__wrapper {
	position: relative;
}

.priority-nav__dropdown {
	position: absolute;
	visibility: hidden;
}

.priority-nav__dropdown.show {
	visibility: visible;
}

.priority-nav__dropdown-toggle {
	position: absolute;
	visibility: hidden;
}

.priority-nav-is-visible {
	visibility: visible;
}

.priority-nav-is-hidden {
	visibility: hidden;
}

.priority-nav__dropdown.show {
	position: absolute;
	z-index: 9999;
	top: 33px;
	left: -200%;
	min-width: 50px;
	min-height: 32px;
	padding: 10px 0;
	text-align: left;
	white-space: normal;
	border: solid 1px #e5e5e5;
	border-radius: 6px;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
	        box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
}

.priority-nav__dropdown:before,
.priority-nav__dropdown:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: " ";
	border-style: solid;
	border-color: transparent;
}

.priority-nav__dropdown:before {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-width: 11px;
	border-top-width: 0;
	border-bottom-color: #e5e5e5;
}

.priority-nav__dropdown:after {
	position: absolute;
	top: 1px;
	top: -9px;
	right: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.priority-nav__dropdown li {
	display: block !important;
	width: 100%;
	padding: 4px 25px 4px 25px;
	cursor: pointer;
}

.priority-nav__dropdown li:hover {
	background-color: #f1f1f1;
}

.priority-nav__dropdown li a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}
