.collapsing
{
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: .35s;
	transition-property: height;
}

.dropup,
.dropdown
{
	position: relative;
}

.dropdown-toggle::after
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}

.dropdown-toggle:focus
{
	outline: 0;
}

.dropup .dropdown-toggle::after
{
	border-top: 0;
	border-bottom: .3em solid;
}

.group-span-filestyle label
{
	margin: 0;
}

.text-muted
{
	font-size: 0.875rem;
}

.thumb-mask>.mask
{
	position: relative;
	width: 3.438rem;
	height: 3.438rem;
	margin: .625rem 0;
	overflow: hidden;
	border: var(--color-3) 1px solid;
}

.thumb-mask>.mask img
{
	width: 55px;
	height: 55px;
}

.definition-list dl
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.definition-list dl dt
{
	font-weight: 500;
}

.definition-list dl dd, .definition-list dl dt
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	padding: 0.625rem;
	margin: 0.125rem;
	background: var(--color-3);
}

.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even)
{
	background: var(--color-3);
}

.ps-alert-error
{
	margin-bottom: 0;
}

.ps-alert-error .item, .ps-alert-success .item
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: var(--size-md);
	background-color: #ff4c4c;
	border: 2px #ff4c4c solid;
}

.ps-alert-error .item i, .ps-alert-success .item i
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 15px #ff4c4c solid;
}

.ps-alert-error .item i svg, .ps-alert-success .item i svg
{
	width: 24px;
	height: 24px;
	background-color: #ff4c4c;
}

.ps-alert-error .item p, .ps-alert-error .item .page-content.page-cms ul, .page-content.page-cms .ps-alert-error .item ul, .ps-alert-success .item p, .ps-alert-success .item .page-content.page-cms ul, .page-content.page-cms .ps-alert-success .item ul
{
	width: 100%;
	padding: 18px 20px;
	margin: 0;
	background-color: var(--color-8);
}

.ps-alert-success
{
	padding: var(--size-xs) 0.25rem 2.75rem;
}

.ps-alert-success .item
{
	background-color: #4cbb6c;
	border-color: #4cbb6c;
}

.ps-alert-success .item i
{
	border-color: #4cbb6c;
}

.ps-alert-success .item i svg
{
	background-color: #4cbb6c;
}

#pagenotfound .page-content #search_widget
{
	width: 100%;
}

.page-not-found .search-widget form
{
	display: inline-block;
}

@media (max-width: 767px)
{
	.header-top .search-widget
	{
		float: none;
	}


	.header-top .search-widget form
	{
		margin: 0 auto; 
	}

	.header-top .search-widget form input[type="text"]
	{
		min-width: inherit;
		background: #fff; 
	}
}

.page-content.page-cms
{
	padding: 1.25rem;
	text-align: justify;
	background: var(--color-8);
}

.page-content.page-cms .cms-box img
{
	max-width: 100%;
}

.page-content.page-cms ul
{
	list-style: disc inside none;
}

@media (max-width: 991px)
{
	#block-cmsinfo
	{
		padding: 1.25rem 1.875rem;
	}
}

.input-color
{
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	opacity: 0;
}

.input-container
{
	position: relative;
}

.input-radio
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span
{
	border: 2px solid #232323;
}

.radio-label
{
	display: inline-block;
	padding: 0.125rem .625rem;
	font-weight: 600;
	background: var(--color-8);
	border: 2px solid var(--color-8);
}

.social-sharing
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 1.5rem;
}

.social-sharing ul
{
	margin-bottom: 0;
}

.social-sharing li
{
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: var(--size-sm);
	cursor: pointer;
	background-color: var(--color-8);
	background-repeat: no-repeat;
	background-position: var(--size-xs) 0.25rem;
	background-size: 2rem 2rem;
	border-radius: 50%;
}

.social-sharing li a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.social-sharing li a:hover
{
	color: transparent;
}

.block-promo
{
	margin-bottom: var(--size-md);
}

.block-promo .promo-code
{
	padding: var(--size-md);
}

.block-promo .promo-code .alert-danger
{
	position: relative;
	display: none;
	margin-top: 1.25rem;
	color: var(--color-8);
	background: #ff4c4c;
}

.block-promo .promo-code .alert-danger::after
{
	position: absolute;
	bottom: 100%;
	left: 10%;
	width: 0;
	height: 0;
	margin-left: -10px;
	pointer-events: none;
	content: " ";
	border: solid transparent;
	border-width: 10px;
	border-bottom-color: #ff4c4c;
}

.block-promo .promo-code form
{
	text-align: center;
}

.block-promo .promo-input
{
	width: 50%;
	height: 2.5rem;
	margin-right: -0.24rem;
	color: #232323;
	text-indent: 0.625rem;
	border: var(--color-4) 1px solid;
}

.block-promo .promo-input+button
{
	margin-top: -4px;
	margin-left: -1px;
	text-transform: capitalize;
	border: 2px solid var(--color-7);
}

.block-promo .cart-summary-line .label, .block-promo .promo-name
{
	margin-bottom: 0;
	font-weight: 600;
	color: #ff9a52;
}

.block-promo .cart-summary-line .label a, .block-promo .promo-name a
{
	display: inline-block;
	font-weight: 500;
	color: #232323;
}

.block-promo .promo-name .cart-summary-line .label
{
	font-weight: 500;
	color: #363a42;
}

.block-promo .promo-name .cart-summary-line span
{
	color: #f49d6e;
}

.block-promo .promo-name .material-icons
{
	margin-left: 0.4rem;
	font-size: 1.2rem;
}

.block-promo .promo-code-button
{
	display: block;
	padding: 0 0 var(--size-md);
	text-align: center;
}

.block-promo .promo-code-button.with-discounts
{
	display: none;
}

.block-promo .promo-code-button.cancel-promo
{
	margin-bottom: 0;
	color: var(--color-7);
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"]
{
	display: block;
	padding: 0;
	margin-top: var(--size-md);
}

.block-promo.promo-highlighted
{
	padding: 0 var(--size-md);
	margin-bottom: 0;
	text-align: center;
}

.block-promo p, .block-promo .page-content.page-cms ul, .page-content.page-cms .block-promo ul
{
	margin-bottom: 0;
}

#stores .page-stores
{
	width: 85%;
	margin: 0 auto;
}

#stores .page-stores .store-item
{
	padding-right: var(--size-md);
	padding-left: var(--size-md);
}

#stores .page-stores .store-picture img
{
	max-width: 100%;
}

#stores .page-stores .store-item-container
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul
{
	margin-bottom: 0;
	font-size: .9375rem;
}

#stores .page-stores .store-item-container .divide-left
{
	border-left: var(--color-3) 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr
{
	height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td
{
	padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th
{
	text-align: right;
}

#stores .page-stores .store-item-container .store-description
{
	font-size: var(--size-md);
}

#stores .page-stores .store-item-footer
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: var(--size-sm);
	margin-top: var(--size-sm);
}

#stores .page-stores .store-item-footer.divide-top
{
	border-top: var(--color-3) 1px solid;
}

#stores .page-stores .store-item-footer div:first-child
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons
{
	margin-right: .625rem;
	font-size: var(--size-md);
	color: var(--color-4);
}

#stores .page-stores .store-item-footer li
{
	margin-bottom: .625rem;
}

@media (max-width: 767px)
{
	#stores .page-stores
	{
		width: 100%;
	}

#stores .page-stores .store-item-container
	{
		padding: var(--size-md) 0;
	}
}

@media (max-width: 575px)
{
	#stores .page-stores .store-item-container
	{
		display: block;
	}

#stores .page-stores .store-item-container .divide-left
	{
		border-left: none;
	}

#stores .page-stores .store-item-container .store-description a
	{
		margin-bottom: var(--size-sm);
	}

#stores .page-stores .store-item-container .store-description address
	{
		margin-bottom: var(--size-sm);
	}

#stores .page-stores .store-item-footer
	{
		display: block;
	}

#stores .page-stores .store-item-footer.divide-top
	{
		border-top: var(--color-3) 1px solid;
	}

#stores .page-stores .store-item-footer li
	{
		margin-bottom: .625rem;
	}

#stores .page-stores .store-item-footer .card-block
	{
		padding: var(--size-md) 0.75rem 0;
	}
}

.linklist .blockcms-title a
{
	color: #232323;
}

.blockcms-title
{
	font-size: var(--size-md);
	font-weight: 700;
}

.block-social
{
	text-align: right;
}

.block-social ul
{
	display			: flex;
	justify-content	: center;
}

@media (max-width: 767px)
{
	.block-social ul
	{
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
}

.block-social ul li
{
	display				: inline-block;
	width				: 50px;
	height				: 50px;
	margin				: 0.125rem;
	cursor				: pointer;
	background-repeat	: no-repeat;
}

@media (max-width: 767px)
{
	.block-social ul li
	{
		width: 2rem;
		height: 2rem;
		margin-right: 1.3rem;
		margin-bottom: 1.3rem;
		background-size: contain;
	}
}

.block-social ul li:hover
{
	background-color: var(--color-7);
}

.block-social ul li a
{
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.block-social ul li a:hover
{
	color: transparent;
}

.facebook
{
	background-image: url(../img/facebook.svg);
}

.facebook::before
{
	content: "";
	background-image: url(../font/fa3993a997a0b84e9900ee168b18b919.svg);
}

.facebook.icon-gray
{
	background-image: url(../font/b252849e892c264f4f220c7e7cb0207a.svg);
}

.facebook.icon-gray:hover
{
	background-image: url(../font/fa3993a997a0b84e9900ee168b18b919.svg);
}

.twitter
{
	background-image: url(../font/f56d95737d55e2bdba95baa528b2583b.svg);
}

.twitter::before
{
	content: "";
	background-image: url(../font/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}

.twitter.icon-gray
{
	background-image: url(../font/740f1557cae714dc4b180b4d5de69375.svg);
}

.twitter.icon-gray:hover
{
	background-image: url(../font/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}

.linkedin
{
	background-image: url(../font/b2efa71e4ca1cd26b0f4df4e71e531a8.svg);
	background-position: center center;
}

.rss
{
	background-image: url(../font/cbeba06698c00a61e82219b76357ce42.svg);
}

.youtube
{
	background-image: url(../font/726b87682d18d1e8307635d146fe58cc.svg);
}

.googleplus
{
	background-image: url(../font/c472ea2ef3e5b37438730a4ab00513b4.svg);
}

.googleplus::before
{
	content: "";
	background-image: url(../font/47f13bcaf75af86613bca9721d6e858f.svg);
}

.googleplus.icon-gray
{
	background-image: url(../font/7acb0ff3a9a16ba3806d7f16b745af38.svg);
}

.googleplus.icon-gray:hover
{
	background-image: url(../font/47f13bcaf75af86613bca9721d6e858f.svg);
}

.pinterest
{
	background-image: url(../font/33e7446832ac7aa84b959a6ea8efb915.svg);
}

.pinterest::before
{
	content: "";
	background-image: url(../font/882e1291e47c7d9d5dd7633845caa204.svg);
}

.pinterest.icon-gray
{
	background-image: url(../font/91fc2885f1aa34fb73f63e9ef538fe1c.svg);
}

.pinterest.icon-gray:hover
{
	background-image: url(../font/882e1291e47c7d9d5dd7633845caa204.svg);
}

.vimeo
{
	background-image: url(../font/4903fb37c04676f5a805be194ad59b2b.svg);
}

.instagram
{
	background-image: url(../img/instagram.svg);
}
.customization-modal .modal-content
{
	border: 1px solid var(--color-3);
	border-radius: 0;
}

.customization-modal .modal-content .modal-body
{
	padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line
{
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid var(--color-3);
}

.customization-modal .modal-content .modal-body .product-customization-line .label
{
	font-weight: 600;
	text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child
{
	padding-bottom: 0;
	border-bottom: 0;
}


#notifications ul
{
	margin-bottom: 0;
}
