

/* Start:/local/templates/rocksteadshop/css/jquery.formstyler.css?175250479814704*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}








.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	background: #565454;
	color: #fff;
	/*
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 0px;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	*/
}
.jq-selectbox__select:hover {
	/*
	background: linear-gradient(#F6F6F6, #E6E6E6);
	*/
}
.jq-selectbox__select:active {
	/*
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
	*/
}
.jq-selectbox.focused .jq-selectbox__select {
	/*
	border: 1px solid #5794BF;
	*/
}
.jq-selectbox.disabled .jq-selectbox__select {
	/*
	order-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
	*/
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	line-height: 32px;
	height: 32px;
	margin-left: -5px;
	min-width: 32px;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	/*
	border-left: 1px solid #CCC;
	*/
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #fff;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #565454;
	color: #fff;
	/*
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
	*/
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #fff;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-selectbox__select-text.en,
.jq-selectbox__select-text.ru,
.jq-selectbox__select-text.cn,
.jq-selectbox__select-text.es,
.jq-selectbox__select-text.de {
	padding-left: 35px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 25px;
}
.jq-selectbox li.en,
.jq-selectbox li.ru,
.jq-selectbox li.cn,
.jq-selectbox li.es,
.jq-selectbox li.de {
	padding-left: 40px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-size: 25px;
}
.jq-selectbox__select-text.en,
.jq-selectbox li.en {background-image: url('/local/templates/rocksteadshop/css/../images/en.svg');}
.jq-selectbox__select-text.ru,
.jq-selectbox li.ru {background-image: url('/local/templates/rocksteadshop/css/../images/ru.svg');}
.jq-selectbox__select-text.cn,
.jq-selectbox li.cn {background-image: url('/local/templates/rocksteadshop/css/../images/cn.svg');}
.jq-selectbox__select-text.es,
.jq-selectbox li.es {background-image: url('/local/templates/rocksteadshop/css/../images/es.svg');}
.jq-selectbox__select-text.de,
.jq-selectbox li.de {background-image: url('/local/templates/rocksteadshop/css/../images/ge.svg');}

.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}

.jq-selectbox__select {
	padding: 0 25px 0 10px;
}
.jq-selectbox__trigger {
	width: 25px;
}
.jq-selectbox__trigger-arrow {
	right: 7px;
}
.jq-selectbox__dropdown {
	width: 97px !important;
}
@media screen and (max-width:375px) {
	#header_cart .icon_cart .line-item-summary {
		padding: 15px 15px;
	}
	.jq-selectbox__dropdown {
		width: 89px !important;
	}
	.jq-selectbox__select-text.en,
	.jq-selectbox__select-text.ru,
	.jq-selectbox__select-text.cn,
	.jq-selectbox__select-text.es,
	.jq-selectbox__select-text.de {
		padding-left: 30px;
	}
	.jq-selectbox li.en,
	.jq-selectbox li.ru,
	.jq-selectbox li.cn,
	.jq-selectbox li.es,
	.jq-selectbox li.de {
		padding-left: 35px;
	}
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 0px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/rocksteadshop/components/bitrix/breadcrumb/.default/style.min.css?1752504798467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/rocksteadshop/components/bitrix/menu/main-menu/style.min.css?1752504798490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rocksteadshop/components/bitrix/menu/main-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rocksteadshop/components/bitrix/menu/mobile-menu/style.min.css?1752504798490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rocksteadshop/components/bitrix/menu/mobile-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rocksteadshop/components/bitrix/menu/footer-menu/style.min.css?1752504798490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rocksteadshop/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rocksteadshop/styles.css?17525047982004*/
.commerce-add-to-cart .out-of-stock, .out-of-stock {
	margin: 1em;
}
.product-list .product-link {
	bottom: 20px;
}


.breadcrumbs_container {
	padding-left: 20px;
}

.home-site-name {
	text-align: center!important;
}



.page_cart .jq-selectbox__select-text {
	width:67px!important;
}
#header_cart {
	width:108px!important;
}
.region-right-wrapper {
	width: 452px !important;

}
.page_cart .menu-lk-icon {
	margin-top:9px;
}

.page_cart .menu-lk-icon-hover {
	width:120px!important;
}
.block-user-menu {
	width: 50px!important;
	height:49px!important;
}
/*vladimir*/

/* mobile */
@media (max-width: 768px) {
	#header_cart {
		position: relative;
		top:7px!important;
		width: 100px!important;
		background-color: inherit!important;
	}

	.views-field .most-popular-wrapper > div {
			display: inline-block!important;
	}

	.views-field .most-popular-wrapper .views-field-commerce-price {
		width:52%;
	}
	.views-field .most-popular-wrapper .views-field-add-to-cart-form {
		width:40%;
		margin-left: 6%;
	}
	.views-field .most-popular-wrapper {
		margin-bottom: 20px;
		display: inline-block!important;
		width: 100%;
	}


}

.views-field-field-picture1 {
	margin-bottom: 15px;
}



a.gflag {vertical-align:middle;font-size:24px;padding:1px 0;background-repeat:no-repeat;background-image:url("/local/templates/rocksteadshop/images/24a.png");}
a.gflag img {border:0;}
a.gflag:hover {background-image:url("/local/templates/rocksteadshop/images/24a.png");}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

#block-views-view-blog-block-last-blog {
	display: none;
}

#tp-widget-fallback {
	width: 200px;
	margin:auto;
}

.trp-head  .small{
	font-size: 16px;
	margin-top: 10px;
}
.trp-head {
	color:#fff;
	font-size: 20px;
	margin-top: 0px;
}
.trp-head p {
	margin: 0px;
	margin-bottom: 7px;
}
.trp-head img {
	margin-top: 10px;
}
/* End */


/* Start:/local/templates/rocksteadshop/template_styles.css?1752504798109620*/
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(/local/templates/rocksteadshop/./images/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(/local/templates/rocksteadshop/./images/misc/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(/local/templates/rocksteadshop/./images/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/local/templates/rocksteadshop/./images/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(/local/templates/rocksteadshop/./images/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/local/templates/rocksteadshop/./images/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(/local/templates/rocksteadshop/./images/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(/local/templates/rocksteadshop/./images/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}


/*})'"*/

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

ul li.expanded {
    list-style-image: url(/local/templates/rocksteadshop/./images/misc/menu-expanded.png);
    list-style-type: circle;
}

ul li.collapsed {
    list-style-image: url(/local/templates/rocksteadshop/./images/misc/menu-collapsed.png);
    list-style-type: disc;
}

ul li.leaf {
    list-style-image: url(/local/templates/rocksteadshop/./images/misc/menu-leaf.png);
    list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}


/*})'"*/

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    background-image: url(/local/templates/rocksteadshop/./images/misc/message-24-ok.png);
    border-color: #be7;
}

div.status,
.ok {
    color: #234600;
}

div.status,
table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    background-image: url(/local/templates/rocksteadshop/./images/misc/message-24-warning.png);
    border-color: #ed5;
}

div.warning,
.warning {
    color: #840;
}

div.warning,
table tr.warning {
    background-color: #fffce5;
}

div.error {
    background-image: url(/local/templates/rocksteadshop/./images/misc/message-24-error.png);
    border-color: #ed541d;
}

div.error,
.error {
    color: #8c2e0b;
}

div.error,
table tr.error {
    background-color: #fef5f1;
}

div.error p.error {
    color: #333;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.messages ul li {
    list-style-image: none;
}

.messages-wrapper .messages {
    display: none;
}


/*})'"*/

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

tbody {
    border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}

.form-checkbox-wrap {
    
}
.form-checkbox-wrap label {
    display: inline-block;
    margin: 2px 0 0 2px;
    position: relative;
    top: 2px;
}
.commerce-checkout-form-checkout .form-checkbox-wrap {
    margin-bottom: 20px;
}
.marker,
.form-required,
.starrequired {
    color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
    color: #fff;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

.more-help-link a {
    background: url(/local/templates/rocksteadshop/./images/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/local/templates/rocksteadshop/./images/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/local/templates/rocksteadshop/./images/misc/menu-collapsed.png);
    background-position: 5px 50%;
}

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {
    background: #0072b9 url(/local/templates/rocksteadshop/./images/misc/progress.gif);
}


/*})'"*/

#comments {
    margin-top: 15px;
}

.indented {
    margin-left: 25px;
}

.comment-unpublished {
    background-color: #fff4f4;
}

.comment-preview {
    background-color: #ffffea;
}
.comment .author-datetime {
    margin: 0;
}
.comment .username,
.comment .username:hover {
    text-decoration: none;
}
/*})'"*/

.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table th.field-label {
    padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

form .field-add-more-submit {
    margin: .5em 0 0;
}


/*})'"*/

.cke.cke_chrome {
    visibility: inherit;
}


/*})'"*/

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

td.revision-current {
    background: #ffc;
}


/*})'"*/

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

#user-admin-roles td.edit-name {
    clear: both;
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}


/*})'"*/

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid tbody {
    border-top: none;
}

.view .progress-disabled {
    float: none;
}


/*})'"*/

.rteindent1 {
    margin-left: 40px;
}

.rteindent2 {
    margin-left: 80px;
}

.rteindent3 {
    margin-left: 120px;
}

.rteindent4 {
    margin-left: 160px;
}

.rteleft {
    text-align: left;
}

.rteright {
    text-align: right;
}

.rtecenter {
    text-align: center;
}

.rtejustify {
    text-align: justify;
}

.ibimage_left {
    float: left;
}

.ibimage_right {
    float: right;
}


/*})'"*/

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/local/templates/rocksteadshop/./images/css/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/local/templates/rocksteadshop/./images/css/status-active.gif) center center no-repeat;
}


/*})'"*/

/* .fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
} */

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* .fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
} */

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/local/templates/rocksteadshop/./images/css/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/local/templates/rocksteadshop/./images/css/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/local/templates/rocksteadshop/./images/css/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/local/templates/rocksteadshop/./images/css/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(/local/templates/rocksteadshop/./images/css/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(/local/templates/rocksteadshop/./images/css/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}


/*})'"*/

form.fivestar-widget {
    clear: both;
    display: block;
}

form.fivestar-widget select,
form.fivestar-widget input {
    margin: 0;
}

.fivestar-combo-stars .fivestar-static-form-item {
    float: left;
    margin-right: 40px;
    margin-left: 40px;
}

.fivestar-combo-stars .fivestar-static-item {
    float: left;
    margin-right: 40px;
}

.fivestar-combo-stars .fivestar-form-item {
    float: left;
}

.fivestar-static-form-item .form-item,
.fivestar-form-item .form-item {
    margin: 0;
}

div.fivestar-widget-static {
    display: block;
}

div.fivestar-widget-static br {
    clear: left;
}

div.fivestar-widget-static .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/local/templates/rocksteadshop/./images/css/star.png) no-repeat 0 0;
}

div.fivestar-widget-static .star span.on {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/rocksteadshop/./images/css/star.png) no-repeat 0 -32px;
}

div.fivestar-widget-static .star span.off {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/rocksteadshop/./images/css/star.png) no-repeat 0 0;
}

div.fivestar-widget {
    display: block;
}

div.fivestar-widget .cancel,
div.fivestar-widget .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
}

div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
    background: url(/local/templates/rocksteadshop/./images/css/delete.gif) no-repeat 0 -16px;
    text-decoration: none;
}

div.fivestar-widget .star,
div.fivestar-widget .star a {
    background: url(/local/templates/rocksteadshop/./images/css/star.png) no-repeat 0 0;
    text-decoration: none;
}

div.fivestar-widget .cancel a,
div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    cursor: pointer;
}

div.fivestar-widget div.on a {
    background-position: 0 -16px;
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}

form.fivestar-widget div.description {
    margin-bottom: 0;
}

html.js .fivestar-submit {
    display: none;
}

.fivestar-combo-stars .form-type-fivestar .form-item {
    float: left;
}


/*})'"*/

.fivestar-oxygen div.fivestar-widget-static .star {
    background-image: url(/local/templates/rocksteadshop/./images/css/star.png);
}

.fivestar-oxygen div.fivestar-widget-static .star span.on {
    background-image: url(/local/templates/rocksteadshop/./images/css/star.png);
}

.fivestar-oxygen div.fivestar-widget-static .star span.off {
    background-image: url(/local/templates/rocksteadshop/./images/css/star.png);
}

.fivestar-oxygen div.fivestar-widget .cancel,
.fivestar-oxygen div.fivestar-widget .cancel a {
    background-image: url(/local/templates/rocksteadshop/./images/css/cancel.png);
}

.fivestar-oxygen div.fivestar-widget .star,
.fivestar-oxygen div.fivestar-widget .star a {
    background-image: url(/local/templates/rocksteadshop/./images/css/star.png);
}

.fivestar-oxygen div.fivestar-widget div.hover a,
.fivestar-oxygen div.rating div a:hover {
    background-image: url(/local/templates/rocksteadshop/./images/css/star.png);
}


/*})'"*/

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: .1
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: .7;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in
}

.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.justified-gallery>.entry-visible>img,
.justified-gallery>.entry-visible>a>img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in
}

.justified-gallery>.jg-filtered {
    display: none
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-radius: 6px
}

.gallery-items-main-wrapper img {
    height: 140px;
}


/*})'"*/

div.messages {
    position: relative;
    padding-right: 1.5em;
}

.dismiss {
    display: block;
    position: absolute;
    top: .4em;
    right: .4em;
    width: 1.8em;
    background: #ed541d;
    border: 0;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
}

.dismiss:before {
    content: '\2715';
}

.error .dismiss {
    background: #ed541d;
}

.status .dismiss {
    background: #be7;
    color: #000;
    text-shadow: none;
}

.warning .dismiss {
    background: #ed5;
    color: #000;
    text-shadow: none;
}

.messages:hover .dismiss {
    opacity: 1;
}

.dismiss:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}

.dismiss:active {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    margin-top: 1px;
    margin-left: 1px;
}

.container .map-columns {
    border: none;
}
.search-form-wrapper {
    position: relative;
}
.search-form-wrapper .search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    /*
    padding: 7px 10px;
    */
    width: 31px;
    height: 31px;
    display: block;
    padding: 0;
    margin: 0;
    background: url("/local/templates/rocksteadshop/images/search_icon2.png") 50% 50% no-repeat;
}
.search-form-wrapper .search-form-button:hover {
    background: url("/local/templates/rocksteadshop/images/search_icon2.png") rgba(0,0,0,0.4) 50% 50% no-repeat;
}
#block-system-main-menu .menu li .leaf {
    position: relative;
}
#block-system-main-menu .menu .social-link {
    position: relative;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-system-main-menu .menu .social-link a {
    padding: 0;
}
#block-system-main-menu .menu .social-link a:hover {
    background-color: transparent;
}
.trustpilot-widget {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.trustpilot-widget img {
    display: block;
    margin: 0 auto;
}
.trustpilot-mobile {
    display: none;
}
#block-system-main-menu .menu li .menu-social-icon {
    /*
    width: 40px;
    height: 40px;
    */
    width: 28px;
    height: 28px;
    padding: 6px;
    /*
    position: absolute;
    left: calc(50% - 20px);
    top: 4px;
    */
}
#block-system-main-menu .menu .social-link a:hover .menu-social-icon {
    opacity: 0.6;
}
.slicknav_nav .menu li.social-link a {
    margin: 5px;
    padding: 5px 10px;
}
.slicknav_nav .menu li.social-link .menu-social-icon {
    width: 60px;
    height: 60px;
    padding: 6px;
}
#block-system-mobile-menu {
    display: none;
}
/*})'"*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.field-name-commerce-order-total .commerce-price-formatted-components {
    width: 33%;
    margin-left: auto;
}

.field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
    background-color: #D3E9F4;
    font-weight: bold;
}
/***********************************************/
/****** USER STYLES *****/
.lk_menu_links {
    margin: 20px 0 40px;   
}
.lk_menu_links a {
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
}
.lk_menu_links a.selected {
    text-decoration: underline;
}
.added2basket {
    display: none;
}
#header_cart {
    display: inline-block;
}
#header_cart .icon_cart,
#header_cart .icon_cart_new {
    padding: 0;
}
#header_cart .icon_cart .cart-empty-block {
    padding: 10px;
}
#header_cart .icon_cart .view-footer,
#header_cart .icon_cart_new .view-footer {
    position: relative;
}
#header_cart .icon_cart .line-item-summary,
#header_cart .icon_cart_new .line-item-summary {
    /*background: url('/local/templates/rocksteadshop/images/icon-cart-new.png') 50% 50% no-repeat;*/
    background: url('/local/templates/rocksteadshop/images/icon-cart-s.png') 50% 50% no-repeat;
    position: relative;
    /*
    width: 50px;
    height: 42px;
    */
    width: 38px;
    height: 32px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px 20px;
    display: block;
}
#header_cart .icon_cart .icon_num_products,
#header_cart .icon_cart_new .icon_num_products {
    background-color: #CE9B50;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    /*
    top: 12px;
    right: 18px;
    */
    top: 10px;
    right: 7px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
}
#header_cart .icon_cart .slide-cart-content,
#header_cart .icon_cart_new .slide-cart-content {
    display: none;
    position: absolute;
    /*top: 82px;*/
    top: 72px;
    right: 0;
    width: 400px;
    box-shadow: 0 0 5px 4px rgba(0,0,0,0.75);
    background-color: #fff;
    z-index: 100;
}
#header_cart .icon_cart_new .slide-cart-content {
    background: #0d0d0d url(/local/templates/rocksteadshop/./images/bg.gif) repeat 0 0;
}
#header_cart .icon_cart .line-item-summary:hover + .slide-cart-content,
#header_cart .icon_cart_new .line-item-summary:hover + .slide-cart-content,
#header_cart .icon_cart .slide-cart-content:hover,
#header_cart .icon_cart_new .slide-cart-content:hover {
    display: block;
}
/*
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table {
    margin: 0;
    border: 0px solid transparent;
    text-align: center;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table tr {
    background-color: #232323;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table thead th {
    border-bottom: 1px solid #fff;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table th,
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table td {
    text-align: center;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table .slide-cart-item-name-wrap a {
    display: block;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-table .slide-cart-item-sum {
    font-weight: 700;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-bot {
    margin-top: 15px;
    background-color: #0b0b0b;
    text-align: right;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-bot .slide-cart-bot-buttons {
    display: inline-block;
    border-left: 1px dashed #232323;
    width: 150px;
    padding: 10px 15px;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-bot .slide-cart-bot-buttons div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#header_cart .icon_cart_new .slide-cart-content .slide-cart-bot div:first-child {
    margin-top: 0;
}

#header_cart .icon_cart_new .slide-cart-content {

}
*/

#header_cart .icon_cart .slide-cart-content .slide-cart-top {
    text-align: left;
    padding: 0 20px;
    /*background-color: #565454;*/
    background-color: #0b0b0b;
    height: 50px;
    line-heighT: 50px;
    font-size: 22px;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items {
    /*background-color: #fff;*/
    padding: 10px 20px 10px 10px;
    background: #0d0d0d url(/local/templates/rocksteadshop/./images/bg.gif) repeat 0 0;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-img {
    display: block;
    position: relative;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-img .new-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background: url('/local/templates/rocksteadshop/images/newitem-icon.svg') 50% 50% no-repeat;
    width: 30px;
    height: 30px;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-img img {
    display: block;
    margin: 0 auto;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-name-wrap {
    width: 200px;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-name-wrap .slide-cart-item-name {
    font-weight: 700;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-qt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-bot {
    /*background-color: #565454;*/
    background-color: #0b0b0b;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-bot .slide-cart-subtotal {
    color: #8a8a8a;
}
#header_cart .icon_cart .slide-cart-content .slide-cart-bot a {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-off.png) repeat 0 0;
    border: 0;
    font-size: 0.9em;
    padding: 7px 15px;
    text-transform: lowercase;
    margin-right: 5px;
    box-shadow: 0 0 5px #51b849;
    color: #51b849;
    cursor: pointer;
}
#header_cart .icon_cart .bx-basket-item-list {
    display: none;
}
.error_title {
    display: none;
}
.paypal_success_popup {
    top:-100px;
}
.add2basket_popup,
.paypal_success_popup,
.sendbill_popup,
.preorder_popup,
.night_form_popup,
.notifystock_popup {
    display: none;
    padding: 30px 50px 35px 50px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    width: 350px;
    z-index: 120;
    background-color: #0b0b0b;
    border: 2px solid #ce9b50;
    color: #ce9b50;
    text-align: center;
    box-sizing: content-box;
}
.sendbill_popup .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 0px;
    outline: 0;
    box-sizing: content-box;
}
.popup_title {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 700;   
}
.popup_links {
    margin-top: 30px;
}
.popup_links p {
    color: #fff;
}
.link2basket, .popup_close {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-off.png) repeat 0 0;
    border: 0;
    color: #6C6C6C;
    font-size: 0.9em;
    padding: 0.8em 2em 0.7em;
    text-transform: lowercase;
}
.link2basket {
    margin-right: 20px;
}
.modal-close {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 20px;
    margin-top: -12px;
    background: url("/local/templates/rocksteadshop/images/modal-cross.png") 50% 50% no-repeat;
    z-index: 11;
}
.custom_form_pop_up_shade,
#night_shade,
#shade {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.notifystock_knife_name,
.preorder_knife_name {
    margin-top: 5px;
    font-weight: 700;
}
.notifystock_form,
.predorder_form {
    margin-top: 20px;
}
.notifystock_form div,
.predorder_form div {
    display: flex;
    text-align: left;
    margin-top: 10px;
}
.notifystock_form label,
.predorder_form label {
    display: inline-block;
    margin-left: 10px;
}
.notifystock_popup .popup_links,
.preorder_popup .popup_links {
    margin-top: 20px;
}
.notifystock_popup .error_title,
.preorder_popup .error_title {
    font-weight: 400;
    color: red;
    margin: 10px 0;
    font-size: 14px;
}
#notifystock_text,
.notifystock_form_success_answer,
#preorder_text,
.preorder_form_success_answer {
    display: none;
}
.night_form_popup .show-main-ask {
    margin-top: 20px;
}
.night_form_popup .show-main-ask button {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-off.png) repeat 0 0;
    border: 0;
    color: #51b849;
    font-size: 0.9em;
    padding: 0.8em 2em 0.7em;
    text-transform: uppercase;
    margin-right: 5px;
    box-shadow: 0 0 14px #51b849;
    text-decoration: none;
}
.search-page .text {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.search-page .text a {
    color: #337ab7;
    text-decoration: none;
}
.search-page .text a:hover {
    text-decoration: underline;
}
.search_results {
    margin-top: 10px;
}
.search_results b {
    color: #ce9b50;
}
.search_results hr {
    margin: 25px 0;
}
.single_search_res img {
    float: left;
    width: 23%;
}
.single_search_res .mobile_search_pic {
    display: none;
}
.single_search_text {
    float: right;
    width: 75%;
}
.single_search_res.no_image .single_search_text {
    float: none;
    width: 100%;
}
.single_search_res a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #343434;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: inline-block;
    text-decoration: none;
}
.single_search_res a:hover {
    text-decoration: underline;
}
.single_search_res small {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.form-error {
    border: 1px solid red !important;
    box-shadow: 0 0 3px 1px red !important;
}
.basket-item-block-amount,
.basket-item-block-amount input.basket-item-amount-filed {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}
/***********************************************/
.custom_form_pop_up {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    z-index: 120;
    background-color: #fff;
    padding: 30px 40px 35px;
    max-width: 400px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 100px;
    max-width: 550px;
    min-height: 400px;
    text-align: right;
    background-color: #fff;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.custom_form_pop_up .pop-up-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    width: 50%;
    text-align: right;
    padding-right: 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.custom_form_pop_up input[type="text"] {
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-top: 25px;
    display: block;
    color: #000;
    padding: 0 10px;
    background: #f0f0f0;
    box-shadow: 0px 2px 6px -3px #000000 inset;
}
.custom_form_pop_up input[type="text"]:hover {
    background: #fff;
}
.custom_form_pop_up input[type="submit"] {
    font-size: 15px;
    min-width: 320px;
    height: 35px;
    width: 100%;
    margin-top: 25px;
    background-color: #4c8c00;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    padding: 0;
    margin-right: 0;
}
.custom_form_pop_up input[type="submit"]:hover {
    background-color: #5ba600;
}
.custom_form_pop_up img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.custom_form_pop_up .show-main-ask {
    text-align: right;
}
.custom_form_pop_up .show-main-ask button {
    height: 35px;
    width: auto;
    margin-top: 10px;
    padding: 0px 20px;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #000;
    transition: all .3s ease 0s;
    border: 0px solid transparent;
}
.custom_form_pop_up .show-main-ask button:hover {
    background: #000;
}
.custom_form_pop_up .main-ask {
    display: none;
}
.custom_form_pop_up .main-ask input[name="USER_PROMOCODE"] {
    cursor: not-allowed;
}
.custom_form_success_answer {
    display: none;
    text-align: center;
    margin: 45px 0 0;
    line-height: 28px;
    font-size: 18px;
    color: #13a534;
    font-weight: 700;
}
.register_form_message,
.custom_form_message {
    width: 0;
    height: 0;
    display: none;
}
.sale-order-detail .paypal-block table {
    border: 0px solid transparent;
}
.paypal-block a {
    display: inline-block;
    margin-left: 0;
    max-width: 250px;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;    
    cursor: pointer;
    background-color: #CE9B50;
    color: #fff;
    border: 3px solid #CE9B50;
    text-decoration: none;
}
.paypal-block a:focus,
.paypal-block a:hover {
    text-decoration: none;
}
.send_bill_paypal {
    background-color: #CE9B50;
    color: #fff;
    font-weight: 700;
    border: 0px solid transparent;
    padding: 15px 25px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
}
.send_bill_paypal:hover {
    background-color: #A67B3C;
}
.send_bill_paypal[disabled="disabled"] {
    background-color: #666;
    opacity: 0.5
}
.send_bill_paypal[disabled="disabled"]:hover {
    background-color: #666;
}
/***********************************************/
.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.fluid-width-video-wrapper {
    padding: 0;
    /*
    padding-top: 56.25%;
    */
    min-height: 480px;
   
    width: 100%;
    position: relative;
}
.fluid-width-video-wrapper iframe {
    min-height: 480px;
    
    display: block;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/local/templates/rocksteadshop/./images/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.free-shipping {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-top: 40px;
    font-weight: 700;
    position: relative;
    right: 10px;
}
.conversion-text {
    display: block;
    margin-top: 20px;
    position: relative;
    right: 10px;
    line-height: 18px;
    max-width: 250px;
}
/*})'"*/
.slicknav_menu .slicknav_brand {
    float: right;
}
.logo-mobile {
    display: inline-block;
}
.logo-mobile img {
    height: 28px;
    display: block;
}

.container {
    margin: 0 auto;
}
.content-inner {
    min-height: 1px;
}
.lt-ie7 .content-inner {
    height: 1px;
}
#content-column,
.content-column {
    width: 100%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.one-column > .region,
div.at-panel .region-conditional-stack {
    float: none;
    display: block;
    clear: both;
    width: 100%;
}
.lt-ie8 .at-panel {
    overflow: hidden;
}



/*})'"*/

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}
.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}
.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}
.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}
.slicknav_menu:after {
    clear: both
}
.slicknav_nav li,
.slicknav_nav ul {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}
.slicknav_nav .slicknav_item a {
    display: inline
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}
.slicknav_nav .slicknav_parent-link a {
    display: inline
}
.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}
.slicknav_nav ul {
    margin: 0 0 0 20px
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}
.slicknav_nav a {
    text-decoration: none;
    color: #fff
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}
.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
.slicknav_nav .social-link {
    display: flex;
    justify-content: left;
    align-items: center;
}

/*})'"*/


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    height: 100%;
    overflow-y: scroll;
}
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility\9;
    background-color: transparent;
}
button,
input,
select,
textarea {
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 0 0 1.5em;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border: 1px solid;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: inherit;
    font: 100%;
}
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
div.messages,
.at-gutter {
    margin-left: 10px;
    margin-right: 10px;
}
#content .panel-display,
#content .panel-flexible {
    margin-left: -10px;
    margin-right: -10px;
}
img {
    height: auto;
    -ms-interpolation-mode: bicubic;
}
img,
embed,
object,
video {
    max-width: 100%;
}
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
    max-width: none;
}
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
    max-width: none !important;
}
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
    overflow: visible;
    word-wrap: break-word;
}
.ir {
    display: block !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}
.element-invisible {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
}
.offscreen {
    position: absolute;
    top: -99999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
    outline: 0;
}
.element-hidden {
    display: none;
}



/*})'"*/

@font-face {
    font-family: 'bank';
    src: url(/local/templates/rocksteadshop/./fonts/bankgothic_bold-webfont.eot);
    src: url(/local/templates/rocksteadshop/./fonts/bankgothic_bold-webfont.eot?#iefix) format('embedded-opentype'), 
    url(/local/templates/rocksteadshop/./fonts/bankgothic_bold-webfont.woff) format('woff'), 
    url(/local/templates/rocksteadshop/./fonts/bankgothic_bold-webfont.ttf) format('truetype'), 
    url(/local/templates/rocksteadshop/./fonts/bankgothic_bold-webfont.svg#bankgothic_bold-webfont) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    background: #0d0d0d url(/local/templates/rocksteadshop/./images/bg.gif) repeat 0 0;
    position: relative;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
    color: #6e6e6e;
    
}
pre,
code,
tt,
samp,
kbd,
var {
    font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}
#page-wrapper {}
.page {
    padding-bottom: 2em;
}
#main-content {
    /*
    padding-bottom: 2em;
    */
}
#header-wrapper {}
#footer-wrapper {
    background-color: #171717;
    border-top: 1px solid #30353C;
    padding: 10px 0;
    /*
    position: absolute;
    bottom: 0;
    */
    width: 100%;
}
#content,
#footer,
#messages-help-wrapper,
#tertiary-content-wrapper,
#quaternary-wrapper,
#before-content-wrapper,
#leaderboard-wrapper,
#content-wrapper {
    padding: 0 10px;
}
#logo {
    padding: 10px 0;
}
#logo img {
    vertical-align: bottom;
}
#site-name {
    margin: 0;
}
#site-name a:link,
#site-name a:visited {
    text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
    text-decoration: underline;
}
#site-slogan {
    margin: 0;
}
#page-title {
    margin: 0;
    font-family: 'bank', Helvetica, Arial;
    color: #CE9B50;
    font-size: 2.5em;
    text-align: center;
}
#aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}
.feed-details dt,
.feed-details dd {
    display: inline;
    margin: 0;
}
ul.links {
    margin: 0;
    padding: 0;
}
ul.links.inline {
    display: block;
}
ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}
.search-results {
    margin: 0;
    padding: 0;
}
.attribution {
    display: block;
    opacity: 0.65;
    padding: 1em 0;
    text-align: center;
}
.attribution a {
    text-decoration: none;
    color: inherit;
}
.attribution a:hover,
.attribution a:focus {
    text-decoration: underline;
}
a {
    text-decoration: none;
    color: #CE9B50;
}
a:hover,
a:focus {
    text-decoration: underline;
}
.nav {
    clear: both;
    margin: 10px 0;
}
.nav ul,
.nav ul.menu {
    margin: 0;
    padding: 0;
}
.nav li,
.nav ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav li a,
.nav ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}
.nav .block {
    margin-bottom: 0;
}
ul.sf-menu {
    margin-bottom: 0;
}
ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
}
ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
    outline: 0;
}
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
    outline: 0;
}
.block-superfish ul {
    margin: 0 !important;
    padding: 0 !important;
}
.block-superfish li {
    margin: 0 !important;
    padding: 0 !important;
}
.sf-vertical {
    width: 100%;
}
.sf-vertical li {
    width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
.sf-vertical li a {
    padding: 0 10px;
}
.sf-navbar {
    padding-bottom: 0 !important;
}
.sf-menu.sf-style-default a {
    padding: 0 10px;
}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.at-mt .at-menu-toggle-button {
    margin: 0;
}
.at-mt .at-menu-toggle ul a {
    padding: 0 10px;
    white-space: nowrap;
}
ul.menu {
    padding-left: 15px;
}
ul.menu ul {
    padding-left: 15px;
}
ul.menu li {
    margin: 0;
}
.block .menu li.content {
    padding: 0;
}
.book-navigation .page-up {
    min-width: 2em;
    white-space: nowrap;
}
.book-navigation .menu {
    margin-left: 0;
}
#breadcrumb {
    margin: 10px 0;
}
#breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
    content: ":";
}
#breadcrumb ol {
    margin: 0;
    padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}
#breadcrumb li {
    list-style: none;
    display: inline;
}
ul.pager {
    clear: both;
    margin: 0;
    text-align: center;
}
.item-list ul.pager li {
    margin: 0;
}
ul.pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em;
}
ul.pager li.pager-current {
    font-weight: 700;
}
.block ul.pager li {
    margin: 0;
}
#skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}
#skip-link a {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
    outline: 0;
}
#tasks {
    margin-bottom: 15px;
}
ul.primary {
    border-bottom-color: #ccc;
    margin: 20px 0;
    padding: 0 0 0 5px;
}
ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
}
ul.primary li a {
    background-color: #f5f5f5;
    border-color: #ccc;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}
ul.primary li a:hover,
ul.primary li a:focus {
    background-color: #eee;
    border-color: #ccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff;
}
ul.secondary {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    padding: 0 .3em 1em;
}
ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0;
}
ul.secondary li a:hover,
ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}
ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}
.field-label-inline {}
.field-label-inline .field-label {
    margin: 0;
}
.field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.field-type-taxonomy-term-reference {
    margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
    margin: 5px auto 15px;
}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}
.block {
    margin-bottom: 20px;
}
.block-title {
    margin: 0;
}
.block-content ul,
.block-content ol {
    padding: 0 0 0 15px;
}
.block-content li {
    margin: 0;
    padding: 0;
}
.node {
    margin-bottom: 20px;
}
.node .node-title {
    margin: 0;
}
#comments {
    margin: 1.5em 0;
}
#comments h2.comment-title {
    margin: 0;
}
#comments h2.comment-form {
    margin: 0;
}
.comment {
    margin-bottom: 20px;
}
.comment-title {
    margin: 0;
}
.new {
    color: #c00;
}
.indented {
    margin-left: 40px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #c00;
}
.form-item label {
    font-weight: 700;
}
.form-item .description {
    font-size: 0.85em;
}
.marker,
.form-required {
    color: #c00;
}
.container-inline div,
.container-inline label {
    display: inline;
}
fieldset {
    border: 1px solid #ccc;
}
a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
}
.password-parent,
.confirm-parent {
    margin: 0;
}
table {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
table.sticky-header {
    z-index: 10;
}
table,
thead,
tbody,
tr,
th,
td {
    border-color: #ccc;
}
table,
td,
th {
    vertical-align: middle;
}
caption,
th,
td {
    text-align: left;
}
thead tr {
    font-weight: 700;
    background-color: #e5e5e5;
}
td,
th {
    border-bottom: 0;
    margin: 0;
    padding: 5px 7px;
}
tbody tr {
    border-top: 1px solid #ccc;
}
tr {}
tr.odd {
    background: #fff;
}
tr.info,
tr.even,
tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #f5f5f5;
}
tr.odd td.active {
    background-color: #eee;
}
tr.even td.active {
    background-color: #ebebeb;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
    white-space: normal;
}
div.messages {
    margin-bottom: 10px;
    margin-top: 10px;
}
div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
    color: pink;
    color: rgba(239, 170, 170, 0.4);
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}
.ie6-7 .node-unpublished p.unpublished > *,
.ie6-7 .comment-unpublished p.unpublished > * {
    position: relative;
}
.maintenance-page .container {
    padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
    margin: 0;
}
.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}
.db-offline div.messages {
    margin: 20px 0 0;
}
.db-offline #content {
    padding: 20px 0;
}
#admin-menu {
    margin: 0;
    padding: 0;
}
.dev-query {
    background: #eee;
    padding: 30px;
}
#styleguide-header {
    padding: 0 10px;
}
#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}
#block-block-5,
.region-sidebar-first,
.region-tertiary-content,
.region-before-content {
    background-color: #0b0b0b;
    opacity: 0.85;
}
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-padding {
    padding: 0!important;
}
.no-margin {
    margin: 0!important;
}
.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}
.display-table {
    display: table;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.uppercase {
    text-transform: uppercase!important;
}
.no-underline {
    text-decoration: none!important;
}
.underline {
    text-decoration: underline!important;
}
.justify {
    text-align: justify;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.no-li-style ul li,
.no-li-style ul {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}
.right {
    float: right!important;
}
.left {
    float: left!important;
}
.hide,
#block-views-slideshow-block-1 {
    display: none!important;
}
.show {
    display: block!important;
}
.row:after,
.group:after,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #fff;
    padding: 5px 15px;
}
.tfl {
    text-align: left;
}
.tfl a img {
    display: block;
    margin: 0 auto;
}
.tfl a span {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.tfl a:hover,
.tfl a:hover span {
    text-decoration: none;
    border-bottom: none;
}
.tfl .footer-ps {
    margin-top: 15px;
}
.tfc {
    
}
.tfc .subscribe-form-item--input-email {
    margin-top: 10px;
}
.tfc .subscribe-form-item {
    position: relative;
}
.tfc .subscribe-form-item--text {
    font-weight: 700;
}
.tfc .subscribe-form-item__label {
    display: none;
}
.tfc .subscribe-form-item__control--input-email {
    padding-right: 100px;
    height: 32px;
    font-family: sans-serif;
    display: block;
    line-height: 32px;
    font-size: 14px;
}
.tfc input.subscribe-form-item__btn--btn-submit {
    position: absolute;
    width: 100px;
    top: -32px;
    right: 0;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    font-family: sans-serif;
    font-size: 12.6px;
    display: block;
}
.tfr {
    font-weight: 700;
}
.tfr p{
    margin: 0;
}
#footer .block,
.region-leaderboard .block {
    display: inline-block;
    vertical-align: top;
}
#footer .block {
    vertical-align: middle;
}
#block-menu-menu-bottom-menu ul.menu,
#footer .block,
#footer p {
    padding: 0;
    margin: 0;
}
.footer-paysystems {
    float: right;
}
.subscription-form {
    margin: 20px auto 30px;
    padding: 0 7px;
}
.subscription-form .subscribe-form-item--text {
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.subscription-form .subscribe-form-item--input-email {
    margin-top: 10px;
}
.subscription-form .subscribe-form-item--btn-submit {
    margin: 10px auto 0;
    text-align: center;
}
#block-menu-menu-bottom-menu .menu a,
#block-block-4 .content {
    font-size: 0.8em;
}
.block-menu-bottom-menu .menu li {
    display: inline-block;
}
#block-menu-menu-bottom-menu .menu a {
    color: #666666;
    padding: 0 2em;
    border-left: 1px solid #666666;
}
#block-menu-menu-bottom-menu .menu .first a {
    border: 0;
}
#block-block-3 {
    padding: 55px 0 15px 0;
}
#block-system-main-menu .menu li {
    border-top: 1px solid #424242;
    background-color: #000;
}
#block-system-main-menu .menu li.last {
    border-bottom: 1px solid #424242;
}
#block-system-main-menu .menu li a {
    padding: 0.8em 0.8em 0.8em 2em;
    display: block;
    color: #888;
    text-decoration: none;
    text-shadow: 1px 1px 1px #363636;
    font-size: 0.86em;
}
#block-system-main-menu .menu li a:hover {
    color: #ce9b50;
    text-shadow: 1px 1px 1px #604825;
    background-color: #141414;
}
li a.active,
#block-system-main-menu .menu a.active {
    color: #ce9b50;
}
#block-system-main-menu .menu ul {
    padding-left: 0;
}
#block-system-main-menu .menu ul li a {
    padding-left: 3em;
}
:focus {
    outline: none!important;
}
.region-tertiary-content .region-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.region-tertiary-content .block {
    padding: 10px;
}
.region-tertiary-content .block-title {
    font-size: 1em;
}
#content-column .content-inner {
    padding-left: 20px;
}
.region-leaderboard .block {
    background-color: #000;
    margin-left: 20px!important;
    padding: 10px!important;
    padding-top:0px;
}
body.vegas-container .vegas-timer {
    z-index: 60;
}
.view-commerce-cart-block .view-content,
.view-commerce-cart-block .line-item-total-label,
.slicknav_menu {
    display: none;
}
.color-title a {
    font-family: 'bank', Helvetica, Arial;
    color: #8a8a8a;
    font-size: 2em;
}
.color-title img {
    margin-right: 1em;
}
.product-list .views-row {
    padding-bottom: 3em;
}
.product-list .views-field-field-pictures,
.node-news .field-name-field-image {
    float: left;
    padding-right: 2em;
}
.product-list .views-field-field-pictures a {
    position: relative;
    display: block;
}
.product-list .views-field-field-pictures a .new-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background: url('/local/templates/rocksteadshop/images/newitem-icon.svg') 50% 50% no-repeat;
    width: 50px;
    height: 50px;
}
.product-list .product-link {
    position: relative;
    /*
    bottom: 20px;
    */
}
.product-list .views-field-commerce-price {
    /*
    color: #CECECE;
    */
    color: #CE9B50;
    font-size: 1.3em;
    white-space: nowrap;
    padding: 1em;
}
.product-list .views-field-commerce-price .field-content {
    padding-left: 1em;
    display: inline-block;
}
.product-list .views-field-commerce-price p {
    display: inline;
}
.product-list .views-field-commerce-price span {
    color: #999;
    font-size: 0.7em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.product-list input[type="submit"] {
    margin: 1em;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    background-color: #565454;
    border: 0;
    color: #eee;
    padding: 0.5em;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
textarea {
    resize: none;
}
input[type="reset"],
input[type="submit"] {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-off.png) repeat 0 0;
    border: 0;
    color: #6C6C6C;
    font-size: 0.9em;
    padding: 0.8em 2em 0.7em;
    text-transform: lowercase;
    margin-right: 5px;
}
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-on.png) repeat 0 0;
    color: #CE9B50;
}
.commerce-add-to-cart .out-of-stock,
.out-of-stock {
    background: none;
    border: 0;
    font-size: 0.9em;
    padding: 0.8em 0 0.7em;
    text-transform: uppercase;
    margin-right: 5px;
    color: #b23f2b;
    box-shadow: none;
}
input[type="submit"].out-of-stock:hover {
    background: none;
    color: #b23f2b;
}
.commerce-add-to-cart,
input[type="submit"]#edit-checkout,
input[type="submit"]#edit-continue,
input[type="submit"]#submit_preorder,
input[type="submit"]#submit_notifystock {
    box-shadow: 0 0 14px #51b849;
    color: #51b849;
    text-transform: uppercase;
}
.commerce-add-to-cart {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-off.png) repeat 0 0;
    border: 0;
    color: #51b849;
    font-size: 0.9em;
    padding: 0.8em 2em 0.7em;
    text-transform: uppercase;
    margin-right: 5px;
    box-shadow: 0 0 14px #51b849;
    text-decoration: none;
}
.commerce-add-to-cart:hover {
    background: transparent url(/local/templates/rocksteadshop/./images/css/btn-on.png) repeat 0 0;
    text-decoration: none;
}
.commerce-add-to-cart.preorder-newarrival {
    text-transform: uppercase;
}
.notify-stock-button {
    display: inline-block;
    margin-left: 1em;
    margin-top: 10px;
    margin-right: 0;
    color: #CE9B50;
    box-shadow: 0 0 6px #CE9B50;
}


.view-display-id-page_news .views-field-title {
    font-size: 1.6em;
    padding: 0.2em 0;
}
.view-display-id-page_news .views-field-created {
    color: #fff;
    font-weight: bold;
}
.view-display-id-page_news .views-field-field-image {
    float: left;
    padding-right: 2em;
}
.view-display-id-page_news .views-row {
    padding-bottom: 2em;
}
.view-commerce-cart-form,
.commerce-checkout-form-checkout,
.view-id-view_video.view-display-id-page {
    background-color: #000000;
    background: url(/local/templates/rocksteadshop/./images/css/product-content-bg.png) repeat-x scroll 0 0 transparent;
    padding: 20px;
}
thead tr {
    background-color: #232323;
    font-weight: 700;
}
table {
    border-collapse: inherit;
}
.view-commerce-cart-summary table,
.view-commerce-cart-form table {
    border: none;
}
.view-commerce-cart-form table .views-field-field-picture1 {
    position: relative;
    display: block;
}
.view-commerce-cart-form table .views-field-field-picture1 .new-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background: url('/local/templates/rocksteadshop/images/newitem-icon.svg') 50% 50% no-repeat;
    width: 40px;
    height: 40px;
}
tr.odd {
    background: #191919;
}
tr.info,
tr.even,
tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #191919;
}
.bx_popup_form tr,
.bx_popup_form tr:nth-child(2n+2),
.bxcompprop-wrap tr:nth-child(2n+2) {
    background-color: transparent !important;
}
.view-commerce-cart-form .price,
.commerce-checkout-form-checkout .price {
    font-weight: bold;
}
.view-commerce-cart-form input[type="text"] {
    background-color: #000;
    color: #777;
    padding: 0.5em;
    text-align: center;
}
.view-commerce-cart-form table input[type="submit"] {
    text-indent: -9999px;
    background: url(/local/templates/rocksteadshop/./images/css/cart-delete.png) no-repeat 0 0;
    width: 20px;
    height: 21px;
}
.view-commerce-cart-form .views-field-edit-delete {
    text-align: center;
}
.view-commerce-cart-form .line-item-total-label,
.commerce-price-formatted-components .component-title {
    font-size: 1.6em;
    font-weight: normal;
}
.view-commerce-cart-form .line-item-total-raw,
.commerce-price-formatted-components .component-total {
    font-size: 1.6em;
    font-weight: normal;
    color: #ce9b50;
}
.view-commerce-cart-form input.form-submit {
    margin-left: 1em;
}
.commerce-checkout-form-checkout fieldset.cart_contents {
    background-color: transparent;
}
fieldset {
    border: 0;
}
.horizontal-tabs-panes .field-group-htab {
    display: none;
}
.horizontal-tabs-panes .field-group-htab.active {
    display: block;
}
.horizontal-tabs ul.horizontal-tabs-list,
.horizontal-tabs ul.horizontal-tabs-list li,
.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
}
.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus,
.horizontal-tabs ul.horizontal-tabs-list li {
    border-top: 2px solid #000;
}
.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #060606;
    border-top: 2px solid #fff;
}
.horizontal-tabs ul.horizontal-tabs-list {
    display: block;
    float: left;
    margin-bottom: 1.6em;
}
.horizontal-tabs ul.horizontal-tabs-list li.selected a,
.horizontal-tabs ul.horizontal-tabs-list li a {
    padding: 0.7em 2em 0.3em;
}
.horizontal-tabs ul.horizontal-tabs-list li.selected a,
.horizontal-tabs ul.horizontal-tabs-list .selected strong {
    color: #ce9b50;
}
.node-product-d-rs .horizontal-tabs ul.horizontal-tabs-list li a:hover {
    background-color: transparent;
}
.node-product-d-rs .horizontal-tabs {
    padding: 0 2em 1.5em 0;
    /*
    margin-top: 2em;
    */
    margin-top: 15px;
    background: url(/local/templates/rocksteadshop/./images/css/product-content-bg.png) repeat-x 0 0;
}
.node-product-d-rs .group-specifications {
    float: left;
    margin-right: 5em;
    padding: 1em 4em 2em 3em;
    background-color: #141414;
}
.node-product-d-rs .horizontal-tabs {
    border: 0;
}
.node-product-d-rs .group-specifications h3 {
    display: none;
}
.horizontal-tabs fieldset.horizontal-tabs-pane {
    margin-top: 2em;
}
.node-product-d-rs .field-group-htab .field {
    margin-bottom: 0;
}
.horizontal-tabs ul.horizontal-tabs-list li a {
    color: #7a7a7a;
}
.group-specifications .field .field-label {
    font-weight: normal;
    padding-right: 0.25em;
}
.group-specifications .field .field-item {
    color: #fff;
    font-size: 0.9em;
}
.node-product-d-rs .field-name-field-picture1 {
    float: left;
}
.node-product-d-rs .field-name-field-picture1 figure {
    position: relative;
    display: block;
}
.node-product-d-rs .field-name-field-picture1 figure .new-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background: url('/local/templates/rocksteadshop/images/newitem-icon.svg') 50% 50% no-repeat;
    width: 50px;
    height: 50px;
}
.node-product-d-rs .group-product-main {
    display: inline-block;
    float: right;
}
.node-product-d-rs .field-group-htabs-wrapper {
    clear: both;
    overflow: hidden;
}
#better-messages-wrapper {
    background-color: #232323;
}
#better-messages-default .status,
#better-messages-default .error,
#better-messages-default .warning {
    background-image: none;
    padding: 1em;
}
.view-commerce-cart-block .line-item-quantity-raw,
.view-commerce-cart-block .line-item-total-raw {
    color: #8e8e8e;
    font-weight: bold;
}
.view-most-popular .views-field-commerce-price,
.field-name-commerce-price {
    color: #CE9B50;
    font-size: 1.8em;
}
.view-most-popular .views-field-commerce-price p {
    display: inline;
}
.view-most-popular .views-field-commerce-price span,
.field-name-commerce-price span {
    color: #999;
    font-size: 0.7em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.element-price-item p {
    display: inline;
}
.fivestar-average-stars .form-item {
    margin: 0;
}
.group-product-main .field {
    margin-bottom: 0.7em;
}
.group-product-main .field-name-field-rating {
    margin-top: 1em;
}
.view-view-video .views-field-title {
    background-color: #232323;
    font-weight: bold;
    margin: 0.5em 0 2.5em 0;
    padding: 0.7em 1em;
}
.view-view-video .views-field-title a {
    color: #717171;
}
.slicknav_menu .slicknav_icon,
.slicknav_menu .slicknav_btn {
    float: none;
    background: transparent;
}
.slicknav_menu .slicknav_btn {
    float: left;
}
.slicknav_menu li a:hover {
    background: transparent;
    color: inherit;
}
.slicknav_menu .slicknav_icon-bar {
    width: 2em;
    margin-bottom: 7px;
}
.slicknav_menu .slicknav_icon-bar:last-of-type {
    margin-bottom: 0;
}
.menu-logo {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 100px;
    z-index: 100;
}
#node-46 .node-content img,
#node-55 .node-content img,
#node-2 .node-content img {
    padding-right: 2em;
    float: left;
}
.view-maintenance-image .item-list {
    text-align: center;
}
.view-maintenance-image .item-list .inner {
    padding: 0.25em;
    margin-bottom: 1em;
}
.view-maintenance-image .item-list li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
}
#block-block-5,
#block-views-most-popular-block {
    padding: 0.5em;
}
#block-block-5 .block-inner {
    position: relative;
}
#block-block-5 .block-inner .block-content.content {
    /*
    height: 200px;
    overflow: hidden;
    */
}
#block-block-5 .block-inner .block-content.content .other-text {
    display: none;
}
#block-block-5 .block-inner .read-more {
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 22px;
    width: 100%;
    background-color: #0b0b0b;
}
form select.error {
    color: #fff!important;
}
.view-most-popular .view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.view-most-popular .views-row {
    flex-basis: 47%;
    margin-bottom: 2em;
}
.view-most-popular h2 {
    text-align: center;
    font-family: 'bank', Helvetica, Arial;
}
.view-most-popular .most-popular-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.view-most-popular .views-field-field-picture1 a {
    position: relative;
    display: block;
}
.view-most-popular .views-field-field-picture1 a .new-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background: url('/local/templates/rocksteadshop/images/newitem-icon.svg') 50% 50% no-repeat;
    width: 50px;
    height: 50px;
}
#block-block-6 p {
    color: #fff;
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'bank', Helvetica, Arial;
}
div.horizontal-tabs {
    margin: 0 0 1em 0;
    padding: 0;
    border: 1px solid #ccc;
    position: relative;
}

.horizontal-tabs ul.horizontal-tabs-list {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0px;
    position: relative;
    list-style: none;
    list-style-image: none;
    background-color: #dedede;
    border-right: 1px solid #dedede;
    width: 100%;
    height: auto;
    clear: both;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 0 1em;
    border: 0;
}

fieldset.horizontal-tabs-pane > legend,
fieldset.vertical-tabs-pane fieldset.horizontal-tabs-pane > legend {
    display: none;
}

.horizontal-tabs ul.horizontal-tabs-list li {
    background: #eee;
    border-right: 1px solid #ccc;
    padding: 1px;
    padding-top: 0;
    margin: 0;
    min-width: 5em;
    float: left;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #fff;
    padding: 0 0 1px 0;
}

.horizontal-tabs ul.horizontal-tabs-list li a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.6em;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover {
    outline: none;
    background-color: #ededdd;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
    background-color: #ddd;
}

.horizontal-tabs ul.horizontal-tabs-list:focus {
    outline: none;
}

.horizontal-tabs ul.horizontal-tabs-list li a:focus strong,
.horizontal-tabs ul.horizontal-tabs-list li a:active strong,
.horizontal-tabs ul.horizontal-tabs-list li a:hover strong {
    text-decoration: none;
    outline: none;
}

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.6em 0.3em 0.6em;
    position: relative;
    top: 0px;
}

.horizontal-tabs ul.horizontal-tabs-list .selected strong {
    color: #000;
}

.horizontal-tabs ul.horizontal-tabs-list .summary {
    display: block;
}

.horizontal-tabs ul.horizontal-tabs ul.horizontal-tabs-list .summary {
    line-height: normal;
    margin-bottom: 0;
}

div.field-group-htabs-wrapper .field-group-format-wrapper {
    clear: both;
    padding: 0 0 0.6em;
}

.horizontal-tabs .horizontal-tab-hidden {
    display: block;
    position: absolute;
    top: -100000px;
    width: 100%;
}
.horizontal-tabs ul.horizontal-tabs-list,
.horizontal-tabs ul.horizontal-tabs-list li,
.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus,
.horizontal-tabs ul.horizontal-tabs-list li {
    border-top: 2px solid #000;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #060606;
    border-top: 2px solid #fff;
}

.horizontal-tabs ul.horizontal-tabs-list {
    display: block;
    float: left;
    margin-bottom: 1.6em;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected a,
.horizontal-tabs ul.horizontal-tabs-list li a {
    padding: 0.7em 2em 0.3em;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected a,
.horizontal-tabs ul.horizontal-tabs-list .selected strong {
    color: #ce9b50;
}

.node-product-d-rs .horizontal-tabs ul.horizontal-tabs-list li a:hover {
    background-color: transparent;
}

.node-product-d-rs .horizontal-tabs {
    padding: 0 2em 1.5em 0;
    /*margin-top: 2em;*/
    margin-top: 15px;
    background: url(/local/templates/rocksteadshop/images/product-content-bg.png) repeat-x 0 0;
}

.node-product-d-rs .group-specifications {
    float: left;
    margin-right: 5em;
    padding: 1em 4em 2em 3em;
    background-color: #141414;
}

.node-product-d-rs .horizontal-tabs {
    border: 0;
}

.node-product-d-rs .group-specifications h3 {
    display: none;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
    margin-top: 2em;
}

.node-product-d-rs .field-group-htab .field {
    margin-bottom: 0;
}

.horizontal-tabs ul.horizontal-tabs-list li a {
    color: #7a7a7a;
}
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
    width: 33%;
    margin-left: auto;
}
.commerce-price-formatted-components .component-total {
    text-align: right;
}
.hidden-section {
    display: none;
}



/*})'"*/


#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .at-panel .region-inner,
div.messages,
.at-gutter {
    margin-left: 0px;
    margin-right: 0px;
}
#content .panel-display,
#content .panel-flexible {
    margin-left: -0px;
    margin-right: -0px;
}
.cookie-warn-wrap {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.cookie-warn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.cookie-warn-close {
    display: block;
    width: 25px;
    height: 50px;
    background: url("/local/templates/rocksteadshop/images/modal-cross.png") 50% 50% no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.cookie-warn-text {
    display: block;
}
.region-right-wrapper {
    background-color: #000;
    height: 73px;
    margin-bottom: 20px;
}
.block-region-leaderboard {
    position: relative;
}
.menu-lk-icon {
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 9px!important;

}
.menu-lk-icon {
    display: block!important;
    width: 32px!important;
    height: 31px!important;
    background: url("/local/templates/rocksteadshop/images/icon-person-s.png") 50% 50% no-repeat!important;
}
.menu-lk-icon-hover {
    position: absolute;
    display: none;
    ~top: 5px;
    left: -25px;
    z-index: 10;
    padding: 20px;
    background-color: #000;
    min-width: 80px;
}
.menu-lk-icon-hover-auth {
    min-width: 105px;
    left: -40px;
}
.menu-lk-icon-hover:hover,
.menu-lk-icon:hover + .menu-lk-icon-hover {
    display: block;
}
.menu-lk-icon-hover ul li {
    margin-top: 5px;
    text-align: center;
}
.menu-lk-icon-hover ul li:first-child {
    margin-top: 0;
}
.switch-language {
    margin-top: 5px;
}
.switch-language-str {
    text-align: right;
    position: relative;
    top: -15px;
    right: 2px;
}
.middle-switch-language {
    display: none;
}
#lng-chg {
    width: 165px;
}
#mobile_subscribe {
    display: none;
    padding: 0 30px;
}
.contact-us-page p,
.contact-us-page h4,
.contact-us-page .form-item label {
    font-size: 14px;
}
.contact-us-page h3 {
    font-size: 16px;
}
.contact-us-page input[type="submit"] {
    font-size: 14px;
}
.pay_button_svg {
    max-width: 150px;
    max-height: 100px;
    display: inline-block;
    margin: 20px;
}
#basket-item-table th,
#basket-item-table td {
    text-align: center;
}
#basket-item-table .views-field-line-item-title {
    text-align: left;
    color: #CE9B50;
}
.bx-section-desc {
    margin-bottom: 40px;
    max-width: 855px;
}
.free-ship-catalog {
    display: block;
    margin-top: 30px;
    color: #fff;
}
.collapse {
    display: none;
}
.faq-page .panel-group {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .faq-page .panel-group {
    margin-bottom: 30px;
  }
}
.faq-page .panel-group.faq .panel {
  margin-bottom: 25px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-page .panel-group.faq .panel-heading {
    position: relative;
    min-height: 60px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #424242;
    box-sizing: border-box;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.faq-page .panel-group.faq .panel-heading .panel-title {
  padding-left: 90px;
  font-size: 16px;
  line-height: 24px;
  color: #333745;
  font-weight: 700;
  text-transform: none;
}
.faq-page .panel-group.faq .panel-heading a {
    cursor: pointer;
}
.faq-page .panel-group.faq .panel-heading a,
.faq-page .panel-group.faq .panel-heading a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
  transition: all 0.25 ease;
}
.faq-page .panel-group.faq .panel-heading a > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  min-height: 40px;
  background: #333745;
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: 100;
}
.faq-page .panel-group.faq .panel-heading a > span > i {
  display: block;
  position: relative;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.faq-page .panel-group.faq .panel-heading a:not(.collapsed) > span.opened {
  display: none;
}
.faq-page .panel-group.faq .panel-heading a > span.closed {
  /*
  padding-top: 3px;
  */
}
.faq-page .panel-group.faq .panel-heading a.collapsed > span.closed {
  display: none;
}
.faq-page .panel-group.faq .panel-collapse {
  margin-top: 0;
  background: #ffffff;
}
.faq-page .panel-group.faq .panel-body {
  color: #333745;
  border: 0;
  padding: 20px;
  box-sizing: border-box;
}
.faq-page .panel-group.faq .panel-body p {
    margin-bottom: 0;
}
.faq-page .panel-group.faq .panel-body li a {
  color: #ff8400;
  text-decoration: none;
}
.faq-page .panel-group.faq .panel-body li a:hover {
  color: #333745;
  text-decoration: underline;
}
.faq-page .panel-group.faq .panel-body .table {
  width: 50%;
}
.faq-page .panel-group.faq .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
@media screen and (max-width: 1199px) {
  .faq-page .panel-group.faq .panel {
    margin-bottom: 20px;
  }
  .faq-page .panel-group.faq .panel-heading {
    min-height: 70px;
    padding: 20px 25px;
  }
  .faq-page .panel-group.faq .panel-heading .panel-title {
    padding-left: 70px;
    font-size: 20px;
    line-height: 30px;
  }
  .faq-page .panel-group.faq .panel-heading a > span {
    width: 70px;
    min-height: 70px;
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .faq-page .panel-group.faq .panel-body .table {
   width: 100%;
  }
  .faq-page .panel-group.faq .panel {
    margin-bottom: 15px;
  }
  .faq-page .panel-group.faq .panel-heading {
    min-height: 50px;
    padding: 14px 15px;
  }
  .faq-page .panel-group.faq .panel-heading .panel-title {
    padding-left: 50px;
    font-size: 18px;
    line-height: 22px;
  }
  .faq-page .panel-group.faq .panel-heading a > span {
    width: 50px;
    min-height: 50px;
    font-size: 35px;
  }
  .faq-page .panel-group.faq .panel-heading a > span.closed {
    padding-top: 1px;
  }
}
@media screen and (min-width:321px) and (max-width:580px) {
    .container {
        width: 100%
    }
    .two-sidebars .content-inner,
    .one-sidebar .content-inner,
    .region-sidebar-first,
    .region-sidebar-second {
        margin-left: 0;
        margin-right: 0
    }
    .region-sidebar-first {
        width: 50%
    }
    .region-sidebar-second {
        width: 50%
    }
    .one-sidebar .sidebar {
        width: 100%
    }
    .region-sidebar-first,
    .region-sidebar-second {
        overflow: hidden;
        margin-top: 20px;
        float: left;
        clear: none
    }
    .region-sidebar-first.block,
    .region-sidebar-second .block {
        width: 100%
    }
    .at-panel .region {
        display: inline;
        float: left
    }
    .three-3x33 > .region,
    .three-50-25-25 > .region,
    .three-25-50-25 > .region,
    .three-25-25-50 > .region,
    .two-brick > .panel-row > .region,
    .two-33-66 > .region,
    .two-50 > .region,
    .two-66-33 > .region,
    .five-5x20 > .panel-row > .region,
    .five-5x20 > .panel-row,
    .four-4x25 > .panel-row > .region,
    .four-4x25 > .panel-row,
    .three-inset-left > .inset-wrapper,
    .three-inset-left > .inset-wrapper > .region,
    .three-inset-left > .region-three-inset-left-sidebar,
    .three-inset-right > .inset-wrapper,
    .three-inset-right > .inset-wrapper > .region,
    .three-inset-right > .region-three-inset-right-sidebar,
    .six-6x16 > .panel-row > .region,
    .six-6x16 > .panel-row {
        float: none;
        display: block;
        width: 100%;
        clear: both
    }
    .region.region-leaderboard .region-inner.right {
        float: none !important;
    }
    #leaderboard-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
    .region-leaderboard .block {
        margin-left: 0;
    }
    .block-system-user-menu {
        float: left;
        margin-left: 0;
    }
    #header_cart {
        ~float: right;
    }
    .add2basket_popup,
    .paypal_success_popup,
    .sendbill_popup,
    .preorder_popup,
    .notifystock_popup {
        margin-left: -178px;
        width: 250px;
    }
    .link2basket, .popup_close {
        padding: .8em 1.3em .7em;
    }
    .views-field-line-item-title {
        max-width: 100px;
    }
    #basket-item-table {
        overflow: visible;
    }
    #basket-item-table td,
    #basket-item-table th {
        display: table-cell;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #basket-item-table .views-field-counter,
    #basket-item-table .views-field-field-picture1,
    #basket-item-table .views-field-commerce-total {
        display: none;
    }
    #basket-item-list {
        overflow-x: scroll;
    }
    .basket-items-list-item-amount {
        padding: 0;
    }
    .basket-item-block-amount {
        margin: 0 auto;
        padding: 0;
        vertical-align: middle;
    }
    #basket-item-table tr {
        padding: 10px 0;
    }
    .at-mt .at-menu-toggle {}
    .at-mt .at-menu-toggle h2 {
        margin-bottom: 5px;
    }
    .at-mt .at-menu-toggle h2 a {
        background: #eee;
        border: 2px solid #ccc;
        padding: 2px 10px;
    }
    .at-mt .at-menu-toggle ul.menu li a {
        background: #eee;
        border-bottom: 1px solid #fff;
    }
}

@media screen and (min-width:581px) and (max-width:768px) {
    .container {
        width: 100%
    }
    .two-sidebars .content-inner,
    .one-sidebar .content-inner,
    .region-sidebar-first,
    .region-sidebar-second {
        margin-left: 0;
        margin-right: 0
    }
    .region-sidebar-first {
        width: 50%
    }
    .region-sidebar-second {
        width: 50%
    }
    .one-sidebar .sidebar {
        width: 100%
    }
    .region-sidebar-first,
    .region-sidebar-second {
        overflow: hidden;
        margin-top: 20px;
        float: left;
        clear: none
    }
    .region-sidebar-first.block,
    .region-sidebar-second .block {
        width: 100%
    }
    .at-panel .region {
        display: inline;
        float: left
    }
    .three-3x33 > .region,
    .three-50-25-25 > .region-three-50-25-25-second,
    .three-50-25-25 .region-three-50-25-25-third,
    .two-brick > .panel-row > .region,
    .two-50 > .region,
    .five-5x20 > .panel-row > div.region,
    .four-4x25 > .panel-row > .region {
        width: 50%
    }
    .three-3x33 > div.region-three-33-first,
    .three-50-25-25 > .region-three-50-25-25-first,
    .three-25-50-25 > .region-three-25-50-25-first,
    .three-25-25-50 > .region-three-25-25-50-first,
    .five-5x20 > div.panel-row,
    .five-5x20 > div.panel-row > div.region-five-fifth,
    .four-4x25 > .panel-row,
    .three-inset-left > .inset-wrapper > .region,
    .three-inset-right > .inset-wrapper > .region,
    .six-6x16 > .panel-row {
        float: none;
        display: block;
        width: 100%;
        clear: both
    }
    .three-25-50-25 > div.region-three-25-50-25-second,
    .three-25-25-50 > div.region-three-25-25-50-third {
        width: 75%
    }
    .three-25-50-25 > div.region-three-25-50-25-third,
    .three-25-25-50 > div.region-three-25-25-50-second,
    .three-inset-right > .region-three-inset-right-sidebar {
        width: 25%
    }
    .two-brick > .panel-row {
        float: none
    }
    .two-33-66 > .region-two-33-66-first,
    .two-66-33 > .region-two-66-33-second {
        width: 33.333333%
    }
    .two-33-66 > .region-two-33-66-second,
    .two-66-33 > .region-two-66-33-first {
        width: 66.666666%
    }
    .three-inset-left > .region-three-inset-left-sidebar {
        width: 25%;
        float: right
    }
    .three-inset-left > .inset-wrapper {
        width: 75%;
        float: right
    }
    .three-inset-right > .inset-wrapper {
        width: 75%;
        float: left
    }
    .six-6x16 > .panel-row > .region {
        width: 50%;
        float: left
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .top-footer .tfc {
        display: none;
    }
    .container {
        width: 100%
    }
    #content-column,
    .content-column,
    div.sidebar {
        float: left;
        clear: none
    }
    .two-sidebars .content-inner {
        margin-left: 20%;
        margin-right: 20%
    }
    .sidebar-first .content-inner {
        margin-left: 20%;
        margin-right: 0
    }
    .sidebar-second .content-inner {
        margin-right: 20%;
        margin-left: 0
    }
    .region-sidebar-first {
        width: 20%;
        margin-left: -100%
    }
    .region-sidebar-second {
        width: 20%;
        margin-left: -20%
    }
    .at-panel .region {
        display: inline;
        float: left
    }
    .three-3x33 > .region,
    .two-33-66 > .region-two-33-66-first,
    .two-66-33 > .region-two-66-33-second,
    .five-5x20 > .row-2 > .region,
    .three-inset-left > .inset-wrapper > div.region-three-inset-left-inset,
    .three-inset-right > .inset-wrapper > div.region-three-inset-right-inset {
        width: 33.333333%
    }
    .three-50-25-25 > .region,
    .three-25-50-25 > .region,
    .three-25-25-50 > .region,
    .three-inset-left > .region-three-inset-left-sidebar,
    .three-inset-right > .region-three-inset-right-sidebar {
        width: 25%
    }
    .three-50-25-25 > div.region-three-50-25-25-first,
    .three-25-50-25 > div.region-three-25-50-25-second,
    .three-25-25-50 > div.region-three-25-25-50-third,
    .two-brick > .panel-row > .region,
    .two-50 > .region,
    .five-5x20 > .row-1 > .region {
        width: 50%
    }
    .two-brick > .panel-row {
        float: none
    }
    .two-33-66 > .region-two-33-66-second,
    .two-66-33 > .region-two-66-33-first,
    .three-inset-left > .inset-wrapper > div.region-three-inset-left-middle,
    .three-inset-right > .inset-wrapper > div.region-three-inset-right-middle {
        width: 66.666666%
    }
    .five-5x20 > .row-1 {
        width: 40%
    }
    .five-5x20 > .row-2 {
        width: 60%
    }
    .five-5x20 > .panel-row {
        float: left
    }
    .four-4x25 > .panel-row > .region,
    .four-4x25 > .panel-row {
        width: 50%;
        float: left
    }
    .three-inset-left > .region-three-inset-left-sidebar,
    .three-inset-left > .inset-wrapper,
    .three-inset-left > .inset-wrapper > .region-three-inset-left-middle {
        float: right
    }
    .three-inset-left > .inset-wrapper {
        width: 75%
    }
    .three-inset-left > .inset-wrapper > .region,
    .three-inset-right > .inset-wrapper > .region {
        width: 100%
    }
    .three-inset-right > .inset-wrapper {
        width: 75%;
        float: left
    }
    .six-6x16 > .panel-row {
        width: 33.333333%;
        float: left
    }
    .six-6x16 > .panel-row > .region {
        float: none;
        display: block;
        width: 100%;
        clear: both
    }
}

@media screen and (min-width:1025px) {
    .container {
        width: 100%;
        max-width: 1200px
    }
    #content-column,
    .content-column,
    div.sidebar {
        float: left;
        clear: none
    }
    .two-sidebars .content-inner {
        margin-left: 20%;
        margin-right: 20%
    }
    .sidebar-first .content-inner {
        margin-left: 20%;
        margin-right: 0
    }
    .sidebar-second .content-inner {
        margin-right: 20%;
        margin-left: 0
    }
    .region-sidebar-first {
        width: 20%;
        margin-left: -100%
    }
    .region-sidebar-second {
        width: 20%;
        margin-left: -20%
    }
    .at-panel .region {
        display: inline;
        float: left
    }
    .three-3x33 > .region,
    .two-33-66 > .region-two-33-66-first,
    .two-66-33 > .region-two-66-33-second,
    .five-5x20 > .panel-row > .region,
    .three-inset-left > .inset-wrapper > div.region-three-inset-left-inset,
    .three-inset-right > .inset-wrapper > div.region-three-inset-right-inset {
        width: 33.333333%
    }
    .three-50-25-25 > .region,
    .three-25-50-25 > .region,
    .three-25-25-50 > .region,
    .three-inset-left > .region-three-inset-left-sidebar,
    .three-inset-right > .region-three-inset-right-sidebar {
        width: 25%
    }
    .three-50-25-25 > div.region-three-50-25-25-first,
    .three-25-50-25 > div.region-three-25-50-25-second,
    .three-25-25-50 > div.region-three-25-25-50-third,
    .two-brick > .panel-row > .region,
    .two-50 > .region,
    .five-5x20 > .row-1 div.region-five-first,
    .five-5x20 .row-1 div.region-five-second {
        width: 50%
    }
    .two-brick > .panel-row {
        float: none
    }
    .two-33-66 > .region-two-33-66-second,
    .two-66-33 > .region-two-66-33-first,
    .three-inset-left > .inset-wrapper > div.region-three-inset-left-middle,
    .three-inset-right > .inset-wrapper > div.region-three-inset-right-middle {
        width: 66.666666%
    }
    .five-5x20 > .panel-row,
    .six-6x16 > .panel-row > .region {
        float: none;
        display: block;
        width: 100%;
        clear: both
    }
    .four-4x25 > .panel-row > .region,
    .four-4x25 > .panel-row {
        width: 50%;
        float: left
    }
    .three-inset-left > .region-three-inset-left-sidebar,
    .three-inset-left > .inset-wrapper,
    .three-inset-left > .inset-wrapper > .region-three-inset-left-middle {
        float: right
    }
    .three-inset-left > .inset-wrapper {
        width: 75%
    }
    .three-inset-left > .inset-wrapper > .region,
    .three-inset-right > .inset-wrapper > .region {
        width: 100%
    }
    .three-inset-right > .inset-wrapper {
        width: 75%;
        float: left
    }
    .six-6x16 > .panel-row {
        width: 33.333333%;
        float: left
    }
}


/*})'"*/
@media screen and (max-width:320px) {
    .at-mt .at-menu-toggle {}
    .at-mt .at-menu-toggle h2 {
        margin-bottom: 5px;
    }
    .at-mt .at-menu-toggle h2 a {
        background: #eee;
        border: 2px solid #ccc;
        padding: 2px 10px;
    }
    .at-mt .at-menu-toggle ul.menu li a {
        background: #eee;
        border-bottom: 1px solid #fff;
    }
}
@media screen and (max-width:359px) {
    .link2basket {
        display: block;
        width: 88px;
        margin: 0 auto;
    }
    .popup_close {
        display: block;
        width: 138px;
        margin: 15px auto;
    }
}
@media screen and (max-width:480px) {
    .region[class*="float-blocks"] .block {
        float: none;
        width: 100%;
    }
    #header_cart .icon_cart .slide-cart-content {
        width: 320px;
    }
    #header_cart .icon_cart .slide-cart-content .slide-cart-items .slide-cart-item .slide-cart-item-img img {
        width: 85%;
    }
    .popup_links .link2basket,
    .popup_links .popup_close {
        margin: 20px auto 0;
        display: block;
        max-width: 140px;
    }
    #lng-chg {
        width: 100px;
    }
    .basket-item-block-amount,
    .basket-item-block-amount input.basket-item-amount-filed {
        max-width: 40px;
    }
    #content.basket-wrap {
        padding: 0;
    }
    
}

@media screen and (max-width:640px) {
    .view-commerce-cart-form,
    .commerce-checkout-form-checkout,
    .view-id-view_video.view-display-id-page {
        padding: 10px;
    }
    .view-commerce-cart-form .views-field-counter,
    .view-commerce-cart-form .views-field-field-picture1 {
        display: none;
    }
    #page-title {
        font-size: 1.7em;
    }
    .color-title a {
        font-size: 1.5em;
        display: block;
        line-height: 2;
    }
    .view-display-id-page_news .views-field-field-image,
    .node-content img,
    #node-46 .node-content img,
    #node-55 .node-content img,
    #node-2 .node-content img {
        padding-right: 0;
        padding-bottom: 1em;
        float: none;
    }
    .view-display-id-page_news .views-field-field-image {
        text-align: center;
    }
    .node-product-d-rs .group-specifications {
        float: none;
        margin: 0 0 1em 0;
        padding: 1em;
    }
    #footer .block,
    .region-tertiary-content .region-inner {
        display: block;
    }
    #block-menu-menu-bottom-menu .menu a {
        padding: 0 1.5em 1em 0;
        border: 0;
    }
    .view-maintenance-image .item-list li {
        width: 50%;
    }
    .fancybox-title-float-wrap .child {
        display: none;
    }
    .view-most-popular .most-popular-wrapper {
        flex-direction: column;
    }
    .view-most-popular .views-field-comment-count,
    .view-most-popular .most-popular-wrapper div {
        margin: 0.5em 0 0 0;
    }
    #block-block-6 p {
        font-size: 1.5em;
    }
}

@media screen and (max-width:768px) {
    .cookie-warn-wrap { 
        bottom: 0;
        top: auto;
        width: 70%;
        font-size:9px;
    }
    #mobile_subscribe {
        display: block;
    }
    .trustpilot-mobile {
        display: block;
        margin: 20px auto 35px;
    }
    .top-footer {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
    #content-column .content-inner {
        padding-left: 0;
    }
    .region-sidebar-first {
        display: none;
    }
    .view-most-popular .views-row {
        flex-basis: 100%;
    }
    #block-block-6 p {
        font-size: 2em;
    }
    /*
    #block-block-5 .block-inner .block-content.content {
        height: 330px;
    }
    */
    #block-system-user-menu .block-inner.clearfix {
        float: left;
    }
    .switch-language {
        float: left;
        margin-top: 5px;
        margin-left: 0;
    }
    #header_cart .icon_cart .line-item-summary {
        background: url('/local/templates/rocksteadshop/images/icon-cart-s.png') 50% 50% no-repeat;
        padding: 10px 20px;
    }

    #block-views-view-blog-block-last-blog {
        display: block;
    }

    #block-views-view-news-block-last-news {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .cookie-warn-wrap {
        height: auto;
        line-height: 20px;
    }
    .cookie-warn {
        padding: 10px 20px;
    }
    .node-product-d-rs .group-product-main {
        float: none;
    }
    .conversion-text {
        max-width: none;
    }
    .product-list .views-field-field-pictures,
    .node-news .field-name-field-image {
        float: none;
        padding: 0;
    }
}

.USER_DATA_R{display:none;}
.USER_DATA_C{display:none;}
/*})'"*/

body .trustpilot-widget iframe {min-height:40px}
/* End */
/* /local/templates/rocksteadshop/css/jquery.formstyler.css?175250479814704 */
/* /local/templates/rocksteadshop/components/bitrix/breadcrumb/.default/style.min.css?1752504798467 */
/* /local/templates/rocksteadshop/components/bitrix/menu/main-menu/style.min.css?1752504798490 */
/* /local/templates/rocksteadshop/components/bitrix/menu/mobile-menu/style.min.css?1752504798490 */
/* /local/templates/rocksteadshop/components/bitrix/menu/footer-menu/style.min.css?1752504798490 */
/* /local/templates/rocksteadshop/styles.css?17525047982004 */
/* /local/templates/rocksteadshop/template_styles.css?1752504798109620 */
