/*! jQuery UI - v1.12.1 - 2018-06-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}

/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo

Orange: #FE6603
Dark Blue: #0B192C
Button Green: #45a049

*/

/** KEYFRAMES ANIMATIONS **/

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

/*********** CSS RESET **********/

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

.sms-page .short-description ul {
	list-style:inside;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/


/*volkan additions from theme.css */
.productAddedToCartWindowImage a:before,
.product-list .item-box .picture a:before,
.product-grid .item-box .picture a:before,
.gallery .picture:before,
.gallery .thumb-item:before,
.variant-picture:before,
.quickView .gallery .picture a:before,
.quickView .thumbnails a:before {
  padding-top: 100%;
}

.sms-page .product-grid .item-box .video .picture a:before,
.spc-body .product-grid .item-box .video .picture a:before {padding-top: 60%;}

.sms-page .priceRangeFilterPanel7Spikes,
.sms-page .vendorFilterPanel7Spikes,
.sms-page .artist-page .genres {display:none !important;}


/*body .sms-page{
  background: url(https://local.samplemarket.co.uk/images/100228.jpg) no-repeat;
  background-attachment: fixed;
  background-position:50% 50%;
  background-size: cover;
}*/

/*volkan additions from theme.css */

.sms-page .studio-intro {
	font-size:1.4em;
	line-height:1.8em;
}

.sms-page .header-menu {background: #FE6603;}

.sms-page .sms-darkbg,
.sms-page .topic-block-body {
	color: #c8c8c8;
	font-size: 1.1em
}

.sms-page .topic-block-body strong {
	font-size: 1.2em;
	font-weight: 600;
	color:#fff;
}

.sms-page .topic-block-body em {
	font-size: 1.8em;
	font-weight: 600;
	color:#fff;
	line-height:1.4em;
}

.sms-page .short-description strong {
	color:#f8f8f8;
}

.sms-logo {display: none}
.sms-page .sm-logo,
.sms-page .store-search-box {
	display: none !important;
}
.sms-page .sms-logo {
	display:inline-block;
}

.master-wrapper-page.sms-page,
.master-header-wrapper.sms-page{
	background-color: #151515; /*#0B192C*/
}

@font-face {
    font-family: 'prisma';
    src: url('../../Themes/Prisma/Content/font/prisma.woff') format('woff'), url('../../Themes/Prisma/Content/font/prisma.svg#prisma') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 100%;
    background-color: #fff;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    font-size: 13px;
}

.menu-item-orange {
	color:#FF6500;
}

.sms-page .footer-upper {
	background-color: #1E3E62;
}

.sms-page .topic-block-body h1 {
	font-size: 3em;
	font-weight:600;
	line-height:1em;
	color: #fff;
	background:#FE6603;
	padding:10px 20px;
	width: max-content;
  margin: 20px auto;
  text-align: center;
	
}
.sms-page .topic-block-body h2 {
	font-size: 4em;
	font-weight:600;
	line-height:1em;
	margin: 20px 0;
	color: #fff
}
.sms-page h3 {
	font-size: 2.5em;
	font-weight:500;
	line-height:1.4em;
	color: #f8f8f8;
	margin-bottom:30px;
}

.sms-page strong {color: #f8f8f8;}


.sms-page .call2action,
.sms-page .newsletter-modal-trigger {
    border-radius: 30px;
    border: none;
    display: inline-block;
    margin: 10px 20px;
    padding: 0px 20px !important;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 48px;
    color: #FFF;
    background: #FE6603;
    width: 100%;
    max-width: 230px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sms-page .newsletter-modal-trigger{
	max-width: 500px;
	margin:20px;
}

.sms-page .call2action::after,
.sms-page .newsletter-modal-trigger:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.sms-page .call2action:hover::after,
.sms-page .newsletter-modal-trigger:hover::after {
    left: 100%;
}

.sms-page .call2action:hover,
.sms-page .newsletter-modal-trigger:hover {
    background: #FF7722;
    transform: scale(1.12);
}

.sms-page .call2action:active,
.sms-page .newsletter-modal-trigger:active {
    transform: scale(1.06);
}

.sms-page .order-completed .order-number,
.sms-page .order-completed .order-email-notice {
	margin:20px 10px;
	font-size:16px;
}
.sms-page .order-completed .order-number strong {font-size:18px;}
.sms-page .order-completed .order-email-notice span {
	font-size:18px;
	font-weight:600;
	color:#000;}
.sms-page .order-completed .join-completed-continue-button{
	padding: 10px 30px;
	margin: 0 0 50px 0;
    border: 0;
	cursor:pointer;
    background: #FE6603;
    color: #f8f8f8;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.sms-page .order-completed .join-completed-continue-button:hover{
	background: #151515; /*#0B192C*/
	color:#f8f8f8;
}
.sms-page .order-completed #OrderComplete span:before {
    content: '\e962';
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-family: prisma;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
}

/*side banners */
/*side banners */

.side-banners {
    position: fixed;
    z-index: 999;
    top: 180px;
    display: none; /* Hide by default */
}

.side-banner-left {
    left: calc(50% - 640px);
    transform: translateX(-100%);
}

.side-banner-right {
    left: calc(50% + 640px);
}

.side-banner img {
    display: block;
}

/* Force hide on ALL screens below 1440px */
@media screen and (max-width: 1439px) {
    .side-banner-left,
    .side-banner-right {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* 1440px - 1599px: 80x290 banner */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .side-banner-left,
    .side-banner-right {
        display: block;
    }
    .banner-80 { display: block; }
    .banner-160, .banner-240, .banner-300 { display: none; }
}

/* 1600px - 1759px: 160x580 banner */
@media screen and (min-width: 1600px) and (max-width: 1759px) {
    .side-banner-left,
    .side-banner-right {
        display: block;
    }
    .banner-160 { display: block; }
    .banner-80, .banner-240, .banner-300 { display: none; }
}

/* 1760px - 1879px: 240x600 banner */
@media screen and (min-width: 1760px) and (max-width: 1879px) {
    .side-banner-left,
    .side-banner-right {
        display: block;
    }
    .banner-240 { display: block; }
    .banner-80, .banner-160, .banner-300 { display: none; }
}

/* 1880px+: 300x700 banner */
@media screen and (min-width: 1880px) {
    .side-banner-left,
    .side-banner-right {
        display: block;
    }
    .banner-300 { display: block;}
    .banner-80, .banner-160, .banner-240 { display: none; }
}
/*side banners */
/*side banners */

/* fonts */
.font-open-sans {font-family: 'Open Sans';}


.font-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.font-open-sans {line-height: 1.2;}
.font-roboto {line-height: 1.5;}


.font-playfair-display {
    font-family: 'Playfair Display';
}

    .font-playfair-display .product-title {
        line-height: 1.2
    }

    .font-playfair-display .responsive-nav-wrapper .cart-qty,
    .font-playfair-display .responsive-nav-wrapper .wishlist-qty,
    .font-playfair-display .inbox-unread {
        line-height: 15px;
    }

.font-comfortaa {
    font-family: 'Comfortaa';
}

    .font-comfortaa .product-title {
        line-height: 1.3;
    }

.font-fira-sans {
    font-family: 'Fira Sans';
}

    .font-fira-sans .product-title {
        line-height: 1.3;
    }

    .font-fira-sans .responsive-nav-wrapper .cart-qty,
    .font-fira-sans .responsive-nav-wrapper .wishlist-qty,
    .font-fira-sans .inbox-unread {
        line-height: 18px;
    }
/**/

a {
    color: inherit;
    cursor: pointer;
}

img {
    max-width: 100%;
}

a img {
    opacity: 0.99; /*firefox scale bug fix*/
}

table {
    width: 100%;
    border-collapse: collapse;
}

.disabled {
    display: none;
}

.master-wrapper-page {
    max-width: 100%;
    overflow-x: hidden;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
    height: 40px;
    border: 1px solid #eee;
    padding: 8px;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
}

input, textarea, select, button {
    font-family: inherit;
}

textarea {
    min-height: 150px;
    resize: none;
}

select {
    min-width: 50px;
    height: 40px;
    padding: 6px;
}

    select:disabled {
        opacity: .5;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

audio::-webkit-media-controls-panel {

  background-color: #8992A5;

}

.master-wrapper-content {
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 {
    margin: 0 0 50px;
	background: #fff;
    border-radius: 0px;
}

.center-2, .side-2 {
    margin: 0 0 50px;
}

.sms-page .center-1,
.sms-page .center-2{background:#151515 !important;}



.page {
    min-height: 500px;
    text-align: center;
}

.page-title {
    margin: 30px 0 20px;
    padding: 8px 15px;
	background-color:#fff;
}

.sms-page .page-title {background-color:#151515; /*#0B192C*/}

.page-title h1 {
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        color: #444;
    }
	
.sms-page .page-title h1,
.sms-page h1 {color: #f8f8f8;font-size: 24px;font-weight: normal;}

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

    .buttons .button-1,
    .buttons .button-2,
    .notify-me-button,
	.payment-braintree-dropin-next-step-button {
        padding: 13px 35px;
        border: 0;
        background: #2b2b2b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

.link-rss {
    display: none;
    position: relative;
    width: 18px;
    height: 18px;
    font-size: 0;
}

    .link-rss:after {
        content: '\e90f';
        position: absolute;
        top: 0;
        left: 0;
        font-family: prisma;
        font-size: 18px;
        color: #ccc;
    }

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
}

::selection {
    background: #2b2b2b; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #2b2b2b; /* Gecko Browsers */
    color: #fff;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 10px;
    }

        .fieldset .title strong,
        .section .title strong {
            font-size: 14px;
            color: #444;
        }

.form-fields {
    position: relative;
}

.inputs {
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 13px; /*reset zeroing*/
        color: #454545;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

    .inputs input[type=text].input-validation-error,
    .inputs input[type=email].input-validation-error,
    .inputs input[type=tel].input-validation-error,
    .inputs textarea.input-validation-error,
    .inputs input[type=password].input-validation-error {
        border-bottom: 2px solid #ff5874;
    }

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

    .inputs .option-list li {
        float: left;
        margin: 0 5px;
    }

    .inputs .option-list label {
        margin: 0 3px;
        width: auto;
    }

input[type=checkbox],
input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=checkbox] + label,
    input[type=radio] + label,
    #Newsletter + input + label,
    .inputs.reversed input + input + label,
    .selector input + input + label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 10px 0 10px 24px;
        text-align: left;
        font-size: 13px;
        cursor: pointer;
    }

#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
    width: auto;
}

    input[type=checkbox] + label:before,
    #Newsletter + input + label:before,
    .inputs.reversed input + input + label:before,
    .selector input + input + label:before,
    input[type=radio] + label:before {
        content: '.';
        position: absolute;
        left: 0;
        top: 50%;
        width: 15px;
        height: 15px;
        background: #ddd;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
        text-indent: -9999px;
        font-size: 0;
    }

input[type=radio] + label:before,
input[type=radio] + label:after {
    border-radius: 50%;
}

input[type=radio]:checked + label:before {
    background: #2b2b2b;
}

input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    top: 39%;
    left: 5px;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background: #fff;
}

#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after {
    content: '\e92a';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #2b2b2b;
    line-height: 15px;
    text-align: center;
    font-family: prisma;
    font-size: 9px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

.inputs.reversed {
    text-align: center;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
    content: none;
    opacity: 0;
}

.required {
    margin-left: 4px;
    font-size: 15px;
    vertical-align: top;
    color: #454545;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #ff5874;
    vertical-align: bottom;
}

.field-validation-valid,
.username-available-status {
    display: inline-block;
    font-size: 12px;
    color: #2b2b2b;
    vertical-align: bottom;
}

.captcha-box {
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        margin-left: -20px;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    .captcha-box input {
        height: auto;
    }

select {
    padding: 6px 30px 6px 6px;
    border: 0;
    width: 175px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.no-data {
    text-align: center;
    font-size: 14px;
    color: #666;
}

input:disabled,
textarea:disabled {
    background: #ececec;
}


/*********** GLOBAL TABLES ***********/


.table-wrapper {
    overflow-x: auto;
}

.cart,
.forums-table-section table {
    margin: 0 0 4px;
}

    .cart th, .data-table th,
    .forums-table-section th {
        padding: 12px;
        background: #f6f6f6;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 11px;
        color: #bbb;
        white-space: nowrap;
    }
	
	.sms-page .data-table th {
		background: #fff;
		color:#666
	}
	
.subscription-history-page .data-table th{
	background: #fff;
	text-transform:capitalize;
	font-size: 13px;
	color: #666;
	text-align: left;
	border: 1px solid #f6f6f6;
}


    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        padding: 10px;
        border: 1px solid #f6f6f6;
        min-width: 50px;
        background: #fff;
    }
	
	.subscription-history-page .data-table td,
	.subscription-history-page .data-table th {
		padding: 8px;
	}

.cart {
    border-collapse: separate;
    text-align: center;
}

    .cart .remove-from-cart input,
    .cart .add-to-cart input {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cart .remove-from-cart label,
    .cart .add-to-cart label {
        display: inline-block;
        padding: 0 0 0 24px;
    }

    .cart label {
        font-size: 0pt;
    }

    .cart a, .data-table a {
        font-weight: bold;
    }

    .cart .product {
        text-align: center;
    }

    .cart .product-name {
        margin-bottom: 5px;
        border: 0;
        padding: 0;
        font-weight: normal;
        font-size: 15px;
        color: #666;
    }

        .cart .product-name:hover {
            color: #2b2b2b;
        }

    .cart .rental-info,
    .cart .recurring-info,
    .cart .attributes {
        line-height: 20px;
        font-size: 13px;
        color: #aaa;
    }

.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price {
    font-weight: bold;
    font-size: 14px;
    color: #454545;
}

.cart .qty-input,
.cart .qty-dropdown {
    border: 1px solid #eee;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.cart .subtotal span {
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #2b2b2b;
    white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount + div {
    font-size: 13px;
    color: #454545;
    white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}


/*********** NOTIFICATIONS & POPUPS  ***********/


.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 25px 15px 15px;
    width: 100%;
    color: #fff;
    opacity: 0.95;
    z-index: 1080;
}

    .bar-notification.success {
        background: #2b2b2b;
    }

    .bar-notification.warning {
        background: #f93;
    }

    .bar-notification.error {
        background: #ff5874;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
        font-size: 14px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        margin: 8px;
        width: 32px;
        height: 32px;
        opacity: 0.7;
    }

        .bar-notification .close:after {
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 12px;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #2b2b2b;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}

.ui-dialog {
    position: absolute !important;
    width: 450px !important;
    max-width: 95%;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1080;
}

.ui-dialog-titlebar {
    padding: 13px;
    background: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 8px;
        border: 0;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: none;
        font-size: 0;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button::after {
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 10px;
            color: #fff;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
    overflow: auto;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        margin: 5px 0;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 18px;
        }

    .ui-dialog-content .tooltip {
        margin: 5px 0;
        line-height: 20px;
        text-align: center;
        color: #454545;
    }

    .ui-dialog-content button {
        display: block;
        margin: 10px auto 0;
    }

.back-in-stock-subscription-page .page-body > .tooltip {
    width: auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
    text-align: left;
}

.reward-points-page .no-data {
    margin-top: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -160px;
    padding: 20px;
    width: 320px;
    background: #f6f6f6;
    text-align: center;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1050;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        margin: 0 0 20px 0;
        padding: 13px 35px;
        border: 0;
        background: #2b2b2b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .eu-cookie-bar-notification button:hover {
            background: #fff;
            color: #2b2b2b;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

.scroll-back-button {
    position: fixed;
    right: 0;
    bottom: 70px;
    border: 1px solid rgba(255,255,255,.7);
    width: 55px;
    height: 50px;
    overflow: hidden;
    background: #2b2b2b;
    transition: all .3s;
    cursor: pointer;
    z-index: 1030;
    opacity: .7;
}

    .scroll-back-button:hover {
        opacity: 1;
    }

    .scroll-back-button:after {
        content: '\e926';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 11px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


/*********** HEADER ***********/


.admin-header-links {
    background: #ccc;
    text-align: center;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

    .admin-header-links a {
        font-weight: bold;
    }

.master-header-wrapper {
    margin: 0 0 70px;
    background: #f6f6f6;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.home-page-body .master-header-wrapper {
    margin-bottom: 40px;
}

.master-header-wrapper.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

    .master-header-wrapper.stick.nav-up {
        top: -180px;
    }

.header-wrapper {
    padding: 8px 5px;
}

    .header-wrapper:after {
        content: '';
        display: block;
        clear: both;
    }

.master-header-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.header {
    float: left;
    width: 36%;
    text-align: center;
}

.header-logo {
    text-align: left;
    max-width: 280px;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img {
            max-width: 100%;
        }

.header-links-wrapper {
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    pointer-events: none;
    z-index: 1070;
}

    .header-links-wrapper.opened {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }

.header-links ul {
    padding: 6px 0;
    font-size: 0;
}

.header-links li {
    text-align: left;
}

.header-links .ico-cart {
    display: none;
}

.header-links a {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.inbox-unread,
.responsive-nav-wrapper > div span.wishlist-qty {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #ff5874;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
    vertical-align: text-top;
    z-index: 1;
}

.header-links a:hover {
    color: #2b2b2b;
}

.header-links a:before {
    display: inline-block;
    margin-right: 8px;
    font-family: prisma;
    font-size: 15px;
    color: #aaa;
    vertical-align: middle;
}

.header-links a.ico-register:before {
    content: '\e94a';
}

.header-links a.ico-login:before {
    content: '\e93c';
}

.header-links a.ico-logout:before {
    content: '\e90d';
}

.header-links a.ico-account:before {
    content: '\e90a';
}

.header-links a.ico-download:before {
    content: '\e932';
}

.header-links a.ico-inbox:before {
    content: '\e927';
}

.header-links a.ico-wishlist:before {
    content: '\e919';
}

.header-links .cart-qty {
    padding: 0 0 0 20px;
}

.header-selectors-wrapper {
    padding: 10px;
    background: #eee;
    font-size: 0;
}

    .header-selectors-wrapper > div {
        position: relative;
        margin: 0 0 10px;
        vertical-align: middle;
    }

        .header-selectors-wrapper > div:last-child {
            margin-bottom: 0;
        }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin-left: 5px;
    }

        .language-list li:nth-child(4n+1) {
            margin-left: 0;
        }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        background: #2b2b2b;
        color: #fff;
        line-height: 2.5;
        font-size: 13px;
    }

        .language-list a:hover {
            background: #2b2b2b;
        }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.search-box {
    position: relative;
}

    .search-box form {
        position: relative;
    }

        .search-box form:after {
            content: "";
            display: block;
            clear: both;
        }

    .search-box input {
        border: none;
        height: 45px;
        color: #666;
    }

        .search-box input.search-box-text {
            width: 89%;
            width: -webkit-calc(100% - 45px);
            width: calc(100% - 45px);
            vertical-align: top;
            background: #dadada
        }

    .search-box .search-box-button {
        width: 45px;
        font-size: 0;
    }

.responsive-nav-wrapper-parent {
    float: right;
}


/* RESPONSIVE NAV WRAPPER */


.responsive-nav-wrapper {
    text-align: center;
    font-size: 0;
}

    .responsive-nav-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .responsive-nav-wrapper > div {
        display: inline-block;
        padding: 0;
        width: 45px;
        height: 44px;
    }

        .responsive-nav-wrapper > div:hover > span,
        .responsive-nav-wrapper > div:hover > a {
            background: rgba(0,0,0,.1);
        }

        .responsive-nav-wrapper > div > span,
        .responsive-nav-wrapper > div > a {
            position: relative;
            display: block;
            height: 100%;
            font-size: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .responsive-nav-wrapper > div span:after,
        .responsive-nav-wrapper > div a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 20px;
            /*color: #fff;  volkansm */
            color: #2b2b2b;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            cursor: pointer;
        }
		
		.sms-page .responsive-nav-wrapper > div span:after,
        .sms-page .responsive-nav-wrapper > div a:after{
			color: #c8c8c8;
		}

    .responsive-nav-wrapper .search-wrap,
    .responsive-nav-wrapper .wishlist-button {
        display: none;
    }

.shopping-cart-link {
    position: relative;
}

.responsive-nav-wrapper .menu-title > span:after {
    content: '\e908';
}

.responsive-nav-wrapper .shopping-cart-link > a:after {
    content: '\e913';
    font-size: 25px;
}

.responsive-nav-wrapper .personal-button > span:after {
    content: '\e945';
}

.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
    color: #bbb;
}

.responsive-nav-wrapper > div span.cart-qty,
.responsive-nav-wrapper > div span.wishlist-qty {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 16px;
    background: #ff5874;
    font-size: 8px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    border: 1px solid #eee;
    overflow: hidden;
    width: 100% !important;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    background: #fff;
    z-index: 1070;
}

    .ui-autocomplete li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 20px;
        background: #f6f6f6;
        text-align: left;
    }

        .ui-autocomplete a.ui-state-focus {
            background: #fff;
            color: #2b2b2b;
        }

    .ui-autocomplete img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }

.slider-wrapper.theme-custom {
    margin: 0 auto 30px; /*overrides default slider*/
}


/*********** FOOTER ***********/


.footer {
    text-align: center;
    background: #eee;
}
.sms-page .footer {background: #000;}

.footer-upper {
    padding: 55px 10px 30px;
    overflow: hidden;
    min-height: 240px;
    background-color: #2b2b2b;
    background-repeat: repeat;
}

    .footer-upper.electronics-pattern {
        background-image: url(../../Themes/Prisma/Content/img/electronics_pattern.png);
    }

    .footer-upper.baby-pattern {
        background-image: url(../../Themes/Prisma/Content/img/baby_bgr.png);
    }

    .footer-upper.fashion-pattern {
        background-image: url(../../Themes/Prisma/Content/img/fashion_pattern.png);
    }

    .footer-upper.furniture-pattern {
        background-image: url(../../Themes/Prisma/Content/img/furniture_pattern.png);
    }

.footer-middle {
    padding: 20px 0;
    overflow: hidden;
}

.footer-middle .title {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #444;
    }
.sms-page .footer-middle .title {color: #999;}

.footer-block .list {
    display: none;
    margin-bottom: 30px;
}

.footer-block > .title {
    margin: 0;
    cursor: pointer;
}

.footer-middle > div li {
    padding: 5px 0;
    font-size: 13px;
    color: #454545;
}
.sms-page .footer-middle > div li {color: #666;}

.footer-middle li.address:before,
.footer-middle li.phone:before {
    display: inline-block;
    margin-right: 10px;
    font-family: prisma;
    font-size: 24px;
    color: #2b2b2b;
    vertical-align: middle;
}

.footer-middle li.address:before {
    content: '\e93b';
}

.footer-middle li.phone:before {
    content: '\e942';
}

.newsletter {
    position: relative;
    padding-bottom: 30px;
    min-height: 150px;
}

    .newsletter .title {
        margin: 0 0 20px;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
    }

.newsletter-email {
    margin: 0 auto;
    padding: 3px;
    max-width: 490px;
    background: #fff;
    overflow: hidden;
}

    .newsletter-email .newsletter-subscribe-text {
        float: left;
        border: 0;
        width: 91%;
        width: -webkit-calc(100% - 42px);
        width: calc(100% - 42px);
        height: 42px;
    }

    .newsletter-email .newsletter-subscribe-button {
        position: relative;
        float: left;
        width: 42px;
        height: 42px;
        border: none;
        font-size: 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzOEZFRDhFNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzOEZFRDhGNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4RkVEOEM0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4RkVEOEQ0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41lQ1HAAACC0lEQVR42qzUT0gUYRjH8XVb8g/ChkqoIO1BBDtESZEgXkS9dvGUqJcgTLrkIbEgO4SHTCRRgqJAvJgnxYMJCXpQAzu40SG6dEgTD5JJQZlu38d+I8PLju7qDnxY5513fj7zzPtOViKRCGX4yEUvSkIWnkGX8DHx/1gJZ6hay+nCEs5r7FskA8ExjKDWN7aDtZNW3ooVJ3gCm1b5cXtbiHH1dgE/9fcPxLCLjuNU3oi4fjtRgDxd61ZLwulWnoun2MMcKrGEX6p6EWFc0Xl1qsFVWmK/cRc5mFA7ZvEHFzT3msJjR4WeQpdCLfwisjCKv7iv4Ee+e24q/PRhwfZi5tWGAVVr470au4F3+Oy7Zh5iY3/nBwS3YQtf0eAbv6Oq7Glu65/UOfe+QDxZuH+JjaHAd61ZYcMo07J7laSwKbxxwxuxiu9ocW6oU99H1fNJPXphkvD3eOmF2xIb9C2xc87kq1oVb+0loUlPdj2gpeveCw7pJu+wqjcdVvEyojijp5sOCI5od9r7CNmHqw8zAbsxBz3oxxaeIYpbAfPPaneu7p8dsc6jvhbUqHW29KoD5h/sTjtP9duSjef4hF0sYBzlzrxS/a6nU/kH7cjL6ms71vQ+hlDk7M7swzaRG27HE+daPh5gW+7hsbc70wn/orBkc4pV/Y7mxlMNj+hTWp/Cl7MCr9Hnjf0TYADbWdTe/XW5RgAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #2b2b2b;
    }

    .newsletter-email .options {
        display: none;
    }

.newsletter-validation,
.newsletter-result {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.accepted-payment-methods ul {
    font-size: 0;
}

.accepted-payment-methods li {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url('../../Themes/Prisma/Content/img/payment_sprite.png') no-repeat;
}

.accepted-payment-methods .method1 {
    background-position: 0 0;
}

.accepted-payment-methods .method2 {
    background-position: -50px 0;
}

.accepted-payment-methods .method3 {
    background-position: -100px 0;
}

.accepted-payment-methods .method4 {
    background-position: -150px 0;
}

.accepted-payment-methods .method5 {
    background-position: -200px 0;
}

.accepted-payment-methods .method6 {
    background-position: -250px 0;
}

.social-sharing {
    font-size: 0;
}

.footer-middle .social-sharing li {
    display: inline-block;
    padding: 0;
}

.social-sharing a {
    position: relative;
    display: block;
    margin: 0 3px 6px;
    width: 45px;
    height: 45px;
    background: #2b2b2b;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.social-sharing li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-sharing li a:hover:before {
    background: #eee;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.social-sharing a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 20px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-sharing a:hover:after {
    color: #2b2b2b;
}

.social-sharing .facebook:after {
    content: '\e934';
}

.social-sharing .twitter:after {
    content: '\e915';
}

.social-sharing .google:after {
    content: '\e936';
}

.social-sharing .pinterest:after {
    content: '\eac3';
}

.social-sharing .vimeo:after {
    content: '\e917';
}

.social-sharing .instagram:after {
    content: '\e939';
}

.social-sharing .youtube:after {
    content: '\e91b';
}

.social-sharing .rss:after {
    content: '\e90f';
}

.footer-lower {
    overflow: hidden;
    margin: 0 9px;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 13px;
    color: #454545;
}

.footer-lower-wrapper {
    padding: 30px 25px;
}

    .footer-lower-wrapper > div {
        margin-bottom: 5px;
    }

.footer-powered-by a,
.footer-designed-by a {
    color: #000;
}

    .footer-powered-by a:hover,
    .footer-designed-by a:hover {
        color: #2b2b2b;
    }

.theme-selector {
    margin: 20px auto;
    width: 175px;
}


/*********** LEFT/RIGHT COLUMN ***********/


.side-2 {
    background: #f6f6f6;
}

.block {
    border-bottom: 5px solid #fff;
}

    .block .title а,
    .block .title strong {
        position: relative;
        display: block;
        padding: 8px 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #f6f6f6;
        cursor: pointer;
        background-color: #2b2b2b
    }
	
    .sms-page .block .title а,
    .sms-page .block .title strong {background-color: #FF6500}

        .block .title а:after,
        .block .title strong:after {
            content: '\e923';
            position: absolute;
            top: 50%;
            right: 15px;
            width: 28px;
            height: 28px;
            background: #2b2b2b;
            text-align: center;
            line-height: 28px;
            font-family: prisma;
            font-size: 10px;
            color: #dcdde0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }
		
		.sms-page .block .title а:after,
        .sms-page .block .title strong:after {background-color: #000}

    .block .title.open а:after,
    .block .title.open strong:after {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }

    .block .listbox {
        display: none;
        padding: 15px 20px 40px;
        font-size: 13px;
    }

    .block.product-grid.bestsellers .listbox {
        padding: 5px;
        font-size: 13px;
    }

    .block .listbox li a:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: prisma;
        font-size: 10px;
        color: #444;
        transition: all .3s;
    }

    .block.product-grid.bestsellers .listbox li a:before {
        content: '';
        margin-right: 0px;
    }

    .block.product-grid.bestsellers .list a {
        padding: 0px;
        text-align: left;
    }

    .block.product-grid.bestsellers .item-box .fav-btn,
    .block.product-grid.bestsellers .item-box .list-btn {
        display: none;
    }

    .block .listbox li a:hover:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    .block .listbox:after {
        content: "";
        display: block;
        clear: both;
    }

    .block .list a {
        display: inline-block;
        padding: 8px 3px;
    }

    .block .list > li > a {
        color: #666;
    }

        .block .list > li > a:hover,
        .block .sublist > li > a:hover {
            color: #2b2b2b;
        }

    .block .sublist > li > a {
        color: #454545;
    }

    .block .sublist > li.active > a {
        color: #2b2b2b;
    }

    .block .list .product-name {
        max-width: 72%;
    }

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
    content: none;
}

.block .sublist {
    padding: 0 15px 5px 10px;
    font-size: 12px;
}

.block .view-all {
    margin: 10px 0 0;
}

    .block .view-all a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #2b2b2b;
    }

        .block .view-all a:after {
            content: '\e925';
            display: inline-block;
            margin-left: 10px;
            font-family: prisma;
            font-size: 10px;
            color: #ccc;
            vertical-align: middle;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .block .view-all a:hover:after {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
            color: #2b2b2b;
        }

.block .tags {
    margin: 0 0 10px;
    font-size: 0;
}

    .block .tags ul {
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
    }

    .block .tags li {
        margin: 2px;
    }

        .block .tags li a,
        .product-tags-all-page li a {
            display: inline-block;
            padding: 3px 10px;
            line-height: 24px;
            font-size: 13px !important; /*setting base size*/
            color: #454545;
            background: #fff;
        }

.product-tags-all-page .product-tags-list {
    text-align: left;
}

.product-tags-all-page li a {
    padding: 0;
    background: none;
}

.poll strong {
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

.poll-options,
.poll-results {
    margin: 0 auto 15px;
    max-width: 420px;
}

    .poll-options li,
    .poll-results li {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        color: #444;
    }

        .poll-options li input {
            display: none;
        }

    .poll-options input[type=radio] + label {
        display: block;
        padding: 10px 15px;
        border-left: 4px solid transparent;
        background: #fff;
        font-size: 14px;
        color: #454545;
        transition: all .3s;
        cursor: pointer;
    }

    .poll-options li label:hover,
    .poll-options li input:checked + label {
        border-left-color: #2b2b2b;
    }

        .poll-options li label:before,
        .poll-options li input:checked + label:after {
            content: none;
        }

.poll .buttons input {
    padding: 10px 20px;
    border: 0;
    background: #2b2b2b;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.home-page-polls {
    padding: 40px 0;
    text-align: center;
}

    .home-page-polls .poll + .poll {
        margin-bottom: 30px;
    }

    .home-page-polls .title {
        margin: 0 0 25px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 24px;
        color: #444;
    }

        .home-page-polls .title strong {
            font-weight: normal;
        }

    .home-page-polls input[type=radio] + label {
        background: #f6f6f6;
    }


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin-top: 15px;
    text-align: center;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
        line-height: 1.6;
        font-size: 13px;
    }

        .breadcrumb li:first-child:before {
            content: '\e938';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 15px;
            color: #ddd;
            vertical-align: middle;
        }

        .breadcrumb li a {
            color: #aaa;
        }

        .breadcrumb li .delimiter {
            position: relative;
            display: inline-block;
            margin: 0 10px;
            width: 10px;
            height: 10px;
            vertical-align: middle;
            font-size: 0;
        }

            .breadcrumb li .delimiter:after {
                content: '\e925';
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: prisma;
                font-size: 10px;
                color: #ddd;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

    .breadcrumb strong {
        font-weight: normal;
        color: #444;
    }
	
	.sms-page .breadcrumb strong {
        font-weight: normal;
        color: #fff;
    }

.category-grid {
    padding: 30px 15px 15px;
    background: #fff;
}

    .category-grid .item-box {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
    }

.category-page .sub-category-item li {
    font-size: 13px;
}

.filter-options {
    display: none;
}

.category-grid .item-box:nth-of-type(2n) {
    margin-left: 0;
}

.category-grid .item-box .title {
    margin: 0;
    padding: 25px 0;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #444;
}

.category-page .item-box .title {
    padding: 20px;
    font-size: 16px;
}

.category-grid .item-box .content-wrapper {
    position: relative;
    margin: -40px auto 40px;
    width: 83%;
    height: auto;
    background: #fff;
    z-index: 2;
}

.category-page .item-box .content-wrapper {
    margin: -30px auto 0;
}

.category-grid .item-box .sub-categories-list {
    text-align: center;
    font-size: 14px;
}

    .category-grid .item-box .sub-categories-list li {
        margin-bottom: 8px;
        color: #454545;
    }

        .category-grid .item-box .sub-categories-list li a:hover {
            color: #2b2b2b;
        }

.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
    width: 100%;
}

.category-page-body .page-body {
    background: #f6f6f6;
}
.sms-page .page-body {
	background:inherit;
	}

.category-description,
.manufacturer-description,
.vendor-description {
    padding: 15px;
    line-height: 24px;
    font-size: 15px;
    color: #454545;
}

.sms-page .category-description,
.sms-page .manufacturer-description,
.sms-page .vendor-description {
    color: #c8c8c8;
}

.contact-vendor {
    margin: 0 0 20px;
}

.contact-vendor-button {
    border: 0;
    padding: 12px 20px;
    border: 1px solid #eee;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.product-tag-page .product-list,
.product-tag-page .product-grid {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.product-tag-page .pager {
    background: #f6f6f6;
}

.vendor-page .product-grid {
    padding: 5px;
    background: #f6f6f6;
}

.vendor-description {
    margin-bottom: 20px;
    padding: 20px;
    background: #f6f6f6;
}

/* Main manufacturer container */
.manufacturer-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
	border-bottom: 1px solid #eee;
}

.manufacturer-description {
    flex: 0 0 60%;
    max-width: 60%;
}
.manufacturer-image {
    flex: 0 0 40%;
    max-width: 40%;
	padding: 20px 0px;
}

.manufacturer-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}

.manufacturer-description {
    font-size: 16px;
    line-height: 1.6;
	margin-bottom: 20px;
    padding: 20px;
    background:inherit;
}
.manufacturer-page-body .video-date {display:none;}

/* Fallback for when image doesn't exist */
.manufacturer-container:not(:has(.manufacturer-image)) .manufacturer-description {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-filters {
    display: none;
}

.product-selectors {
    padding: 10px 15px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #f6f6f6;
    font-size: 13px;
    color: #aaa;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
        vertical-align: middle;
    }

    .product-selectors select {
        margin: 0 5px;
        border: 1px solid #eee;
        color: #666;
    }

    .product-selectors .product-sorting select {
        width: 140px;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

        .product-selectors .product-viewmode span {
            vertical-align: middle;
        }

        .product-selectors .product-viewmode a {
            position: relative;
            display: inline-block;
            width: 37px;
            height: 37px;
            font-size: 0;
            opacity: 0.15;
            vertical-align: middle;
        }

            .product-selectors .product-viewmode a:after {
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: prisma;
                font-size: 19px;
                color: #000;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

            .product-selectors .product-viewmode a.grid:after {
                content: '\e937';
            }

            .product-selectors .product-viewmode a.list:after {
                content: '\e93a';
                font-size: 20px;
            }

            .product-selectors .product-viewmode a.selected {
                opacity: 1;
            }

                .product-selectors .product-viewmode a.selected:after {
                    color: #fff;
                }

    .product-selectors .product-page-size span {
        float: left;
        margin: 8px 2px;
    }

    .product-selectors .product-page-size select {
        float: right;
        width: 80px;
    }

.product-viewmode a.selected {
    background: #2b2b2b;
}



.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    float: left;
    /*margin: 0 0 30px 2%; volkansm */
    margin: 0 0 30px 2%;
    width: 49%;
}

.sms-page .three-per-row .item-box {
	border-bottom: 1px solid #f8f8f8;
}

.item-type-2 .product-grid.bestsellers .item-box {
    margin: 0px;
    padding: 3px 0 3px 0;
    background-color: #f6f6f6;
}

.grid-container {
    display: grid;
    grid-template-columns: 96fr 4fr;
    grid-gap: 2px;
    align-items: center;
    border-bottom: 2px solid #b6bbb8
}

.bestsellers .chartno {
    display: flex;
    font-size: 3em;
    font-weight: 600;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding: 0 0 0 5px;
    color: #b6bbb830;
}

.item-box:nth-child(2n+1),
.category-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

.two-per-row .product-grid .item-box {
    width: 100%;
}

    .two-per-row .product-grid .item-box:nth-of-type(2n) {
        margin-left: 0;
    }

.item-box .picture {
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
    z-index: 1;
}

.sms-page .item-box .video .picture {
	background: none;
	border: 0px solid #454545;
    border-radius: 2%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
}

    .item-box .picture a {
        position: relative;
        display: block;
    }

        .item-box .picture a:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

    .item-box .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .item-box .picture:hover img {
        opacity: 0.65;
    }

.item-box .details {
    padding-top: 10px;
    text-align: left;
}

.item-box .product-title,
.item-box .title {
    margin: 0 0 5px 0;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video .item-box .product-title,
.video .item-box .title {
	height: auto;
}

.bestsellers .item-box .product-title {
    height: 16px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    color: #333;
}

.bestsellers .item-box .buttons .button-2.add-to-wishlist-button {
    display: none;
}


.item-type-2 .product-grid.bestsellers .item-box .buttons {
    position: relative;
    float: right;
    bottom: 0px;
    height: 25px;
    margin: 3px 0 0 0;
}




.item-box .product-title:hover,
.item-box .title:hover {
    color: #444;
}

.item-box .product-title a,
.item-box .title a {
    display: block;
    text-align: center;
}

.video .item-box .product-title a,
.video .item-box .title a {
    text-align: left;
}

.item-box .sku {
    display: none; /*remove if you want to show sku*/
    margin: 10px 0;
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.product-list .item-box .sku {
    margin: 10px;
}

.item-box .product-rating-box {
    display: none;
}

.item-box .rating {
    margin-bottom: 5px;
    width: 70px;
    height: 11px;
    background-image: url('../../Themes/Prisma/Content/img/rating.svg');
    background-repeat: repeat-x;
    background-color: #ccc;
}

    .item-box .rating div {
        height: 11px;
        background-image: url('../../Themes/Prisma/Content/img/rating.svg');
        background-repeat: repeat-x;
        background-color: #2b2b2b;
    }
	
	
.item-box .description {
	display: none;
	margin-bottom: 5px;
}
	

.sms-page .item-box .product-title,
.sms-page .item-box .title {color: #fe6603;}

.item-box .video .video-content:before {
	content: '\e94f';
    display: inline-block;
    margin: 4px 2px 0 0;
    font-family: prisma;
    font-weight: normal;
    font-size: 14px;
    }

 .item-box .video .video-content {
    float:left;
	margin: 10px 5px;
    font-size: 14px;
    color: #aaa;
}
 .item-box .video .video-date {
    float:right;
	margin: 18px 5px;
    font-size: 12px;
    color: #666;
}
 .item-box .video .description {
    float:left;
	margin: 0 0 5px 0;
    font-size: 12px;
    color: #aaa;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
	text-align:left;
}

.product-list .item-box .description {
    line-height: 24px;
}

.item-box .description a {
    display: block;
    overflow: hidden;
}

.item-box .prices {
    line-height: 1.5;
	min-height:30px;
    overflow: hidden;
    text-align: center;
}

.item-box .old-price {
    margin-right: 7px;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    color: #e56666;
}

.item-box .actual-price {
    font-weight: bold;
    font-size: 18px;
    color: #2b2b2b;
}

.bestsellers .item-box .actual-price {
    font-size: 14px;
}

.item-box .base-price-pangv,
.item-box .tax-shipping-info {
    font-size: 10px;
    color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
    font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
    font-size: 16px;
}

.item-box .attribute-squares {
    text-align: left;
}

    .item-box .attribute-squares li {
        margin: 0 2px 0 0;
    }

    .item-box .attribute-squares label {
        padding: 2px;
        width: 26px;
        height: 26px;
    }

.item-box .attribute-square {
    width: 20px;
    height: 20px;
}

.item-box .buttons-wrapper {
    /*display: none;*/
}

.item-box .buttons {
    display: inline-block;
    margin: 0;
    font-size: 0;
}

.product-list .item-box .buttons {
    direction: ltr;
    border-right: 4px solid #f6f6f6;
}

.product-list .item-box .buttons-wrapper .buttons button {
    border-bottom: 3px solid #2b2b2b;
    height: 48px;
}

.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
    position: relative;
    padding: 0;
    border: 0;
    width: 47px;
    height: 45px;
    background: none;
    font-weight: normal;
    color: #2b2b2b;
    font-size: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
    padding: 5px;
    font-size: 13px;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button,
.bestsellers.product-grid .item-box .buttons-wrapper button {
    height: 25px;
}

.item-box .buttons-wrapper button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 18px;
    color: #454545;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.item-box .buttons-wrapper button:hover:after {
    color: #2b2b2b;
}

.item-box .add-to-compare-list-button:after {
    content: '\e91d';
}

.item-box .add-to-wishlist-button:after {
    content: '\e91e';
}

.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before {
    content: '\e91c';
    display: inline-block;
    margin-right: 10px;
    font-family: prisma;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before {
    margin: 0;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b2b2b;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.item-type-1 .item-box .buttons-wrapper .product-box-add-to-cart-button:hover:after {
    color: #fff;
}

.item-box .buttons button + button:before {
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    background: #eee;
    text-indent: -9999px;
    font-size: 0;
}

.product-grid .buttons button:before,
.bestsellers .buttons button:before {
    background: #eee;
}

.item-type-2 .product-grid .buttons button:before {
    background: rgba(0,0,0,.15);
}

.item-type-2 .product-grid.bestsellers .item-box .buttons button:before {
    background: rgba(0,0,0,0);
}

.product-grid .item-box .buttons-wrapper {
    /* position: absolute; buttonwrapper fix volkansm */
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 0;
}

.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after {
    content: '\e91c';
    color: #2b2b2b;
}

.item-box .buttons-wrapper button:after {
    color: #454545;
}

.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper {
    top: 0px;
    border-bottom: 2px solid #2b2b2b;
    background: #fff;
}

.item-type-2 .product-grid .buttons button:first-child:before {
    content: none;
}

.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button + button:before {
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    text-indent: -9999px;
    font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper {
    top: -42px;
    padding-bottom: 45px;
    border-bottom: 0;
    background: none;
    z-index: 1;
}

.bestsellers.product-grid .item-box .buttons-wrapper {
    padding-bottom: 0;
    border-bottom: 0;
    background: #fff;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    width: 100%;
    transition: all .3s;
    z-index: 1;
    border: 1px solid #ccc;
}

    .item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover {
        background: #2b2b2b;
        color: #fff;
    }

.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
    position: relative;
    height: 25px;
    font-size: 10px;
    border: 1px solid #ccc;
}

.sms-page .custom-add-button {
	background-color: #FE6603;
}

.sms-page .ui-widget-content {
	background:inherit;
}

.sms-page .ui-tabs .ui-tabs-nav {
	margin:0 0 0 0;
}

.sms-page .ui-widget {
	font-family: "Roboto", sans-serif;
}

.item-box .sms-join-button,
.item-box .sms-getpack-button,
.item-box .sms-nocredit-button
{
    padding: 0px 3px !important;
    font-size: 14px;
}

.sms-join-button, .sms-getpack-button, .sms-nocredit-button {
    border: 1px solid #ccc;
    display: block;
    float: right;
    padding: 0px 30px !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #f8f8f8;
	background: #FE6603;
	width: 100%;
    max-width: 320px;
    text-transform: uppercase;
}
.custom-add-button {
    border: 1px solid #ccc;
    display: block;
    float: right;
    padding: 0px 30px !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #FFF;
    background-color: #2b2b2b;
    width: 100%;
    max-width: 260px;
    text-transform: uppercase;
}

.quickViewWindow .sms-join-button{
	padding: 0px 0px !important;
}

.sms-join-button:before, .sms-nocredit-button:before {
	content: '\e98f'; /*lock*/
    font-family: prisma;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
}
.sms-getpack-button:before {
	content: '\e990'; /*unlock */
    font-family: prisma;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}

.product-details-page .custom-sale-statement {
	float:right;
}

    .custom-add-button:hover,.sms-getpack-button:hover {
        background: #FFF;
        color: #2b2b2b;
    }

.item-box .custom-add-button {
    padding: 0px 10px !important;
    font-size: 16px;
}

.sm-download-icon {
    float: right;
    width: 100%;
}

    .sm-download-icon a:before {
        content: '\e932';
        display: inline-block;
        margin-right: 10px;
        font-weight: normal;
        font-family: prisma;
        font-size: 24px;
        vertical-align: middle;
    }

    .sm-download-icon :hover a:before {
        content: '\e932';
        font-weight: bold;
    }

.bestsellers.product-grid .item-box .sm-download-icon {
    width: auto;
}

.bestsellers.product-grid .item-box .custom-add-button {
    border: 1px solid #ccc;
    display: block;
    float: right;
    padding: 2px 10px !important;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    color: #FFF;
    background-color: #2b2b2b;
    max-width: 140px;
    position: relative;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover {
    background: none;
}

.item-type-2 .product-grid .item-box .buttons {
    display: none;
    border-top: 3px solid transparent;
    height: 45px;
    width: 100%;
    background: rgba(255,255,255,.8);
    text-align: center;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .3s;
    transition: all .3s;
    /* volkansm move button 45px above fix*/
    position: absolute;
    bottom: 45px;
}

.bestsellers.product-grid .item-box .buttons {
    display: inline-block;
    border: 0;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.item-type-2 .product-grid .item-box:hover .buttons {
    border-color: #2b2b2b;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.bestsellers.product-grid .item-box:hover .buttons {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-grid,
.product-list {
    margin: 15px auto 0;
    width: 95%;
}

.block.product-grid {
    width: 100%;
}

.category-page .product-grid {
    margin-top: 20px;
}

.product-grid .title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #444;
}

.block.product-grid.bestsellers .title {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
}

    .block.product-grid.bestsellers .title strong {
        font-weight: bold;
        font-size: 15px
    }

.product-grid .title strong {
    font-weight: normal;
}

.product-grid.featured-product-grid {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cross-sells {
    margin-top: 100px;
    padding: 20px;
    background: #f6f6f6;
}

.pager {
    padding: 5px;
    border-top: 4px solid #fff;
    background: #f6f6f6;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

        .pager li:last-child {
            margin: 0;
        }

    .pager li {
        position: relative;
        background: #fff;
    }

        .pager li a,
        .pager li span {
            position: relative;
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            color: #aaa;
            cursor: pointer;
        }

            .pager li a:hover,
            .pager li span:hover,
            .pager li.current-page span {
                color: #fff;
            }

        .pager li:before,
        .pager li.current-page:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #2b2b2b;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .pager li.current-page:before,
        .pager li:hover:before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

        .pager li.previous-page a,
        .pager li.next-page a,
        .pager li.first-page a,
        .pager li.last-page a {
            position: relative;
            font-size: 0;
        }

            .pager li.previous-page a:after,
            .pager li.next-page a:after,
            .pager li.first-page a:after,
            .pager li.last-page a:after {
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: prisma;
                font-size: 10px;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

            .pager li.previous-page a:after {
                content: '\e921';
            }

            .pager li.next-page a:after {
                content: '\e922';
            }

            .pager li.first-page a:after {
                content: '\e924';
            }

            .pager li.last-page a:after {
                content: '\e925';
            }

.category-page .pager ~ div {
    padding-top: 20px;
    border-top: 4px solid #fff;
}

    .category-page .pager ~ div div {
        background: none;
    }

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid {
    padding: 5px;
    background: #f6f6f6;
}

.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
    margin: 0 auto;
    padding: 10px;
    background: #f6f6f6;
}

.vendor-item .picture,
.manufacturer-item .picture {
    position: relative;
}

    .vendor-item .picture .hover,
    .manufacturer-item .picture .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2b2b2b;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
    }

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
    opacity: .9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title {
    height: auto;
    text-align: center;
}

    .vendor-item .title a,
    .manufacturer-item .title a {
        margin: 0;
        padding: 15px 0;
        margin-top: 4px;
        background: #fff;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
    }

.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
    color: #2b2b2b;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
    position: relative;
    padding: 50px 0 0;
    border-bottom: 4px solid #fff;
    margin: 0 auto;
    background: #f6f6f6;
}
/*.home-page-product-grid:before, 
.home-page-product-grid:after, volkansm */
.bestsellers:before,
.bestsellers:after {
    content: '';
    /*position: absolute; 
    right: 100%; volkansm */
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f6f6f6;
    text-indent: -9999px;
    font-size: 0;
}
/*.home-page-product-grid:before, 
.bestsellers:before{
    right: 100%; volkansm */
}

/*.home-page-product-grid:after,  volkansm */
.bestsellers:after {
    left: 100%;
}

.home-page-category-grid .title {
    margin: 30px 0 20px;
    padding: 8px 15px;
}

    .home-page-category-grid .title strong {
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        color: #444;
    }

.home-page-category-grid,
.manufacturer-grid {
    margin: 0 0 0;
}

    .home-page-category-grid .item-grid {
        font-size: 0;
    }

    .home-page-category-grid .item-box {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

.two-colums-wrapper {
    /*padding: 50px 0;*/
    overflow: hidden;
}

    .two-colums-wrapper > div {
        margin: 50px 0;
    }

        .two-colums-wrapper > div + div {
            margin-top: -20px;
        }

    .two-colums-wrapper:empty {
        display: none;
    }

.homepage-blog-wrapper {
    clear: both;
}
/********** PRODUCT PAGE **********/
.product-essential {
    margin: 0 0 50px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.product-name {
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
}

.product-name h1 {
        text-align: center;
        font-size: 26px;
        color: #444;
    }
	
.sms-page .product-name h1 {color: #c8c8c8;}

    .product-name .breadcrumb {
        margin-bottom: 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

.product-content-wrappper {   
	padding: 10px 5px;
    background: #f6f6f6;
}

.sms-page .product-content-wrappper {background: inherit;}

.gallery {
    margin: 0 0 20px;
}

    .gallery .picture {
        position: relative;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

        .gallery .picture a {
            display: inline-block;
            max-width: 100%; /*Ie fix*/
            width: 100%;
        }

        .gallery .picture:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .gallery .picture-wrapper img,
        .gallery .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }
		
.video .gallery .picture-wrapper img,
.video .gallery .picture img {
	bottom: 30%;
}

    .gallery .picture-thumbs {
        margin: 10px 0 0;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

    .gallery .thumb-item {
        display: inline-block;
        position: relative;
        width: 80px;
        margin: 0 5px 10px 0;
        overflow: hidden;
        cursor: pointer;
    }

        .gallery .thumb-item:last-child {
            margin-right: 0;
        }

        .gallery .thumb-item:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .gallery .thumb-item img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.overview,
.variant-overview {
    position: relative;
    margin: 0 0 20px;
}

.discontinued-product h4 {
    margin: 0 0 20px;
    font-size: 14px;
    color: #c00;
}
/*ATTR*/
.overview > div,
.variant-overview > div {
    padding: 5px;
    margin: 0;
    border-bottom: 0px solid #eee;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.sms-page .overview > div,
.sms-page .variant-overview > div {
	color: #c8c8c8;
}

.overview .short-description,
.variant-overview .short-description {
    padding-bottom: 25px;
    line-height: 24px;
}

.short-description p {
    margin: 15px 0;
}

.overview .label,
.variant-overview .label,
.shipping-title .shipping-price-title {
    display: inline-block;
    width: 50%;
    color: #aaa;
    vertical-align: top;
}

.product-review-box {
    float: right;
    margin-top: 5px;
    width: 50%;
    text-align: left;
}

    .product-review-box .rating {
        width: 70px;
        height: 11px;
        background-image: url('../../Themes/Prisma/Content/img/rating_gray.svg');
        background-repeat: repeat-x;
        background-color: #ccc;
    }

        .product-review-box .rating div {
            height: 11px;
            background-image: url('../../Themes/Prisma/Content/img/rating_gray.svg');
            background-repeat: repeat-x;
            background-color: #2b2b2b;
        }

.product-no-reviews a {
    color: #2b2b2b;
}

.product-review-links {
    color: #aaa;
}

    .product-review-links span {
        display: none;
    }

    .product-review-links a:hover {
        color: #2b2b2b;
    }

    .product-review-links span + a {
        display: block;
        font-size: 13px;
        color: #2b2b2b;
    }

        .product-review-links span + a:before {
            content: '\e91a';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 14px;
            color: #aaa;
        }

.overview .additional-details,
.variant-overview .additional-details {
    padding: 0;
}

.additional-details > div {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.sms-page .additional-details > div,
.sms-page .overview .overview-buttons {
	border-bottom: 1px solid #333;
	padding:10px 0 5px 0;
}

.sms-page .overview .overview-buttons,
.sms-page .overview .product-options {
	border-top: 1px solid #333;
	margin: 10px 0;
}

.additional-details .product-vendor {
    padding: 5px;
}

.bestsellers .product-vendor {
    padding: 0px;
    font-style: italic;
}

    .bestsellers .product-vendor .label {
        color: #aaa;
    }

    .bestsellers .product-vendor .value {
        color: #715a74;
        float: none;
        margin: 0px;
    }

.product-vendor .picture {
    float: right;
    max-width: 40px;
    height: auto;
}

.product-vendor .value {
    float: right;
    margin: 10px;
}

.product-vendor-itembox {
    text-align: center;
    font-style: italic;
}

    .product-vendor-itembox .label {
        color: #aaa;
        font-size: 12px;
    }

    .product-vendor-itembox .value {
        color: #715a74;
        font-size: 14px;
        font-weight: 500;
    }
	
	.sms-page .product-vendor-itembox .value {
        color: #ebb795;
    }

.additional-details > div:last-child {
    border: 0;
}

.overview .quantity-container {
    border: 0;
}

.overview .value a,
.variant-overview .value a {
    color: #2b2b2b;
}

.back-in-stock-subscription {
    margin-top: 10px;
    font-size: 0;
}

    .back-in-stock-subscription:before {
        content: '\e93f';
        display: inline-block;
        margin-right: 5px;
        font-family: prisma;
        font-size: 22px;
        color: #aaa;
        vertical-align: middle;
    }

.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button {
    border: none;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #2b2b2b;
    vertical-align: middle;
}

.free-shipping {
    color: #aaa;
}

    .free-shipping:after {
        content: '\e92a';
        float: right;
        width: 50%;
        text-align: left;
        font-family: prisma;
        font-size: 20px;
        color: #2b2b2b;
    }

.overview .delivery,
.variant-overview .delivery {
    padding: 0;
}

    .overview .delivery > div,
    .variant-overview .delivery > div {
        padding: 15px;
    }

        .overview .delivery > div + div,
        .variant-overview .delivery > div + div {
            border-top: 1px solid #eee;
        }

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 5px 0;
}

.download-sample-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #2b2b2b;
}

    .download-sample-button:before {
        content: '\e932';
        display: inline-block;
        margin-right: 5px;
        font-family: prisma;
        font-size: 14px;
        color: #aaa;
    }

.overview input[type=text],
.overview input[type=email],
.overview input[type=tel],
.variant-overview input[type=text],
.variant-overview input[type=email],
.variant-overview input[type=tel],
.attributes select {
    border: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 13px;
    color: #666;
}

.overview .attributes
.variant-overview .attributes {
    padding: 0;
}

.overview .attributes,
.variant-overview .attributes {
    padding: 0;
}

.attributes > ul > li {
    border-bottom: 1px solid #eee;
}

    .attributes > ul > li:after {
        content: '';
        display: block;
        clear: both;
    }

    .attributes > ul > li:last-of-type {
        border: 0;
    }

.attributes div {
    padding: 10px 15px 10px;
    color: #aaa;
}

.attributes li ul li {
    margin: 0;
}

.attributes select {
    background-position: 96% center;
}

.qq-uploader .qq-upload-button {
    border: 0;
    width: auto;
    background: #fff;
    color: #2b2b2b;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
    padding: 0;
}

.attributes div .qq-uploader {
    border-bottom: 4px solid #2b2b2b;
}

.qq-uploader .qq-upload-button div {
    padding: 0;
    font-weight: bold;
    color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
    margin-top: 10px;
    padding-top: 13px;
    background: #2b2b2b;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
    margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl + div {
    display: inline-block;
    padding: 10px 0;
    width: 49%;
    text-align: center;
}
/*option list*/
.attributes .option-list {
    font-size: 0;
}

    .attributes .option-list li {
        display: inline-block;
        margin: 2px;
    }

    .attributes .option-list.radio-list label {
        display: block;
        padding: 10px;
        background: white;
        text-align: center;
        font-size: 14px;
        color: #454545;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }

    .attributes .option-list.checkbox-list li {
        display: block;
        margin: 0;
        text-align: left;
        padding-left: 10px;
        background: #fff;
    }

    .attributes .option-list.radio-list li:hover label,
    .attributes .option-list.radio-list input[type=radio]:checked + label {
        background: #2b2b2b;
        color: #fff;
    }

    .attributes .option-list input[type=radio] + label:before,
    .attributes .option-list input[type=radio]:checked + label:after {
        content: none;
    }

/*attr squares*/
.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 0 0;
        line-height: normal !important;
        text-align: center;
    }

        .attribute-squares.option-list li:hover label,
        .attribute-squares li.selected-value label {
            border-color: #ccc;
            background: #fff;
        }

    .attribute-squares label {
        display: block;
        padding: 3px;
        border: 1px solid transparent;
        margin: 0 !important;
        width: 38px;
        height: 38px;
        background: none;
        overflow: hidden;
    }

    .attribute-squares span {
        display: block;
    }

.attribute-square {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.attribute-squares .tooltip-container {
    display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item > div {
    padding: 0;
}

.rental-attributes .attribute-label {
    margin-bottom: 10px;
    font-size: 14px;
    color: #aaa;
}

.attribute-item:last-of-type {
    margin-bottom: 0;
}

.attribute-data {
    position: relative;
    max-width: 100%;
}

    .attribute-data:after {
        content: '\e930';
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: prisma;
        font-size: 16px;
        color: #ddd;
    }

.ui-datepicker {
    margin-top: 4px;
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
    height: 50px;
    background-color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 10px;
        width: 30px;
        height: 30px;
        background: #f9f9f9;
        font-size: 0;
        z-index: 1;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
        }

        .ui-datepicker-header a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 10px;
            color: #bbb;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .ui-datepicker-header a.ui-datepicker-prev:after {
            content: '\e924';
        }

        .ui-datepicker-header a.ui-datepicker-next:after {
            content: '\e925'
        }

.ui-datepicker-title {
    position: relative;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
}

.ui-datepicker-calendar th {
    text-transform: uppercase;
    color: #454545;
}

.ui-datepicker-calendar td {
    border: 1px solid #eee;
    font-size: 12px;
    color: #aaa;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

.ui-datepicker-week-end {
    background: #f9f9f9;
}

.ui-state-highlight {
    background: #2b2b2b;
    color: #fff;
}
/*prices*/
.overview .prices,
.variant-overview .prices {
    overflow: hidden;
    text-align: center;
}

.overview .non-discounted-price, .variant-overview .non-discounted-price {
    float: left;
    margin: 3px 10px;
}

.tax-shipping-info {
    display: block;
    font-size: 13px;
    color: #aaa;
}

.overview .rental-price,
.variant-overview .rental-price {
    display: block;
    color: #aaa;
    vertical-align: text-bottom;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    color: #aaa;
    float: left;
    margin: 7px 10px 5px 0px;
}



    .overview .old-product-price label,
    .variant-overview .old-product-price label,
    .overview .product-price label,
    .variant-overview .product-price label,
    .overview .non-discounted-price label,
    .variant-overview .non-discounted-price label {
        display: none;
    }

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    color: #e56666;
}

.overview .product-price,
.variant-overview .product-price {
    font-weight: bold;
    font-size: 22px;
    color: #2b2b2b;
    float: right;
}

.sms-page .overview .product-price,
.sms-page .variant-overview .product-price {
	color: #c8c8c8 !important;
}

.tier-prices {
    margin: 0 0 20px;
    clear: both;
}

    .tier-prices .title {
        margin-bottom: 10px;
    }

        .tier-prices .title strong {
            font-weight: normal;
            color: #aaa;
        }

    .tier-prices .prices-table {
        background: #fff;
    }

        .tier-prices .prices-table:after {
            content: '';
            display: block;
            clear: both;
        }

    .tier-prices .prices-row {
        float: left;
        width: 50%;
    }

        .tier-prices .prices-row > div {
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            padding: 10px;
        }

        .tier-prices .prices-row.thead > div {
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
        }

        .tier-prices .prices-row > div:last-of-type {
            border-bottom: 1px solid #eee;
        }

    .tier-prices .field-header {
        color: #454545;
    }

.variant-overview .tier-prices .title {
    display: none;
}

.variant-overview .tier-prices .table-wrapper {
    padding: 0 !important;
}

.overview .customer-entered-price,
.variant-overview .customer-entered-price {
    padding: 15px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: center;
}

.customer-entered-price label {
    display: inline-block;
    margin-bottom: 5px;
    color: #aaa;
}

.customer-entered-price > div {
    display: inline-block;
}

.customer-entered-price .price-input input {
    padding: 5px;
    border: 0;
    width: 50%;
    text-align: right;
    color: #666;
}

.customer-entered-price .enter-price-input {
    width: 50px;
    text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv, .tax-shipping-info {
    display: block;
    margin-top: 5px;
    line-height: 1;
    font-size: 13px;
    color: #ccc;
}

    .customer-entered-price .price-range:before,
    .customer-entered-price .price-range:after,
    .base-price-pangv:before,
    .base-price-pangv:after,
    .tax-shipping-info:before,
    .tax-shipping-info:after {
        font-size: 13px;
        color: #ccc;
    }

    .customer-entered-price .price-range:before,
    .base-price-pangv:before,
    .tax-shipping-info:before {
        content: '(';
    }

    .customer-entered-price .price-range:after,
    .base-price-pangv:after,
    .tax-shipping-info:after {
        content: ')';
    }
/*giftcard form*/
.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    .giftcard input[type=text],
    .giftcard input[type=email],
    .giftcard input[type=tel],
	.giftcard textarea {
        /*display: block;*/
        margin: 0 auto;
        border: 0;
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }
/*QTY*/
.attributes .qty-box {
    margin: 10px 0 0 0;
    padding: 0;
}

    .attributes .qty-box input {
        width: 48px;
        height: 32px;
    }

.overview .qty-label,
.variant-overview .qty-label {
    font-size: 14px;
    color: #aaa;
}

.overview .qty-input[type=text],
.variant-overview .qty-input[type=text],
.overview .qty-dropdown[type=text],
.variant-overview .qty-dropdown[type=text] {
    margin: 0 4px;
    padding: 12px 5px;
    border: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.overview .qty-wrapper,
.variant-overview .qty-wrapper {
    border: 0;
    text-align: center;
}

.qty-wrapper .qty-dropdown {
    width: 50px;
}

.qty-wrapper span {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
}

    .qty-wrapper span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 36px;
        text-align: center;
        font-family: prisma;
        font-size: 12px;
        color: #ddd;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .qty-wrapper span:hover:after {
        color: #2b2b2b;
    }

.qty-wrapper .decrease:after {
    content: '\e93d';
}

.qty-wrapper .increase:after {
    content: '\e944';
}
/*BNTS*/
.overview .overview-buttons,
.variant-overview .overview-buttons,
.download-sample {
    clear: both;
    padding: 0px;
    text-align: center;
    font-size: 0;
}

.html-product-grouped-details-page .overview .overview-buttons,
.html-product-grouped-details-page .variant-overview .overview-buttons,
.html-product-grouped-details-page .download-sample {
    clear: inherit;
}

.overview .overview-buttons {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.video .overview .overview-buttons {
    padding-top: 0px;
    border-top: 0px solid #eee;
}

.overview.grouped .overview-buttons {
    border: 0;
    padding-top: 0;
    border-bottom: 1px solid #eee;
}

.overview-buttons > div {
    display: inline-block;
}

.product-estimate-shipping {
    font-size: 14px !important;
}

    .product-estimate-shipping a {
        display: block;
    }

    .product-estimate-shipping i {
        display: inline-block;
        transform: rotate(45deg);
        margin: 0 0 6px 9px;
        border: solid black;
        border-width: 0 1px 1px 0;
        padding: 3px 3px;
    }

    .product-estimate-shipping .shipping-loading {
        display: none !important; /*disable preloader*/
    }

    .product-estimate-shipping .shipping-title {
        width: 100%;
        margin: 0 0 15px;
        color: #aaa;
    }

    .product-estimate-shipping .shipping-price {
        margin: 0 0 0 3px;
        vertical-align: middle;
        color: #666;
    }

    .product-estimate-shipping .shipping-address {
        white-space: nowrap;
    }

        .product-estimate-shipping .shipping-address span {
            display: inline-block;
            max-width: calc(100% - 20px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .product-estimate-shipping .shipping-date {
        margin: 15px 0 0;
    }

.overview .add-to-cart,
.variant-overview .add-to-cart {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.overview .compare-products,
.overview .email-a-friend {
    position: relative;
    display: inline-block;
    margin: 10px 2px 10px 0;
    width: 50px;
    height: 50px;
}

    .overview .compare-products input,
    .overview .email-a-friend input {
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        z-index: 2;
    }

    .overview .compare-products:after,
    .overview .email-a-friend:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        background: #fff;
        line-height: 45px;
        text-align: center;
        font-family: prisma;
        font-size: 17px;
        color: #bbb;
        -webkit-transition: all .3s;
        transition: all .3s;
        pointer-events: none;
    }

    .overview .compare-products:after {
        content: '\e91d';
    }

    .overview .email-a-friend:after {
        content: '\e933';
    }

    .overview .compare-products:hover:after,
    .overview .email-a-friend:hover:after,
    .overview .add-to-wishlist:hover:after,
    .overview .compare-products:hover input,
    .overview .email-a-friend:hover input,
    .overview .add-to-wishlist:hover input {
        color: #2b2b2b;
    }

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    display: inline-block;
    margin: 8px 10px;
    font-size: 13px;
    color: #aaa;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
    display: block;
}

.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .add-to-cart,
.variant-overview .add-to-cart {
    display: block;
    margin-bottom: 4px;
    width: 100%;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    position: relative;
    padding: 15px 0;
    border: 0;
    width: 100%;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #aaa;
}

    .overview .add-to-cart-button span,
    .variant-overview .add-to-cart-button span,
    .overview .add-to-wishlist-button span,
    .variant-overview .add-to-wishlist-button span {
        position: relative;
        z-index: 1;
    }

        .overview .add-to-cart-button span:before,
        .variant-overview .add-to-cart-button span:before,
        .overview-buttons .add-to-wishlist button span:before,
        .variant-overview .add-to-wishlist-button span:before {
            display: inline-block;
            margin: -4px 15px 0 0;
            font-weight: normal;
            font-family: prisma;
            font-size: 18px;
            color: #bbb;
            vertical-align: middle;
        }

        .overview-buttons .add-to-wishlist button span:before,
        .variant-overview .add-to-wishlist-button span:before {
            content: '\e91e';
        }

        .overview .add-to-cart-button span:before,
        .variant-overview .add-to-cart-button span:before {
            content: '\e91c';
            color: #fff;
        }

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    background: #2b2b2b;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
}



    .overview .add-to-cart-button:before,
    .variant-overview .add-to-cart-button:before,
    .overview-buttons .add-to-wishlist button:before,
    .variant-overview .add-to-wishlist-button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .overview .add-to-cart-button:hover:before,
    .variant-overview .add-to-cart-button:hover:before,
    .overview-buttons .add-to-wishlist button:hover:before,
    .variant-overview .add-to-wishlist-button:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    .overview .add-to-cart-button:hover span,
    .variant-overview .add-to-cart-button:hover span,
    .overview .add-to-cart-button:hover span:before,
    .variant-overview .add-to-cart-button:hover span:before {
        color: #2b2b2b;
    }

.overview-buttons .add-to-wishlist button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview-buttons .add-to-wishlist button:hover span:before,
.variant-overview .add-to-wishlist-button:hover span:before {
    color: #fff;
}

.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
    background: #bbb;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
    background: #fff;
}

.variant-overview .overview-buttons {
    float: right;
    margin-top: 15px;
    border: 0;
}

.overview-buttons .pre-order-availability-date {
    display: block;
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
    color: #aaa;
}

.overview .product-options {
    margin-top: 0px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    width: 100%;
}

.overview .product-share-wrapper {
    line-height: 30px;
    text-align: center;
}

.product-share-wrapper .label {
    width: auto;
}

.product-social-buttons {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

    .product-social-buttons li {
        display: inline-block;
        margin: 0 1px;
    }

        .product-social-buttons li a {
            position: relative;
            display: block;
            font-size: 0;
            width: 30px;
            height: 30px;
        }

            .product-social-buttons li a:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

        .product-social-buttons li.facebook {
            background: #dadada;
        }

        .product-social-buttons li.twitter {
            background: #dadada;
        }

        .product-social-buttons li.google {
            background: #dadada;
        }

        .product-social-buttons li.pinterest {
            background: #dadada;
        }

        .product-social-buttons li.facebook a:before {
            background: #4a65a2;
        }

        .product-social-buttons li.twitter a:before {
            background: #3abafd;
        }

        .product-social-buttons li.google a:before {
            background: #bd2d45;
        }

        .product-social-buttons li.pinterest a:before {
            background: #e94949;
        }

        .product-social-buttons li a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .product-social-buttons li.facebook a:after {
            content: '\e934';
            font-size: 14px;
        }

        .product-social-buttons li.twitter a:after {
            content: '\e915';
            font-size: 16px;
        }

        .product-social-buttons li.google a:after {
            content: '\e936';
            font-size: 16px;
        }

        .product-social-buttons li.pinterest a:after {
            content: '\e943';
            font-size: 14px;
        }
/**overview end*/
.full-description {
    clear: both;
    margin: 0 15px 20px;
    line-height: 24px;
    font-size: 13px;
    text-align: left;
    color: #454545;
}

.product-collateral {
    margin: 50px 0;
}

    .product-collateral > div {
        margin: 0 0 50px;
    }

    .product-collateral .title {
        margin: 0 0 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .product-collateral .table-wrapper {
        padding: 30px;
        background: #f9f9f9;
    }

    .product-collateral .title strong {
        font-weight: normal;
    }

.product-specs-box .data-table {
    border-color: #eee;
}

    .product-specs-box .data-table td {
        padding: 10px;
        font-size: 14px;
        color: #454545;
    }

    .product-specs-box .data-table .spec-value {
        color: #444;
    }

.product-specs-box .attribute-square {
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.product-tags-list {
    text-align: center;
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        margin: 3px;
        padding: 8px 10px;
        background: #eee;
        font-size: 13px; /*reset zeroing*/
        color: #454545;
    }

        .product-tags-list li:before {
            content: '\e914';
            display: inline-block;
            font-family: prisma;
            font-size: 15px;
            color: #ccc;
            vertical-align: middle;
            transition: all .3s;
        }

        .product-tags-list li:hover:before {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
            transform-origin: top right;
        }

        .product-tags-list li.separator {
            display: none;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

.product-variant-line {
    margin: 0 0 30px;
    padding: 20px 15px;
    background: #f6f6f6;
}

.variant-demos .product-variant-line,
.variant-demos .variant-overview {
    margin: 0px;
    padding: 0px;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.product-variant-left {
    float: left;
    border-top: 0px solid #eee;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    width: 50%;
}

.product-variant-right {
    float: right;
    border-top: 0px solid #eee;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    width: 50%;
}

    .product-variant-right .download-sample {
        padding: 0px;
    }

    .product-variant-right .demo-wav {
        border-bottom: 1px solid #eee;
    }

    .product-variant-right .currency-selector,
    .product-variant-right .prices {
        padding: 5px 0 0 10px;
    }

    .product-variant-right .overview-buttons {
        clear: both !important;
    }

    .product-variant-right .play-button {
        transform: scale(1.0);
        width: 100%;
        margin: 5px 0;
        padding: 5px;
        text-align: left;
        line-height: normal;
        height: auto;
        border-radius: 5px;
    }

}

.variant-picture {
    position: relative;
    width: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

.variant-name {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #eee;
}

.variant-overview .variant-description {
    padding: 5px 0 5px;
    margin: 0;
    border-top: 0px solid #eee;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 13px 0;
}

.variant-overview button.add-to-wishlist-button span:before {
    margin: 0;
}

.related-products-grid,
.also-purchased-products-grid {
    position: relative;
    margin: 50px auto;
    border-bottom: 4px solid #fff;
    width: 100%;
}

    .related-products-grid .title,
    .also-purchased-products-grid .title,
    .group-choose-format-title {
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .related-products-grid .item-grid,
    .also-purchased-products-grid .item-grid {
        padding: 30px 30px 0;
        background: #f6f6f6;
    }

.ui-tabs {
    margin: 0 0 20px;
}

    .ui-tabs .ui-tabs-nav {
        margin-bottom: 4px;
        overflow: hidden;
        font-size: 0pt;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            display: inline-block;
            margin-right: 4px;
            background: #f9f9f9;
        }

            .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li a {
                position: relative;
                display: inline-block;
                padding: 15px 45px;
                text-transform: uppercase;
                font-size: 14px;
                color: #454545;
                -webkit-transition: all .3s;
                transition: all .3s;
                z-index: 1;
            }

            .ui-tabs .ui-tabs-nav li:hover a,
            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a {
                color: #fff;
            }

            .ui-tabs .ui-tabs-nav li:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #2b2b2b;
                -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: 50% 100%;
                -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                -webkit-transition: transform .3s ease-out;
                transition: transform .3s ease-out;
            }
			
			.sms-page .ui-tabs .ui-tabs-nav li:before {
				background: #FE6603;
			}

            .ui-tabs .ui-tabs-nav li:hover:before,
            .ui-tabs .ui-tabs-nav li.ui-state-active:before {
                -webkit-transform: scaleY(1);
                -ms-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

    .ui-tabs .ui-tabs-panel {
        background: #f9f9f9;
        font-size: 13px;
        color: #454545;
    }

        .ui-tabs .ui-tabs-panel .table-wrapper {
            padding: 10px;
        }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 24px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }

    .ui-tabs .ui-tabs-panel th,
    .ui-tabs .ui-tabs-panel td {
        padding: 15px;
        border: 1px solid #eee;
        background: #fff;
    }

        .ui-tabs .ui-tabs-panel td a {
            font-weight: normal;
        }

    .ui-tabs .ui-tabs-panel input {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
    }

.productTabs .ui-widget-header {
    border: none;
    background: none;
}

.productTabs.ui-tabs .ui-tabs-panel {
    background: #f9f9f9 !important;
    font-size: 13px;
    color: #454545;
}

.productTabs.ui-widget.ui-widget-content {
    border: none;
}

/********** MEMBERSHIP PRODUCT PAGE BEGIN**********/

/* Membership Product Template Styles - Single Column */
.membership-product-essential {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.membership-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.membership-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #f8f8f8;
    line-height: 1.2;
}

.membership-subtitle {
    font-size: 1.3rem;
    color: #c8c8c8;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.membership-content-container {
	max-width: 500px;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    margin: 0 auto;
}

.membership-content-container .overview{
	float:none !important;
}

/* Single Column Layout */
.membership-columns-wrapper {
    /* Simple block layout - no floats needed */
}

.membership-purchase-column {
    background: #f9f9f9;
    padding: 10px 10px 20px 10px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 10px auto;
	max-width:300px;
    text-align: center;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	transition:transform 0.3s ease;
}

.membership-purchase-column:hover{
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transform:scale(1.1);
}

.membership-features-column {
    /* Takes full width automatically */
}

/* Purchase Column Styling */

.membership-purchase-column .prices {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.membership-purchase-column .old-product-price {
    display:inline-block;
	font-size: 1.2rem;
    color: #e25656;
    text-decoration: line-through;
}
.membership-purchase-column .product-price {
    display:inline-block;
	margin-bottom: 15px;
}

.membership-purchase-column .old-product-price label,
.membership-purchase-column .product-price label{
	display:none;
}

/* Add to Cart Button */
.membership-action {
    text-align: center;
}

.membership-action .add-to-cart-button:before{
	background: #fff;
	content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
}

.membership-action .add-to-cart-button {
    background: #FE6603;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: background 0.3s ease;
}

.membership-action .add-to-cart-button:hover {
    background: #45a049;
}


/* Features Styling */
.membership-features-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-features-column li {
    padding: 15px 0;
    font-size: 1.1rem;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}

.membership-features-column li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2rem;
}

.smspage .topic-block-body li{
    position: relative;
    line-height: 2;
}

.smspage .topic-block-body li li {
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}

.membership-features-column li:last-child {
    border-bottom: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .membership-product-essential {
        padding: 10px;
    }
    
    .membership-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .membership-title {
        font-size: 2rem;
    }
    
    .membership-subtitle {
        font-size: 1.1rem;
    }
    
    .membership-content-container {
        padding: 20px;
        border-radius: 8px;
    }
    
    .membership-purchase-column {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .membership-features-column li {
        font-size: 1rem;
        padding: 12px 0;
        padding-left: 30px;
    }
    
    .membership-purchase-column .price {
        font-size: 1.7rem;
    }
    
    .membership-action .add-to-cart-button {
        padding: 12px 20px;
        font-size: 1.1rem;
        max-width: 100%;
    }
	.item-box .video .video-date {
		display:none;
	}
	.sms-page .topic-block-body h1 {
		font-size: 1.5em;
	}
	.sms-page .topic-block-body h2 {
		font-size: 1.6em;
	}
	.sms-page .topic-block-body h3 {
		font-size: 1.2em;
	}
	.custom-newsletter-modal-content {
		width:90%;
		max-width:400px;
	}
	.item-box .sms-join-button {
		font-size: 10px;
	}
	.sms-join-button:before {
		font-size: 14px;
	}
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .membership-product-essential {
        padding: 5px;
		margin: 10px 25px;
    }
    
    .membership-content-container {
        padding: 15px;
    }
    
    .membership-purchase-column {
        padding: 15px;
        margin-bottom: 25px;
    }
    
    .membership-title {
        font-size: 1.7rem;
    }
    
    .membership-subtitle {
        font-size: 1rem;
    }
    
    .membership-features-column li {
        font-size: 0.9rem;
        padding-left: 25px;
    }
	
	.membership-features-column{
		text-align:left;
		padding: 0 0 0 20px;
	}
    
    .membership-purchase-column .price {
        font-size: 1.5rem;
    }
    
    .membership-action .add-to-cart-button {
        padding: 12px 15px;
        font-size: 1rem;
    }
}

/********** MEMBERSHIP PRODUCT PAGE END **********/




/********** ESTIMARE SHIPPING **********/


.estimate-shipping-popup {
    position: relative;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    transform: scale(0.8);
    transition: all 0.2s ease;
    opacity: 0;
}

    .estimate-shipping-popup strong {
        visibility: hidden;
    }

.mfp-ready .estimate-shipping-popup {
    transform: scale(1);
    opacity: 1;
}

.mfp-removing .estimate-shipping-popup {
    transform: scale(0.8);
    opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing {
    transition: all 0.3s ease;
    opacity: 0;
}

.estimate-shipping-row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

.estimate-shipping-row-item {
    flex: 0 1 100%;
}

.mfp-container .address-item {
    margin: 10px 0 0;
}

    .mfp-container .address-item + div {
        padding: 0 0 0 15px;
    }

.estimate-shipping-address-control {
    width: 100%;
    border: 1px solid #eee;
}

.mfp-container .address-item .required {
    position: absolute;
    top: 0;
    right: -8px;
}

.mfp-container .shipping-options {
    position: relative; /*preloader referrence*/
    margin: 10px 0 25px;
}

.mfp-container .shipping-header-item {
    align-self: flex-end;
    border: none !important;
    padding: 12px 5px !important;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mfp-container .shipping-options-body {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.mfp-container .shipping-option {
    display: table-row;
    font-size: 13px;
    cursor: pointer;
}

    .mfp-container .shipping-option.active {
        font-weight: bold;
        color: #333;
    }

    .mfp-container .shipping-option > div {
        display: table-cell;
        border-top: 1px solid #eee;
        padding: 12px 11px;
    }

.mfp-container .shipping-item {
    border-right: 1px solid #eee;
    overflow: hidden;
    padding: 8px 0;
    overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio {
    flex: 0 0 30px;
    width: 24px;
}

.estimate-shipping-radio {
    display: none;
}

    .estimate-shipping-radio + label {
        bottom: -1px;
    }

        .estimate-shipping-radio + label:after {
            top: 5px !important;
        }

.apply-shipping-button-container {
    text-align: center;
}

.mfp-container .no-shipping-options {
    padding: 30px 15px;
    text-align: center;
}

.mfp-container .message-failure {
    margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

    .estimate-shipping-popup {
        padding: 25px 3%;
    }

    .mfp-container .shipping-address {
        flex-flow: column;
    }

    .mfp-container .address-item {
        width: 100%;
    }

        .mfp-container .address-item + div {
            padding: 0;
        }
}


/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
    color: #2b2b2b;
}

.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.write-review,
.new-comment {
    margin: 0 0 20px;
    padding: 20px;
    background: #f9f9f9;
}

    .write-review .form-fields {
        margin: 0 auto 20px;
        padding-bottom: 10px;
        max-width: 430px;
    }

    .write-review .inputs,
    .new-comment .inputs {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .write-review .inputs {
        border: 0;
    }

        .write-review .inputs label {
            margin-bottom: 5px;
            text-align: left;
        }

    .write-review ::-webkit-input-placeholder {
        color: #bbb;
    }

    .write-review ::-moz-placeholder {
        color: #bbb;
    }

    .write-review :-ms-input-placeholder {
        color: #bbb;
    }

    .write-review :-moz-placeholder {
        color: #bbb;
    }

    .write-review .inputs label {
        margin-bottom: 5px;
        text-align: left;
    }

    .write-review .buttons {
        margin: 10px 0 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .write-review input[type=text],
    .write-review input[type=email],
    .write-review input[type=tel],
    .write-review textarea,
    .new-comment input[type=text],
    .new-comment input[type=email],
    .new-comment input[type=tel],
    .new-comment textarea {
        border: 1px solid #eee;
        height: 40px;
        width: 100%;
    }

    .write-review .required {
        margin-left: 5px;
    }

    .write-review .review-rating {
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #eee;
        background: #fff;
        text-align: left;
    }

        .write-review .review-rating label,
        .write-review .review-rating .tooltip {
            margin: 0 0 5px;
            padding: 0;
            font-size: 13px;
            color: #666;
            vertical-align: middle;
        }

            .write-review .review-rating .tooltip label {
                display: inline-block;
                margin-bottom: 10px;
            }

            .write-review .review-rating label:before {
                content: none;
            }

.review-rating ul {
    float: right;
    font-size: 0;
    vertical-align: middle;
}

.rating-options {
    overflow: hidden;
    width: 70px;
}

    .rating-options input {
        float: right;
        margin: 0 0 0 -12px;
        width: 12px;
        height: 12px;
        opacity: 0;
    }

.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label {
    background-color: #2b2b2b;
}

    .write-review .rating-options input:checked ~ label:after {
        content: none;
    }

.write-review .rating-options label,
.write-review .rating-options:hover label {
    position: relative;
    float: right;
    display: block;
    width: 12px;
    height: 11px;
    background-color: #ccc;
    background-image: url(../../Themes/Prisma/Content/img/rating.svg);
    background-position: 0 0;
    font-size: 0;
    cursor: pointer;
}

.write-review .review-rating .rating-options {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    cursor: default;
}

.write-review .review-rating .name-description {
    display: inline-block;
    max-width: 80%;
}

.write-review .review-rating .first,
.write-review .review-rating .last {
    font-size: 0;
}

.write-review .review-rating .rating-wrapper {
    float: right;
    padding-top: 1px;
}

.write-review .review-rating div:nth-child(2) input {
    vertical-align: baseline;
}

.write-review .captcha-box {
    margin: 15px 0 0;
}

.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-reviews-page .result {
    margin: 20px;
    font-size: 14px;
    color: #2b2b2b;
}

.product-review-list {
    overflow: hidden;
    padding: 20px;
    background: #f9f9f9;
}

.product-review-item {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    overflow: hidden;
}

    .product-review-item:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .product-review-item .review-item-head {
        margin: 0 0 20px;
        overflow: hidden;
    }

    .product-review-item .review-title {
        float: left;
        max-width: 80%;
        color: #444;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0;
        width: auto;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
        text-align: left;
        color: #454545;
    }

    .product-review-item .review-avatar {
        display: none;
    }

        .product-review-item .review-avatar a {
            display: block;
        }

    .product-review-item .text-body {
        line-height: 24px;
    }

.review-type-rating-ext {
    overflow: hidden;
    padding: 15px 0;
}

.product-review-item .review-info {
    margin: 0 0 5px;
    text-align: left;
}

    .product-review-item .review-info label {
        color: #aaa;
    }

    .product-review-item .review-info strong {
        font-weight: normal;
        color: #aaa;
    }

    .product-review-item .review-info a {
        font-weight: bold;
        color: #2b2b2b;
    }

    .product-review-item .review-info span {
        color: #666;
    }

    .product-review-item .review-info .separator {
        color: #d8d8d8;
    }

    .product-review-item .review-info .avatar {
        display: inline-block;
        width: 35px;
        margin: 0 5px 0 10px;
    }

.product-review-helpfulness {
    position: relative;
    text-align: left;
    padding-bottom: 15px;
}

    .product-review-helpfulness .question {
        margin: 0 5px 0 0;
        color: #aaa;
    }

        .product-review-helpfulness .question + span {
            display: inline-block;
            vertical-align: middle;
        }

    .product-review-helpfulness .result {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

.product-review-item .reply {
    clear: both;
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
    line-height: 24px;
}

.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
}

.vote-stats {
    display: none;
}

.vote-options {
    display: inline-block;
}

.product-review-helpfulness .vote {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
}

    .product-review-helpfulness .vote:after {
        content: '\e92a';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 12px;
        color: #2b2b2b;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .product-review-helpfulness .vote + .vote:after {
        content: '\e901';
        color: #e53850;
    }


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
    margin: 0 0 4px;
}

    .wishlist-content .table-wrapper {
        margin-bottom: 4px;
    }

    .wishlist-content .cart .sku,
    .wishlist-content .cart col:nth-of-type(3) {
        display: none;
    }

    .wishlist-content .message-error {
        margin: 0 10px 10px;
    }

    .wishlist-content .tax-shipping-info {
        margin: 20px 0 20px;
        text-align: center;
    }

    .wishlist-content .buttons {
        padding: 15px;
        background: #f6f6f6;
        font-size: 0;
    }

    .wishlist-content button.button-2 {
        display: block;
        margin: 0 auto 5px;
        padding: 13px 25px;
        width: 250px;
        background: #fff;
        color: #2b2b2b;
        border: 1px solid #ccc;
    }

    .wishlist-content .button-2 span {
        display: inline-block;
        vertical-align: middle;
    }

    .update-cart-button:before,
    .continue-shopping-button:before,
    .wishlist-content .button-2:before,
    .estimate-shipping-button:before {
        display: inline-block;
        margin: -3px 8px 0 0;
        font-weight: normal;
        font-family: prisma;
        font-size: 16px;
        color: #999;
        vertical-align: middle;
    }

.estimate-shipping-button:before {
    content: '\e90b';
    font-size: 21px;
    margin-bottom: -2px;
    margin-top: -5px;
    transition: all .2s ease;
}

.update-cart-button:before,
.update-wishlist-button:before {
    content: '\e949';
}

.wishlist-add-to-cart-button:before {
    content: '\e91c';
}

.email-a-friend-wishlist-button:before {
    content: '\e933';
}

.wishlist-page .share-info {
    position: relative;
    padding: 30px;
    background: #f6f6f6;
    font-size: 13px;
    color: #aaa;
    text-align: center;
}

    .wishlist-page .share-info:before {
        content: '\e919';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 60px;
        color: #e9e9e9;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .wishlist-page .share-info a {
        display: block;
        margin: 5px 0;
        font-weight: bold;
        color: #2b2b2b;
    }

    .wishlist-page .share-info a,
    .wishlist-page .share-info span {
        position: relative;
        z-index: 1;
    }

    .wishlist-page .share-info span {
        color: #454545;
    }

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: block;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #2b2b2b;
    }

        .compare-products-page .clear-list:before {
            content: '\e901';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 10px;
            color: #bbb;
        }

    .compare-products-page .remove-button {
        padding: 8px 10px;
        border: 0;
        background: #eee;
        text-transform: uppercase;
        font-size: 11px;
        color: #aaa;
    }

        .compare-products-page .remove-button:before {
            content: '\e901';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 8px;
            color: #bbb;
        }

.compare-products-table {
    display: none;
}

.compare-products-page img {
    max-width: 100%;
}

.compare-products-table td:first-child {
    background: #f6f6f6;
    text-align: right;
    font-size: 15px;
    color: #aaa;
}

.compare-products-table .full-description {
    display: none;
}

.compare-products-table-mobile img {
    max-width: 160px;
}


/*********** TOPICS ***********/


.home-page .topic-block {
    margin: 0 auto 20px;
    padding: 30px 0;
    text-align: center;
}

.topic-block-title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

    .topic-block-title h2 {
        font-size: 24px;
    }

.home-page .topic-block-title h2 {
    font-weight: normal;
    font-size: 24px;
    color: #444;
}

.topic-block-body {
    padding: 0 10px;
    line-height: 20px;
    font-size: 15px;
    color: #454545;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 20px;
    font-size: 15px;
    color: #454545;
}

.sms-page .topic-page h2 {font-size:2em}

.sms-page .topic-page .page-body {color: #c8c8c8;}
.sms-page .topic-page .page-body strong, .sms-page .topic-page h2{color: #fff; font-weight:700;}
.sms-page .topic-page p, .sms-page .topic-page h2 {
	margin: 10px 0 20px 0;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 0;
}

.topic-password {
    margin: 50px 0 100px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

    .topic-password .password-error {
        display: block;
    }

.enter-password-title {
    margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        width: 200px;
        height: 36px;
    }

    .enter-password-form input[type="submit"] {
        display: block;
        width: 150px;
        margin: 20px auto 0;
        padding: 10px 35px;
        border: none;
        height: 36px;
        background: #2b2b2b;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

.password-error {
    margin: 0 0 10px;
}

.registration-page .accept-privacy-policy label {
    display: inline-block;
}


/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    padding: 10px;
    text-align: center;
    background: #f6f6f6;
}

.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    max-width: 100%;
}

.apply-vendor-page .topic-block {
    margin-bottom: 0;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 0 15px;
}

.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.contact-page .result,
.email-a-friend-page .result {
    font-size: 14px;
    color: #2b2b2b;
}

.account-page .inputs:last-child,
.registration-page .inputs:last-child {
    border: 0;
}

.account-page input[type=text],
.account-page input[type=email],
.account-page input[type=tel],
.password-recovery-page input[type=text],
.password-recovery-page input[type=email],
.password-recovery-page input[type=tel],
.registration-page input[type=text],
.registration-page input[type=email],
.registration-page input[type=tel] {
    width: 350px;
}

.contact-page input[type=text],
.contact-page input[type=email],
.contact-page input[type=tel],
.email-a-friend-page input[type=text],
.email-a-friend-page input[type=email],
.email-a-friend-page input[type=tel],
.apply-vendor-page input[type=text],
.apply-vendor-page input[type=email],
.apply-vendor-page input[type=tel],
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
    width: 400px;
}

.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
    font-size: 13px;
    color: #666;
}

.account-page .message-error {
    margin: 10px 0;
}

.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 10px 20px;
}

.email-a-friend-page .title h2 {
    padding: 15px 0;
    font-weight: normal;
    color: #2b2b2b;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
    margin: 0;
}

.accept-privacy-policy .read {
    color: #2b2b2b;
}

.customer-pages-body .side-2 {
    margin-bottom: 30px;
}

.apply-vendor-page .terms-of-service {
    margin-top: 20px;
    text-align: center;
}

    .apply-vendor-page .terms-of-service span {
        color: #2b2b2b
    }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.account-page,
.registration-page .fieldset {
    margin-bottom: 4px;
    padding: 20px;
   /* min-height: auto;
    background: #f6f6f6;*/
}

.sms-page .account-page {
	background: #f6f6f6;
	border-radius: 0px;
}

    .account-page .title,
    .registration-page .title {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 14px;
        color: #444;
    }

    .account-page .page-title {
        display:block;
    }

.customer-pages-body .center-2 {
    margin: 0 10px 50px;
    background: #f6f6f6;
}

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        width: 105px;
        vertical-align: middle;
    }

.account-page .date-of-birth select,
.registration-page .date-of-birth select {
    width: 31%; /*birth-date selectors, always single line*/
    max-width: 110px;
    background-position: 90% center;
}

.date-of-birth select + select {
    margin: 0 0 0 10px;
}

.check-username-availability-button {
    margin: 10px 0 0;
    border: 0;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #2b2b2b;
}

.btn-wrapper {
    margin: 0 auto;
    max-width: 350px;
    text-align: right;
}

.field-validation-valid, .username-available-status,
.username-not-available-status {
    float: left;
    margin-top: 8px;
}

#username-availabilty:empty {
    display: none;
}

.account-page select,
.registration-page select {
    border: 1px solid #eee;
    background-position: 97% center;
}

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
    color: #aaa;
    white-space: normal;
}

    .vat-note em {
        font-style: normal;
    }

.accept-privacy-policy {
    margin: 0 0 10px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

    .accept-privacy-policy .read {
        font-weight: bold;
        cursor: pointer;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
    padding: 14px 39px;
}

.registration-result-page .result {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    color: #454545;
}

.login-page .customer-blocks {
    margin: 0 0 20px;
}

    .login-page .customer-blocks:after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }

    .login-page .customer-blocks > div {
        position: relative;
        padding: 0 30px 20px;
        background: #f6f6f6;
    }

        .login-page .customer-blocks > div .buttons {
            margin: 0;
        }

.login-page .title,
.login-page .topic-block-title h2 {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.login-page .text {
    margin: 30px 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

.login-page .returning-wrapper .inputs {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.login-page .inputs.reversed {
    margin: 5px 0 10px;
    padding: 0;
    font-size: 12px; /*reset zeroing*/
}

    .login-page .inputs.reversed label {
        float: left;
        width: auto;
    }

.forgot-password {
    float: right;
    margin: 11px 0;
    font-weight: bold;
    font-size: 12px;
    color: #2b2b2b;
}

.external-authentication {
    background: #f6f6f6;
    text-align: center;
}

.facebook-login-block {
    margin-top: 20px;
}

    .facebook-login-block .buttons {
        margin: 0;
        padding-bottom: 20px;
    }

    .facebook-login-block .facebook-btn {
        width: 250px;
        height: 45px;
        background: url(../../Themes/Prisma/Content/img/fb_custom_btn.jpg) no-repeat;
    }

        .facebook-login-block .facebook-btn:hover {
            background-position: 0 0;
        }

.login-page .topic-block {
    margin: 20px 0;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.login-page .topic-block-title h2 {
    padding: 0;
    border: 0;
}

.login-page .topic-block-body {
    font-size: 13px;
    color: #666;
}

.password-recovery-page .page-body {
    padding: 20px;
    background: #f6f6f6;
}

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.checkout-as-guest-button {
    margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input {
    min-width: 250px;
}

.block-account-navigation .title {
    text-align: left;
    font-size: 20px;
}

.block-account-navigation .listbox {
    display: none;
    padding: 10px;
}

.block-account-navigation li {
    position: relative;
    margin-bottom: 4px;
    background: #ccc;
}

.block-account-navigation .list li a {
    position: relative;
    display: block;
    padding: 20px 5px 20px 45px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    color: #444;
    z-index: 1;
}

    .block-account-navigation .list li a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2b2b2b;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        z-index: -1;
    }
	
	.sms-page .block-account-navigation .list li a:after {
		background: #FE6603;
	}

    .block-account-navigation .list li.active a:after,
    .block-account-navigation .list li a:hover:after {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

.block-account-navigation .list > li.active > a,
.block-account-navigation .list > li.active > a:hover,
.block-account-navigation .listbox .list > li > a:hover {
    color: #fff;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.block-account-navigation .listbox li.active a:before,
.block-account-navigation .listbox li a:hover:before {
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-account-navigation li.customer-info a:before {
    content: '\e945';
}

.block-account-navigation li.customer-addresses a:before {
    content: '\e91f';
}

.block-account-navigation li.customer-orders a:before {
    content: '\e903';
}

.block-account-navigation li.customer-subscriptions a:before {
    content: '\e962';
}

.block-account-navigation li.downloadable-expacks a:before {
    content: '\e9c7';
}

.block-account-navigation li.return-requests a:before {
    content: '\e90d';
}

.block-account-navigation li.downloadable-products a:before,
.order-completed #OrderComplete span:before {
    content: '\e932';
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-family: prisma;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
}

.downloadable-products-page .download-pack-link {
	text-align:center;
}
.downloadable-products-page .download-pack-link:before {
	content: '\e932';
    display: inline-block;
	margin: 0 5px;
	font-weight: normal;
    font-family: prisma;
    font-size: 24px;
	color: #444;
}

.downloadable-products-page .data-table td {
	padding: 10px !important;
}

.block-account-navigation li.downloadable-products a:before {
    color: #444;
}

.block-account-navigation li.back-in-stock-subscriptions a:before {
    content: '\e927';
}

.block-account-navigation li.reward-points a:before {
    content: '\e90e';
}

.block-account-navigation li.change-password a:before {
    content: '\e940';
}

.block-account-navigation li.customer-avatar a:before {
    content: '\e945';
}

.block-account-navigation li.forum-subscriptions a:before {
    content: '\e935';
}

.block-account-navigation li.customer-reviews a:before {
    content: '\e92f';
}

.block-account-navigation li.customer-gdpr a:before {
    content: '\e954';
}

.block-account-navigation li.customer-check-gift-card-balance a:before {
    content: '\e955';
    font-size: 22px;
}

.customer-pages-body .master-column-wrapper > .page-title {
    display: none;
}

.account-page .edit-address {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.change-password-page .buttons,
.customer-info-page .buttons {
    margin-bottom: 0;
    padding: 30px 0;
    background: #f6f6f6;
}

.register-page .inputs.accept-consent,
.customer-info-page .inputs.accept-consent {
    padding: 0 0 10px 0;
}

.register-result-message {
	margin: 20px 0 0 0;
	font-size: 16px;
}

.change-password-page .buttons {
    border-top: 1px solid #eee;
}

.customer-pages-body .data-table {
    margin: 30px 0;
    border-color: #eee;
    color: #454545;
}

    .return-request-page .data-table th,
    .customer-pages-body .data-table th {
        border: 1px solid #eee;
        background: #fff;
    }

    .return-request-page .data-table td,
    .customer-pages-body .data-table td {
        padding: 15px;
        border-color: #eee;
        text-align: center;
        font-size: 14px;
    }

        .customer-pages-body .data-table td.date {
            white-space: nowrap;
        }

        .customer-pages-body .data-table td.points {
            font-weight: bold;
            color: #666;
        }

        .customer-pages-body .data-table td.points-balance {
            font-weight: bold;
            color: #2b2b2b;
        }

        .customer-pages-body .data-table td.message {
            color: #666;
        }

.account-page .description {
    margin: 0 0 20px;
    font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2 {
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    font-size: 0;
    transition: all .3s;
}

    .address-list .buttons .button-2:hover,
    .order-list .buttons .button-2:hover {
        background: #2b2b2b;
    }

    .address-list .buttons .button-2:after,
    .order-list .buttons .button-2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 13px;
        color: #2b2b2b;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: all .3s;
    }

    .address-list .buttons .button-2:hover:after,
    .order-list .buttons .button-2:hover:after {
        color: #f6f6f6;
    }

.address-list .buttons .edit-address-button:after {
    content: '\e920';
}

.address-list .buttons .delete-address-button:after {
    content: '\e901';
    color: #e53850;
}

.order-list .buttons .order-details-button:after {
    content: '\e931';
}

.order-list .buttons .return-items-button:after {
    content: '\e92e';
    color: #e53850;
}

.add-more-external-records {
    padding: 20px 0;
    font-size: 13px;
    color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 12px; /*reset zeroing*/
    white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title {
    padding: 19px 80px 10px 19px;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
}

.subscription-history-page .title{
	border-bottom: 0px solid #f6f6f6;
}

.request-item .title {
    padding: 19px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    padding: 15px;
    background: #fff;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.address-list .buttons,
.order-list .buttons {
    position: absolute;
    top: 7px;
    right: 7px;
}

.address-list-page .info .name {
    font-weight: bold;
}

.address-list-page .add-button {
    margin: 15px 0;
    text-align: center;
}

    .address-list-page .add-button input {
        padding: 13px 35px;
        border: 0;
        background: #2b2b2b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

.customer-pages-body .data-table .select-boxes {
    text-align: center;
}

.select-boxes input,
.opc .use-reward-points input {
    margin: 0;
    padding: 0;
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
}

.request-item .details {
    padding: 20px;
    background: #fff;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
}

.request-item label {
    display: inline-block;
    width: 48%;
    color: #454545;
}

    .request-item label + div {
        display: inline-block;
    }

    .request-item label + div,
    .request-item span {
        color: #444;
    }

.request-item a {
    color: #2b2b2b;
}

    .request-item a + span {
        width: auto;
    }

.return-request-list-page a {
    font-weight: bold;
}

.return-request-page .page-body {
    padding: 20px;
    background: #f6f6f6;
}

.return-request-page .data-table td select {
    border: 1px solid #eee;
    width: 60px;
}

.return-request-page .data-table td.product {
    color: #454545;
}

.return-request-page .data-table td.unit-price {
    font-weight: bold;
    color: #2b2b2b;
}

.return-request-page .section {
    margin-bottom: 40px;
}

.return-request-page .inputs {
    margin-bottom: 10px;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    text-align: center;
}

.reward-points-overview {
    margin: 0 0 15px;
    /*display: inline-block;*/
	text-align: center;
}

.order-list-page .recurring-payments > .title {
    display:none;
	background: none;
    padding: 0;
}

.order-list-page .button-2.cancel-recurring-order-button {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background-color: #e53e3e;
    color: white;
    border: none;
    transition: background-color 0.2s;
}

.order-list-page .button-2.cancel-recurring-order-button:hover {
    background-color: #c53030;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 auto 15px;
    max-width: 400px;
    background: #fff;
}

.avatar-page .image {
    margin: 0 auto 10px;
    max-width: 180px;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    background: #fff;
    text-align: left;
    font-size: 0pt;
}

    .file-upload .fieldset {
        position: relative;
    }

    .file-upload label {
        display: inline-block;
        padding: 10px 19px;
        height: 40px;
        background: #fff;
        font-weight: bold;
        color: #2b2b2b;
        cursor: pointer;
    }

    .file-upload .filename {
        border: 0;
        height: 40px;
        max-width: 289px;
    }

.avatar-page input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 110px;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.avatar-page button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    font-size: 0;
}

    .avatar-page button::after {
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: prisma;
        font-size: 12px;
        color: #e53850;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.avatar-page .info {
    margin: 20px 0;
    font-size: 13px;
    color: #454545;
}

.gdpr-tools-page .form-fields {
    padding: 30px 0;
}

.vendorinfo-page .vendor-picture {
    margin: 10px 0 0;
    text-align: center;
}

    .vendorinfo-page .vendor-picture img {
        display: block;
        margin: 0 auto 10px;
    }


/********** SHOPPING CART **********/


.cart-title,
.checkout-page .page-title {
    margin: 0;
    padding: 20px 0 10px;
    background: #f6f6f6;
}

.order-progress {
    margin: 0 0 20px;
    padding: 10px 0 10px 0;
    text-align: center;
    background: #f6f6f6;
}

    .order-progress ul {
        text-align: center;
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        width: 15%;
        width: -webkit-calc(100%/6 - 3px);
        width: calc(100%/6 - 3px);
        max-width: 130px;
        vertical-align: baseline;
    }

        .order-progress li + li {
            margin-left: 3px;
        }

    .order-progress a {
        position: relative;
        display: block;
        border-top: 4px solid transparent;
        height: 50px;
        background: #fff;
    }

        .order-progress a:before {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-weight: normal;
            font-size: 30px;
            color: #ccc;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .order-progress li:first-of-type a:before {
        content: '\e903';
    }

    .order-progress li:nth-of-type(2) a:before {
        content: '\e902';
    }

    .order-progress li:nth-of-type(3) a:before {
        content: '\e909';
        font-size: 35px;
    }

    .order-progress li:nth-of-type(4) a:before {
        content: '\e92d';
        font-size: 32px;
    }

    .order-progress li:nth-of-type(5) a:before {
        content: '\e92c';
        font-size: 28px;
    }

    .order-progress li:nth-of-type(6) a:before {
        content: '\e92c';
        font-size: 26px;
    }

    .order-progress li.active-step.last a {
        border-top: 4px solid #2b2b2b;
        cursor: pointer;
    }

        .order-progress li.active-step.last a:before {
            color: #2b2b2b;
        }

    .order-progress li.inactive-step a {
        background: #fbfbfb;
        color: #777;
        cursor: default;
    }

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.shopping-cart-page .button-1 {
    padding: 9px 15px;
}

.checkout-page .button-2,
.order-details-page .page-title a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.remove-discount-button,
.remove-gift-card-button {
    margin: 0 0 0 5px;
    border: 0;
    width: 20px;
    height: 20px;
    background: #fff url('../../Themes/Prisma/Content/img/close.png') center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 14px;
	text-align: center;
}

.cart-options {
    margin: 0 0 20px;
    text-align: center;
}

    .cart-options .common-buttons {
        margin-bottom: 4px;
        padding: 20px;
        background: #f6f6f6;
        font-size: 0;
    }

        .cart-options .common-buttons button,
        .shopping-cart-page .common-buttons a {
            display: block;
            padding: 15px 25px;
            margin: 0 auto 5px;
            border: 0;
            width: 280px;
            min-width: 150px;
            background: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            color: #2b2b2b;
            transition: all .2s ease;
            border: 1px solid #ccc;
        }

.continue-shopping-button:before {
    content: '\e92e';
}

.cart-options .checkout-attributes {
    margin: 20px 0;
    padding: 20px;
    background: #f6f6f6;
}

    .cart-options .checkout-attributes:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: "";
        clear: both;
        height: 0;
    }

    .cart-options .checkout-attributes dt {
        float: right;
        clear: right;
        margin: 0 0 5px;
        font-weight: bold;
        font-size: 13px;
        color: #666;
    }

    .cart-options .checkout-attributes dd {
        float: right;
        clear: right;
        margin: 0 0 15px;
    }

    .cart-options .checkout-attributes li {
        line-height: 24px;
    }

        .cart-options .checkout-attributes li * {
            vertical-align: middle;
        }

    .cart-options .checkout-attributes input,
    .cart-options .checkout-attributes textarea,
    .cart-options .qq-uploader {
        max-width: 100%;
        width: 350px;
    }

.cart-options select {
    width: 117px;
}

.cart-options .selected-checkout-attributes {
    margin: 20px 0;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .totals {
    margin: 10px auto 30px;
}

.cart-footer .total-info {
    margin: 0 0 10px;
}

.cart-total td {
    padding: 5px;
    border: 1px solid #ccc;
    width: 40%;
}

.cart-total .order-total {
    font-size: 16px;
    color: #c00;
}

.terms-of-service {
    margin: 10px 5px 20px;
    text-align: left;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service input[type=checkbox] + label {
        display: inline;
    }

.font-comfortaa .terms-of-service input[type=checkbox] + label:before,
.font-comfortaa .terms-of-service input[type=checkbox] + label:after {
    top: 8px;
}

.terms-of-service input[type=checkbox] + label:before,
.terms-of-service input[type=checkbox] + label:after {
    top: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.terms-of-service a {
    position: relative;
    margin: 0 0 0 3px;
    font-weight: bold;
    font-size: 13px;
    color: #2b2b2b;
}

.addon-buttons {
    margin-top: 10px;
}

#checkout,
#checkout span,
.complete-button,
.complete-button span {
    position: relative;
}

    #checkout:before,
    .complete-button button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .complete-button button:hover:before,
    #checkout:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    .complete-button span:before,
    #checkout span:before {
        content: '\e929';
        display: inline-block;
        margin-right: 5px;
        font-weight: normal;
        font-family: prisma;
        font-size: 30px;
        color: #fff;
        vertical-align: middle;
    }

    .complete-button:hover span,
    .complete-button:hover span:before,
    #checkout:hover span,
    #checkout:hover span:before {
        color: #2b2b2b;
    }

.cart-collaterals {
    max-width: 100%;
}

    .cart-collaterals > .deals {
        background: #f6f6f6;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
        padding: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 14px;
        color: #444;
    }

    .cart-collaterals .coupon-box {
        border-bottom: 4px solid #fff;
    }

    .cart-collaterals .hint {
        margin: 10px 10px 5px;
        font-size: 13px;
        color: #bbb;
    }

    .cart-collaterals .deals > div,
    .estimate-shipping {
        padding-bottom: 15px;
        text-align: left;
    }

.estimate-shipping {
    background: #f6f6f6;
}

.cart-collaterals .coupon-code {
    padding: 5px 10px 10px;
    overflow: hidden;
    font-size: 0;
}

    .cart-collaterals .coupon-code input[type="text"],
    .cart-collaterals .coupon-code input[type="email"],
    .cart-collaterals .coupon-code input[type="tel"] {
        float: left;
        margin: 0 -1px 0 0;
        width: calc(100% - 180px);
        height: 40px;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
        float: left;
        border: 1px solid #eee;
        width: 180px;
        height: 40px;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #666;
    }

.cart-collaterals .shipping-options {
    padding: 10px;
}

    .cart-collaterals .shipping-options label {
        text-align: left;
    }

    .cart-collaterals .shipping-options .inputs {
        margin-bottom: 10px;
    }

    .cart-collaterals .shipping-options .buttons {
        margin-bottom: 0;
    }

.cart-collaterals .buttons .estimate-shipping-button {
    padding: 11px 24px;
    border: 1px solid #eee;
    width: 100%;
    background: #fff;
    color: #666;
}

.cart-collaterals .shipping-options select {
    border: 1px solid #eee;
    background-position: 96% center;
}

.cart-collaterals .message-failure {
    margin: 0 10px;
    font-size: 13px;
    color: #d63150;
}

.cart-collaterals .message-success {
    margin: 0 20px;
    font-size: 13px;
    color: #2b2b2b;
}

.cart-collaterals .current-code {
    margin: 5px 10px 0;
}

    .cart-collaterals .current-code span {
        text-transform: uppercase;
        font-weight: bold;
        color: #2b2b2b;
    }

.cart-collaterals .shipping-results {
    margin: 22px 0 0;
    padding: 20px;
    background: #f6f6f6;
    color: #666;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0;
    }

.edit-item {
    margin-top: 5px;
    font-size: 13px;
    color: #2b2b2b;
}


/********** CHECKOUT **********/


.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info {
    margin: 0 0 20px;
    padding: 20px;
    background: #f6f6f6;
}

.shipping-address-page .new-shipping-address {
    padding: 20px 20px 0 20px;
    background: #f6f6f6;
}

.shipping-address-page .pickup-points {
    margin: 0 20px 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.shipping-address-page .pickup-in-store {
    margin-bottom: 0;
}

    .shipping-address-page .pickup-in-store .selector {
        padding: 0;
    }

.shipping-address-page .checkout-data > form {
    padding: 10px 0;
    background: #f6f6f6;
}

.new-billing-address .buttons,
.new-shipping-address .buttons {
    margin-bottom: 0;
}

.shipping-address-page .address-select {
    width: 100%;
    max-width: 350px;
    background-position: 96% center;
}

.checkout-page .section .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
}

.section.order-summary {
    margin-top: 50px;
}

.currency-warning {
    width: 100%;
    padding: 7px 15px 5px 15px;
    border-radius: 4px;
    border: 1px solid #c71d1d;
	text-align:center;
}

    .currency-warning .warning-image {
       display:none;
    }

    .currency-warning .warning-info {
        font-size: 1.2em;
        color: #c71d1d;
        line-height: initial;
		margin: 10px 0;
    }

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
    border-bottom: 0;
}

.ship-to-same-address > div,
.pickup-in-store > div {
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

.pickup-in-store .description {
    padding: 0 0 15px;
    font-size: 13px;
    color: #aaa;
}

.checkout-page .address-grid {
    font-size: 0;
}

.checkout-page .address-item {
    margin: 0 0 20px;
    text-align: center;
}

    .checkout-page .address-item > div {
        padding: 20px;
        background: #fff;
    }

.checkout-page .address-box {
    margin: 0 0 4px;
    padding: 20px;
    background: #fff;
    font-size: 13px;
    color: #666;
}

.checkout-page .address-item input {
    padding: 15px 20px;
    border: 0;
    background: #2b2b2b;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.checkout-page .address-item li {
    padding: 2px 0;
}

    .checkout-page .address-item li.name {
        font-weight: bold;
    }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

.checkout-page .inputs {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    .checkout-page .inputs select {
        background-position: 96% center;
    }

    .checkout-page .inputs label {
        margin: 8px 0 8px 0;
        white-space: pre-line;
    }

.checkout-page .pickup-points .title {
    display: none;
    margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
    text-align: center;
}

    .checkout-page .select-pickup-point li {
        display: inline-block;
        font-size: 13px;
        color: #666;
    }

.checkout-page .select-address select {
    max-width: 100%;
}

.checkout-page .pickup-points-map {
    margin: 20px 0 0;
    height: 300px;
}

.order-summary-content th:first-child,
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child,
.order-summary-content .cart-item-row td.sku {
    display: none;
}

.order-summary-content .product-quantity {
    color: #666;
}

.shipping-method,
.payment-method {
    padding: 20px;
    background: #f6f6f6;
	text-align:center;
}

    .shipping-method .method-list,
    .payment-method .method-list {
        margin: 0 0 20px;
        text-align: center;
    }

        .shipping-method .method-list li,
        .payment-method .method-list li {
            position: relative;
            margin: 0 auto 10px;
            padding: 20px 30px;
            max-width: 500px;
            background: #fff;
            text-align: left;
        }

.payment-logo,
.payment-details {
    display: inline-block;
    margin: 0 5px;
    max-width: 80%;
    vertical-align: top;
}

.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label {
    position: static;
    padding: 0 0 5px;
    max-width: 100%;
    white-space: pre-line;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

    .shipping-method .method-list li label:before,
    .payment-method .method-list li .payment-details label:before {
        content: '.';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: none;
        background: none !important;
        font-size: 0;
        text-indent: -9999px;
        cursor: pointer;
    }

    .shipping-method .method-list li label:hover,
    .payment-method .method-list li label:hover {
        color: #2b2b2b;
    }

    .shipping-method .method-list li label:after,
    .payment-method .method-list li label:after {
        top: 0;
        bottom: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: #8dad90;
        border-radius: 0px;
    }

.payment-method .method-name {
    white-space: nowrap;
}

.shipping-method .method-description,
.payment-method .payment-description {
    line-height: 20px;
    font-size: 13px;
    color: #454545;
    white-space: normal;
}

.shipping-method .buttons,
.payment-method .buttons {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.use-reward-points,
.multiple-locations {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

.use-reward-points {
    margin: 0 0 10px;
	background-color: #232323;
    display: inline-block;
    border-radius: 3px;
	padding: 5px 10px;
	color:#f8f8f8;
}

.payment-info .info {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

    .payment-info .info td {
        display: block;
        padding: 5px;
        margin: 0 auto;
        max-width: 350px;
    }

        .payment-info .info td:first-of-type {
            display: block;
            text-align: center;
        }

        .payment-info .info td p {
            text-align: center;
        }

        .payment-info .info td label {
            line-height: 1.2;
        }

        .payment-info .info td select,
        .payment-info .info td input {
            border: 1px solid #eee;
            width: 100% !important;
            max-width: 350px;
            height: 46px;
        }

#ExpireMonth,
#ExpireYear {
    max-width: 47.8%;
}

.order-review-data {
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
    font-size: 13px;
    color: #666;
}

    .order-review-data .billing-info,
    .order-review-data .shipping-info {
        margin-bottom: 50px;
    }

.confirm-order .terms-of-service {
    margin: 30px 0;
    text-align: center;
}

.confirm-order .buttons {
    margin: 30px 0 20px;
}

.confirm-order .button-1 {
    margin: 0 0 20px;
    font-size: 16px;
}

.confirm-order {
    padding: 10px 20px 5px;
    background: #f6f6f6;
}

.order-completed {
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

    .order-completed .details {
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .order-completed .order-number strong {
        font-weight: normal;
        font-size: 14px;
        color: #454545;
    }

    .order-completed .details a {
        display: inline-block;
        margin: 20px 0 0;
        padding: 11px 28px;
        border: 1px solid #eee;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
    }

    .order-completed .buttons {
        margin-bottom: 0;
    }

.opc li {
    margin-bottom: 10px;
}

.opc .step-title {
    overflow: hidden;
    padding: 20px;
    background: #f6f6f6;
    text-transform: uppercase;
    color: #444;
}

.opc .allow .step-title {
    cursor: pointer;
}

.opc .active .step-title {
    border-bottom: 1px solid #eee;
}

.opc .step-title * {
    float: left;
    font-size: 16px;
}

.opc .step-title span {
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #2b2b2b;
}

.opc .step {
    padding: 20px;
    background: #f6f6f6;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
        font-size: 13px;
        color: #666;
    }

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
    width: 350px;
    max-width: 100%;
    background-position: 96% center;
}

.opc .buttons {
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
    }

        .opc .back-link a:before {
            content: '\e92e';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 14px;
            color: #aaa;
            vertical-align: middle;
        }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .section.confirm-order {
}

.opc .terms-of-service {
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

#opc-confirm_order .buttons {
    margin: 0;
    padding: 0;
    border: 0;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/


.order-review-data,
.order-details-area,
.shipment-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-review-data > div,
    .order-details-area > div {
        margin: 0 0 30px;
    }

    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
        margin: 0 0 10px;
    }

    .order-review-data li,
    .order-details-area li,
    .shipment-details-area li {
        padding: 2px 0;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        margin: 0 0 5px;
    }

.order-details-page .page-title {
    margin: 40px 0 20px;
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        margin: 0 0 20px;
    }

.shipment-details-page .page-body,
.order-details-page .page-body {
    text-align: center;
    font-size: 13px;
    color: #666;
}

.order-details-page .btns-wrapper {
    padding: 30px;
    background: #f6f6f6;
    text-align: center;
    font-size: 0;
}

    .order-details-page .btns-wrapper > a {
        display: inline-block;
        padding: 10px 0;
        width: 49%;
        max-width: 200px;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #2b2b2b;
    }

        .order-details-page .btns-wrapper > a + a {
            margin-left: 2%;
        }

.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title {
    text-transform: uppercase;
    font-size: 14px;
    color: #444;
}

.order-details-page .billing-info,
.order-details-page .shipping-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.shipment-details-area .title,
.order-details-page .title {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.shipment-details-page .info-list .name,
.order-details-page .info-list .name {
    font-weight: bold;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview {
    padding: 0 30px 30px;
    border-bottom: 4px solid #fff;
    background: #f6f6f6;
    line-height: 20px;
    font-size: 14px;
}

.shipping-info-wrap {
    display: none !important;
}

.shipments .title,
.products .title {
    margin: 0;
    padding: 20px 0;
    border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper {
    padding: 20px;
    background: #f6f6f6;
}

.shipments table td,
.products table td {
    border-width: 4px;
    text-align: center;
}

    .products table td.product {
        text-align: center;
    }

.shipments table em,
.products table em {
    font-style: normal;
}

    .shipments table em a,
    .products table em a {
        font-weight: normal;
        font-size: 15px;
    }

.products,
.section.options {
    margin-bottom: 4px;
}

    .products .product-unit-price {
        font-weight: bold;
    }

    .products .attributes {
        font-size: 13px;
        color: #aaa;
    }

    .products .product-subtotal {
        font-weight: bold;
        color: #2b2b2b;
    }

.order-details-area {
    padding: 0 30px 30px;
    background: #f6f6f6;
}

.selected-checkout-attributes {
    padding: 20px;
    background: #f6f6f6;
    font-size: 13px;
    color: #454545;
    line-height: 25px;
}

.order-details-page .tax-shipping-info {
    margin: 10px 20px 10px 0;
}

.order-details-page .actions {
    margin-top: 20px;
    overflow: hidden;
    font-size: 0;
}

    .order-details-page .actions input + input {
        margin-top: 10px;
        background: #fff;
        color: #2b2b2b;
    }

.order-total strong {
    color: #2b2b2b;
}

.totals .actions input,
.totals button,
input.apply-shipping-button {
    padding: 15px;
    border: 0;
    width: 100%;
    background: #2b2b2b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
}

input.apply-shipping-button {
    width: auto;
    padding: 15px 50px;
}

.giftcard-summary label + span {
    font-weight: bold;
    color: #2b2b2b;
}

.giftcard-summary .giftcard-remaining {
    font-size: 12px;
}

.totals {
    float: right;
    padding: 20px;
    width: 100%;
    background: #f6f6f6;
    text-align: right;
}

.cart-total {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

    .cart-total td {
        border: 0;
    }

        .cart-total td:first-child {
            width: 60%;
            text-align: left;
            color: #aaa;
        }

        .cart-total td:nth-child(2) {
            font-weight: bold;
            color: #454545;
        }

    .cart-total .order-total td.cart-total-left,
    .cart-total .order-total td.cart-total-right {
        padding: 15px 10px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .cart-total .order-total td.cart-total-left {
        text-transform: uppercase;
        font-weight: bold;
    }

    .cart-total .order-total td.cart-total-right {
        color: #2b2b2b;
    }

.return-request-file > div {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.return-request-page .qq-upload-button {
    padding: 8px;
    border: 0;
    width: 100%;
    height: 34px;
    background-color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    color: #2b2b2b;
}

.return-request-page textarea {
    border: 0;
}

.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #666 !important;
}

.return-request-page .buttons {
    margin-bottom: 0;
}

.shipment-details-area {
    background: #f6f6f6;
    text-align: center;
}


/*********** SEARCH & SITEMAP ***********/


.search-input {
    padding: 0 20px 10px;
    background: #f6f6f6;
}

    .search-input .inputs {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

        .search-input .inputs.reversed label {
            float: none;
            width: 350px;
        }

.advanced-search {
    margin: 0 0 20px;
}

    .advanced-search .price-range {
        display: inline-block;
    }

    .advanced-search select {
        border: 1px solid #eee;
        background-position: 96% center;
    }

    .advanced-search .price-range {
        max-width: 350px;
    }

        .advanced-search .price-range input {
            width: 49%;
        }

            .advanced-search .price-range input + input {
                margin-left: 2%;
            }

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #C33;
}

.search-results {
    padding: 30px 15px;
    background: #f6f6f6;
    font-size: 13px;
    color: #666;
}

.sitemap-page .description,
.sitemap-page .entity {
    margin: 0 0 4px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.sitemap-page .description {
    font-size: 13px;
    color: #aaa;
}

.sitemap-page .entity-title {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    color: #444;
}

    .sitemap-page .entity-title h2 {
        font-size: 14px;
    }

.sitemap-page .entity-body {
    margin-top: 20px;
    line-height: 24px;
}

.sitemap-page li {
    display: inline-block;
    margin: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    color: #2b2b2b;
}

.sitemap-page a {
    display: block;
}

    .sitemap-page a:empty {
        display: none;
    }


/********** BLOG & NEWS **********/


.year strong {
    display: block;
    cursor: default;
}

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 4px;
    padding: 20px;
    background: #f6f6f6;
}

    .blog-page .post:after,
    .news-items .item:after {
        content: "";
        display: block;
        clear: both;
    }

.post-title,
.news-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

    .post-title:hover,
    .news-title:hover {
        color: #2b2b2b;
    }

.news-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.post-date,
.news-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

    .post-date:before,
    .news-date:before {
        content: '\e930';
        display: inline-block;
        margin: -4px 10px 0 0;
        font-family: prisma;
        font-size: 16px;
        color: #ddd;
        vertical-align: middle;
    }

.post-body,
.news-body {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 13px;
    color: #454545;
}

.post-body {
    line-height: 24px;
}

.news-content {
    margin-bottom: 4px;
    padding: 20px;
    background: #f6f6f6;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 15px 0 15px;
    overflow: hidden;
    font-size: 0;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: none;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        display: inline-block;
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        font-size: 13px;
        color: #454545;
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            margin: 0 5px 0 3px;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        line-height: 24px;
    }

.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #2b2b2b;
}

    .blog-posts .read-more:after,
    .news-items .read-more:after,
    .news-list-homepage .view-all:after {
        content: '\e925';
        display: inline-block;
        margin-left: 10px;
        font-family: prisma;
        font-size: 10px;
        color: #ccc;
        vertical-align: middle;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .blog-posts .read-more:hover:after,
    .news-items .read-more:hover:after,
    .news-list-homepage .view-all:hover:after {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

.blog-posts .read-comments {
    margin-right: 20px;
    line-height: 1.4;
    font-size: 13px;
    color: #454545;
}

.blog-page .blog-details {
	display:none;}

.blog-details {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .blog-details a:hover {
        color: #2b2b2b;
    }

    .blog-details .buttons {
        margin: 0;
    }

.blog-page .tags:before,
.blogpost-page .tags:before,
.blog-posts .read-comments:before {
    display: inline-block;
    margin: 0 5px;
    font-family: prisma;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle;
}

.blog-posts .read-comments:before {
    content: '\e92b';
}

.blog-page .tags:before,
.blogpost-page .tags:before {
    content: '\e914';
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.blogpost-page .post-body {
    padding-bottom: 1px;
    text-align: left;
}

.blogpost-page .post-body a {
	color:#0066aa;
	text-decoration:underline;
}
.blogpost-page .post-body a:hover {
	color:#0097ff;
	text-decoration:none;	
}

.blogpost-page .post-date {
    padding-bottom: 0px !important;
}

.blogpost-page .post-body ul {
    text-align: left;
}

.blog-main-body {
	text-align:justify;
}

.blog-mp3-image, .blog-youtube-embed{	
	text-align:center;
	margin:0px 0px 10px 0px;
}

.blog-main-body h2 {
	font-size:20px;
    margin: 15px 0 10px 0;
}

.blog-main-body h3 {
	font-size:16px;
	margin: 15px 0 10px 0;
}

.blog-main-body p {
    padding-bottom: 15px;
}

.blogpost-page .tags {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.new-comment {
    clear: both;
    margin: 4px 0;
    background: #f6f6f6;
}

    .new-comment .title {
        margin: 0 0 10px;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
        text-align: center;
    }

    .new-comment .result {
        font-size: 13px;
        color: #2b2b2b;
    }

    .new-comment .form-fields {
        margin: 0 0 20px;
    }

    .new-comment .buttons {
        margin: 0;
    }

    .new-comment input[type=text],
    .new-comment input[type=email],
    .new-comment input[type=tel],
    .new-comment textarea {
        width: 350px;
    }

.comment-list {
    padding: 20px;
    background: #f6f6f6;
}

    .comment-list .title {
        margin: 0 0 10px;
        font-weight: bold;
    }

.blog-comment,
.news-comment {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

    .blog-comment:last-of-type,
    .news-comment:last-of-type {
        border: 0;
    }

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
    }

.comment-info {
    width: 150px;
    margin: 0 auto 20px;
}

    .comment-info .username {
        display: block;
        padding: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #2b2b2b;
    }

    .comment-info .avatar {
        position: relative;
        margin: 15px auto;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.comment-title {
    margin-bottom: 15px;
    padding: 5px 0 0;
    text-transform: uppercase;
    color: #444;
}

.comment-time {
    margin: 0 0 10px;
    color: #aaa;
}

.comment-body {
    line-height: 26px;
    color: #454545;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    position: relative;
    padding: 50px 10px;
    background: #f6f6f6;
}

    .news-list-homepage:before,
    .news-list-homepage:after {
        content: '.';
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #f6f6f6;
        text-indent: -9999px;
        font-size: 0;
    }

    .news-list-homepage:before {
        right: 100%;
    }

    .news-list-homepage:after {
        left: 100%;
    }

    .news-list-homepage .title {
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .news-list-homepage .news-item {
        padding-top: 25px;
        border: 1px solid #eee;
        background: #fff;
        text-align: center;
    }

        .news-list-homepage .news-item:only-child {
            display: block;
            margin: 0 auto;
        }

    .news-list-homepage .title strong {
        font-weight: normal;
    }

    .news-list-homepage .view-all {
        display: block;
        margin: 20px 0 0;
        text-align: center;
    }

    .news-list-homepage .post-body,
    .news-list-homepage .news-body {
        overflow: hidden;
        line-height: 24px;
        font-size: 14px;
    }

    .news-list-homepage .news-head {
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }

    .news-list-homepage .news-date {
        float: none;
    }

    .news-list-homepage .news-title {
        float: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        transition: all .3s;
    }

        .news-list-homepage .news-title:hover {
            color: #2b2b2b;
        }

    .news-list-homepage .news-items .buttons {
        margin-bottom: 20px;
        text-align: center;
    }


/********** FORUM & PROFILE **********/


.forum-breadcrumb.breadcrumb {
    float: right;
    margin-bottom: 10px;
}

.forums-main-page .topic-block-body {
    padding-top: 20px;
    margin: 0;
    max-width: none;
    background: #f6f6f6;
    font-size: 13px;
}

.forums-header {
    clear: right;
    margin: 0 0 20px;
    padding-bottom: 20px;
    background: #f6f6f6;
    text-align: center;
    font-size: 13px;
}

    .forums-header:after {
        content: "";
        display: block;
        clear: both;
    }

.current-time {
    padding: 20px 0;
    color: #444;
}

.forum-search-box {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 430px;
    text-align: center;
}

    .forum-search-box .basic {
        overflow: hidden;
        border: 1px solid #eee;
        background: #fff;
    }

    .forum-search-box .advanced {
        margin-top: 20px;
    }

        .forum-search-box .advanced a {
            text-transform: uppercase;
            font-weight: bold;
            color: #2b2b2b;
        }

            .forum-search-box .advanced a:after {
                content: '\e925';
                display: inline-block;
                margin-left: 10px;
                font-family: prisma;
                font-size: 10px;
                color: #ccc;
                vertical-align: middle;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .forum-search-box .advanced a:hover:after {
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
                color: #2b2b2b;
            }

    .forum-search-box .search-box-text {
        float: left;
    }

    .forum-search-box .search-box-button {
        float: left;
        border: none;
        width: 45px;
        height: 45px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNUZEREEyNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGNUZEREEzNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY1RkREQTA0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY1RkREQTE0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BcwI8AAAB90lEQVR42qyVyy9DQRTGb6vxTKyExE5tvNKwobH0CmXBirAlKrVg5y+wJIR4NXbERkiotB7dSVlIJcpKhI2NpcQrqO/Ed5NJ08tcOskvk5x75jtnZs4940gmk4bV6NsbSWeuAoOgA5TRdgPCIAiuVGenoT+ywRy4AOOgAuSQStrk2yLIsxtAxEMgAN7BPGgEhaSRNvk2DHa5RjvANGgB98ALRkEMPJIYbV76NIEp3QDVzOoVdIL4D75x+oivX9bqBJALzQLL4FzD/5z3IGsGdQK0c163URAb5lqdAG4lM91hHqPbTpkaNktaxptOgBvOtTYCVHO+0wkQ5jxgI4Dpe+joDfl/c67h+X+ABo27kJ2esopqdXaQAKs81wNQ94t4iL5LstYqgPSXTdAK8tl3ZBSBEzDDv7aAeGmTzEtBlL3JSHdEIr7N+n8C18ADjsElfzyrxD7BCsWfxeBKI75F8Tdm7+ExdbDvzIIh+rjpdysXynadUAVdKbW7RaEH0AwmQRcoB/XgiLsY0y0nlyK+rYg3MZMJ0Mb+HmCA717gW9AK4LTIPMGXK8rvEdD/l19adrAGfGyxrXyVTPFiiveAFzuZqzsI8sZzeHmmeAnYp/jzX5uSMyVDOeczRbz7P+LqixahmATJzUTm6R59cyc7nJ8y0be/BBgAfu551D9elCUAAAAASUVORK5CYII=) center no-repeat;
        font-size: 0;
    }

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

/* forum group */

.forums-table-section {
    margin: 0 0 30px;
    font-size: 13px;
    color: #454545;
}

    .forums-table-section a {
        vertical-align: middle;
    }

.forums-table-section-title {
    margin: 0 0 4px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: left;
}

forums-table-section td {
    padding: 20px;
}

.forums-table-section-title > a,
.forums-table-section-title strong {
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #2b2b2b;
}

.forum-table th:first-child,
.forum-table td:first-child {
    display: none;
}

.forums-table-section .view-all {
    position: absolute;
    top: 20px;
    right: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2b2b2b;
}

.forums-table-section .image div {
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('../../Themes/Prisma/Content/img/folder1.png') center no-repeat;
}

.forums-table-section td {
    border: 4px solid #f6f6f6;
    min-width: 120px;
    text-align: center;
}

.forums-table-section .forum-details {
    width: 40%;
}

.topic-title,
.forums-table-section .forum-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

    .topic-title:hover,
    .forums-table-section .forum-title:hover {
        color: #2b2b2b;
    }

.forums-table-section .image div.sticky {
    background: url('../../Themes/Prisma/Content/img/folder2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
    background: url('../../Themes/Prisma/Content/img/folder3.png') center no-repeat;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}

    .forums-table-section .latest-post .date {
        color: #666;
    }

    .forums-table-section .latest-post .author a {
        color: #2b2b2b;
    }

    .forums-table-section .latest-post .origin a {
        color: #2b2b2b;
    }

.forums-table-section .table-wrapper,
.forums-table-section-body .table-wrapper {
    padding: 0 20px 20px;
    background: #f6f6f6;
}

.forums-table-section.active-discussions {
    position: relative;
}

    .forums-table-section.active-discussions strong {
        color: #444;
    }

.active-discussions .topic-details {
    padding: 20px;
    width: 70%;
}

.forums-table-section-title .link-rss {
    float: right;
    margin: 20px;
    padding: 0;
    font-size: 0;
}

/* forum-page, topic-page */

.forum-page .forum-info {
    margin: 0 0 20px;
}

.forum-page .forums-table-section {
    margin: 0;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    margin: 0 0 20px 0;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
}

.forum-page .forum-description {
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

.forum-actions,
.topic-actions {
    margin: 0 0 4px;
    background: #f6f6f6;
    font-size: 0;
}

    .topic-actions .pager {
        border: 0;
        padding: 8px;
    }

    .forum-actions .actions,
    .topic-actions .actions {
        padding: 10px 0;
    }

        .forum-actions .actions a,
        .topic-actions .actions a,
        .topic-post .post-actions .edit-post-button,
        .topic-post .post-actions .delete-post-button,
        .topic-post .post-actions .quote-post a {
            display: inline-block;
            margin: 1px;
            padding: 5px 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            color: #2b2b2b;
        }

    .forum-actions a:before,
    .topic-actions a:before,
    .post-actions .edit-post-button:before,
    .post-actions .delete-post-button:before {
        display: inline-block;
        margin-right: 5px;
        font-family: prisma;
        font-size: 14px;
        color: #ccc;
        vertical-align: middle;
    }

    .forum-actions .actions .new-topic:before {
        content: '\e944';
    }

    .forum-actions .actions .watch-forum:before,
    .topic-actions .actions .watch-forum:before {
        content: '\e918';
    }

    .forum-actions .pager.upper,
    .topic-actions .pager.upper {
        margin: 0;
    }

    .forum-actions .pager.upper {
        background: #fff;
    }

    .topic-actions .reply-topic-button:before {
        content: '\e92e';
    }

    .topic-actions .watch-topic-button:before {
        content: '\e918';
    }

    .topic-actions .move-topic-button:before {
        content: '\e925';
        font-size: 11px;
    }

    .post-actions .edit-post-button:before,
    .topic-actions .edit-topic-button:before {
        content: '\e94a';
    }

    .topic-post .post-actions .delete-post-button:before,
    .topic-actions .delete-topic-button:before {
        content: '\e901';
        font-size: 11px;
    }

    .topic-actions.lower .actions {
        display: none;
    }

.move-topic-page .page-body {
    padding: 20px;
    background: #f6f6f6;
}

.move-topic-page label {
    margin-bottom: 20px;
}

.move-topic-page select {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
    width: 100%;
    max-width: 350px;
    background-position: 96% center;
}

.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input {
    background: #fff;
    color: #2b2b2b;
}

/* topic post */

.topic-post {
    margin: 0 0 4px;
    padding: 30px 30px 20px;
    background: #f6f6f6;
}

    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .post-info {
        margin: 30px 0;
    }

    .topic-post .user-info {
        border-bottom: 4px solid #f6f6f6;
        background: #fff;
    }

    .topic-post .username {
        display: block;
        padding: 10px 0;
        font-weight: bold;
        font-size: 14px;
        color: #2b2b2b;
    }

    .topic-post .avatar,
    .profile-info-box .avatar {
        overflow: hidden;
        font-size: 0;
    }

        .topic-post .avatar a {
            display: block;
        }

        .topic-post .avatar img,
        .profile-info-box .avatar img {
            margin: 0 auto;
            width: 150px;
            max-width: 100%;
        }

    .topic-post .user-stats {
        margin: 0 0 4px;
        background: #fff;
        overflow: hidden;
    }

        .topic-post .user-stats li {
            margin: 5px 10px;
            font-size: 13px;
        }

            .topic-post .user-stats li label {
                color: #aaa;
            }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            margin: 0 0 0 3px;
            color: #666;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        display: inline-block;
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #2b2b2b;
    }

        .topic-post .pm-button:before,
        .profile-info-box .pm-button:before {
            content: '\e927';
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 14px;
            color: #ccc;
            vertical-align: middle;
        }

.post-head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.topic-post .post-time {
    margin: 0 0 15px;
    padding: 10px 0;
    font-size: 13px;
    color: #aaa;
}

.topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
}

    .topic-post .post-actions > div {
        display: inline-block;
        vertical-align: middle;
    }

    .topic-post .post-actions a {
        display: inline-block;
        margin: 0 5px;
        font-size: 12px; /*reset zeroing*/
    }

.topic-post .post-body {
    position: relative; /*topic post-body also gets style from blog post-body*/
    text-align: justify;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote {
    position: relative;
    margin: 15px 0;
    padding: 20px 0 20px 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}

    .topic-post .quote:before,
    .latest-posts .quote:before {
        content: '\e947';
        position: absolute;
        top: 20px;
        left: 0;
        font-family: prisma;
        font-size: 18px;
        color: #ccc;
    }

.topic-post .post-vote {
    font-size: 0;
    vertical-align: middle;
}

    .topic-post .post-vote > span {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        cursor: pointer;
        vertical-align: middle;
    }

        .topic-post .post-vote > span:after {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 10px;
            color: #ccc;
            vertical-align: middle;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .topic-post .post-vote > .vote.up:after {
        content: '\e944';
    }

    .topic-post .post-vote > .vote.down:after {
        content: '\e93d';
    }

    .topic-post .post-vote > div {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #2b2b2b;
        vertical-align: middle;
    }

.topic-post .signature {
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}
/* forum edit & send message */
.private-messages-box {
    padding: 20px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
    padding: 20px;
    background: #f6f6f6;
}

.private-message-send-page .message,
.forum-edit-page .inputs:nth-child(3) {
    margin: 10px 0;
    padding: 20px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.forum-edit-page label,
.private-message-send-page label {
    margin: 5px 0;
}

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 13px;
    color: #2b2b2b;
    vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
    margin: 15px 0 0;
    text-align: center;
}

.private-message-send-page .buttons,
.private-messages-page .buttons {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

    .private-message-send-page .buttons input,
    .private-messages-page .buttons input {
        margin-bottom: 4px;
        min-width: 203px;
    }

.forum-edit-page .inputs span {
    display: block;
    vertical-align: middle;
    margin-left: 0;
    font-size: 12px; /*reset zeroing*/
}

.forum-edit-page .inputs:first-child,
.private-message-send-page .inputs:first-child {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.forum-edit-page input[type="text"],
.forum-edit-page input[type="email"],
.forum-edit-page input[type="tel"],
.private-message-send-page input[type="text"],
.private-message-send-page input[type="email"],
.private-message-send-page input[type="tel"],
.forum-edit-page textarea,
.private-message-send-page textarea {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}

.forum-edit-page textarea {
    display: block;
    height: 300px;
}

.forum-edit-page select {
    width: 100%;
    max-width: 420px;
    background-position: 96% center;
}

.private-message-send-page .inputs.message label {
    display: none;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin-bottom: 10px;
    text-align: center;
}

.forum-edit-page .inputs.reversed {
    text-align: center;
}

/* inbox & view message */
.private-messages-page td.date {
    width: 15%;
    white-space: nowrap;
}

.private-messages-page .unread td {
    background: #f6f6f6;
}

    .private-messages-page .unread td a {
        font-weight: bold;
        color: #2b2b2b;
    }

.private-message-view-page .page-body {
    padding-bottom: 20px;
    background: #f6f6f6;
}

.private-message-view-page .message-head {
    padding: 20px;
    border-bottom: 4px solid #fff;
    text-align: center;
    color: #454545;
}

    .private-message-view-page .message-head li {
        display: inline-block;
        margin-right: 30px;
        font-size: 13px;
    }

    .private-message-view-page .message-head span {
        margin: 0 10px 0 0;
        color: #444;
        vertical-align: middle;
    }

.private-message-view-page .buttons {
    margin: 0 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

    .private-message-view-page .buttons .delete-pm-button {
        margin-left: 5px;
        background: #fff;
        color: #2b2b2b;
    }

    .private-message-view-page .buttons input:last-child {
        margin-top: 20px;
        background: none;
        color: #2b2b2b;
    }

.private-message-view-page .message-body {
    padding: 20px;
    font-size: 13px;
    color: #454545;
}

.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

.private-message-send-page .inputs {
    margin-bottom: 0;
    border: 0;
}

.private-message-send-page .message {
    text-align: center;
}

/* profile page  */

.profile-info-box {
    padding: 20px;
    overflow: hidden;
}

    .profile-info-box .avatar {
        margin: 0 auto 20px;
    }

    .profile-info-box .profile-stats {
        margin: 0 0 10px;
    }

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

.profile-page .topic {
    margin: 0 0 20px;
    padding: 20px;
    border-bottom: 4px solid #fff;
}

.profile-page .topic-title {
    margin: 0 0 10px;
    background: #f6f6f6;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #454545;
}

    .profile-page .topic-title a {
        vertical-align: middle;
        font-weight: bold;
    }

.profile-page .topic-data {
    color: #999;
}

/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 1024px) {

    .admin-header-links {
        z-index: 1030;
        width: 100%;
    }

    .item-box .picture .quick-view-button {
        display: none !important;
    }

    .block.product-grid.bestsellers .item-box {
        width: 100%;
    }

        .block.product-grid.bestsellers .item-box .picture {
            /*display: table-cell;*/
            width: 25%;
            float: left;
            margin-right: 5px;
            vertical-align: top;
            overflow: visible;
        }

        .block.product-grid.bestsellers .item-box .details {
            /*display: table-cell;*/
            width: 70%;
            padding: 0px 5px;
            overflow: hidden;
        }

        .block.product-grid.bestsellers .item-box .product-title {
            font-size: 16px;
            height: 20px;
        }

        .block.product-grid.bestsellers .item-box .details .prices,
        .block.product-grid.bestsellers .item-box .details .actual-price,
        .block.product-grid.bestsellers .item-box .details .buttons {
            float: right;
            clear: both;
            font-size: 16px;
        }

    /*.block.product-grid.bestsellers .item-box .picture .button-frame {
		position:absolute;
    	bottom: 15%;
    	left: 100%;
		top:auto;
	}*/

    /* RESPONSIVE MENU */


    .master-header-wrapper {
        position: relative;
    }

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(221,221,221,0.6);
        z-index: 1010;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        text-align: left;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

        .header-menu.opened {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

    .navigation-wrapper {
        padding: 15px;
        border: 0;
        background: #2b2b2b;
        cursor: pointer;
        overflow: hidden;
        font-size: 0;
    }

    .header-menu .close-menu,
    .header-menu ul .back-button {
        float: right;
    }

        .header-menu .close-menu span,
        .header-menu ul .back-button span {
            position: relative;
            display: inline-block;
            padding: 0;
            width: 28px;
            height: 28px;
            background: rgba(0,0,0,0.1);
            font-size: 0;
            color: #fff;
            line-height: 15px;
        }

            .header-menu .close-menu span:after,
            .header-menu ul .back-button span:after {
                content: '\e901';
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: prisma;
                font-size: 8px;
                color: #fff;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

    .header-menu ul .back-button {
        margin-right: 5px;
    }

        .header-menu ul .back-button span:after {
            content: '\e924';
        }

    .header-menu > ul li {
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
    }

        .header-menu > ul li:after {
            content: "";
            display: block;
            clear: both;
        }

        .header-menu > ul li > a,
        .header-menu > ul li > span {
            position: relative;
            display: block;
            padding: 16px 18px;
            line-height: 17px;
            text-align: left;
            font-size: 15px;
            color: #666;
            z-index: 0;
        }

            .header-menu > ul li > a:hover,
            .header-menu > ul li > span:hover {
                color: #2b2b2b;
            }

        .header-menu > ul li:last-child > a,
        .header-menu > ul li:last-child > span {
            border-bottom: 0;
        }

        .header-menu > ul li > .with-subcategories {
            float: left;
        }

    .plus-button {
        position: relative;
        float: right;
        margin: 10px;
        width: 28px;
        height: 28px;
        background: #fff;
        cursor: pointer;
        z-index: 1;
    }

        .plus-button:after {
            content: '\e925';
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 8px;
            color: #dcdde0;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 2;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

        .header-menu .sublist-wrap.active {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

    .flyout-cart {
        display: none;
    }


    /*********** FOOTER ***********/



    .footer-block .title {
        position: relative;
        padding: 19px 37px;
    }

        .footer-block .title:before,
        .footer-block .title:after {
            content: '\e923';
            position: absolute;
            top: 50%;
            width: 24px;
            height: 24px;
            background: #2b2b2b;
            line-height: 24px;
            font-family: prisma;
            font-size: 10px;
            color: #dcdde0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .footer-block .title.active:before,
        .footer-block .title.active:after {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

        .footer-block .title:before {
            left: 13px;
        }

        .footer-block .title:after {
            right: 13px;
        }

    .footer-middle > div:last-child {
        margin-top: 45px;
    }

    /* SEARCH BOX */

    .store-search-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #2b2b2b;
        text-align: center;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
        z-index: 1010;
        font-size: 0;
    }

        .store-search-box.open {
            display: block;
        }

    .search-box.store-search-box input {
        border: 0;
        height: 40px;
        background: none;
        color: #fff;
    }

    .store-search-box input.search-box-button {
        width: 40px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDOUQ4RUFCNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDOUQ4RUFDNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUM5RDhFQTk0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUM5RDhFQUE0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hSP3vAAABTUlEQVR42qyUTU4CMRiGqwuJEFwpd1BC2OABgBjZcxJdGxeQcAJ2HIHIghETPYQBjMaVa+NKB+VvQXlrXswXY6cd8EueNGnfPul02iqttfJkHzTAEExJH9Q49pP1FVbBu7bXBzPeUhNecPI1KIM0KbNPM1P1kR5wFaYuI3IXYsUZl7TGcODxRQGzDVewz2DRQ1pidrj1vQf2moIE2AMjFV1pEIL5tvq/Wq3OKX1mW/CQHrN9cUm7bM88pOdse67Nz4CQP6C1yZFKgCtwAlLgSdycgCchRYriKFkP/w64YeiL99zUIxhFXNPQdk2lcC4mDEBSPCgPHP8E96Bue1CMsEfJG8iBrlhxKcZrpmxC058FM/Z34krbnGjexzwHDsEr+2/BblzpKRhT0ARHmwjlnhrxhKKxECbjCn///YoQ360r/OucVniY1xYalgIMAD6xnqly4zudAAAAAElFTkSuQmCC) no-repeat center center;
    }

    .store-search-box input.search-box-text {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .header .store-search-box ::-webkit-input-placeholder {
        color: rgba(255,255,255,.4);
    }

    .header .store-search-box ::-moz-placeholder {
        color: rgba(255,255,255,.4);
    }

    .header .store-search-box :-ms-input-placeholder {
        color: rgba(255,255,255,.4);
    }

    .header .store-search-box :-moz-placeholder {
        color: rgba(255,255,255,.4);
    }


    /* MISCELLANEOUS */


    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }

    .product-selectors,
    .filter-options {
        display: none;
    }

    .category-page-body .footer {
        padding-bottom: 30px;
    }

    .search-page-body .filter-options,
    .category-page-body .filter-options,
    .manufacturer-page-body .filter-options,
    .vendor-page-body .filter-options {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px rgba(0,0,0,.2);
        font-size: 0;
        z-index: 1000;
    }

    .filter-options > .filters-button {
        display: none;
    }

    .filter-options > div {
        position: relative;
        display: inline-block;
        padding: 20px 10px;
        width: 50%;
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
        color: #888;
        cursor: pointer;
    }

        .filter-options > div:before {
            display: inline-block;
            margin-right: 5px;
            font-family: prisma;
            font-size: 20px;
            color: #2b2b2b;
            vertical-align: middle;
            cursor: pointer;
        }

    .filters-button:before {
        content: '\e907';
    }

    .product-sorting-mobile:before {
        content: '\e90c';
    }

    .product-display-mobile:before {
        content: '\e906';
    }

    .filter-options li:after {
        content: '.';
        position: absolute;
        top: 10px;
        right: 0;
        height: 40px;
        width: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }

    .filter-options li:last-of-type:after {
        content: none;
    }

    .filter-options > div > div span {
        display: none;
    }

    .product-sorting-mobile,
    .product-display-mobile {
        position: relative;
    }

        .product-sorting-mobile select,
        .product-display-mobile select {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

    .language-list a {
        text-align: center;
    }

    /* MOBILE HOMEPAGE BESTSELLERS */
    .block.product-grid.bestsellers .title {
        border-bottom: 0px;
    }

    .block.product-grid.bestsellers .item-box {
    }
    /* WISHLIST & CART */
    .cart thead {
        display: none;
    }

    .cart col {
        float: left;
    }

    .cart tr {
        float: left;
        padding-bottom: 15px;
        margin-right: 6px;
        width: 32.7%;
        width: -webkit-calc(100%/3 - 2px);
        width: calc(100%/3 - 5px);
        overflow: hidden;
        border-bottom: 10px solid #f6f6f6;
        background: #fff;
    }

        .cart tr:nth-of-type(3n) {
            margin-right: 0;
        }

        .cart tr:nth-of-type(3n+1) {
            clear: left;
        }

    .cart td {
        display: block;
        border: 0;
        border-bottom: 4px solid #f6f6f6;
    }

    .order-summary-content tr,
    .shopping-cart-page tr {
        margin-bottom: 4px;
        padding: 4px 10px 0;
        background: #f6f6f6;
    }

    .shopping-cart-page .cart-item-row td:first-child,
    .shopping-cart-page .cart-item-row td.sku {
        display: none;
    }

    .order-summary-content td,
    .shopping-cart-page td {
        padding: 5px 10px;
        border-bottom: none;
        background: none;
        text-align: left;
    }

    .order-summary-content .cart .remove-from-cart,
    .shopping-cart-page .cart .remove-from-cart {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: right;
    }

    .order-summary-content td.product,
    .shopping-cart-page td.product {
        text-align: left;
    }

    .order-summary-content .cart .product-name,
    .shopping-cart-page .cart .product-name {
        font-size: 13px;
    }

    .order-summary-content .cart label,
    .shopping-cart-page .cart label {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #aaa;
    }

    .order-summary-content td.quantity,
    .shopping-cart-page td.quantity {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .order-summary-content td.subtotal,
    .shopping-cart-page td.subtotal {
        padding-bottom: 0;
        font-size: 14px;
    }

    .order-summary-content .cart td,
    .shopping-cart-page .cart td {
        float: right;
        padding-left: 0;
        width: 58%;
    }

    .order-summary-content .cart .product-picture,
    .shopping-cart-page .cart .product-picture {
        float: left;
        width: 40%;
    }

    .wishlist-content .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }

    .wishlist-content .cart tbody {
        font-size: 0;
        background: #f6f6f6;
    }

    .wishlist-content .cart label,
    .wishlist-content .cart td {
        font-size: 14px;
        color: #666;
    }

    .wishlist-content .cart .product-picture,
    .wishlist-content .cart .product,
    .wishlist-content .cart .unit-price {
        border: 0;
    }

    .wishlist-content .cart .remove-from-cart,
    .wishlist-content .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wishlist-content .cart .product-picture {
        float: left;
        width: 30%;
        padding-right: 0;
    }

        .wishlist-content .cart .product-picture ~ td {
            margin: 0 0 0 40%;
            text-align: left;
            padding: 10px;
        }

    .wishlist-content .cart .quantity {
        float: left;
        clear: left;
        width: 40%;
    }

    .wishlist-content .cart .subtotal {
        float: right;
        padding-left: 0;
        width: 60%;
        text-align: left;
    }

    .wishlist-content .cart tr td.quantity,
    .wishlist-content .cart tr td.subtotal {
        margin: 0;
        border: 0;
        border-top: 4px solid #f6f6f6;
        max-width: none;
    }

    .wishlist-content .cart .qty-dropdown {
        padding-right: 15px;
        min-width: auto;
        width: 48px;
    }


    /*COMPARE MOBILE*/


    .compare-products-mobile {
        padding: 10px;
        background: #f6f6f6;
    }

    .compare-section {
        margin-bottom: 30px;
    }

        .compare-section:last-child {
            margin-bottom: 0;
        }

        .compare-section .title {
            margin-bottom: 5px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            color: #444;
        }

        .compare-section ul {
            margin: 0 auto;
            padding: 0 20px;
            max-width: 500px;
            background: #fff;
        }

            .compare-section ul li {
                padding: 15px 0;
                font-size: 13px;
                color: #666;
            }

                .compare-section ul li + li {
                    border-top: 1px solid #eee;
                }

        .compare-section.product .title {
            font-size: 0;
        }

        .compare-section.product ul {
            padding: 0;
            background: none;
        }

        .compare-section.product li {
            padding: 0;
            border: 0;
            margin-bottom: 10px;
        }

            .compare-section.product li:after {
                content: '';
                display: block;
                clear: both;
            }

        .compare-section.product .picture {
            float: left;
            margin-right: 4px;
            width: 25%;
            background: #fff;
            text-align: center;
        }

        .compare-section.product .product-name {
            text-align: left;
            font-size: 13px;
            color: #666;
        }

        .compare-section.product .details {
            position: relative;
            padding: 20px 10px 10px;
            background: #fff;
            overflow: hidden;
        }

        .compare-section .remove-button {
            position: absolute;
            bottom: 10px;
            left: 50%;
            width: 100%;
            max-width: 136px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .compare-section.price li {
            font-weight: bold;
            color: #2b2b2b;
        }
}

@media all and (max-width: 768px) {
    .sms-page .studio-intro {
	font-size:1.2em;
	line-height:1.6em;
}
	.header {
        width: 50%;
    }

    .cart tr {
        width: 49.7%;
    }

        .cart tr:nth-of-type(2n) {
            margin-right: 0;
        }

        .cart tr:nth-of-type(2n+1) {
            clear: left;
            margin-right: .6%;
        }

        .cart tr:nth-of-type(3n+1) {
            clear: none;
        }

        .cart tr:nth-of-type(3n) {
            clear: none;
        }

    .compare-section.product .picture {
        width: 45%;
    }

    .shipments thead,
    .products thead,
    .return-request-page thead,
    .recurring-payments thead,
    .reward-points-history thead,
    .downloadable-products-page thead {
        display: none;
    }

    .shipments tr,
    .products tr,
    .return-request-page tr,
    .recurring-payments tr,
    .reward-points-history tr,
    .downloadable-products-page tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #eee;
        background: #fff;
    }

    .shipments td,
    .products td,
    .return-request-page td,
    .recurring-payments td,
    .reward-points-history td,
    .downloadable-products-page td {
        display: block;
        padding: 10px;
        border: 0;
        text-align: center;
    }

        .shipments td:first-of-type,
        .products td:first-of-type,
        .return-request-page td:first-of-type,
        .recurring-payments td:first-of-type,
        .reward-points-history td:first-of-type,
        .downloadable-products-page td:first-of-type {
            display: none;
        }

        .return-request-page td.product {
            text-align: center;
        }

        .shipments td label,
        .products td label,
        .return-request-page td label,
        .recurring-payments td label,
        .reward-points-history td label,
        .downloadable-products-page td label {
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: normal;
            font-size: 11px;
            color: #bbb;
        }

    .demo-full-name,
    .additional-details .sku {
        display: none !important;
    }

    .overview-buttons > div {
        display: block;
    }

    .product-vendor {
        text-align: center;
    }

        .product-vendor .picture,
        .product-vendor .value {
            float: none;
            margin: 0 auto;
        }

    .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
        padding: 10px;
    }

    .product-variant-left, .product-variant-right {
        float: none;
        width: 100%;
    }

        .product-variant-right .currency-selector, .product-variant-right .prices {
            float: right;
        }

    .overview .value, .variant-overview .value {
        display: inherit;
    }
}

@media all and (max-width: 480px) {
    .cart tr {
        width: 100%;
    }
	
	.sms-page .studio-intro {
	font-size:1em;
	line-height:1.4em;
}

        .cart tr:nth-of-type(2n) {
            margin-right: 0;
        }

        .cart tr:nth-of-type(2n+1) {
            clear: none;
        }

        .cart tr:nth-of-type(3n+1) {
            clear: none;
            margin: 0;
        }

    .block.product-grid.bestsellers .item-box .picture {
        /*display: table-cell;*/
        width: 25%;
        float: left;
        margin-right: 5px;
        vertical-align: top;
        overflow: visible;
    }

        .block.product-grid.bestsellers .item-box .picture .button-frame {
            position: absolute;
            bottom: 5%;
            left: 100%;
            top: auto;
        }
}

/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
    /* GLOBAL STYLES */

    .side-2:after {
	    content: "";
	    display: block;
	    clear: both;
    }

    /* GLOBAL FORMS */
    .captcha-box > div {
        margin-left: 0;
    }
    /* NOTIFICATIONS & POPUPS */

    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }

    /* HEADER */
    .responsive-nav-wrapper{
        margin: 10px 0;
    }
    .header-links-wrapper {
        width: 215px;
    }
    .personal-button {
        position: relative;
    }
    /* HEADER MENU */
    /* FOOTER */

    /* LEFT/RIGHT COLUMN */

    .block,
    .block.product-grid.bestsellers {
        float: left;
        width: 98%;
        border-bottom: 0;
        margin: 0 1% 2%;
        text-align: left;
    }
    .block:nth-of-type(2n+1) {
	    clear: both;
    }
    .block-account-navigation {
        width: 100%;
    }
    .block .poll-options li,
    .block .poll-results li {
	    display: block;
    }
    .block .poll .buttons,
    .block .poll-total-votes {
	    text-align: left;
    }

    /* CATEGORY PAGE & GRIDS */


    .category-grid .item-box,
    .item-box {
	    width: 49%; /*two per row*/
	    margin-left: 2%;
    }
    .item-box:nth-child(2n+1) {
	    clear: both;
	    margin-left: 0;
    }
    .category-grid .item-box:nth-child(2n) {
        margin-left: 2%;
    }
    .two-per-row .product-grid .item-box {
        width: 49%;
    }
    .two-per-row .product-grid .item-box:nth-of-type(2n) {
        margin-left: 2%;
    }
    /* PRODUCT PAGE */

    .product-review-links span + a {
        display: inline-block;
        margin-left: 2%;
    }
    .attribute-item:after {
        content: '';
        display: block;
        clear: both;
    }
    .attribute-label,
    .attributes .attr-label {
        float: left;
    } 
    .attribute-data,
    .attributes .attr-value {
        float: right;
    }
    .attribute-data,
    .rental-attributes .datepicker {
        border: 0;
	    width: 50%;
        max-width: 50%;
        text-align: left;
    }
    .attributes .attr-label {
        padding:  19px 0 15px 15px;
        width: 50%;
    }
    .attributes .attr-label label {
	    line-height: 32px;
    }
    .attributes .attr-value {
	    display: inline-block;    
        padding: 15px 0;
        border: 0;
        width: 50%;
    }
    .attributes .qty-box {
        margin-top: 0;
    }
    .overview-buttons .add-to-wishlist,
    .overview-buttons .add-to-cart {
        display: inline-block;
        width: 49.8%;
        width: -webkit-calc(100%/2 - 2px);
        width: calc(100%/2 - 2px);
        vertical-align: top;
    }
    .overview-buttons .add-to-cart {
        margin-left: 4px;
    }
    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */
    /* TOPICS */

    .enter-password-form input[type="password"] {
	    width: 300px !important;
    }

    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .request-item .title,
    .address-list-page .title,
    .order-list-page .title {
        padding: 19px;
    }

    .request-item .details label {
        width: auto;
        min-width: 170px;
    }
    .request-item .details span,
    .request-item .details a,
    .request-item .details div {
        width: auto;
    }
    .address-list .buttons, .order-list .buttons {
        top: 12px; 
        right: 12px;
    }
    /* SHOPPING CART & CHECKOUT */

    .order-progress a {
        height: auto;
        text-transform: uppercase;
        font-weight: bold;
	    font-size: 13px; /*reset zeroing*/
        color: #444;
    }
    .order-progress a:before {
        position: static;
        display: block;
        margin: 5px 0;
        height: 35px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .shipment-details-area,
    .order-review-data,
    .order-details-area {
	    display: table;
	    width: 100%;
	    margin: 0 0 30px;
    }
    .cart-collaterals .buttons .estimate-shipping-button {
        width: auto;
    }
    .shipment-details-area > div,
    .order-review-data > div,
    .order-details-area > div {
	    display: table-cell;
	    width: 50%;
        border: 0;
    }

    /* SEARCH PAGE & SITEMAP */
    /* BLOG & NEWS */
    /* FORUM & PROFILE */

    .forum-search-box-text,
    .forum-search-text {
	    width: 350px;
    }
 
}

/* Styles for 480px and below */
@media (max-width: 480px) {
    .manufacturer-container {
        gap: 15px;
        margin: 15px 0;
    }
    
    .manufacturer-image img {
        max-width: 100%;
        border-radius: 5px;
    }
    
    .manufacturer-description {
        font-size: 13px;
        padding: 8px;
        line-height: 1.4;
    }
    
    .manufacturer-description h1,
    .manufacturer-description h2,
    .manufacturer-description h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
	.sms-page .newsletter-modal-trigger {
		max-width: 280px;
    	margin: 10px;
		line-height:32px;
		font-size: 1.1em;
		padding: 0px 10px !important;
	}
	.sms-page .topic-block-body strong {
	font-size: 1.1em;
	}

	.sms-page .topic-block-body em {
	font-size: 1.1em;
	}
	.smspage .topic-block-body li{
    line-height: 1.3;
	text-align:left;
	margin-bottom:15px;
	}

	.smspage .topic-block-body li li {
    padding-left: 15px;
    line-height: 1.1;
	}
}

/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

    /* GLOBAL STYLES */

    .page {
	    clear: both;
	    text-align: left;
    }
    .link-rss {
	    display: block;
	    float: right;
	    margin: 10px 0 0;
    }


    .field-validation-error,
    .poll-vote-error, .password-error {
        display: inline-block;
        margin: 4px;
    }
	    .message-error {
			display:inherit;
		}
    .product-reviews-page .field-validation-error {
         display: block;
         margin: 4px;      
    }
 
    /* GLOBAL FORMS */
    .inputs {
        text-align: left;
    }
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */

    .responsive-nav-wrapper > div span.cart-qty,
    .responsive-nav-wrapper > div span.wishlist-qty {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 17px;
    }
    /* HEADER MENU */
    /* FOOTER */
    .newsletter {
        min-height: auto;
    }

    /* LEFT/RIGHT COLUMN */

    .block,
    .block.product-grid.bestsellers {
        width: 96%;
        margin: 0 2% 1%;
    }
    .block-account-navigation {
        width: 100%;
    }
    .block:nth-of-type(2n+1) {
	    clear: none;
    }
    .block:nth-of-type(3n+1) {
	    clear: both;
    }

    /* CATEGORY PAGE & GRIDS */

    .page-title,
    .checkout-page .page-title {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        overflow: hidden;
        /*background: none;*/
    }
    .order-progress {
        padding-bottom: 0;
    }
    .html-recently-added-products-page .master-wrapper-content,
    .vendor-page .master-wrapper-content,
    .manufacturer-page .master-wrapper-content,
    .category-page-body .master-wrapper-content {
        width: 98%;
    }

    .category-page-body .product-grid {
        padding: 10px 10px 0;
    }

    .block.product-grid.bestsellers {
        padding: 0px;
    }

    .product-selectors {
	    text-align: left;
    }
    .product-selectors > div {
	    float: left;
	    margin: 3px 10px 0 0;
    }
    .product-selectors .product-viewmode {
	    display: none;
	    float: right;
	    margin: 0;
    }

    .home-page-category-grid .title {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        overflow: hidden;
        background: none;
    }
	
	.bestsellers .item-box .product-title {
		height: 16px;
	}

    .item-box,
    .category-grid .item-box {
	    width: 32%; /*three per row*/
    }
    .item-box:nth-child(2n+1),
    .category-grid .item-box:nth-child(2n+1) {
	    clear: none; /*revert the second item*/
	    margin-left: 2%; /*revert the second item*/
    }
    .two-per-row .product-grid .item-box:nth-child(2n+1),
    .two-per-row .product-grid .category-grid .item-box:nth-child(2n+1) {
        margin-left: 0;
    }
    .two-per-row .product-grid  .item-box:nth-of-type(2n) {
        clear: none;
    }
    .item-box:nth-child(3n+1),
    .category-grid .item-box:nth-child(3n+1) {
	    clear: both;
	    margin-left: 0;
    }
    .item-box .buttons {
	    text-align: left;
    }
    .product-grid, 
    .product-list {
        width: auto;
    }
    .product-list {
        margin: 15px;
    }
    .product-list .item-box {
        float: none;
        margin: 0;
        padding: 15px;
        width: auto;
    }
    .product-list .item-box .picture {
	    float: left;
	    width: 34%;
	    margin: 0;
    }
    .product-list .buttons-wrapper {
        display: inline-block;
        background: #fff;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }
    .product-list .item-box .details {
        padding: 20px 0 0 0;
        background: #fff;
    }
    .product-list .item-box .picture + .details,
    .product-list .item-box .ribbon-wrapper + .details {
        position: relative;
        padding-bottom: 51px;
	    margin: 0 0 0 36%;
    }
    .product-list .item-box .product-title {
        margin: 0 10px 15px;
        height: auto;
    }
    .product-list .item-box .product-rating-box,
    .product-list .item-box .description {
        display: block;
        margin: 0 10px 15px;
    }
    .product-list .add-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: 3px solid #f6f6f6;
        font-size: 0;
    }
    .product-list .item-box .prices {
        display: inline-block;
        margin: 0;
        border-right: 3px solid #f6f6f6;
        padding: 11px 10px 10px;
        height: 48px;
        width: 50%;
        line-height: 26px;
        vertical-align: middle;
    }
    .product-list .item-box .tax-shipping-info {
        display: inline-block;
        margin-left: 5px;
    }
    .product-list .buttons-wrapper {
        float: right;
        direction: rtl;
        -webkit-display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;  
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 50%;
        max-width: 50%;
    }
    .product-list .buttons-wrapper * {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .product-list .item-box .buttons-wrapper .buttons button {
        width: 33.3%;
        min-width: 36px;
    }
    .product-list .item-box .product-box-add-to-cart-button {
        direction: ltr;
        -ms-flex-positive: 1;    
        flex-grow: 1;
        height: 48px;
        background: #2b2b2b;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }
    .manufacturer-page .product-grid, .vendor-page .product-grid {
        padding: 20px;
    }

    /* PRODUCT PAGE */

    /*ATTR*/
    .overview .qty-label,
    .variant-overview .qty-label {
	    position: static;
	    left: 0;
	    margin: 0 10px 0 0;
    }
    .attributes .qty-box {
        margin-top: 10px;
    }
    .variant-picture {
	    float: left;
    }
    .variant-picture + .variant-overview {
	    width: auto;
	    margin: 0 0 0 235px;
    }
    .variant-overview .qty-wrapper,
    .variant-overview .prices {
        text-align: left;
    }
    .attribute-item:last-child {
        margin-bottom: 0;
    }
    .attribute-item:after {
        content: '';
        display: block;
        clear: both;
    }
    .attr-item:after {
        content: none;
    }
    .attribute-label {
        width: 50%;
    }
    .attribute-data {
        float: none;
        display: inline-block;
    }
    .tier-prices .prices-table {
	    display: table;
	    width: 100%;
	    border: none;
	    border-collapse: collapse;
    }
    .tier-prices .prices-row {
	    display: table-row;
	    float: none;
	    width: auto;
    }
    .tier-prices .prices-row > div {
	    display: table-cell;
	    border: 1px solid #eee !important;
    }
    .tier-prices .field-header {
	    min-width: 100px;
    }
    .overview-buttons {
	    text-align: left;
    }
    .variant-overview .attributes dd .attribute-squares {
        padding: 0;
        text-align: left;
    }

    .variant-overview .add-to-wishlist,
    .variant-overview .add-to-cart {
        display: inline-block;
        width: 49%;
        width: -webkit-calc(100%/2 - 2px);
        width: calc(100%/2 - 2px);
        vertical-align: top;
    }
    .variant-overview .add-to-cart {
        margin-left: 4px;
    }
    .product-share-wrapper {
        text-align: left;
    }

    .giftcard > div {
        position: relative;
        text-align: center;
    }
    .giftcard label {
	    float: left;
	    margin: 5px 0 5px 0;
        width: 20%;
	    width: -webkit-calc((100% - 350px)/2);
	    width: calc((100% - 350px)/2);
        text-align: left;
    }
    .product-specs-box .attribute-square {
        margin: 0;
    }
    /* REVIEW PAGE */
    .review-content:after {
        content: '';
        display: block;
        clear: both;
    }
    .product-review-item .review-text {
        overflow: hidden;
    }
    .product-review-item .review-avatar {
        display: block;
        float: left;
        width: 150px;
        margin-right: 25px;
    }
    .review-avatar + .text-body {
        margin: 0 0 0 175px;
    }
    .product-review-item .review-info {
        float: left;
        margin: 0;
    }
    .product-review-helpfulness {
        float: right;
        margin: -5px 0 0;
        padding-bottom: 30px;
    }
    .product-review-helpfulness .result {
        text-align: right;
    }
    /* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
        margin: 0;
    }
    .wishlist-content button.button-2 {
	    margin: 0 10px 0 0;
        display: inline-block;
        width: auto;
    }
    .compare-products-table {
	    display: table;
    }
    .compare-products-mobile {
	    display: none;
    }
    .compare-products-page .clear-list {
	    position: absolute;
	    top: 15px;
	    right: 0;
    }

    .compare-products-page .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-products-table td {
        position: relative;
        padding: 15px;
        border: 0;
        max-width: 50%;
        font-size: 14px;
        color: #666;

    }
    .compare-products-table tr + tr + tr td + td:before {
        content:'.';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        height: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }
    .compare-products-table td:first-child {
        border: 0;
        font-size: 15px;
        color: #aaa;
    }
    .compare-products-table td + td + td {
        border-left: 8px solid #f6f6f6;
    }
    .product-picture td {
        position: relative;
        border-bottom: 8px solid #f6f6f6;
    }
    .product-picture td .remove-button {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .compare-products-table a.picture {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .compare-products-table a.picture:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .compare-products-table a img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-price td + td {
        font-weight: bold;
        color: #2b2b2b;
    }
    /* TOPICS */
    .topic-block-body {
        line-height: 28px;
    }
    /* CONTACT PAGE & EMAILaFRIEND */

    .registration-page .page-body,
    .contact-page .page-body,
    .email-a-friend-page .page-body,
    .apply-vendor-page .page-body {
        padding: 15px 30px 25px 30px;
    }
    .account-page .inputs > label,
    .password-recovery-page label,
    .registration-page .inputs > label,
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label,
    .return-request-page label {
	    float: left;
	    margin: 8px 0 8px 0;
        width: 31%;
	    width: -webkit-calc((100% - 350px)/2);
	    width: calc((100% - 350px)/2);
        text-align: left;
        white-space: pre-line;
    }
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label {
        width: 34%;
        width: -webkit-calc((100% - 400px)/2);
        width: calc((100% - 400px)/2);
    }
    .account-page input[type=text],
    .account-page input[type=email],
    .account-page input[type=tel],
    .password-recovery-page input[type=text],
    .password-recovery-page input[type=email],
    .password-recovery-page input[type=tel],
    .registration-page input[type=text],
    .registration-page input[type=email],
    .registration-page input[type=tel],
    .contact-page input[type=text],
    .contact-page input[type=email],
    .contact-page input[type=tel],
    .email-a-friend-page input[type=text],
    .email-a-friend-page input[type=email],
    .email-a-friend-page input[type=tel],
    .apply-vendor-page input[type=text],
    .apply-vendor-page input[type=email],
    .apply-vendor-page input[type=tel],
    .contact-page textarea,
    .email-a-friend-page textarea,
    .apply-vendor-page textarea,
    .return-request-page textarea,
    .return-request-page input {
        display: inline;
        margin: 0 auto;
    }
    .apply-vendor-page .terms-of-service {
        margin: 20px auto;
        width: 400px;
        text-align: left;
    }
    .apply-vendor-page .terms-of-service label {
        float: none;
        width: auto;
    }
    /* REGISTRATION, LOGIN, MY ACCOUNT */
    .avatar-page .fieldset {
        float: left;
        margin-right: 40px;
    }
    .avatar-page .fieldset:empty {
        margin: 0;
    }
    .avatar-page .buttons {
	    text-align: left;
        overflow: hidden;
    }
    .btn-wrapper {
        margin: 0 auto;
    }
    .login-page .returning-wrapper .inputs label {
        float: left;
        margin: 10px 0;
        width: auto;
    }
    .login-page .returning-wrapper .inputs input {
        float: right;   
    }
    .order-list-page .info span {
        float: right;
        display: inline-block;
        width: 80%;
    }
    .return-request-page .data-table td,
    .customer-pages-body .data-table th, 
    .customer-pages-body .data-table td {
        text-align: left;
    }

    /* SHOPPING CART & CHECKOUT */

    .totals {
	    float: right;
        padding: 20px;
        width: 50%;
    }
    .order-progress li {
        width: 15%;
        width: -webkit-calc(100% /6 - 10px);
        width: calc(100% /6 - 10px);
    }
    .order-progress li + li {
        margin-left: 10px;
    }
    .order-progress a {
        padding-bottom: 15px;
    }
    .order-progress a:before {
        margin: 20px 0 15px;
    }
    .cart-options {
	    text-align: right;
    }
    .cart-options .common-buttons input {
	    margin: 0 0 0 10px;
    }
    .cart-options .checkout-attributes li {
	    display: inline-block;
	    margin: 0 0 0 10px;
    }
    .cart-options .attribute-squares {
	    text-align: right;
    }
    .cart-collaterals {
	    float: left;
        width: 49%;
    }
    .cart-footer .totals {
        margin-top: 0;
    }
    .cart-options .common-buttons button,
    .shopping-cart-page .common-buttons a {
        display: inline-block;
        max-width: calc(33.33% - 10px);
        margin: 0 5px;
        width: auto;
    }
    .checkout-page .address-item {
	    display: inline-block;
        width: 49%;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .checkout-page .address-item:nth-child(2n) {    
	    margin: 0 0 0 20px;
    }
    .checkout-page .inputs label,
    .search-input label,
    .payment-info .info td:first-child {
        float: left;
        margin-top: 7px;
        width: 35%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
    }
    .payment-info .info td:only-child {
        width: 100%;
        max-width: 100%;
    }
    .search-input label {
        width: 31%; 
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
    }
    .order-details-page .page-title a {
	    float: right;
	    margin: 3px;
    }
    .order-details-page .options,
    .order-details-page .tax-shipping-info {
	    text-align: right;
    }
    .order-details-page .total-info {
	    overflow: hidden;
    }
    .order-details-page .cart-total {
	    float: right;
    }
    .order-details-page .actions {
	    text-align: right;
    }
    .order-details-page .actions input {
	    min-width: 0;
    }
    .order-details-page label,
    .account-page .table-wrapper td label,
    .return-request-page label {
        display: none;
    }
    .order-details-page .cart-total label {
        display: block;
    }
    .return-request-page .fieldset,
    .return-request-page .fieldset .inputs {
        text-align: center;
    }
    .return-request-page .fieldset select {
        background-position: 96% center;
    }
    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */

    .news-list-page .page-title,
    .news-item-page .page-title,
    .blogpost-page .page-title  {
        text-align: left;
    }
    .post-head ~ *,
    .news-head ~ * {
	    display: block;
    }
    .post-title,
    .news-title {
        float: left;
    }
    .post-date,
    .news-date {
        float: right;
        margin: 0;
    }

    .blog-posts .buttons,
    .news-items .buttons {
        margin-bottom: 0;
        text-align: left;
    }
    .blog-page .tags {
	    float: left;
        margin: 0;
    }
    .blog-page .tags label,
    .blogpost-page .tags label {
	    margin: 0 10px 0 0;
	    line-height: 24px;
    }
    .blogpost-page .post-date {
        float: none;
        text-align: left;
    }
    .blog-posts .buttons {
	    padding: 20px 0 0;
    }

    .blog-posts .read-comments {
        float: left;
    }
    .new-comment .title,
    .comment-list .title {
        text-align: left;
    }
    .comment-info {
	    float: left;
	    margin: 0 30px 0 0;
    }
    .new-comment .inputs label {
        float: left;
        width: 31%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
    }
    /* FORUM & PROFILE */


    .forums-table-section .view-all {
	    text-align: center;
    }

    .forum-actions,
    .topic-actions {
	    overflow: hidden;
    }
    .forum-actions .actions,
    .topic-actions .actions {
	    float: left;
	    margin: 0;
    }
    .forum-actions .pager,
    .topic-actions .pager {
	    float: right;
	    max-width: 450px;
    }
    .forum-search-page .search-input label {
        width: 35%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
    }
    .forum-actions .pager.upper {
	    display: block;
        background: #f6f6f6;
    }
    .topic-actions .actions,
    .topic-actions.lower .actions {
	    display: block;
        padding: 10px 0;
    }
    .search-results {
        padding: 15px;
    }
    .search-results .forums-table-section {
        margin-bottom: 0;
    }
    .search-results .pager {
        overflow: hidden;
    }
    .search-results .pager.upper {
        border-top: 0;
        border-bottom: 4px solid #fff;
    }
    .search-results ul {
        float: right;
    }

    .topic-post {
	    overflow: hidden;
    }
    .topic-post .post-info {
	    float: left;
	    width: 20%;
	    margin: 0;
    }
    .topic-post .user-info {
	    width: auto;
    }
    .topic-post .username {
        padding: 0;
    }
    .topic-post .user-stats {
        padding: 10px 15px;
    }
    .topic-post .user-stats li {
	    display: block;
	    margin: 5px 0;
    }
    .topic-post .post-content {
	    float: right;
        width: 78%;
    }
    .topic-post .post-head {
	    overflow: hidden;
    }
    .topic-post .post-time {
	    float: left;
	    margin: 0;
	    background: none;
    }
    .topic-post .post-actions {
	    float: right;
	    margin: 0;
    }
    .topic-post .post-actions a {
	    margin: 0;
	    line-height: 20px;
    }
    .topic-post .post-vote,
    .topic-post .post-head .post-actions > div a {
        padding: 11px 15px;
    }

    .topic-post .post-actions .quote-post a {
	    min-width: 70px;
    }
    .topic-post .post-actions a.post-link-button {
	    margin: 0 0 0 10px;
	    text-align: center;
    }

    .forum-edit-page .inputs {
        text-align: center;
    }
    .forum-edit-page .inputs label {
        width: auto;
        text-align: center;
    }
    .private-message-send-page .inputs label {
        display: inline-block;
        width: 35%;
        width: -webkit-calc((100% - 420px)/2);
        width: calc((100% - 420px)/2);
        text-align: left;
    }
    .private-message-send-page .inputs:nth-child(2) {
        margin-bottom: 10px;
    }
    .private-message-view-page .buttons input:last-child {
        position: absolute;
        right: 0;
        margin: 0;
        background: url(../../Themes/Prisma/Content/img/back_icon.png) no-repeat 0 17px;
    }
    .pager.lower {
	    margin: 0;
    }
    .forum-topic-page .topic-options {
	    float: left;
    }
    .profile-info-box .avatar {
	    float: left;
	    margin: 0 20px 0 0;
    }

}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

    /* GLOBAL STYLES */

    /*.home-page-body .page-body > div,  volkansm */
    .master-wrapper-content {
        width: 980px;
    }
    .master-wrapper-content {
        margin: 20px auto;
    }
    /*.home-page-body .master-wrapper-content {
        width: 100%;
    } volkansm */
    .home-page-body .page-body > div {
        margin-right: auto;
        margin-left: auto;
    }
    .center-1 {
        margin-bottom: 200px;
    }
	.sms-page .center-1 {
        margin-bottom: 100px;
    }
    .home-page-body .center-1 {
        margin-bottom: 100px;
    }
    .center-2 {
        float: left;
        margin-bottom: 100px;
        width: 73%;
		min-height:600px;
    }
    .side-2 {
        float: right;
        margin-bottom: 100px;
        width: 25%;
		min-height:600px;
    }
    /* GLOBAL FORMS */
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */
    .master-header-wrapper,
    .home-page-body .master-header-wrapper {
        margin: 0;
    }
    .header-wrapper {
        margin: 0 auto;
        padding: 15px 25px;
        width: 980px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .stick .header-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .stick .header-menu > ul > li > a,
    .stick .header-menu > ul > li > span {
        /*padding-top: 20px;
        padding-bottom: 20px; volkansm */
    }
    .header {
        position: relative;
        z-index: 1020;
        width:  86%;
        width: -webkit-calc(100% - 165px);
        width: calc(100% - 165px);
    }
    .header .search-box {
        display: inline-block;
        margin: 13px auto 10px;
        /* width: 510px; volkansm */
        height: 45px;
        background: #fff;
        font-size: 0;
        width: 380px;
        float: right;
    }
    .header-logo {
        float: left;
        margin: 7px 0 0;
    }
    .header-links-wrapper {
        float: right;
    }
    .responsive-nav-wrapper-parent {
        margin: 12px 0;
        width: auto;
    }
    .responsive-nav-wrapper {
        margin: 0;
    }
    .shopping-cart-link > .cart-qty {
        display: none;
    }
    .product-name .breadcrumb {
        margin-bottom: 20px;
        padding: 40px 0 20px;
    }
    /*flyout cart*/
    .flyout-cart .mini-shopping-cart {
        opacity: 0;
        position: absolute;
        top: 100%;
        right: 0;
        width: 380px;
        background: #fff;
        box-shadow: 0 7px 15px rgba(0,0,0,.15);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        pointer-events: none;
        z-index: 1020;
    }
    .flyout-cart.opened .mini-shopping-cart {    
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
    .flyout-cart .count {
        padding: 20px;
        font-size: 14px;
        color: #666;
    }
    .flyout-cart .items {
        position: relative;
        padding: 0 20px;
        max-height: 240px;
        max-height: -webkit-calc(100vh - 360px);
        max-height: calc(100vh - 360px);
        background: #f6f6f6;
        text-align: left;
        overflow: hidden;
    }
    .flyout-cart .item {
        position: relative;
        margin: 10px 0;
        font-size: 14px;
        color: #666;
        overflow: hidden;
    }
    .flyout-cart .item:last-child {
        margin-bottom: 0;
    }
    .flyout-cart .item .picture {
        float: left;
        margin-right: 10px;
        width: 100px;
        text-align: center;
    }
    .flyout-cart .item .product {
        padding-right: 20px;
        overflow: hidden;
    }
    .flyout-cart .item .name {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .flyout-cart .item .quantity {
        display:none;
		margin-bottom: 5px;
        color: #aaa;
    }
    .flyout-cart .item .price {
        font-size: 0;
    }
    .flyout-cart .item .attributes {
        margin: 0;
        line-height: 1.5;
        font-size: 13px;
        color: #aaa;
    }
    .flyout-cart .item .price span {
        font-size: 16px;
        font-weight: bold;
        color: #2b2b2b;
    }
    .flyout-cart .totals {
        padding: 20px;
        margin: 0;
        width: 100%;
        background: none;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
    }
    .flyout-cart .totals strong {
        float: right;
        font-size: 18px;
        color: #2b2b2b;
    }
    .flyout-cart .buttons {    
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;  
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .flyout-cart .buttons button {
        position: relative;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 18px 10px;
        border: 0;
        width: 100%;
        background: #2b2b2b;
        text-transform: uppercase;
        color: #fff;  
		border: 1px solid #ccc;
    }

    .flyout-cart .buttons button span {
        position: relative;
    }
    .flyout-cart .buttons button:first-child span:before {
        content: '\e91c';
        display: inline-block;
        margin: -5px 10px 0 15px;
        font-weight: normal;
        font-family: prisma;
        font-size: 19px;
        color: #fff;
        vertical-align: middle;
    }
    .flyout-cart .buttons button:hover span:before {
        color: #2b2b2b;
    }
    .flyout-cart .buttons button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        background: #f3f3f3;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .flyout-cart .buttons button:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    .flyout-cart .buttons button:hover {
        color: #2b2b2b;
    }
    .flyout-cart .buttons button + button {
        margin-left: 1%;
        background: #fff;
        color: #2b2b2b;
    }
    .flyout-cart .buttons button + button:hover {
        color: #fff;
    }
    .flyout-cart .buttons button + button:hover:before {
        background: #2b2b2b;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background: #fff;
        font-size: 0;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item:after {
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        font-family: prisma;
        font-size: 8px;
        color: #bbb;
    }
    .ui-autocomplete {
        z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
    }


    /* HEADER MENU */


    .responsive-nav-wrapper .menu-title, .close-menu,
    .header-menu .back-button {
        display: none;
    }
    .overlayOffCanvas {
        display: none !important;
    }
    .header-links .ico-wishlist {
        display: none;
    }
    .header-menu {
        position: relative;
        /*background: #fff;     volkansm */
        background: #2b2b2b;
        text-align: center;
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        z-index: 1010;
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
    }
	.sms-page .header-menu {
		border-bottom: 1px solid #151515; /*#0B192C*/
        border-top: 1px solid #151515;
	}
    .header-menu > ul {
        margin: 0 auto;
        width: 980px;
        font-size: 0;
    }
    .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        display: block;
        padding: 15px 30px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .header-menu > ul > li:hover > a,
    .header-menu > ul > li:hover > span { 
        background: #4b4b4b;
        color:#dadada;
		
    }
	.sms-page .header-menu > ul > li:hover > a,
    .sms-page .header-menu > ul > li:hover > span { 
        background: #151515; /*#0B192C*/
        color:#c8c8c8;
		
    }
    .header-menu .sublist-wrap {
        opacity: 0;
        position: absolute;
        min-width: 220px;
        background: #f6f6f6;
        text-align: left;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        pointer-events: none;
    }
    .header-menu .hover + .sublist-wrap {
        opacity: 0;
    }
    .header-menu > ul > li > .sublist-wrap {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .header-menu li:hover  > .with-subcategories + div + .sublist-wrap,
    .header-menu li > .with-subcategories.hover + div + .sublist-wrap {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .header-menu .sublist-wrap.active {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .top-menu {
        display: block;
    }
    .header-menu .sublist li {
        position: relative;
        border-top: 0px solid rgba(0,0,0,.1);
    }
    .header-menu .sublist .back-button {
        display: none;
    }
    .header-menu .sublist li a {
        display: block;
        padding: 11px 20px 10px;
        font-size: 15px;
        color: #454545;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
    .header-menu .sublist li a:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: prisma;
        font-size: 12px;
        /*color: rgba(0,0,0,.4);*/
    }
    .header-menu .sublist li:hover > a {
        background: #2b2b2b;
		color:#f8f8f8;	
    }
	.sms-page .header-menu .sublist li:hover > a {background: #FE6603;}
	
    .header-menu .sublist-wrap .sublist-wrap {
        top: -1px;
        left: 100%;
    }
    .responsive-nav-wrapper > div span:after,
    .responsive-nav-wrapper > div a:after {
        font-size: 28px;
    }
    .responsive-nav-wrapper .personal-button > span:after {
        font-size: 25px;
    }
    .responsive-nav-wrapper .wishlist-button {
        display: inline-block;
    }
    .responsive-nav-wrapper .wishlist-button a:after {
        content: '\e919';
    }

    /* HOME PAGE BLOG */

    .homepage-blog-wrapper {
        position: relative;
        top: -50px;
    }

    /* FOOTER */


    .footer-upper {
        min-height: 210px;
    }
    .footer-middle {
        margin: 0 auto;
        padding: 80px 50px 60px;
        width: 980px;
        font-size: 0;
    }
    .footer-middle > div {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        text-align: left;
    }
    .footer-middle > div .title {
        padding: 0;
        margin-bottom: 10px;
    }
    .footer-lower-wrapper {
        margin: 0 auto;
        width: 980px;
    }
    .footer-block > .title {
        cursor: default;
    }
    .footer-block .list {
        display: block;
    }
    .footer-block .list > li {
        padding: 8px 0 8px 0;
        transition: all .3s;
    }
    .footer-block .list > li:hover {
        color: #2b2b2b;
    }
    .footer-block .list > li:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: 'prisma';
        font-size: 10px;
        color: #d6d6d6;
        transition: all .3s;
    }
    .footer-block .list > li:hover:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .footer-disclaimer,
    .footer-tax-shipping {
        float: left;
        clear: left;
    }
    .footer-powered-by,
    .footer-designed-by,
	.footer-cards {
        float: right;
        clear: right;
    }
    .footer-powered-by {
        margin-top: -17px;
    }
    .theme-selector {
        margin: 0 auto;
    }


    /* LEFT/RIGHT COLUMN */


    .block,
    .block.product-grid.bestsellers {
        float: none;
        width: auto;
        margin: 0;
    }
    .block .listbox {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .block:last-of-type .listbox {
        border-bottom: 0;
    }
    .block .title {
        border-bottom: 1px solid #eee;
    }
    .block .title:after {
        content: none;
    }
    .block .product-picture {
        display: inline-block;
        vertical-align: middle;
    }
    .block .list .product-picture {
        display: block;
        max-width: 100%;
    }
    .block .product-name {
        display: inline-block;
        width: 72%;
        vertical-align: middle;
    }
    .block-recently-viewed-products .listbox {
        padding: 5px;
        font-size: 0;
    }
    .block-recently-viewed-products .listbox li {
        display: inline-block;
        width: 33%;
        text-align: center;
    }
    .block-recently-viewed-products .listbox .product-name {
        display: none;
    }


    /* CATEGORY PAGE & GRIDS */


    .breadcrumb {
        display: table-cell;
        text-align: right;
        line-height: 20px;
    }
    .breadcrumb a:hover {
        color: #888;
    }
    .category-page .page-title {
        display: table;
        width: 100%;
    }
    .category-page .page-title h1 {
        display: table-cell;
        margin-bottom: 0;
        text-align: left;
    }
    /* grids */

    .product-grid .item-box .details {
        position: relative;
        padding-top: 10px;
        border: 0px solid #2b2b2b;
    }
    .product-grid .item-box .buttons-wrapper {
        display: block;
    }
    .home-page .topic-block {
        padding: 50px 0;
    }
    .home-page .product-grid,
    .home-page .bestsellers {
        padding: 90px 0 50px;
    }
    .home-page-polls {
        padding: 70px 0;
    }
    .two-colums-wrapper > div + div {
        margin: 50px 0;
    }
    .bestsellers .item-box {
        margin-left: 0;
        width: 100%;
    }
	
	.bestsellers .chartno {
		font-size: 4.5em;
		}
    .bestsellers .item-box .product-item {
        display: table;
        width: 100%;
    }
    .bestsellers .item-box:nth-child(2n) {
        clear: none;
        margin-left: 0%;
    }
    .bestsellers .item-box .picture {
        display: table-cell;
        width: 23%;
        margin-right: 10px;
        vertical-align: top;
    }
    .bestsellers .item-box .details {
        display: table-cell;
        padding: 0px 5px;
        overflow: hidden;
    }
    .bestsellers.product-grid .item-box .buttons-wrapper {
        position: absolute;
        display: block;
        top: auto;
        bottom: 0;
        left: 0px;
        right: 0;
        background-color: #f6f6f6;
    }
    .bestsellers .item-box .prices {
        float: left;
        margin: 5px 5px 0px 0px;
    }
    .bestsellers .item-box .product-title {
        margin-bottom: 0px;
    }
    .cross-sells .item-box,
    .also-purchased-products-grid .item-box,
    .related-products-grid .item-box {
        width: 23.5%;
    }
    .cross-sells .item-box button,
    .also-purchased-products-grid .item-box button,
    .related-products-grid .item-box button {
        width: 44px;
    }
    .cross-sells .item-box:nth-child(3n+1),
    .also-purchased-products-grid .item-box:nth-child(3n+1),
    .related-products-grid .item-box:nth-child(3n+1) {
        margin-left: 2%;
        clear: none;
    }
    .cross-sells .item-box:nth-child(4n+1),
    .also-purchased-products-grid .item-box:nth-child(4n+1),
    .related-products-grid .item-box:nth-child(4n+1) {
        margin-left: 0;
    }
    .cross-sells .item-box:nth-child(4n),
    .also-purchased-products-grid .item-box:nth-child(4n),
    .related-products-grid .item-box:nth-child(4n) {
        margin-left: 2%;
    }


    /* PRODUCT PAGE */


    .product-essential {
        margin: 0 0 30px;
    }
    .product-essential .product-name {
        display: table;
        direction: rtl;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .product-essential .product-name h1 {
        display: table-cell;
        direction: ltr;
        margin: 0;
        text-align: left;
    }
    .product-name .breadcrumb {
        direction: ltr;
        padding: 0;
        border: 0;
    }
    .product-content-wrappper {
        padding: 20px;
    }
    .product-content-wrappper:after {
        content: '';
        display:block;
        clear: both;
    }
    .gallery {
        float: left;
        margin-bottom: 20px;
        width: 30%;
    }
    .gallery .picture {
        width: auto;
    }
    .gallery .thumb-item {
        width: 24%;
    }
    .gallery .thumb-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .overview {
        float: right;
        width: 68%;
    }
	.video-page .overview {
        width: 100%;
    }
    .attribute-label {
        width: auto;
    }
    .attribute-data, .rental-attributes .datepicker {
        float: right;
    }
    .overview .quantity-container {
        float: left;
        padding: 20px 15px;
    }
    /*attr*/
    .overview > div,
    .additional-details > div {
        font-size: 0pt;
    }
    .attributes .attr-value {
        text-align: right;
    }
    .product-review-box {
        width: auto;
    }
    .attr-item:after {
        content: '';
    }
    .free-shipping:after {
        width: auto;
    }
    .overview .short-description,
    .variant-overview .short-description,
    .product-review-links,
    .product-no-reviews,
    .overview .label,
    .overview .value,
    .variant-overview .label,
    .variant-overview .value,
    .free-shipping,
    .attributes > ul > li div {
        font-size: 14px;
    }
    .overview .label + .value,
    .product-estimate-shipping .shipping-price {
        display: inline-block;
        text-align: right;
        width: 50%;
    }
    .product-estimate-shipping .shipping-price {
        margin: 0;
    }
    .product-estimate-shipping .estimated-delivery {
		max-width: calc(100% - 12px);
	}
    .product-estimate-shipping .arrow-down {
        float: right;
    }
    .overview .qty-wrapper {
        float: left;
    }
    /*prices*/
    .overview .prices,
	.variant-overview .prices {
        float: right;
        border: 0;
        font-size: 14px;
        text-align: right;
		margin: 3px 0;
    }

    .overview .currency-selector,
	.variant-overview .currency-selector {
        float: right;
		clear:both;
        text-align: center;
        border: 0;
    }
	
    .overview .tier-prices {
        font-size: 14px;
    }
    .product-review-box,
    .attribute-squares,
    .overview .customer-entered-price {
        text-align: right;
    }
    .overview .customer-entered-price {
        font-size: 14px;
    }
    .customer-entered-price > div {
        display: block;
    }
    .overview .customer-entered-price label {
        float: left;
        text-align: left;
    }
    /*btns*/
    .overview-buttons {
        overflow: hidden;
    }
    .overview .compare-products,
    .overview .email-a-friend {
        float: left;
        margin-right: 20px;
        width: auto;
    }
	.video .overview .email-a-friend {float:right;}
    .overview .compare-products input,
    .overview .email-a-friend input {
        position: static;
        padding: 0 15px 0 45px;
        border: 0;
        width: auto;
        background: #fff;
        font-size: 14px;
        color: #aaa;
        opacity: 1;
    }
    .overview .product-share-wrapper {
        float:right;
        text-align: right;
        margin: 20px 0 0 0;
    }
    .overview .product-share-wrapper:after {
        content: '';
        display: block;
        clear: both;
    }
    .product-social-buttons {
        float: right;
    }
    /*variants*/
    .product-variant-list {
        font-size: 0pt;
		padding:0px !important;
    }
    .product-variant-line {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .product-variant-line:nth-of-type(2n) {
        margin-left: 0;
    }
    .variant-picture {
        width: 100px;
    }
    .variant-picture + .variant-overview {
        margin-left: 210px;
    }
    .variant-overview .attribute-squares {
        text-align: left;
    }
    .variant-overview .attributes dt {
        padding: 0 15px;
    }
    .variant-overview .add-to-wishlist {
        width: 50px;
    }
    .variant-overview .add-to-wishlist span {
        font-size: 0;
    }
    .variant-overview .overview-buttons .add-to-cart {
        /*width:  84%;
        width: calc(100% - 54px);*/
		width: 180px;
    }
    .variant-overview .overview-buttons .add-to-wishlist-button:before {
        margin: 0;
    }
    .variant-overview .value {
        display: block;
        margin-top: 5px;
    }
    .variant-overview .attributes dd {
        display: block;
        clear: left;
        width: 100%;
        text-align: left;
    }
    .product-collateral > div {
        margin-bottom: 100px;
    }
    .product-collateral,
    .related-products-grid, .also-purchased-products-grid {
        margin: 30px auto;
    }
    .manufacturer-list-page .page-title h1,
    .vendor-list-page .page-title h1 {
        text-align: left;
    }
    .manufacturer-grid,
    .vendor-grid,
    .recently-added-products-page .product-grid {
        padding: 20px;
    }
    .vendor-page .product-grid {
        padding: 20px;
    }


    /* REVIEW PAGE */


    .product-reviews-page .page-body:after {
        content: '';
        display: block;
        clear: both;
    }


    /* WISHLIST & COMPARE LIST */


    .order-summary-content .table-wrapper,
    .wishlist-content .table-wrapper {
        padding: 0 10px;
        background: #f6f6f6;
    }
    .cart .remove-from-cart label,
    .cart .add-to-cart label {
        padding: 0;
        font-size: 0;
        width: 20px;
    }

    .section.order-summary {
        margin-top: 70px;
    }


    /* TOPICS */


    .topic-block-body {
        margin: 0 auto;
        max-width: 90%;
    }


    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .account-page .fieldset, 
    .account-page .section {
        margin-bottom: 35px;
    }
    .account-page ,
    .registration-page .fieldset {
        padding: 20px 30px 10px 30px;
    }
    .account-page .message-error {
        margin: 20px 20px 0;
    }
    #check-availability-button {
        margin: 10px auto;
    }
    .login-page .inputs.reversed > * {
        width: auto;
        vertical-align: middle;
    }
    .login-page .customer-blocks > div {
        float: left;
        padding-bottom: 60px;
        margin-bottom: 0;
        width: 49.2%;
    }
    .login-page .customer-blocks > div + div {
        margin-left: 1.5%;
    }
    .external-authentication {
        clear: both;
    }
    .html-my-product-reviews-list-page  .center-2,
    {
        margin: 0 0 50px;
        width: 75%;
    }
    .html-my-product-reviews-list-page  .side-2,
     {
        border-right: 4px solid #fff;
        width: 25%;
    }
    .login-page .customer-blocks .buttons {
        position: absolute;
        bottom: 15px;
        margin-bottom: 0;
        width: 87%;
        text-align: center;
    }
    .login-page .customer-blocks .buttons input {
        margin: 0;
        min-width: 0;
    }
    .block-account-navigation .listbox {
        padding: 10px;
    }
    .block-account-navigation .title {
        display: none;
    }
    /*.account-page.customer-info-page {
        padding: 0;
    }*/
    .customer-pages-body .master-column-wrapper > .page-title {
        display: block;
    }
    .customer-info-page .fieldset {
        margin: 0;
        border-bottom: 4px solid #fff;
        padding: 30px 30px 10px 30px;
    }
    .request-item .title, 
    .address-list-page .title, 
    .order-list-page .title {
        padding: 19px 25px;
    }
    .address-list-page .info, 
    .order-list-page .info {
        padding: 15px 25px;
    }
    .current-balance {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        font-size:16px;
        color: #444;
    }
    .current-balance:before {
        content: '\e90e';
        display: inline-block;
        margin-right: 10px;
        font-family: prisma;
        font-size: 29px;
        color: #ccc;
        vertical-align: middle;
    }
    .account-page .description {
        font-size: 14px;
        color: #666;
    }


    /* SHOPPING CART & CHECKOUT */


    .shopping-cart-page .totals {
        margin: 0;
        width: 32%;
    }
    .cart-title,
    .checkout-page .page-title {
        margin-top: 40px;
    }
    .cart td {
        min-width: 150px;
    }
    .cart-collaterals {
        margin-right: 4px;
        width: 67.8%;
        width: -webkit-calc(68% - 4px);
        width: calc(68% - 4px);
        margin: 0;
    }
    .cart-collaterals .deals:after {
        content: '';
        display: block;
        clear: both;
    }
    .cart-collaterals .deals > div {
        float: left;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        border: 0;
        min-height: 100%;
    }
    .cart-collaterals .deals > div + div {
        border-left: 4px solid #fff;
    }
    /*.cart-collaterals .deals > div {
        height: 49.8%;
        height: -webkit-calc(50% - 2px);
        height: calc(50% - 2px);
    }*/
    .cart-collaterals .shipping {
        float: right;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        height: 100%;
    }
    .estimate-shipping {
        margin: 0;
        height: 100%;
    }
    .cart-collaterals .coupon-code input[type="submit"],
    .cart-collaterals .buttons .estimate-shipping-button {
        transition: all .3s;
    }
    .cart-collaterals .coupon-code input[type="submit"]:hover,
    .cart-collaterals .buttons .estimate-shipping-button:hover {
        color: #2b2b2b;
    }
    .cart-collaterals .shipping .buttons {
        text-align: right;
    }
    .checkout-page .opc .edit-address label {
        width: 295px;
    }
    .checkout-page .totals {
        float: right;
        width: 32%;
    }


    /* ORDER DETAILS */


    .order-details-page .totals {
        width: 32%;
    }


    /* SEARCH & SITEMAP */


    .basic-search input[type="text"] {
        width: 350px;
    }
    .advanced-search .price-range input {
        height: auto;
    }
    .search-box .search-box-button {
        background: #2b2b2b url(../../Themes/Prisma/Content/img/search.png) no-repeat center;
    }


    /* BLOG & NEWS */


    .blogpost-page .page-title,
    .blog-page .page-title {
        padding-left: 0;
    }
    .blogpost-page .page-title h1,
    .blog-page .page-title h1,
    .product-tag-page .page-title h1 {
        text-align: left;
    }
    .news-list-page .page-title {
        padding-left: 0;
    }
    .news-item-page .inputs:first-child label {
        display: inline-block;
    }
    .news-list-homepage {
        padding: 100px 0;
        font-size: 0;
    }
    .news-list-homepage .news-item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .news-list-homepage .news-item:nth-child(2n) {
        margin-left: 2%;
    }


    /* FORUM & PROFILE */


    .forums-main-page {
        margin-top: 50px;
        text-align: center;
    }
    .topic-post .post-info {
        text-align: center;
    }
    .topic-post .pm-button, .profile-info-box .pm-button {
        margin: 7px 0 6px;
    }
    .downloadable-products-page .download a:hover {
        color: #2b2b2b;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

    /* GLOBAL STYLES */

    .html-recently-added-products-page .master-wrapper-content,
    /*.home-page-body .page-body > div, volkansm */
    .master-wrapper-content,
    .category-page-body .master-wrapper-content {
        width: 1250px;
    }
    .center-2 {
        width: 73%;
    }
    .side-2 {
        width: 25%;
    }
    .flyout-cart .items {
        max-height: 400px;
        max-height: -webkit-calc(100vh - 360px);
        max-height: calc(100vh - 360px);
    }


    /* GLOBAL FORMS */
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */


    .header-wrapper {
        padding: 10px;
        width: 1280px;
    }
    .header .search-box {
        width: 380px;
        float:right;
    }


    /* HEADER-MENU */


    .header-menu > ul {
        width: 1200px;
    }


    /* FOOTER */


    .footer-middle {
        padding: 80px 0 60px;
        width: 1200px;
    }
    .footer-lower-wrapper {
        padding: 30px 0;
        width: 1200px;
    }


    /* LEFT/RIGHT COLUMN */
    /* CATEGORY PAGE & GRIDS */


    .home-page-product-grid .item-box,
    .four-per-row .product-grid .item-box,
    .category-grid .item-box {
        width: 23.5%; /*four per row*/
    }
    .home-page-category-grid .item-box {
        width: 32%;
    }
    .product-grid div.item-box:first-child {
        margin-left: 0;
    }
    .home-page-product-grid .item-box:nth-child(3n+1),
    .four-per-row .product-grid .item-box:nth-child(3n+1),
    .category-grid .item-box:nth-child(3n+1),
    .home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
        clear: none; /*revert the third item*/
        margin-left: 2%; /*revert the third item*/
    }
    .home-page-product-grid .item-box:nth-child(4n+1),
    .four-per-row .product-grid .item-box:nth-child(4n+1),
    .category-grid .item-box:nth-child(4n+1),
    .home-page-category-grid .item-grid .item-box:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
    .product-list .item-box .picture {
        width: 23.5%;
    }
    .vendor-grid .item-box,
    .manufacturer-grid .item-box {
        width: 23.5%;
    }
    .vendor-grid .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }
    .vendor-grid .item-box:nth-child(4n+1),
    .manufacturer-grid .item-box:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }
    .product-list .item-box .picture + .details,
    .product-list .item-box .ribbon-wrapper + .details {
        margin: 0 0 0 25%;
    }
    .product-grid.bestsellers .item-box {
        width: 100%;
    }
	.bestsellers .item-box .product-title {
    height: auto;
    font-size: 13px;
	}
	.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
		width: 115px;
		font-size:11px;
	}
    .product-grid.bestsellers .item-box:nth-child(2n),
    .product-grid.bestsellers .item-box:nth-child(2n+1) {
        clear: none;
        margin-left: 0%;
    }
    .product-grid.bestsellers .item-box:nth-child(3n+1) {
        margin-left: 0;
    }
    .product-list .item-box .buttons-wrapper .buttons button {
        min-width: 45px;
    }
    .cross-sells .item-box,
    .also-purchased-products-grid .item-box,
    .related-products-grid .item-box {
        width: 15%;
    }
    .cross-sells .item-box:nth-child(4n+1),
    .also-purchased-products-grid .item-box:nth-child(4n+1),
    .related-products-grid .item-box:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .cross-sells .item-box:nth-child(6n+1),
    .also-purchased-products-grid .item-box:nth-child(6n+1),
    .related-products-grid .item-box:nth-child(6n+1) {
        margin-left: 0;
    }
    .cross-sells .item-box:nth-child(4n),
    .also-purchased-products-grid .item-box:nth-child(4n),
    .related-products-grid .item-box:nth-child(4n) {
        margin-left: 2%;
    }
	
	/* Styles for 1280px and above - already handled in main style.css */
/* You can add specific large desktop optimizations here if needed */

.manufacturer-container {
    max-width: 1200px;
    margin: 30px auto;
}

.manufacturer-description {
    font-size: 17px;
    padding: 20px;
}


    /* PRODUCT PAGE */


    .product-content-wrappper {
        padding-right: 50px;
    }
	.sms-page .center-1 .product-content-wrappper {
        padding: 10px 20px;
    }
    .ui-tabs .inputs label {
        width: 290px;
    }
    .variant-overview .attributes dt {
        padding: 10px 15px;
    }
    .variant-overview .attributes dd {
        display: inline-block;
        padding: 15px 0;
        width: 50%;
    }
    .variant-overview .value {
        display: inline-block;
        margin: 0;
    }


    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */


    .compare-products-page .table-wrapper {
        padding: 20px;
    }


    /* TOPICS */
    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */


    .html-my-product-reviews-list-page .center-2,
     {
        width: 78%;
    }
    .html-my-product-reviews-list-page .side-2,
     {
        width: 22%;
    }


    /* SHOPPING CART & CHECKOUT */


    .cart-collaterals .current-code {
        margin: 5px 20px 0;
    }
    .cart-collaterals .message-failure {
        margin: 0 20px;
    }
    .cart-collaterals .coupon-code {
        padding: 5px 20px 10px;
    }
    .cart-collaterals .shipping-options {
        padding: 20px 20px 10px 20px;
    }
    .cart-collaterals .hint {
        margin: 10px 20px 5px;
    }
    .cart-collaterals .shipping .inputs {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .cart-collaterals .shipping label {
        display: inline-block;
        width: 33%;
        margin: 0;
        text-align: left;
    }
    .cart-collaterals .shipping label + * {
        width: 67%;
    }
    .checkout-page .opc .edit-address label {
        width: 430px;
    }

    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */
    /* FORUM & PROFILE */

}


/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */.jp-audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner,.jp-audio-stream button::-moz-focus-inner,.jp-video button::-moz-focus-inner{border:0}.jp-audio,.jp-audio-stream,.jp-video{font-size:16px;font-family:Verdana,Arial,sans-serif;line-height:1.6;color:#666;border:1px solid #009be3;background-color:#eee}.jp-audio{width:420px}.jp-audio-stream{width:182px}.jp-video-270p{width:480px}.jp-video-360p{width:640px}.jp-video-full{width:480px;height:270px;position:static!important;position:relative}.jp-video-full div div{z-index:1000}.jp-video-full .jp-jplayer{top:0;left:0;position:fixed!important;position:relative;overflow:hidden}.jp-video-full .jp-gui{position:fixed!important;position:static;top:0;left:0;width:100%;height:100%;z-index:1001}.jp-video-full .jp-interface{position:absolute!important;position:relative;bottom:0;left:0}.jp-interface{position:relative;background-color:#eee;width:100%}.jp-audio .jp-interface,.jp-audio-stream .jp-interface{height:80px}.jp-video .jp-interface{border-top:1px solid #009be3}.jp-controls-holder{clear:both;width:440px;margin:0 auto;position:relative;overflow:hidden;top:-8px}.jp-interface .jp-controls{margin:0;padding:0;overflow:hidden}.jp-audio .jp-controls{width:380px;padding:20px 20px 0}.jp-audio-stream .jp-controls{position:absolute;top:20px;left:20px;width:142px}.jp-video .jp-type-single .jp-controls{width:78px;margin-left:200px}.jp-video .jp-type-playlist .jp-controls{width:134px;margin-left:172px}.jp-video .jp-controls{float:left}.jp-controls button{display:block;float:left;overflow:hidden;text-indent:-9999px;border:none;cursor:pointer}.jp-play{width:40px;height:40px;background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) no-repeat}.jp-play:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -41px 0 no-repeat}.jp-state-playing .jp-play{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -42px no-repeat}.jp-state-playing .jp-play:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -41px -42px no-repeat}.jp-next,.jp-previous,.jp-stop{width:28px;height:28px;margin-top:6px}.jp-stop{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -83px no-repeat;margin-left:10px}.jp-stop:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -29px -83px no-repeat}.jp-previous{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -112px no-repeat}.jp-previous:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -29px -112px no-repeat}.jp-next{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -141px no-repeat}.jp-next:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -29px -141px no-repeat}.jp-progress{overflow:hidden;background-color:#ddd}.jp-audio .jp-progress{position:absolute;top:32px;height:15px}.jp-audio .jp-type-single .jp-progress{left:110px;width:186px}.jp-audio .jp-type-playlist .jp-progress{left:166px;width:130px}.jp-video .jp-progress{top:0;left:0;width:100%;height:10px}.jp-seek-bar{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -202px repeat-x;width:0;height:100%;cursor:pointer}.jp-play-bar{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -218px repeat-x;width:0;height:100%}.jp-seeking-bg{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.seeking.gif)}.jp-state-no-volume .jp-volume-controls{display:none}.jp-volume-controls{position:absolute;top:32px;left:308px;width:200px}.jp-audio-stream .jp-volume-controls{left:70px}.jp-video .jp-volume-controls{top:12px;left:50px}.jp-volume-controls button{display:block;position:absolute;overflow:hidden;text-indent:-9999px;border:none;cursor:pointer}.jp-mute,.jp-volume-max{width:18px;height:15px}.jp-volume-max{left:74px}.jp-mute{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -170px no-repeat}.jp-mute:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -19px -170px no-repeat}.jp-state-muted .jp-mute{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -60px -170px no-repeat}.jp-state-muted .jp-mute:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -79px -170px no-repeat}.jp-volume-max{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -186px no-repeat}.jp-volume-max:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -19px -186px no-repeat}.jp-volume-bar{position:absolute;overflow:hidden;background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -250px repeat-x;top:5px;left:22px;width:46px;height:5px;cursor:pointer}.jp-volume-bar-value{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -256px repeat-x;width:0;height:5px}.jp-audio .jp-time-holder{position:absolute;top:50px}.jp-audio .jp-type-single .jp-time-holder{left:110px;width:186px}.jp-audio .jp-type-playlist .jp-time-holder{left:166px;width:130px}.jp-current-time,.jp-duration{width:60px;font-size:.64em;font-style:oblique}.jp-current-time{float:left;display:inline;cursor:default}.jp-duration{float:right;display:inline;text-align:right;cursor:pointer}.jp-video .jp-current-time{margin-left:20px}.jp-video .jp-duration{margin-right:20px}.jp-details{font-weight:700;text-align:center;cursor:default}.jp-details,.jp-playlist{width:100%;background-color:#ccc;border-top:1px solid #009be3}.jp-type-playlist .jp-details,.jp-type-single .jp-details{border-top:none}.jp-details .jp-title{margin:0;padding:5px 20px;font-size:.72em;font-weight:700}.jp-playlist ul{list-style-type:none;margin:0;padding:0 20px;font-size:.72em}.jp-playlist li{padding:5px 0 4px 20px;border-bottom:1px solid #eee}.jp-playlist li div{display:inline}div.jp-type-playlist div.jp-playlist li:last-child{padding:5px 0 5px 20px;border-bottom:none}div.jp-type-playlist div.jp-playlist li.jp-playlist-current{list-style-type:square;list-style-position:inside;padding-left:7px}div.jp-type-playlist div.jp-playlist a{color:#333;text-decoration:none}div.jp-type-playlist div.jp-playlist a.jp-playlist-current,div.jp-type-playlist div.jp-playlist a:hover{color:#0d88c1}div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove{float:right;display:inline;text-align:right;margin-right:10px;font-weight:700;color:#666}div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover{color:#0d88c1}div.jp-type-playlist div.jp-playlist span.jp-free-media{float:right;display:inline;text-align:right;margin-right:10px}div.jp-type-playlist div.jp-playlist span.jp-free-media a{color:#666}div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{color:#0d88c1}span.jp-artist{font-size:.8em;color:#666}.jp-video-play{width:100%;overflow:hidden;cursor:pointer;background-color:transparent}.jp-video-270p .jp-video-play{margin-top:-270px;height:270px}.jp-video-360p .jp-video-play{margin-top:-360px;height:360px}.jp-video-full .jp-video-play{height:100%}.jp-video-play-icon{position:relative;display:block;width:112px;height:100px;margin-left:-56px;margin-top:-50px;left:50%;top:50%;background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.video.play.png) no-repeat;text-indent:-9999px;border:none;cursor:pointer}.jp-video-play-icon:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.video.play.png) 0 -100px no-repeat}.jp-jplayer,.jp-jplayer audio{width:0;height:0}.jp-jplayer{background-color:#000}.jp-toggles{padding:0;margin:0 auto;overflow:hidden}.jp-audio .jp-type-single .jp-toggles{width:25px}.jp-audio .jp-type-playlist .jp-toggles{width:55px;margin:0;position:absolute;left:325px;top:50px}.jp-video .jp-toggles{position:absolute;right:16px;margin:10px 0 0;width:100px}.jp-toggles button{display:block;float:left;width:25px;height:18px;text-indent:-9999px;line-height:100%;border:none;cursor:pointer}.jp-full-screen{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -310px no-repeat;margin-left:20px}.jp-full-screen:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -30px -310px no-repeat}.jp-state-full-screen .jp-full-screen{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -60px -310px no-repeat}.jp-state-full-screen .jp-full-screen:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -90px -310px no-repeat}.jp-repeat{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -290px no-repeat}.jp-repeat:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -30px -290px no-repeat}.jp-state-looped .jp-repeat{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -60px -290px no-repeat}.jp-state-looped .jp-repeat:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -90px -290px no-repeat}.jp-shuffle{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) 0 -270px no-repeat;margin-left:5px}.jp-shuffle:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -30px -270px no-repeat}.jp-state-shuffled .jp-shuffle{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -60px -270px no-repeat}.jp-state-shuffled .jp-shuffle:focus{background:url(../../Plugins/Widgets.JPlayer/content/jplayer/skin/blue.monday/image/jplayer.blue.monday.jpg) -90px -270px no-repeat}.jp-no-solution{padding:5px;font-size:.8em;background-color:#eee;border:2px solid #009be3;color:#000;display:none}.jp-no-solution a{color:#000}.jp-no-solution span{font-size:1em;display:block;text-align:center;font-weight:700}
/* old Green: #29edf6 */

@font-face {
    font-family: 'icomoon';
    src: url('../../Plugins/Widgets.JPlayer/content/fonts/icomoon.eot?2z58od');
    src: url('../../Plugins/Widgets.JPlayer/content/fonts/icomoon.eot?2z58od#iefix') format('embedded-opentype'), url('../../Plugins/Widgets.JPlayer/content/fonts/icomoon.ttf?2z58od') format('truetype'), url('../../Plugins/Widgets.JPlayer/content/fonts/icomoon.woff?2z58od') format('woff'), url('../../Plugins/Widgets.JPlayer/content/fonts/icomoon.svg?2z58od#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e900";
}

.icon-heart:before {
    content: "\e901";
}

.icon-info:before {
    /*    content: "\e902"; Original Volkansm */
    content: "\ea0c";
}

.icon-list-text:before {
    content: "\e903";
}

.icon-no-sound:before {
    content: "\e904";
}

.icon-pause:before {
    content: "\e905";
}

.icon-play:before {
    content: "\e906";
}

.demo-full-name {
    display: inline;
}

.icon-previous:before {
    content: "\e907";
}

.icon-skip:before {
    content: "\e908";
}

.icon-volume:before {
    content: "\e909";
}

.icon-loop:before {
    content: "\ea2d";
}

.icon-repeat:before {
    content: "\e90a";
}

.jp-title img {
    max-width: 50px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 2px;
}

.jp-details {
    background-color: transparent;
}

.jp-volume-bar {
    overflow: visible;
    background: none;
    top: auto;
    left: auto;
    width: 100%;
    height: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

.jp-volume-bar-value {
    background: #fff;
}

.jp-audio {
    width: 100%;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #2b2b2b; /*fatih meeting*/
    /* background-color: #222d2d; darker blue*/
    border: 0;
    color: #fff;
    border-top: 1px solid #444;
    transition: all 0.5s ease;
}

.player-open .jp-audio {
    bottom: 0;
}

.jp-interface {
    background-color: transparent;
}

.jp-audio .jp-interface, .jp-audio-stream .jp-interface {
    height: auto;
}

.jp-audio .jp-progress {
    top: 20px;
    height: 15px;
}

.jp-volume-controls {
    position: relative;
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    left: auto;
    top: auto;
    box-sizing: border-box;
    padding-right: 30px;
    margin-right: 2%;
}

.jp-details {
    position: relative;
    left: auto;
    top: auto;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 1.5%;
}

    .jp-details .jp-title {
        white-space: nowrap;
        padding: 0;
    }

        .jp-details .jp-title span {
            display: inline-block;
            vertical-align: middle;
            max-width: 195px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.jp-audio .jp-type-single .jp-time-holder {
    width: auto;
    top: auto;
    left: 0;
    bottom: -18px;
    right: 0;
}

.jp-audio .jp-type-single .jp-progress {
    width: 17.8%;
    max-width: 226px;
    height: 46px;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
    overflow: visible;
}

.jp-seek-bar {
    background: url(../../Plugins/Widgets.JPlayer/content/images/slide-img.png) 0 0 no-repeat;
}

.jp-play-bar {
    background: url(../../Plugins/Widgets.JPlayer/content/images/slide-img-hover.png) 0 0 no-repeat;
}

.jp-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
}

.jp-type-single {
    max-width: 1300px;
    padding: 7px 7px 20px 7px;
    margin: 0 auto;
    position: relative;
}

    .jp-type-single:after {
        display: block;
        content: '';
        clear: both;
    }

.jp-audio .jp-controls {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2.5% 0 .5%;
    margin: 0;
}

.jp-controls button {
    position: relative;
    background: none;
    color: #fff;
    font-size: 0;
    text-indent: 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    height: auto;
}

.jp-previous {
    background: none;
}

.jp-controls button:before {
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 38px;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.jp-controls .jp-previous:before {
    content: "\e907";
}

.jp-controls .jp-next:before {
    content: "\e908";
}

.jp-controls .jp-play:before {
    content: "\e906";
    font-size: 26px;
    margin-left: 3px;
}

.jp-state-playing .jp-controls .jp-play:before {
    content: "\e905";
}

.jp-controls button:hover:before {
    color: #aeaeae;
}

.btn-box {
    position: absolute;
    right: 18px;
    top: -5px;
}

.jp-volume-controls button {
    left: 0;
    background: none !important;
    text-indent: 0;
    font-size: 0;
    height: auto;
    width: auto;
    overflow: visible;
    position: absolute;
    top: 0;
}
/*.jp-mute {
    top: 4px;
}*/
.jp-volume-max {
    top: 10px;
}

.jp-repeat:before,
.jp-volume-controls button:before {
    font-family: 'icomoon';
    font-size: 16px;
    transition: all 0.3s ease;
    color: #fff;
}

.jp-volume-controls .jp-mute:before {
    content: "\e909";
}

.jp-state-muted .jp-volume-controls .jp-mute:before {
    content: "\e904";
}

.jp-repeat:before {
    content: "\ea2d";
}

.jp-controls .jp-repeat:before {
    font-size: 18px;
}

.jp-state-looped .jp-repeat:before {
    content: "\e90a";
}

.jp-repeat:focus,
.jp-state-looped .jp-repeat,
.jp-state-looped .jp-repeat:focus,
.jp-state-playing .jp-play,
.jp-previous:focus,
.jp-next:focus,
.jp-play:focus,
.jp-volume-controls button:focus:before,
.jp-state-playing .jp-play:focus {
    background: none !important;
    color: #bfbfbf;
}

.jp-volume-controls button:focus {
    color: #bfbfbf;
}

.other-controls {
    padding-top: 10px;
    float: right;
    position: relative;
}

.btn-cart {
    background-color: #2b2b2b;
    background: -webkit-linear-gradient(left,#fff 0,#dadada 100%);
    background: linear-gradient(to right,#fff 0,#dadada 100%);
    color: #000;
    padding: .4rem .6rem;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

    .btn-cart:hover {
        background: #fff;
    }

.wishlist {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin: 0 20px 0 10px;
}

    .wishlist:hover {
        color: #bfbfbf;
    }

.playlist-holder {
    display: inline-block;
    vertical-align: middle;
}

.btn-list {
    display: inline-block;
    vertical-align: middle;
    background-color: #2b2b2b;
    color: #fff;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

    .btn-list:hover {
        opacity: 0.8;
    }

.jp-playlist {
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: #4b4b4b;
    width: 400px;
    padding: 20px 20px 10px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    display: none;
    text-align: left;
    border: 0;
}

.jp-playlistitems {
    max-height: 365px;
    overflow-y: auto;
}

.jp-playlist ul {
    padding: 0;
}

.jp-playlist li {
    padding: 0;
    border-bottom: 0;
    background-color: #fff;
    margin: 2px 0;
    color: #000;
    position: relative;
    overflow: hidden;
}

.nav-details {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.buttons-holder {
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: right .4s ease,opacity .2s ease;
    transition: right .4s ease,opacity .2s ease;
}

    .buttons-holder a {
        display: inline-block;
        vertical-align: top;
        width: 45px;
        height: 100%;
        border-left: 2px solid #000;
        background-color: #e4e4e4;
        position: relative;
        transition: all 0.3s ease;
        font-size: 0;
    }

        .buttons-holder a:hover {
            background-color: #666;
            color: #fff;
        }

        .buttons-holder a:before {
            font-family: 'icomoon';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
        }

.jp-playlist-item-remove:before {
    content: "\e900";
    font-size: 14px !important;
}

.btn-info:before {
    content: "\e902";
}

.jp-playlist .img-box {
    position: relative;
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.ui-widget-content {
    /*background: none !important; --- TERMS issue */
}

.jp-audio .ui-state-default,
.jp-audio .ui-widget-content .ui-state-default,
.jp-audio .ui-widget-header .ui-state-default,
.jp-audio .ui-button,
html .jp-audio .ui-button.ui-state-disabled:hover,
html .jp-audio .ui-button.ui-state-disabled:active {
    border: 1px solid #fff !important;
    background: #000 !important;
    height: 15px !important;
    width: 15px !important;
    border-radius: 0 !important;
}

.ui-slider-horizontal {
    height: 5px !important;
}

.jp-volume-bar.ui-slider {
    margin: 0;
}

    .jp-volume-bar.ui-slider:before {
        content: none;
    }

.jp-volume-bar .ui-slider-handle {
    transform: none;
}

    .jp-volume-bar .ui-slider-handle:after {
        content: none;
    }

.jp-volume-bar .ui-slider-range {
    background: none;
}

.jp-volume-bar-value {
    height: 5px !important;
}

.playicon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #000;
    z-index: 99;
    text-align: center;
    background-color: #dadada80;
}

    .playicon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.jp-playlist img {
    max-width: 50px;
    vertical-align: middle;
    display: inline-block;
}

.jp-playlist li:hover .playicon {
    opacity: 1;
    visibility: visible;
}

.jp-playlist li span {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: none;
    transition: none;
    padding-left: 0;
    font-weight: 700;
}

.jp-playlist li h3 {
    position: relative;
    overflow: hidden;
    height: 20px;
    font-size: 12px;
}

.jp-playlist li:hover span {
    padding-right: calc(3.3rem + 3.3rem + .6rem);
    max-width: 3000px;
    -webkit-transition: max-width 60s linear;
    transition: max-width 60s linear;
    color: #07aab2;
}

.jp-playlist li div.playlist-info {
    position: absolute;
    padding: 5px 10px;
    left: 50px;
    right: 0;
    top: 0;
    bottom: 0;
}

.transmission {
    display: block;
    font-weight: 400;
    transition: all 0.3s ease;
}

    .transmission:hover {
        color: #07aab2;
    }

.jp-playlist li:hover .buttons-holder {
    right: 0;
}

.jplayer-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.5);
    transition: all 0.4s ease;
}

.playlist-open .jp-playlist {
    display: block;
}

.playlist-open .jplayer-overlay {
    opacity: 1;
    visibility: visible;
}

.button-frame {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.block.product-grid.bestsellers .item-box .button-frame {
    top: 50%
}

.block.product-grid.bestsellers .item-box .picture .quick-view-button {
    display: none;
}

.item-box .picture a.play-button:before {
    padding-top: 0;
}

.item-box .picture a.play-button,
.item-box .picture .quick-view-button {
    display: inline-block;
}

.play-button,
.item-box .picture .quick-view-button {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    background-color: #2b2b2b;
    color: #f6f6f6;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}

.sms-page .play-button {
	background-color: #FE6603;
}

.bestsellers .play-button {
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 16px;
}

.product-content-wrappper .download-sample,
.quickViewWindow .download-sample {
    padding: 0px;
}

.product-content-wrappper .play-button,
.quickViewWindow .play-button {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 16px;
    text-align: left;
    padding: 5px;
    background-color: #2b2b2b;
    color: #f6f6f6;
    margin: 5px 0 0 0;
    border-radius: 5px;
}
.sms-page .product-content-wrappper .play-button,
.sms-page .product-content-wrappper .icon-play {
	background-color: #FE6603;
}

.product-content-wrappper .playbutton,
.quickViewWindow .playbutton {
    transform: scale(1);
}

.product-content-wrappper .icon-play,
.quickViewWindow .icon-play {
    padding: 5px 10px 8px 10px;
    background-color: #2b2b2b;
    color: #f6f6f6;
}

.product-content-wrappper .icon-pause:before,
.quickViewWindow .icon-pause:before {
    padding: 6px 10px 8px 10px;
    /*background-color: #6f6f6f;*/
    color: #6f6f6f;
}

.play-button:hover {
    color: #bfbfbf;
}

.playbutton {
    transform: scale(1.4);
}

.item-box .picture:hover .button-frame {
    opacity: 1;
    visibility: visible;
}

.list-controlers {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.btn-clear {
    float: left;
    background-color: #dadada;
    color: #000;
    padding: 5px 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.list-controlers .holder {
    float: right;
    max-width: 250px;
    padding-top: 4px;
}

.btns-updown {
    float: right;
}

    .btns-updown a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 10px;
        width: 40px;
        height: 22px;
        position: relative;
        font-size: 0;
        /*background: #fff url(../../Plugins/Widgets.JPlayer/content/images/dots-invert-alt.png) repeat;*/
        background-color: #787878;
        transition: all 0.3s ease;
    }

        .btns-updown a:before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
        }

        .btns-updown a.btnup:before {
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #fff transparent;
        }

        .btns-updown a.btndown:before {
            border-width: 10px 10px 0 10px;
            border-color: #fff transparent transparent transparent;
        }

        .btns-updown a:hover {
            background-color: #bfbfbf;
        }

.list-counts {
    float: right;
    padding: 3px 5px 0 0;
}

/*.quickViewWindow .play-button {
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
}
    volkansm */

@media all and (max-width: 1120px) {
    .jp-volume-controls {
        width: 17%;
    }

    .jp-audio .jp-type-single .jp-progress {
        width: 16.5%;
        margin-right: 1.5%;
    }

    .jp-details {
        width: 18%;
    }

        .jp-details .jp-title span {
            max-width: 115px;
        }

    .jp-type-single {
        text-align: center;
    }
}

/*@media all and (max-width: 1023px) {*/
@media all and (max-width: 479px) {
    .button-frame {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        padding: 10px;
    }

    .play-button {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 13px;
    }

    .item-box .picture .quick-view-button,
	.item-box .picture .fav-btn {
        display: none !important;
    }

    .playbutton {
        transform: scale(1.5);
    }

    .jp-audio .jp-type-single .jp-progress {
        display: none;
    }

    .jp-details {
        width: 28%;
        float: left;
    }

        .jp-details .jp-title span {
            max-width: 145px;
        }

    .jp-type-single {
        padding: 15px;
    }

    .jp-audio .jp-controls {
        padding: 10px 0 0;
        margin: 0 4% 0 -7%;
    }

    .jp-volume-controls {
        width: 20%;
    }
}

@media all and (max-width: 849px) {
    .jp-volume-controls {
        display: none;
    }

    .jp-audio .jp-controls {
        margin: 0 10% 0 -10%;
    }
}

@media all and (max-width: 767px) {
    .jp-audio .jp-controls {
        margin: 0 12% 0 0;
        width: 26%;
    }

    .jp-details {
        width: 31%;
    }

    .wishlist,
    .btn-cart {
        display: none;
    }
}

@media all and (max-width: 580px) {
    .jp-audio .jp-controls {
        margin: 0 5% 0 0;
        width: auto;
    }
}

@media all and (max-width: 530px) {
    .jp-price {
        display: none;
    }

    .jp-details .jp-title span {
        max-width: 100%;
    }

    .jp-audio .jp-controls {
        margin: 0 0 0 10%;
    }

    .jp-audio .jp-controls {
        margin: 0 0 0 13%;
    }

    .jp-controls button {
        width: 25px;
    }

        .jp-controls button:before {
            font-size: 13px;
        }

    .jp-controls .jp-play:before {
        font-size: 22px;
    }

    .jp-playlist {
        width: 290px;
        padding: 15px;
    }
}

/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* COMMON STYLES */


.spc-header {
    position: relative;
}
.spc .navigation {
    display: none;
}
.spc .mobile-navigation {
    margin: 0 0 20px;
}
.spc .mobile-navigation select {
    border: 0px solid #eee;
	background-color:#2b2b2b;
	color:#f8f8f8;
}
.spc-header .title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    color: #444;
}
.spc-products .spc-header {
    margin: 0px;
	background-color:#2b2b2b;
}
.spc-products .spc-header li {
    color: #f8f8f8;
}
.spc-header ul {
    margin: 0 0 4px;
    font-size: 0;
}
.spc-header li {
    position: relative;
    margin: 0 0 4px 0;
    padding: 12px 24px;
    background-color: #2b2b2b;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 600;
    color: #f8f8f8;
    cursor: pointer;
}
.spc-header li:hover,
.spc-header li.active {
    color: #444;
}
.spc-header li span {
    position: relative;
}
.spc-header li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.spc-header li:hover:before,    
.spc-header li.active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.spc-body {
    position: relative;
    min-height: 250px;
    /*border: 1px solid #eee;*/
    margin: 0 0 20px 0;
	background-color:#f8f8f8;
}

/*.spc-body .video-content, .spc-body .video-date{
	float: none !important
}*/
.spc-body .product-grid {
    display: none;
    margin: 0 auto;
    padding: 10px 0 20px;
    border: 0;
    background: none;
}
.spc-body .product-grid.active {
    display: block;
}
.spc-body .no-data {
    display: block;
    padding: 20px 25px;
}


/* LOADING OVERLAY */


.spc-body .loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    z-index: 2;
}
.spc-body .loading-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #2b2b2b;
    width: 0;
    height: 0;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}


/* PRODUCTS */


.spc-products {
    margin: 30px 0 50px;
    min-height: 340px;
}
.spc-products .spc-body .loading-overlay {
    bottom: 50px; /*loader-overlay fix, depending on item-box bottom margin*/
}
.spc-products .item-box {
    margin: 0;
    border-bottom: 0px solid #eee;
    border-left: 0px solid #eee;
    width: 50%;
}
.spc-products .item-box:first-of-type,
.spc-products .item-box:nth-of-type(2) {
    border-top: 0px solid #eee;
}
.spc-products .item-box:nth-of-type(2n) {
    border-right: 0px solid #eee;
}
.spc-products .item-box:nth-of-type(2n+1) {
    clear: left;
    border-right: 1px solid transparent;
}
.spc-products .item-box .picture,
.spc-products .item-box .details {
    padding: 10px 10px 0 10px;
}
.spc-products .item-box .details {
    text-align: center;
}
.item-box .picture a {
    overflow: hidden;
}
.spc-products .item-box .attribute-squares-wrapper {
    display: none;
}

/* CATEGORIES */


.home-page-body div div.spc-categories {
    margin: 50px auto 70px;
    min-height: 428px;
}
.spc-categories .spc-body {
    background: #f6f6f6;
}
.spc-categories + .spc-categories {
    margin-top: -50px;
}
.spc-categories > .loading-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #607b76;
    width: 0;
    height: 0;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}
.spc-categories .category-info {
    position: relative; 
}
.spc-categories .category-title {
    margin-bottom: 10px;
    padding: 12px 15px;
    background: #607b76;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}
.spc-categories .category-details {
    padding: 10px;
}
.spc-categories .category-sublist {
    display: none;
}
.spc-categories .category-picture {
    display: none;
    font-size: 0;
}
.spc-categories .category-products {
    position: relative;
}
.spc-categories .product-grid {
    display: none;
}
.spc-categories .product-grid.active {
    display: block;
    padding: 10px;
    width: 100%;
}
.spc-categories .product-item {
    padding: 0 !important;
}
.spc-categories .product-title {
    margin: 0 0 10px;
}
.spc-categories .item-box:nth-of-type(2n+1) {
    clear: both;
}

@media all and (min-width: 769px) {
/*.spc-products .spc-header {
	border: 2px solid #2b2b2b;
	border-bottom:0px;
}
.spc-body {
		border: 2px solid #2b2b2b;
		border-top:0px;
}*/
    .spc-categories,
    .spc-products {
        text-align: left;
        clear: both;
    }
    .spc-header ul {
        border: none;
    }
    .spc-header li {
        display: inline-block;
        margin: 0 4px 4px 0;
    }
    .spc-header li:last-child {
        margin-right: 0;
    }
    .spc-products .item-box {
        width: 33.3%;
    }
    .spc-products .item-box:nth-of-type(3) {
        border-top: 0px solid #eee;
    }
    .spc-products .item-box:nth-of-type(2n) {
        border-right-color: transparent;
    }
    .spc-products .item-box:nth-of-type(3n) {
        border-right: 0px solid #eee;
    }    
    .spc-categories .item-box:nth-of-type(2n+1),
    .spc-products .item-box:nth-of-type(2n+1) {
        clear: none;
    }    
    .spc-categories .item-box:nth-of-type(3n+1),
    .spc-products .item-box:nth-of-type(3n+1) {
        clear: left;
    }
}


@media all and (min-width: 1025px) {
    
    .spc .navigation {
        display: block;
    }
    .spc .mobile-navigation {
        display: none;
    }
    .spc-header li {
        margin: 0 0 0 10px;  
    }
    .spc-products .spc-header .title {
        /*  min-height: 42px; fix for product header without title - fix removed by volkansm */
        display: none;
    }
    .spc-products .spc-header ul {
        margin: 0 0 0 -10px;
    }
    .spc-products .product-grid {
        padding: 15px 0px;
    }
    .spc-categories + .spc-categories {
        margin-top: 0;
    }
    .spc-categories .spc-header {
        overflow: hidden;
    }
    .spc-categories .spc-header ul {
        float: right;
        font-size: 0;
    }
    .spc-categories .spc-body {
        width: 100%;
        max-width: 100%;
    }
    .spc-categories .spc-body:after {
        content: "";
        display: block;
        clear: both;
    }
    .spc-categories .category-info {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border: none;
        width: 23%;
        z-index: 1;
    }
    .spc-categories .category-info:after {
        content: "";
        display: block;
        clear: both;
    }
    .spc-categories .category-details {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 0 5px;
        height: 100%;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .spc-categories .category-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 36%;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .spc-categories .category-title a {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 20px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .spc-categories .category-sublist {
        position: absolute;
        bottom: 36%;
        left: 0;
        right: 0;
        opacity: 0;
        display: block;
        padding: 10px 0;
        width: 100%;
        background-color: rgba(68,68,68,0.9);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    .spc-categories .category-info:hover .category-title:after,
    .spc-categories .category-info:hover .category-sublist {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .spc-categories .category-sublist li {
        display: block;
        padding: 7px 20px;
        font-size: 14px;
    }
    .spc-categories .category-sublist li a {
        display: inline-block;
        position: relative;
        padding: 0 !important;
        background: none;
        text-transform: none;
        color: #fff;
    }

    .spc-categories .category-picture {
        display: block;
        max-width: none;
        height: 100%;
        margin: 0;
        overflow: hidden;
    }
    .spc-categories .category-picture a {
        position: relative;
        display: block;
    }
    .spc-categories .category-picture a:before {
        content: "";
        display: block;
        padding-top: 106%;
    }
    .spc-categories .category-picture img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-width: none;
    }
    .spc-categories.portrait .category-picture img {
        width: 100%;
    }
    .spc-categories.landscape .category-picture img {
        height: 100%;
    }
    .spc-categories .category-picture a:hover img {
        opacity: 0.9;
    }
    .spc-categories .category-products {
        float: none;
        width: 100%;
    }
    .spc-categories .item-box {
        margin: 0 1% 0 0;
        width: 24.2%;
        clear: none !important;
    }
    .spc-categories .item-box:last-child {
        margin-right: 0;
    }
    .spc-categories .product-item {
        text-align: left;
    }
    .spc-categories .product-item:after {
        content: "";
        display: block;
        clear: both;
    }
    .spc-categories .picture {
        margin: 0;
    }
    .spc-categories .product-title {
        margin: 0 0 8px;
        min-height: 38px;
        max-height: 38px;
    }
    .spc-categories .prices {
        height: auto;
        min-height: 17px; /*cross-broser line-height fix*/
        margin: 0 0 9px;
    }
    .spc-categories .prices .actual-price {
        font-size: 18px;
    }
    .spc-categories .prices .old-price {
        font-size: 16px;
    }
    .spc-categories .tax-shipping-info {
        display: none !important;
    }
    .spc-categories input[type="button"] {
        width: 42px !important;
        max-width: 80px;
        height: 40px;
        background-color: #eaeaea;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0 !important;
    }
    .spc-categories input[type="button"]:hover {
        background-color: #ddd;
    }    
    .spc-categories .ajax-cart-button-wrapper {
        width: auto !important;
    }
    .spc-categories.products-3 .item-box {
        width: 32.6%;
    }
    .spc-categories.products-4 .item-box {
        width: 24.2%;
    }
    .spc-categories.products-5 .item-box {
        width: 19.2%;
    }
    .spc-categories.products-5 .item-box .buttons-wrapper button {
        width: 41px;
    }
    .spc-products {
        margin: 40px auto 0;
    }
    .spc-products .item-box:nth-of-type(3n+1) {
        clear: none;
    }
    .item-type-2 .spc-products .product-grid .item-box .details {
        padding-top: 12px;
    }
    .item-type-2 .spc-products .product-grid .product-box-add-to-cart-button {
        background: #f6f6f6 
    }    
    .item-type-1 .spc-products .product-grid .buttons-wrapper {
        transition: all .3s;
        opacity: 0;
        z-index: -1;
    }
    .item-type-1 .spc-products .product-grid .item-box:hover .buttons-wrapper {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
        z-index: 1;
    }
    .spc-products .item-box:last-of-type {
        border-right: 0px solid #eee;
    }
}

@media all and (min-width: 1281px) {
    
    .spc-categories .product-grid.active {
        padding: 20px;
    }
    .spc-categories .item-box {
        margin: 0 2% 0 0;
    }
    .spc-categories.products-3 .item-box {
        width: 32%;
    }
    .spc-categories.products-4 .item-box {
        width: 23.5%;
    }
    .spc-categories.products-5 .item-box {
        width: 18.4%;
    }    
    .spc-products .item-box {
        width: 33.3%;
    }
    .spc-products .item-box:nth-of-type(4) {
        border-top: 0px solid #eee;
    }
    .spc-products .item-box:nth-of-type(3n) {
        border-right-color: transparent;
    }
    .spc-products .item-box:nth-of-type(4n) {
        border-right: 0px solid #eee;
    }
    .spc-products .item-box:nth-of-type(4n+1) {
        clear: left;
    }
    .spc-products .item-box:nth-of-type(5) {
        border-top: 0px solid #eee;
    }
    .spc-products .item-box:nth-of-type(4n) {
        border-right-color: transparent;
    }
    .spc-products .item-box:last-child,
    .spc-products .item-box:nth-of-type(5n) {
        border-right: 0px solid #eee;
    }
    .spc-products .item-box:nth-of-type(4n+1) {
        clear: none;
    }
        .spc-products .item-box:nth-of-type(5n+1) {
            /* clear: left; volkansm */
        }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


.store-search-box span.search-box-text {
    display: inline-block;
    width: 86%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    vertical-align: top;
}
.store-search-box.with-caregory-search-enabled span.search-box-text {
    margin-left: 37%;
}
.store-search-box .search-box-select {
    position:absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #2b2b2b;
    width: 37%;
    height: 40px;
    padding: 8px;
    background: #ff0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RTlFMjZCN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI0RTlFMjZDN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjRFOUUyNjk3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjRFOUUyNkE3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5AL9VCAAAAjElEQVR42mL4//8/AxCLQ2lsGCwHYqQB8XsgDsaiKBgqlwbiLP2PANOAmAOKpyGJL4XpzAHi71DBi1D8HyoGkmNEdocBEN9AMuUGVAzsRiYGBoY0IL4BxMpAbALEC4F4EZStDJUDu3EJKW7MJuBGBuSgALnnOhY3guUZwaoRgAeIp0DZOUD8BSYBEGAAlQAeI5zWBs0AAAAASUVORK5CYII=) no-repeat 90% center;
    color: #fff;
}
.with-caregory-search-enabled span.search-box-text {
    width: 50%;
    width: -webkit-calc(100% - 37% - 40px);
    width: calc(100% - 37% - 40px);
}


/* AUTOCOMPLETE */


.instantSearch {
    width: 100% !important;
    height: auto !important;
}
.instantSearch.resize {
    left: 0 !important;
    width: 100% !important;
}
.instantSearch .k-list-container {
    position: static !important;
    width: 100% !important;
    background: #fff;
    box-shadow:  0 3px 5px rgba(0,0,0,0.1);
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-item {
    border-top: 1px solid #eee;
    cursor: pointer;
}
.instant-search-item {
    overflow: hidden;
    padding: 6px;
    height: 92px;
}
.instant-search-item .img-block {
    position: relative;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
}
.instant-search-item .img-block img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.instant-search-item .detail {
    margin: 10px 0 0 90px;
    min-height: 42px;
    text-align: left;
}
.instant-search-item .detail .title {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 14px;
}
.instant-search-item .detail .sku {
    margin-bottom: 5px;
    font-size: 14px;
}
.instant-search-item .detail .price {
    font-weight: bold;
    font-size: 14px;
    color: #2b2b2b;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
    background: #f9f9f9;
}

@media all and (max-width: 1024px) {
    .instantSearch .k-list-container {
        max-height: calc(100vh - 150px);
        overflow: auto;
    }
}

@media all and (min-width: 1025px) {

    .store-search-box .search-box-select {
        border-right: 1px solid #eee;
        height: 45px;
        width: 200px;
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 93% center;
        color: #888;
    }
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-left: 39%;
    }
    .store-search-box span.search-box-text {
        background:#dadada;
        width: 91%;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
    }
    .with-caregory-search-enabled span.search-box-text {
        display: inline-block;
        width: 63%;
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 245px);
    }
}
@media all and (min-width: 1281px) {
    .store-search-box.with-caregory-search-enabled span.search-box-text {
        margin-left: 29%;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
/*@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
    display: none;
}
/*.originals {
	background-color:#607b76;
	font-family: 'Kaushan Script', cursive;
}*/

@media all and (min-width: 1025px) {

    .menu-title,
    .close-menu {
        display: none;
    }
    .mega-menu {
        display: block;
        position: relative;
    }
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .dropdown {
        opacity: 0;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -490px;
        border-top: 1px solid #eee;
        width: 980px;
        max-height: 400px;
        max-height: -webkit-calc(100vh - 250px);
        max-height: calc(100vh - 250px);
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        overflow: hidden;
        background: #f6f6f6;
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: none;
    }
    .mega-menu .dropdown.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
    .mega-menu .dropdown .row-wrapper {
        padding: 10px;
    }
    .mega-menu[data-enableclickfordropdown='true'] .dropdown,
    .mega-menu[data-enableclickfordropdown='true'] .sublist-wrap {
        display: none;
        opacity: 1;
        transform: none;
    }
    .mega-menu[data-enableclickfordropdown='true'] .dropdown.active,
    .mega-menu[data-enableclickfordropdown='true'] .sublist-wrap.active {
        display: block;
    }
    .mega-menu .row {
        overflow: hidden;
    }
    .mega-menu .box {
        float: left;
        padding: 10px 10px 20px;
    }
    .mega-menu .boxes-4 .box {
        width: 25%;
    }
    .mega-menu .boxes-5 .box {
        width: 20%;
    }
    .mega-menu .boxes-6 .box {
        width: 16.66666%;
    }
    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }
    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }
    .mega-menu .title {
        margin-bottom: 4px;
        padding: 15px 0;
        background: #dadada;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #444;
        transition: all .3s;
    }
    .mega-menu .title:hover {
        color: #fff;
    }
    .mega-menu .picture a {
        display: block;
        position: relative;
        background: #fff;
        overflow: hidden;
    }
    .mega-menu .picture a:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .mega-menu .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
    }
    .mega-menu .box ul {
        margin-top: 5px;
    }
    .mega-menu .box li {
        margin-top: 15px;
        text-align: left;
    }
    .mega-menu .box li a {
        font-size: 14px;
        color: #565656;
        transition: all .3s;
    }
    .mega-menu .box li:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: 'prisma';
        font-size: 10px;
        color: #dcdde0;
        transition: all .3s;
    }
    .mega-menu .box li:hover:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .mega-menu .box li a:hover {
        color: #dadada;
    }
    .mega-menu li a.view-all {
        font-weight: bold;
        background: none;
    }
}

@media all and (min-width: 1281px) {

    .mega-menu .dropdown {
        margin-left: -625px;
        width: 1250px;
    }

}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	display: inline-block;
    vertical-align: middle;
}
.product-list .ajax-cart-button-wrapper {
	display: block;
    flex-grow: 1;
    direction: ltr;
    width: 50%;
}
.product-list .ajax-cart-button-wrapper button {
    width: 100%;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    margin: 3px 0 0;
    border: 0;
    border-right: 1px solid #eee;
    width: 40px;
	height: 39px;
    text-align: center;
    vertical-align: middle;
}
.ajax-cart-button-wrapper input[type="button"] {	
    position: relative;
    padding: 0;
    border: 0;
    width: 48px;
    height: 45px;
    background: none;
    font-weight: normal;
    color: #2b2b2b;
    font-size: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.product-list .ajax-cart-button-wrapper input[type="text"] {
    width: 49px;
    height: 45px;
    vertical-align: top;
}
.product-list .ajax-cart-button-wrapper input[type="text"] + button {
    width: calc(100% - 50px);
}
.related-products-grid .ajax-cart-button-wrapper input, .related-products-grid .ajax-cart-button-wrapper select, .also-purchased-products-grid .ajax-cart-button-wrapper input, .also-purchased-products-grid .ajax-cart-button-wrapper select {
    display: none;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: rgba(221,221,221, .6);
    opacity: 0.5; /*to be matched to theme overlay*/
}
.nopAjaxCartPanelAjaxBusy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255,255,255,.8);
}
.nopAjaxCartPanelAjaxBusy::after {
    content: '.';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #2b2b2b;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    width: 100% !important;
    height: auto; /*if fixed, loader will be always visible*/
    opacity: 0.7;
}
.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 20px;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #ff5874;
}
.ajaxCart .addProductToCartErrors {
    text-align: center;
    font-size: 13px;
}

/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 700px !important; /*equal width for all popups (products and errors)*/
	margin: 0 0 0 -350px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background-color: #f9f9f9;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
	position: relative;
    padding: 20px;
	height: 65px; /*theme specific, depending on window title size*/
	margin: 0 !important;
	background-color: #fff;
	font-size: 0;
}
.ajaxCart .k-window-titlebar .k-window-title {
	font-size: 20px;
    color: #444;
}
.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
.ajaxCart .k-window-titlebar .k-window-actions a:after {
    content: '\e901';
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
}
.ajaxCart .k-window-titlebar .k-window-actions a {
    position: relative;
	display: block;
	width: 28px;
	height: 28px;
    background: #f9f9f9;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
    background: #f9f9f9;
}
.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    max-width: 90%;
	font-weight: bold;
	font-size: 22px;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.miniProductDetailsView .attribute-item > div {
    margin: 5px 0;
}

/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
    float: left;
	width: 24%;
    margin: 0 0 20px;
}
.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;	
}
.productAddedToCartItem,
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
    padding: 20px;
}
.miniProductDetailsView .overview .prices {
    float: none;
    text-align: left;
}
.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.productAddedToCartWindowDescription {
    float: right;
    padding-bottom: 10px;
	width: 75%;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 18px;
    color: #444;
}
.productAddedToCartWindowDescription h1 a {
	
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
    padding: 14px 5px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #2b2b2b;
}
.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}
.productAddedToCartWindowDescription .attributeInfo,
.productAddedToCartWindowDescription .quantity {
    padding: 5px 5px 0;
    font-size: 14px;
    color: #aaa;
}
.productAddedToCartWindowDescription .attributeInfo {
    line-height: 24px;
}
.productAddedToCartWindowSummary {
    float: right;
    padding: 10px 0;
    margin-right: 0px;
	border-top: 1px solid #eee;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.productAddedToCartWindowSummary a {
    position: relative;
	display: inline-block;
    padding: 16px 10px;
	margin:0 5px;
    width: 100%;
    max-width: 32%;
    background: #fff;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
    color: #aaa;
    z-index: 0;
    vertical-align: top;
	border: 1px solid #ccc;
}
.productAddedToCartWindowSummary a:hover {
    color: #fff;
} 
.productAddedToCartWindowSummary div {
    position: relative;
	display: inline-block;
	margin:0 5px;
    width: 100%;
    max-width: 30%;
    background: #2b2b2b;
}
.productAddedToCartWindowSummary a:before,
.productAddedToCartWindowSummary div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.productAddedToCartWindowSummary a:before {
    background: #bbb;
    z-index: -1;
}
.productAddedToCartWindowSummary a:hover:before,
.productAddedToCartWindowSummary div:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.productAddedToCartWindowSummary .button-1 {
    position: relative;
    padding: 15px;
    border: 0;
    width: 100%;
    background: transparent;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 14px;
    color: #fff;
	border: 1px solid #ccc;
}
.productAddedToCartWindowSummary div:hover .button-1 {
    color: #2b2b2b;
}
.overview-buttons .ajax-cart-button-wrapper {
    width: 100%;
}

/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 0;
    padding: 0 10px;
    border-top: 10px solid #fff;
    border-bottom: 0;
    clear: both;
}
.ajaxCart .product-grid .title {
	padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #444;
}
.ajaxCart .product-grid .title strong {
    font-weight: bold;
}
.ajaxCart .item-grid {
    padding: 10px;
    background: transparent;
}
.ajaxCart .cross-sells .details,
.ajaxCart .related-products-grid .details {
    padding: 0;
}
.ajaxCart .cross-sells .add-info,
.ajaxCart .related-products-grid .add-info {
    display: none;
}
.ajaxCart .item-box { /*item box behavior is determined by the theme*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.ajaxCart .item-box .details .product-title {
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.ajaxCart .item-box .details .prices {
	height: auto;
	margin: 0;
}
.ajaxCart .product-collateral .title {
    margin: 0;
    padding-bottom: 5px;
    font-size: 18px;
}
.ajaxCart .product-collateral > .tier-prices {
    margin: 0;
}


/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-overview-line {
	margin: 10px 0 0;
}
.miniProductDetailsView .product-overview-line:first-child {
	margin: 0;
}
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	width: 35%;
	margin: 0 0 20px;
	overflow: hidden;
}
.miniProductDetailsView .gallery .picture {
	width: auto;
}
.miniProductDetailsView .gallery .picture:before {
	display: none; /*remove if you need an absolute position*/
}
.miniProductDetailsView .gallery .picture img {
	position: static; /*remove if you need an absolute position*/
	width: 100%;
}
.miniProductDetailsView .overview {
    float: right;
	width: 63%;
    margin: 0 0 20px;
}
.miniProductDetailsView .overview .short-description {
    padding: 0 10px 10px;
    line-height: 24px;
}
.miniProductDetailsView .product-variant-name {
    padding: 10px;
    font-size: 17px;
    color: #444;
}
.product-overview-line:only-child .product-variant-name {
    display: none;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px; /*customer entered price*/
}
.miniProductDetailsView .attributes {
    clear: both;
}
.miniProductDetailsView .attributes label {
    font-size: 13px;	
}
.miniProductDetailsView .attributes .option-list {
    text-align: left;
}
.miniProductDetailsView .add-to-cart {
    border-top: 1px solid #eee;
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .add-to-cart .btn-wrapper {
    margin-top: 10px;
    padding-right: 0;
    border-top: 1px solid #eee;
    width: 100%;
    vertical-align: middle;
    max-width: none;
}
.miniProductDetailsView .add-to-cart .add-btn-hover span {
    position: relative;
    display: block;
    background: #2b2b2b;
    text-align: center;
}
.miniProductDetailsView .add-to-cart .add-btn-hover input {
    position: relative;
    background: transparent;
}
.miniProductDetailsView .add-to-cart .add-btn-hover span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.miniProductDetailsView .add-to-cart .add-btn-hover span:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.miniProductDetailsView .add-to-cart .add-btn-hover span:hover input {
    color: #2b2b2b;
}
.miniProductDetailsView .customer-entered-price + .add-to-cart {
    border: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 10px;
}
.miniProductDetailsView .add-to-cart .min-qty-notification {
    display: block;
}
.miniProductDetailsView .giftcard {
	margin: 0;
}
.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #ff5874;
}
.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}
.miniProductDetailsView .overview .prices {
    float: left;
    text-align: left;
}

@media all and (min-width: 1025px) {
    .ajaxCart .cross-sells .item-box,
    .ajaxCart .also-purchased-products-grid .item-box,
    .ajaxCart .related-products-grid .item-box {
        width: 15%;
    }
    .ajaxCart .cross-sells .item-box:nth-of-type(6) + .item-box,
    .ajaxCart .also-purchased-products-grid .item-box:nth-of-type(6) + .item-box,
    .ajaxCart .related-products-grid .item-box:nth-of-type(6) + .item-box,
    .ajaxCart .related-products-grid .item-box:nth-child(1n+7) {
        display: none;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.bestsellers .product-ribbon {
	display:none;
}
/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-list .ribbon-wrapper,
.product-grid .item-box .ribbon-wrapper {
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
.product-list .ribbon-wrapper .picture,
.product-grid .item-box .ribbon-wrapper .picture {
    float: none;
    display: block;
    margin: 0;
    width: auto;
}
.product-ribbon .ribbon-text {
    white-space: nowrap;
}
.gallery .ribbon-wrapper {
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    font-size: 0;
}
.gallery .ribbon-position div {
    border-width: 100px;
}
.gallery .ribbon-position img {
    position: static;
}
.gallery .ribbon-position label {
    font-size: 17px;
}
.gallery .ribbon-position.top-right label,
.gallery .ribbon-position.top-left label {
    top: 20px;
}
.gallery .ribbon-position.bottom-right label,
.gallery .ribbon-position.bottom-left label {
    bottom: 20px;
}

@media all and (min-width: 769px) {
    .product-list .ribbon-wrapper {
        float: left;
        width: 34%; 
   }
}
@media all and (min-width: 1025px) {

    .bestsellers .item-box .ribbon-wrapper {
        display: table-cell;
        width: 23%;
        margin-right: 10px;
        vertical-align: top;
    }
    
    .gallery .ribbon-wrapper {
        width: auto;
    }
}
@media (min-width: 1281px) {
    .product-list .item-box .ribbon-wrapper {
        width: 23.5%;
    }
}
/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}

.quickViewWindow .button-frame,
.productAddedToCartWindow .button-frame{
	display:none !important
}

.quickViewWindow a {
	color:#444;
}
.quickViewWindow .purchase-area a {
	color:#f8f8f8;
}

.quickViewWindow .purchase-area a:hover {
	color:#2b2b2b;
}

.quickViewWindow .gallery .picture img {
	margin: 0px;
}

/* TRIGGER BUTTON  */

.video .quick-view-button {
	display: none;
}


.quick-view-button {
    display: inline-block;
    width: 46px;
    vertical-align: middle;
}
.product-list .quick-view-button {
    border-bottom: 3px solid #2b2b2b;
    width: 33.3%;
    min-width: 36px;
    vertical-align: bottom;
}
.product-list .quick-view-button + button:before {
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    background: #eee;
    text-indent: -9999px;
    font-size: 0;
}
.quick-view-button-jplayer a {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    /*background: none; new qv button over player volkansm */
    font-weight: normal;
    color: #000;
    font-size: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.quick-view-button:hover {
    color: #fff !important;
}
.item-type-1 .product-grid .quick-view-button a:before,
.bestsellers.product-grid .item-box .quick-view-button a:before {
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    background: #eee;
    text-indent: -9999px;
    font-size: 0;
}
.item-type-2 .bestsellers.product-grid .item-box .quick-view-button a:before {
    background: rgba(0,0,0,.15);
}
.item-box .quick-view-button a:after {
    /*content: '\e946'; original qv button volkansm  other = ea0c*/
    content: '\ea0c';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 18px;
    color: #888;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.item-box .buttons-wrapper a:hover:after {
    color: #2b2b2b;
}


/* DATA LOADER */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1060;
}
.quickView .k-loading-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.quickView .k-loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #2b2b2b;
    width: 0;
    height: 0;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}


/* MAIN WINDOW & HEADERS */


.quickView {
    position: absolute;
    left: 50% !important;
    padding-top: 0 !important;
    margin: 0 0 0 -400px;
    width: 800px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 1070;
}
.quickView .k-window-titlebar {
    position: relative;
    margin-top: 0 !important;
    height: 0;
    font-size: 0;
}
.quickView .k-window-titlebar .k-window-title {
    display: none;
}
.quickView .k-window-titlebar .k-window-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a:after {
    content: '\e901';
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
}
.quickView .k-window-titlebar .k-window-actions a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background: #f9f9f9;
    font-size: 0;
}
.quickView .product-essential {
    float: none;
    width: auto;
    margin: 0;
}
.quickView .popup-header h1 {
    display: block;
    direction: ltr;
    margin: 0;
    padding: 15px 20px;
    border: 0;
    max-width: 90%;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 22px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
}
.quickView .product-content,
.quickView .product-content-grouped,
.quickView  .related-products-grid {
    background: #f9f9f9;
}
.quickView  .related-products-grid  {
    padding: 10px;
}


/* PRODUCT GALLERY */

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url('../../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Prisma/Content/images/blank.png');
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url('../../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Prisma/Content/images/loader.gif');
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */

.quickView .gallery {
    display: block; /*Cloud Zoom css override*/
    float: left;
    margin: 0;
    padding: 20px 10px 20px 20px;
    width: 30%;
}

.quickView .product-content-grouped .gallery {
    display:none;
}
.quickView .product-content-grouped .overview {
    width: 100%;
}
.quickView .gallery .picture {
    text-align: center;
    font-size: 0;
}
.quickView .gallery .picture a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}
.quickView .gallery .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.quickView .gallery .picture:before {
    display: none; /*theme specific, change if necessary*/
}
.quickView .thumbnails {
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
}
.quickView .thumbnails a {
    position: relative;
    float: left;
    margin: 0 0 2% 2%;
    overflow: hidden;
    width: 32%;
}
.quickView .thumbnails a:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.quickView .thumbnails a:before {
    content: "";
    display: block;
    padding-top: 100%; /*square thumb, change if necessary*/
}
.quickView .thumbnails a img {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.quickView .links-panel {
    float: right;
    clear: both;
    margin: 0 20px 15px 20px;
}
.quickView .links-panel a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #2b2b2b;
}
.quickView .links-panel a:after {
    content: '\e925';
    display: inline-block;
    margin-left: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.quickView .links-panel a:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}


/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
    margin: 0;
    padding: 20px 20px 20px 10px;
    width: 70%;
}
.quickView .ui-corner-all, 
.quickView .ui-corner-top, 
.quickView .ui-corner-right, 
.quickView .ui-corner-tr,
.quickView .ui-corner-left, 
.quickView .ui-corner-tl
{
    border:0;
}
.quickView .ui-state-active, 
.quickView .ui-widget-content .ui-state-active, 
.quickView .ui-widget-header .ui-state-active, 
.quickView a.ui-button:active, 
.quickView .ui-button:active, 
.quickView .ui-button.ui-state-active:hover
{
    background:none;
}
.quickView .ui-state-default, 
.quickView .ui-widget-content .ui-state-default, 
.quickView .ui-widget-header .ui-state-default, 
.quickView .ui-button, 
html .quickView .ui-button.ui-state-disabled:hover, 
html .quickView .ui-button.ui-state-disabled:active{
    background:none;
}
.quickView .ui-accordion-header .ui-icon {
    text-indent: inherit;
    line-height: 1;
}
.quickView .ui-widget-content{
    border:0;
}
.quickView .ui-accordion {
    padding: 0;
    border: 0;
}
.quickView .ui-accordion-header {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #444;
    cursor: pointer;    
}
.quickView .ui-accordion-header:first-child,
.quickView .ui-accordion-content-active + .ui-accordion-header {
    border-top: 1px solid #eee;
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -14px 0 0;
    width: 28px;
    height: 28px;
    background: #fff;
    cursor: pointer;  
}
.quickView .ui-accordion-header span:after {
    content: '\e923';
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.quickView .ui-icon-circle-arrow-s:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quickView .ui-accordion-content {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* no scrolls fix*/     
}
.quickView .giftcard {
    margin: 20px 0;
}
.quickView .overview .left {
    text-align: left;
}
.quickView .overview .qv-vendor {
    margin: 0 0 0px 0;
}

.additional-details .product-vendor {
	border-bottom: 0px solid #eee;
	    margin: 0 0 40px 0;
	}
.quickView .overview .left > div > div,
.quickView .overview .left .manufacturers {
    padding: 15px;
}
.quickView > div > .back-in-stock-subscription {
    padding: 0;
}
.quickView .overview .left > div {
    border-bottom: 1px solid #eee;
}
.quickView .overview .left .label + .value {
    text-align: right;
}
.quickView .overview .left > div {
margin: 5px 0;
}
.quickView .attributes dt {
    float: left;
    padding: 10px 0 10px 10px;
    width: 50%;
    font-size: 14px;
    color: #aaa;
}
.quickView .attributes dd {
    float: left;
    padding: 10px 0;
    width: 50%;
}
.quickView .rental-attributes {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.quickView .tier-prices {
    padding-top: 15px;
    border: 0;
}
.quickView .overview .add-to-wishlist,
.quickView .overview .compare-products {
    display: inline-block;
    margin: 6px 4px 6px 0;
    width: auto;
    vertical-align: middle;
}
.quickView .overview .add-to-wishlist-button,
.quickView .overview .add-to-compare-list-button {
    padding: 0 10px 0 50px;
    height: 45px;
    background: #fff;
    text-transform: none;
}
.quickView .overview .add-to-wishlist {
    position: relative;
}
.quickView .overview .add-to-wishlist:after {
    content: '\e91e';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    font-family: prisma;
    font-size: 17px;
    color: #bbb;
    pointer-events: none;
}
.quickView .overview .add-to-wishlist:hover:after {
    color: #2b2b2b;
}
.quickView .short-description,
.quickView .product-specs-box {
    padding: 20px 5px;
}
.quickView .variant-short-description {
	padding:5px 0px;
	font-size: 12px;
	text-align: left;
}
.quickView .free-shipping:after {
    width: 50%;
}
.quickView .overview .right ~ div { /*use ~ instead of + because of inbetween <script> tag*/
    clear: both;
}
.quickView .overview .attributes select {
    max-width: 350px; /*depending on window width*/
}
.quickView .attributes .option-list {
    text-align: left;
}
.quickView .giftcard input[type="text"],
.quickView .giftcard input[type="email"],
.quickView .giftcard input[type="tel"],
.quickView .giftcard textarea {
    min-width: 0;
    width: 250px;
    resize: none;
}
.quickView .overview .purchase-area:after {
    content: ' ';
    display: block;
    clear: both;
}
.quickView .overview .purchase-area .prices {
    float: none;
    padding: 5px 15px;
    border-bottom: 0px solid #eee;
    text-align: left;
}
.quickView .add-to-cart-panel {
    padding: 5px 0;
    border-top: 0px solid #eee;
    clear: both;
	text-align: right;
}
.quickView .add-to-cart-panel .qty-wrapper {
    float: left;
    margin: 5px 15px;
}
.quickView .overview .add-to-cart {
    margin: 0;
}
.quickView .overview .title {
    display: none;
}
.quickView .ajax-cart-button-wrapper {
    width: 60%;
}


/* PRODUCT GRIDS */


.quickView .product-content,
.quickView .product-content-grouped {
    overflow: hidden; /*remove if you need to move related products grid in the right column*/
}
.quickView .product-grid {
    margin: 0;
}
.quickView .product-grid + .product-grid {
    background: #f9f9f9;
}
.quickView .product-grid .title {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #444;
}
.quickView .product-grid .title strong {
    font-weight: bold;
}
.quickView .product-grid .item-grid {
    padding: 10px;
    background: transparent;
}
.quickView .item-box {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 18%; /*5 items per row, styled for full width grid, restyle if moving the grid to the right column*/
    overflow: hidden;
    background: #fff;
}
.quickView .related-products-grid,
.quickView .also-purchased-products-grid {
    border-top: 10px solid #fff;
    border-bottom: 0;
    background: #f9f9f9;
}
.quickView .related-products-grid .details,
.quickView .also-purchased-products-grid  .details {
    padding: 0;
    font-size: 13px;
}
.quickView .related-products-grid .add-info,
.quickView .also-purchased-products-grid .add-info {
    display: none;
}
.quickView .item-box .details .product-title {
    padding: 3px;
    height: auto;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
}
.font-playfair-display .quickView .item-box .details .product-title,
.font-fira-sans .quickView .item-box .details .product-title {
    line-height: 1.3;
}
.quickView .item-box:nth-child(3n+1),
.quickView .item-box:nth-child(4n+1) {
    clear: none; /*override theme css*/
}
.quickView .item-box .product-title {
    overflow: hidden;
    height: 35px;
    font-size: 14px;
    font-weight: normal;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons {
    display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.quickView .item-box .details .prices {
    height: auto;
    margin: 0;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
    margin: 15px 0;
}
.quickView .product-variant {
    position: relative;
    float: left;
    width: 98%; /*3 items per row*/
    margin: 0 0 0 0;
    overflow: hidden;
    text-align: center;
}
.quickView .product-variant:first-child {
    margin-left: 0; /*change to nth-child if the "item-row" model is removed*/
}
.quickView .variant-picture {
    float: left;
    width: 20%;
    height: auto;
    margin: 0 10px 10px 0; 
}
.quickView .variant-picture a {
    position: relative;
    display: block;
    overflow: hidden;
}
.quickView .variant-picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.quickView .variant-picture img {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.quickView .moreInfoHover {
    display: none;
}
.quickView .variant-info {
    padding: 5px 5px 5px 0px;
    text-align: center;
    font-size: 11px;
    color: #2b2b2b;
    transition: all 0.5s ease;
}
.quickView .product-variant:hover .moreInfoHover {
    left: 101%;
}
.quickView .product-variant:hover .variant-info {
    left: 0;
}
.quickView .variant-info .variant-name {
    margin: 5px 0 0 0;
	padding: 0px;
    overflow: hidden;
    max-height: 30px;
    font-size: 16px;
	border-bottom: 0px solid #eee;
	text-align: left;
}
.quickView .variant-info .variant-name a {
    display: block;
    font-weight: 500;
    text-align: left;
}
.quickView .variant-info .prices {
    display: block;
	float: left;
}
.quickView .variant-info .prices > * {
    float: none;
}
.quickView .variant-info .non-discounted-price {
    float: none;
    color: #e56666;
    text-decoration: line-through;
}
.quickView .variant-info .prices label {
    display: none;
}
.quickView .variant-info .product-price {
    text-align: center;
    font-size: 14px;
    color: #2b2b2b;
}
.quickView .variant-info .tax-shipping-info {
    display: none;
}
.variant-grid-info {
    padding: 10px;
}
.quickView .variant-grid-info .compare-products {
    display: none;
}


@media all and (min-width: 1025px) {
    .quickView .also-purchased-products-grid .item-box,
    .quickView .related-products-grid .item-box {
        width: 15%;
        background: none;
    }    
    .quickView .cross-sells .item-box:nth-of-type(6) + .item-box,
    .quickView .also-purchased-products-grid .item-box:nth-of-type(6) + .item-box,
    .quickView .related-products-grid .item-box:nth-of-type(6) + .item-box,
    .quickView .related-products-grid .item-box:nth-child(1n+7) {
        display: none;
    }
}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#880000;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#CC0000}.qq-upload-button-focus{outline:1px dotted #000000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url("../lib/fineuploader/loading.gif");width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url("../lib/fineuploader/processing.gif");width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000000}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:normal}.qq-upload-failed-text{display:none;font-style:italic;font-weight:bold}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFFFFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFFFFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url("../lib/fineuploader/edit.gif");width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,0.7)}
