.hidden {
	display: none !important;
}

.giftmsg,
.updateOrderNote {
	display: none
}

textarea.order-note.giftmsg.active,
a.updateOrderNote.active {
	display: block;
}

/*loader*/
.align-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

.justify-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,.4);*/
	z-index: 999;
}

.loader .loader-bg {
	background-color: #FFF;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	width: 66px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}

.loader .spinner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: contanim 2s linear infinite;
	-moz-animation: contanim 2s linear infinite;
	-o-animation: contanim 2s linear infinite;
	-ms-animation: contanim 2s linear infinite;
	animation: contanim 2s linear infinite;
}

.loader .spinner svg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.loader .spinner svg:nth-child(1) circle {
	stroke: #84EBBD;
	stroke-dasharray: 1, 300;
	stroke-dashoffset: 0;
	-webkit-animation: strokeanim 3s calc(.2s * (1)) ease infinite;
	-moz-animation: strokeanim 3s calc(.2s * (1)) ease infinite;
	-o-animation: strokeanim 3s calc(.2s * (1)) ease infinite;
	-ms-animation: strokeanim 3s calc(.2s * (1)) ease infinite;
	animation: strokeanim 3s calc(.2s * (1)) ease infinite;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.loader .spinner svg:nth-child(2) circle {
	stroke: #4977EC;
	stroke-dasharray: 1, 300;
	stroke-dashoffset: 0;
	-webkit-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
	-moz-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
	-ms-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
	-o-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
	animation: strokeanim 3s calc(.2s * (2)) ease infinite;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.loader .spinner svg:nth-child(3) circle {
	stroke: #F6BB67;
	stroke-dasharray: 1, 300;
	stroke-dashoffset: 0;
	-webkit-animation: strokeanim 3s calc(.2s * (3)) ease infinite;
	-moz-animation: strokeanim 3s calc(.2s * (3)) ease infinite;
	-ms-animation: strokeanim 3s calc(.2s * (3)) ease infinite;
	-o-animation: strokeanim 3s calc(.2s * (3)) ease infinite;
	animation: strokeanim 3s calc(.2s * (3)) ease infinite;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.loader .spinner svg:nth-child(4) circle {
	stroke: #333841;
	stroke-dasharray: 1, 300;
	stroke-dashoffset: 0;
	-webkit-animation: strokeanim 3s calc(.2s * (4)) ease infinite;
	-moz-animation: strokeanim 3s calc(.2s * (4)) ease infinite;
	-ms-animation: strokeanim 3s calc(.2s * (4)) ease infinite;
	-o-animation: strokeanim 3s calc(.2s * (4)) ease infinite;
	animation: strokeanim 3s calc(.2s * (4)) ease infinite;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

/* STROKEANIM :BEGIN */
@-webkit-keyframes strokeanim {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -58.548324585;
	}

	100% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -175.6449737549;
	}
}

@-moz-keyframes strokeanim {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -58.548324585;
	}

	100% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -175.6449737549;
	}
}

@-ms-keyframes strokeanim {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -58.548324585;
	}

	100% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -175.6449737549;
	}
}

@-o-keyframes strokeanim {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -58.548324585;
	}

	100% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -175.6449737549;
	}
}

@keyframes strokeanim {
	0% {
		stroke-dasharray: 1, 300;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -58.548324585;
	}

	100% {
		stroke-dasharray: 120, 300;
		stroke-dashoffset: -175.6449737549;
	}
}

/* STROKEANIM :END */
/* CONTANIM :BEGIN */
@-webkit-keyframes contanim {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes contanim {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes contanim {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes contanim {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes contanim {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* CONTANIM :END */

.form-group .required {
	color: #000 !important
}

select.qty-option.itemqty {
	width: auto;
	height: auto;
}

.pt0 {
	padding-top: 0px;
}

.clearBtn {
	cursor: pointer;
	font-size: 11px;
	float: right;
}

.direction-rtl .clearBtn {
	float: left;
}

.currency_select {
	font-weight: bold !important;
}

.shareit {
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #121212;
	cursor: pointer;
	text-transform: uppercase;
}

.addthis_inline_share_toolbox {
	float: left;
	clear: none !important;
}

.direction-rtl .addthis_inline_share_toolbox {
	float: right;
}

.direction-rtl .shareit {
	float: right;
	margin-left: 10px
}

.direction-rtl .dropdown-menu {
	float: right;
	right: 0;
	text-align: right;
}

.accordion {
	clear: both;
}

div#atstbx {
	margin: -5px;
	padding-left: 15px;
}

.banner-block .slick-slider-section .item .caption .caption-title {
	font-size: 50px !important;
}

.no-results {
	text-align: center;
	padding: 15px;
	max-width: 480px;
	margin: 30px auto;
	border: 1px solid #E1E1E1;
}

@media only screen and (max-width: 768px) {
	.catalog-items .product-box .pd-img-option .product img {
		min-height: 168px;
	}

	.gift-product-modal .modal-dialog {
		width: auto;
	}
}

@media only screen and (min-width: 1024px) {
	.catalog-items .product-box .pd-img-option .product img {
		min-height: 208px;
	}
}

.summary-side-panel .product-info {
	padding-left: 70px !important;
}