
/* Table of Content
==================================================

	Bootstrap override

	Tools

	General

	Text

	Header

	Content

	Sidebar

	Footer

	Responsive
		Resolution more than 1199px
		more than 991px
		more than 990px
		Resolution between 768px and 991px
		more than: 767px
		more than: 650px
		more than: 479px

	Animations

	Overrides
*/

/* Bootstrap override */

@media (min-width: 1430px) {
	.container {
		width: 1400px;
	}
}

a, a:hover, a:focus {
	text-decoration: none
}

button:focus,
input:focus,
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
	outline: none;
}

div.modal-body h4 {
	line-height: 25px;
}

.shippingSliderContainer {
     display: inline-flex;
     background: #f7f7f7;
    /*border: 1px solid #e4e4e4;
    */
     border-radius: 3px;
    /*height: 33px;
    */
     box-shadow: 1px 1px 0px #cecece;
     vertical-align: top;
     width: fit-content;
     margin: 0 0 15px 0;
}

.shippingSliderContainer label {
	margin-bottom: 0px;
}

.shippingSliderContainer.filterActive {
	/*background: #505050;
	color: #fff;*/
}

 #searchSwitches {
     padding: 0 8px 0 8px;
}
 #searchSwitches .button {
     margin-bottom: 15px;
	border-radius: 3px;	 
}
 .shippingSliderLabel {
     vertical-align: top;
     line-height: 33px;
     min-width: 190px;
     text-align: left;
     padding: 0 10px;
     display: inline-block;
}
 .shippingSliderLabel span {
     margin-left: 5px;
}
 input[type="range"]{
     -webkit-appearance:none;
     cursor: pointer;
    /*width:auto;
    */
     height:20px;
     margin: 7px 10px 0px 10px;
    /*background: linear-gradient(to right, #a4a4a4 0%, #a4a4a4 100%);
    */
	 background: linear-gradient(to right,#e8e8e8 0%,#bf1e2ea1 100%);
     background-size:auto 7px;
     background-position:center;
     background-repeat:no-repeat;
     overflow:hidden;
     outline: none;
     display: inline-block;
}

/*.shippingSliderContainer.filterActive input[type="range"]  {
	background: linear-gradient(to right,#e8e8e8 0%,#bf1e2ea1 100%);
	background-size: auto 7px;
    background-position: center;
    background-repeat: no-repeat;
}*/

 input[type="range"]:first-of-type{
    /*margin-bottom:10px;
    */
}
 input[type="range"]::-webkit-slider-thumb{
     -webkit-appearance:none;
     width:20px;
     height:20px;
     background:#505050;
     position:relative;
     z-index:3;
     box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
     border-radius: 3px;
}
 input[type="range"]::-webkit-slider-thumb:after{
     content:" ";
     width:160px;
     height:10px;
     position:absolute;
     z-index:1;
     right:20px;
     top:5px;
     background: #ff5b32;
     background: linear-gradient(to right, #bf12e2 1%, #bf1e2e 70%);
     border-radius: 3px;
}

.shippingSliderContainer.filterActive input[type="range"]::-webkit-slider-thumb {
	background: #bf1e2e;
}

input[type="range"]::-webkit-slider-thumb:hover {
	background: #bf1e2e;
}


 .switchContainer {
     display: inline-block;
     margin: 0 8px;
}

@media only screen and (max-width: 675px) {
	#searchSwitches {
		display: table;
	}
	
	.switchContainer {
		display: table-header-group;
	}
	
}

.freeShippingIconContainer {
	display: none;
}

.freeShippingIconContainer div.shippingLevelIcon.shippingSelected{
	float: none !important;
	margin: 0 auto;
}

img.shippingIndicator {
	/*position: absolute;*/
	/*margin-top: 3px;*/
	/*margin-left: 25px;*/
	margin-top: 4px;
	float:right;
	margin-left: 4px;
    margin-right: 2px;
    box-shadow: 1px 1px 2px #c1c1c1;
    border-radius: 3px;
    background: #fff;
    padding: 1px;
}

img.shippingIndicator:hover {
	box-shadow: 1px 1px 2px #363636;
	cursor: pointer;
}

img.shipping-large {
	box-shadow: 1px 1px #c1c1c1;
	border: 1px solid #ddd;
    padding: 3px;
    border-radius: 7px;
	max-width: -webkit-fill-available;
	background: #fff;
}
div.shippingLevelIcon {
	margin-bottom: 10px;
	padding: 5px 10px;
}

div.shippingLevelIcon.shippingSelected {
	background: #f7f7f7;
    border: 1px dashed #99b793;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #aaa;
}

div.shippingDisclaimer {
	/*border: 1px solid #eee;*/
    margin-top: 30px;
    padding-top: 15px;
    font-size: 12px;
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
	line-height: 16px;
}

.form-control::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #b5b5b5;
}
.form-control::-webkit-input-placeholder {
	color: #b5b5b5;
}

.dropdown-menu {
	left: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-radius: 0;
}

.nav.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}


td.sort-selected {
	font-weight: 600;
}

.searchSelected {
	/*background: #edf6ff !important;*/
	font-weight: 700;
}

#new-search-btn{
		font-size: 16px;
}

@media only screen and (max-width: 479px) {
	#alert-control-panel {
		margin-right: -60px;
		margin-top: 0;
	}
	#alert-status-container {
		padding-left: 0px;
	}
}

#shareClipboard:hover {
	cursor: pointer;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: auto;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs {
	border-color: transparent;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}




/* Wrapper */

.wrapper {
	min-width: 320px;
	min-height: 100%;
	margin: 0 auto;
}

.wrapper:after {
	content: '';
	display: table;
	clear: both;
}


/* -------------------------------------------- *
 * Tools
 */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.a-justify	  { text-align:justify !important; }
.a-strong	  { font-weight: 600 !important; }
.d-underline  { text-decoration:underline !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.no-letter-spacing { letter-spacing:0 !important; }
.no-font-size { font-size:0 !important; }
.relative     {position: relative !important; }
.absolute     {position: absolute !important; }
.no-border    { border: none !important; }
.m5-top      { margin-top: 5px !important; }
.m5-bottom   { margin-bottom: 5px !important; }
.m5-left     { margin-left: 5px !important; }
.m5-right    { margin-right: 5px !important; }
.p5-top      { padding-top: 5px !important; }
.p5-bottom   { padding-bottom: 5px !important; }
.p5-left     { padding-left: 5px !important; }
.p5-right    { padding-right: 5px !important; }

.m10-top      { margin-top: 10px !important; }
.m10-bottom   { margin-bottom: 10px !important; }
.m10-left     { margin-left: 10px !important; }
.m10-right    { margin-right: 10px !important; }
.p10-top      { padding-top: 10px !important; }
.p10-bottom   { padding-bottom: 10px !important; }
.p10-left     { padding-left: 10px !important; }
.p10-right    { padding-right: 10px !important; }

.m15-top      { margin-top: 15px !important; }
.m15-bottom   { margin-bottom: 15px !important; }
.m15-left     { margin-left: 15px !important; }
.m15-right    { margin-right: 15px !important; }
.p15-top      { padding-top: 15px !important; }
.p15-bottom   { padding-bottom: 15px !important; }
.p15-left     { padding-left: 15px !important; }
.p15-right    { padding-right: 15px !important; }
.m30-top      { margin-top: 30px !important; }
.m30-bottom   { margin-bottom: 30px !important; }
.m30-left     { margin-left: 30px !important; }
.m30-right    { margin-right: 30px !important; }
.p30-top      { padding-top: 30px !important; }
.p30-bottom   { padding-bottom: 30px !important; }
.p30-left     { padding-left: 30px !important; }
.p30-right    { padding-right: 30px !important; }
.border-top   { border-top: 2px solid #ebebeb}
.border-bottom{ border-bottom: 2px solid #ebebeb}
.border-left  { border-left: 2px solid #ebebeb}
.border-right { border-right: 2px solid #ebebeb}
.inline-block { display: inline-block !important;}
.center 	  { margin: 0 auto !important; }

/* -------------------------------------------- *
 * Container
 */
.cms-home .main-container {
	padding: 0 0 20px;
}
.main-container {
	padding: 0 0 75px;
	min-height: 700px;
}

/*.dropdown-menu>li>a#changePassBtn:focus, .dropdown-menu>li>a#changePassBtn:active {
	background: inherit !important;
	background-color: inherit !important;
	background-image: none !important;
	color: #b0b0b0 !important;
}*/



@media only screen and (max-width: 770px) {
	.main-container {
		min-height: unset;
	}
}
.main-container,
.footer-container {
	position: relative;
}
.main-container:after,
.footer-container:after {
	content: '';
	display: table;
	clear: both;
}
.main-container .col-main,
.main-container .col-left,
.main-container .col-right {
	margin: 40px 0 0;
}
.align-center{
	display: block;
	margin: 0 auto;
}

input#keywords {
	padding-left: 10px !important;
}

/* General */

header, nav, section, article, aside, footer {
	display:block;
}

ul{
	padding: 0;
	list-style: none;
}
a{
	color: #252525;
	outline: none!important;
}
a:hover, a:focus {}

.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.sidebar .actions .button.btn-cart,
#co-shipping-method-form .buttons-set .button,
.footer .button {
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background:#fd5f3d
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
.sidebar .actions .button.btn-cart:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
	cursor: pointer;
	color: #fff;
	background:#505050
}

.primary-button { color: #fff; background:#fd5f3d }
.primary-button:hover { color: #fff; background:#505050 }

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
	outline: none;
}

a.button, .std a.button {
	border-radius: 3px;
	text-decoration: none;
}

a.button:hover, a.button:focus,
.std a.button:hover, .std a.button:focus {
	color: #FFFFFF;
}

.buttons-set {
	margin-top: 15px;
	padding-top: 15px;
}
.buttons-set button.button {
	border-radius: 3px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background: #505050;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
	color: #fff;
	background:#fd5f3d;
	cursor: pointer;
}

.secondary-button { color: #fff; background:#505050 }
.secondary-button:hover { color: #fff; background:#fd5f3d }


/* Button Remove */

.btn-remove,
.btn-cart-edit {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: none;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	text-align: center;
	vertical-align: top;
}
.btn-cart-edit {
	margin-right: 5px
}
.btn-remove:after,
.btn-cart-edit:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00d';
	color: #ffffff;
	background-color: #fd5f3d;
	font-size: 16px;
	font-family: 'FontAwesome';
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-indent: initial;
}
.btn-cart-edit:after {
	content: '\f040';
}
.btn-remove:hover:after,
.btn-cart-edit:hover:after {
	background:#505050
}

/* Ratings */

.ratings {
	margin: 0 0 7px
}
.ammo-list .ratings {
	margin: 0 15px 0;
	width: 135px;
}
.ammo-list .ratings a{
	text-decoration: none !important;
}
.ratings .rating-links {
	margin: 5px 0;
}
.ratings .rating-box,
.ratings .rating-box .rating {
	margin: 0;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
.ratings .rating-box {
	position: relative;
	vertical-align: middle;
}
.ratings .rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.ratings .rating-box .fa {
	font-size: 15px;
	float: left;
	margin-right: 5px;
}

.ammo-list .ratings .rating-box .fa{
	margin-right: 3px;
	font-size: 11px;
	opacity: 0.8;
}

.ratings .rating-box .rating .fa {
}
.ratings .rating-box,
.ratings .rating-helper {
	width: 110px;
}

.ammo-list .ratings .rating-box,
.ammo-list .ratings .rating-helper{
	width: 78px;
}

/* Radio */

#co-payment-form .sp-methods dt label.radio-cartown-label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label,
.opc .form-list .control label.radio-cartown-label,
label.radio-cartown-label {
	float: left;
	padding: 0;
	min-width: inherit;
	width: 20px;
	margin: 4px -30px 0 0;
	cursor: pointer;
}
#co-payment-form .sp-methods dt label.radio-cartown-label {
	margin-top: 9px;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio],
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio],
.opc .form-list .control label.radio-cartown-label input[type=radio],
label.radio-cartown-label input[type=radio] {
	display: none;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span,
label.radio-cartown-label input[type=radio] + span {
	position: relative;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before {
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f1db";
	color: #cecece;
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before {
	content: "\f111";
	color: #fd5f3d;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
	position: absolute;
	left: 0;
	top: -2px;
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f111";
	color: #ffffff;
	font-size: 8px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
	top: 0px;
}

#co-payment-form .sp-methods dt label.radio-cartown-label + label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label + label,
.opc .form-list .control label.radio-cartown-label + label,
label.radio-cartown-label + label {
	padding-top: 2px; padding-left: 30px;
}

/* print */
.link-print {
	text-decoration: none;
	float: right;
	margin-top: -45px;
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}

/* General end */

/* Text begin */
body{
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	background: #fff;
}
h3{
	font-size: 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 34px;
}
h3.faqpage_question{
	font-size: 24px;
	font-weight: 300;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
	text-transform: none;
	font-size: 29px;
	font-weight: 600;
	border-bottom: 0;
	padding-bottom: 3px;
	margin: 0 0 30px;
}

.data-table tbody td,
.data-table tfoot td {
	font-family: 'Open Sans', sans-serif;
}

.block-title h2,
.block-title h3,
.block-title strong {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	color: #363636;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.block-title {
	position: relative;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}


/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
	width: 100%;
}

.data-table th {
	background-color: #363636;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	text-align: center;
	padding: 15px 10px;
	vertical-align: top;
}
.data-table td {
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
.data-table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.data-table thead th,
.data-table tbody td {
	border-bottom: 1px solid silver;
}
.data-table  th.label {
	display: table-cell;
}
.data-table tfoot tr {
	background: #f4f4f4;
}

.data-table tbody td .item-options {
	margin: 10px 10px 0 0;
}

.data-table tbody td .item-options dd {
	margin: 0;
	padding: 0;
}
.data-table tbody td .item-options dt:after {
	content: ':';
}
.data-table a {
	text-decoration: underline;
}
.data-table a:hover {
	text-decoration: none;
}
.data-table .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.data-table .product-name a{
	text-decoration: none;
}
.data-table a.product-image {
	display: block;
	width: 135px;
	text-align: center;
}
.data-table a.product-image img {
	margin: 0 auto;
}

.data-table .th {
	display: none;
	width: 100px;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.data-table .th:after {
	content: ': ';
}

/* End text */


/* Header begin */

header,
.navbar{
	background: #252525;
	border: none;
}
.header-block{
	background: #363636;
}
.top-menu,
.navbar{
	border-top: 3px solid #fd5f3d;
}

/* Top menu begin */

.top-menu1 .nav, .top-menu2 .nav {}
.top-menu1 .nav li, .top-menu2 .nav li { float: left}

.top-menu .nav a{
	color: #b0b0b0;
	display: inline-block;
	text-transform: uppercase;
}
.top-menu a:hover{
	color: #fff;
}
.top-menu p {margin: 0}
.top-menu1 .dropdown-menu{
	border-top: 3px solid #fd5f3d;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.top-menu1 .dropdown-menu li{ float: none}
.top-menu1 .dropdown-menu a{ display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
.top-menu1 .lang .dropdown-menu a{padding: 0 15px 0 44px; background: transparent 15px 50% no-repeat }
.top-menu1 .dropdown-menu a:hover,
.top-menu1 .lang .dropdown-menu a:hover{ background-color: #eee }

.top-menu1 .home-icon{
	background: #363636;
	font-size: 19px;
	text-align: center;
}
.top-menu1 .fa-home{
	color: #fff;
}

.top-menu1 a {
	color: #363636;
	text-decoration: none;
}
.top-menu1 .fa-chevron-down{
	 color: #939393;
	 font-size: 10px;
	 padding-left: 15px;
 }
.top-menu1 a:hover .fa-chevron-down,
.top-menu1 a:hover,
.top-menu1 .open a.dropdown-toggle,
.top-menu1 .open a.dropdown-toggle .fa-chevron-down {
	color: #fff;
}
.top-menu1 .nav>li>a {padding: 0 15px; line-height: 52px;}
.top-menu1 .nav>li.lang>a {
	padding: 0 15px 0 44px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
.top-menu1 .nav>li.home-icon>a {padding: 0 19px}


.lang{}
.currencies{}
.currencies .dropdown-menu{
	min-width: 160px;
	left: 0;
}
.currencies .dropdown-menu a{
	display: block;
}
.currencies .dropdown-menu a:hover{
	background-image: none;
}
.lang, .currencies{
	border-right: 1px solid #343434;
	min-height: 52px;
}
.lang .dropdown-menu{
	min-width: 157px;
}
.lang li a {padding: 0 15px 0 44px; background: transparent 15px 50% no-repeat }


#top-menu2 a > i {
	display: none;
	font-size: 16px;
	padding-right: 8px;
}
.top-menu2,
.top-menu2 .nav{
	float: right;
}
.top-menu2 .dropdown-toggle {display: none;}
.top-menu2 .dropdown-menu {display: block; position: relative; background: inherit}
.top-menu2 .nav>li>a {padding: 0 12px; line-height: 52px;}
.top-menu2 .nav>li>a:hover{ background: #fd5f3d; color: #fff; }

.fa-my-account {}
.fa-my-wishlist {}
.fa-checkout {}
.fa-log-in {}

/* Top menu end */

/* Header block begin  */

.header-block h1, .navbar-search,
.shop-cart .fa-shopping-cart,
.shop-cart p.cart-info{
	float: left;
}
.header-block .logo{
	display: block;
	margin: 30px 0 26px;
}
.navbar-search{}
.navbar-search,
.shop-cart{
	margin-top: 37px;
	margin-bottom: 30px;
}
.navbar-search .search-query,
.navbar-search .input-group-btn button {
	background: #fff;
	height: 52px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	min-width: 50px;
	padding: 17px;
	margin: 0 !important;
	outline: none!important;
	text-shadow: none;
}
.navbar-search .input-group-btn button { border-left: 1px solid #e7e6e0; }
.navbar-search i{
	font-size: 18px;
	color: #606060;
}
.navbar-search .input-group-btn button:hover {background: #fd5f3d;}
.navbar-search .input-group-btn button:hover i {color: #fff;}

.navbar-search label {
    margin: 0;
}

.navbar-search .search-close,
.navbar-search .input-group-addon {
    position: relative;
    background: #fff;
    height: 52px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 50px;
    padding: 17px;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
}
.navbar-search .search-close:hover { background: #fd5f3d; }
.navbar-search .search-close:hover i { color: #fff;}

.navbar-search .input-group-addon,
.navbar-search .search-close {
    display: none;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {}
.search-autocomplete ul {
	background-color: #fafafa;
	border: 0;
	left: 0;
	margin-left: -1px;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.search-autocomplete ul li {
	border-bottom: 1px solid #f4f4f4;
	color: #363636;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	text-align: left;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
	background-color: #eee;
}
.search-autocomplete ul li .amount {
	float: right;
	font-weight: bold;
}
.search-autocomplete ul li:last-child {
	border-bottom: none;
}
.search-autocomplete:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #363636;
	border-top: none;
	left: 50%;
	top: -7px;
}


#shop-cart{
	background: #2e2e2e;
	padding-left: 0;
	padding-right: 0;
	/*width: 270px;*/
	width: 52px;
	float: right;
}
div.cart-buttons i{
	vertical-align: middle;
}
.shop-cart-button {display: block}
.shop-cart p.cart-info{
	/*margin-right: 15px;
	padding: 9px 0 0;
	line-height: 1.3em;
	color: #fff;*/
	display: none;
}
.shop-cart p.cart-info span{
	color: #838383;
}
.shop-cart p.cart-info span.items{
	color: #fd5f3d;
}
.shop-cart .cartown-icon{
	color: #fff;
	background: #fd5f3d;
	width: 52px;
	height: 52px;
	margin-right: 14px;
}
.header-block .dropdown-menu{
	z-index: 10001;
	border-top: 3px solid #fd5f3d;
	min-width: 330px;
	right: 0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-menu .shop-cart-header{
	color: #505050;
	float: none;
	margin: 0;
	padding: 0 0 0 20px;
	background: #f2f2f2;
	font-size: 14px;
    line-height: 40px;
}

#shop-cart ul.dropdown-menu ul:not(:first-of-type){
	line-height: 100%;
	border-top: 1px solid #e3e3e3;
}

.cart-item{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 100%;
}
.cart-item.disabled .item-name, .cart-item.disabled .fa-bell, .cart-item.disabled div.item-status{
	color: #c7c7c7;
}
.item-status, .item-name {
	font-size: 13px;
}
.cart-item.disabled .item-name{
	font-style: italic;
}
.cart-item a.item-actions, .cart-item div.item-status{
	float: right;
    line-height: 100%;
	margin-right: 15px;
}

.cart-button.disabled .fa, .cart-button.disabled .fas {
	color: #ccc;
}

div.cart-button.disabled#alertToggle:hover{
	cursor: pointer !important;
}

div.cart-button#alertToggle:hover i{
	color: #bf1e2e !important;
}

.cart-button.disabled#soundToggle:hover, .cart-button.disabled#demoToggle:hover, div.cart-button.disabled {
	cursor: default !important;
}

.cart-item .fa{
	font-size: 12px;
	color: #fd5f3d;
}

.cart-item .fa:hover {color: #525252}
.cart-item .fa-times{
	margin-right: 20px;
	margin-left: 10px;
}
.cart-item .cart-item-img {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.cart-item .cart-item-name{
	color: #505050;
	padding: 0 10px 0 0;
	overflow: hidden;
    font-size: 13px;
    line-height: 140%;
}
.cart-item .cart-item-name .item-options dd {
    margin: 0;
}
.cart-item .cart-item-name .item-name{
	margin:-2px 0 0;
}
.dropdown-menu .cart-total{
	background: #2e2e2e;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 15px 20px 15px 0;
	text-align: right;
	width: 100%;
}
.dropdown-menu .cart-total span.price{
	color: #fff;
	font-weight: 700;
	text-transform: none;
}
.cart-buttons{
	padding: 6px 0px;
    background: #eee;
	height: 34px;
}
.cart-buttons div.cart-button:not(:last-child) {
	border-right: 1px solid #fff;
}

.cart-buttons div.cart-button:hover {
	color: #bf1e2e;
	cursor: pointer;
}
.cart-buttons a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 17px;
}
.cart-buttons a:hover{
	text-decoration: none;
}
.cart-buttons a.to-checkout {float: right}
/* Header block end */



/* Categories navigation begin */
.nav-container {
	border-top: 3px solid #fd5f3d;
	background: #252525;
}
.nav-container.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.navigation {}
.mobile-menu-trigger {
    position: relative;
	display: none;
	padding: 0 20px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Oswald", Arial, serif;
}
.mobile-menu-trigger:after {
    left: 100%;
}
.mobile-menu-trigger i {
	padding-right: 15px;
	font-size: 1.15em;
}
.mobile-menu-trigger:hover,
.mobile-menu-trigger.active {
	background: #fd5f3d;
	color: #fff;
}

/* common */
.navigation > li > a,
.navigation .navigation-submenu > li > a {
	font-family: "Oswald", Arial, serif;
}
.navigation .parent {
	position: relative;
}

/* 1st level */
.navigation > li {
	list-style: none;
	float: left;
	border-right: 1px solid #343434;
	font-size: 17px;
}
.navigation > li:first-child { border-left: 1px solid #343434; }
.navigation > li > a {
	display: block;
	padding: 0 30px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
}
.navigation > li > a .caret {
	display: none;
}
.navigation > li > a:hover,
.navigation > li.open > a,
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
	background: #fd5f3d;
	text-decoration: none;
}

@media only screen and (min-width: 991px) {
	.navigation > li .level1.parent.open a.level1 {
		color: #bf1e2e;
		background: #f9f9f9;
		padding-left: 8px;
	}
}

/* 2nd+ level */
.navigation .dropdown-menu {
	left: -15px;
	right: -70px;
	min-width: 210px;
	padding: 19px 20px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border-top: 0;
	border-bottom: 3px solid #363636;
}
.navigation .dropdown-menu .dropdown-menu {
	left: 75%;
	right: auto;
	top: -20px;
	border-top: 3px solid #bf1e2e;
}
.navigation .navigation-submenu li{
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 6px;
}
.navigation .navigation-submenu li:last-child{
	margin: 0;
}
.navigation .navigation-submenu > li > a {
	padding: 7px;
	text-transform: uppercase;
	white-space: normal;
	display: block;
}

.navigation li .caret,
.navigation li .navigation-submenu .caret{
	position: absolute;
	right: -5px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.navigation .navigation-submenu > li > a:hover,
.navigation .navigation-submenu > .active> a,
.navigation .navigation-submenu > .active> a:hover,
.navigation .navigation-submenu > .active> a:focus {
	background: none;
	color: #fd5f3d;
}
/* Categories navigation end */

@media only screen and (max-width: 991px) {
    .alt-search-trigger,
    #alt_search_form {
        display: none !important;
    }
	.product-view .product-shop {
		padding: 0 !important;
	}
}

/* alternative search end */


/* Header end */

/* Content begin */

/* Standard formatted text block begin */
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6,
.std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6 {
	color: #000000;
	font-weight:  bold;
	margin: 0 0 20px;
}
.std h1.subtitle, .std h2.subtitle, .std h3.subtitle, .std h4.subtitle, .std h5.subtitle, .std h6.subtitle,
.std .h1.subtitle, .std .h2.subtitle, .std .h3.subtitle, .std .h4.subtitle, .std .h5.subtitle, .std .h6.subtitle {
	margin-top: 0;
}
.std h1, .std .h1 {
	font-size: 30px;
	text-shadow: 1px 1px #c1c1c1;
}
.ammo-search-page h1, .ammo-search-page h2{
	text-shadow: 1px 1px #c1c1c1;
}

.std h2, .std .h2 {
	font-size: 28px;
}
.std h3, .std .h3 {
	font-size: 26px;
}
.std h4, .std .h4 {
	font-size: 24px;
}
.std h5, .std .h5 {
	font-size: 22px;
}
.std h6, .std .h6 {
	font-size: 20px;
}

.std p {
	margin: 0 0 1.5em;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.std a {
	text-decoration: underline;
}
.std a:hover, .std a:focus {
	text-decoration: none;
	color: #fd5f3d;
}

.std ol,
.std ul {
	list-style: disc outside;
	margin: 0 0 1.5em;
	padding: 0;
}
.std ol {
	list-style: decimal outside;
}
.std li {
	margin: 0 0 0 2em;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
}

.std img.pull-left {
	margin-right: 40px;
	margin-bottom: 20px;
}
.std img.pull-right {
	margin-left: 40px;
	margin-bottom: 20px;
}

.std table {
	width: 100%;
}
.std th, .std tfoot td {
	background-color: #363636;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	height: 69px;
	text-align: center;
}
.std th.label {
	display: table-cell;
}
.std td {
	font-size: 14px;
	height: 64px;
	text-align: center;
}
.std tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.cms-home h1 a {
	text-decoration: none;
}

table.retailer-ammo-table {
	margin-top: 30px;
}
.admin-home .retailer-ammo-table td{
	height: 35px;
	padding: 8px 5px;
}
.retailer-ammo-table td{
	text-align: left;
	padding: 0 15px;
	border-bottom: 1px solid silver;
	height: 45px;
}
.retailer-ammo-table th{
	padding: 5px 15px;
	height: 50px;
}

p.coupon{
	padding: 15px;
    background: #efefef;
    border: 1px dashed #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.5em;
}

/* Standard formatted text block end */

/* Contacts block begin */

#google_map_iframe {
	margin-bottom: 20px;
}

#contactForm {
	margin: 0 auto !important;
    max-width: 570px;
}

.contact_work_hours {
	padding: 0 0 0 155px;
	background: url('../images/icon_clock.png') no-repeat;
	margin: 20px 0 50px -15px;
}
.contact_information_wrap {
	clear: both;
	float: left;
	margin-left: -15px;
}
.contact_information {
	padding: 0px 0 0 105px;
	position: relative;
	margin-bottom: 10px;
}
.contact_information i.fa {
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #ebebeb;
	line-height: 64px;
	width: 70px;
	height: 70px;
	text-align: center;
}
.contact_work_hours h2,
.contact_information h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	padding: 8px 0 20px 0;
	margin: 0 0 20px 0;
	position: relative;
}
.contact_work_hours h2:after,
.contact_information h2:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	border-top: 1px solid #dfdfdf;
}
.contact_work_hours li,
.contact_information li {
	font-size: 16px;
	color: #757575;
	line-height: 23px;
}
.contact_information li {
	font-size: 15px;
}
.contact_work_hours li span,
.contact_information li span {
	display: inline-block;
	color: #595959;
}
.contact_work_hours li span {
	width: 90px;
}
.contact_information_phone li span {
	width: 140px;
}
.contact_information_email li span {
	width: 116px;
}

#contactForm {
	padding: 30px 0 0 0;
	margin-left: -15px;
}
#contactForm .input-text {
	border-color: #e4e4e4;
	width: 570px;
}
#contactForm input[type=text] {
	padding: 0 18px;
	height: 42px;
	color: #505050;
}
#contactForm textarea {
	height: 310px;
	padding: 18px;
	color: #505050;
}
#contactForm .form-list .field,
#contactForm .form-list .wide {
	position: relative;
}
#contactForm label {
	position: absolute;
	top: 12px;
	right: -12px;
}
#contactForm .buttons-set {
	border-top: 0;
}
.contacts-index-index .buttons-set {
	margin-left: 0;
	max-width: 570px;
}

/* Contacts block end */

/* Customer block begin */

.customer-account-login .col-main {}
.customer-account-login .col2-set .col-1 {
	padding-right: 15px;
}

.customer-account-create form .content,
.customer-account-login .col2-set .content,
.customer-account-forgotpassword form .content {
	border: 1px solid #e4e4e4;
	border-top-width: 3px;
	padding: 20px 30px 30px 30px;
	margin-bottom: 55px;
	font-size: 14px;
}
@media only screen and (min-width: 768px){
	.customer-account-create form .content{
		padding: 20px 55px 30px 30px;
	}
}
.customer-account-login .col2-set .content p {
	margin-bottom: 20px;
}
.customer-account-login .col2-set .form-list {
	margin-top: 10px;
}
.customer-account-login .col2-set .form-list li {
	float: left;
}
.customer-account-login .col2-set .form-list li:first-child,
.customer-account-login .col2-set .col-1 .buttons-set .button {
	margin-right: 30px;
}
/*.customer-account-login .col2-set .form-list input,
.customer-account-forgotpassword .form-list input[type=text],
.customer-account-create .form-list input[type=text],
.customer-account-create .form-list input[type=password] {
 	height: 40px;
	padding: 0 15px;
	border-radius: 0;
}*/
.form-list input[type=text], .form-list input[type=password], .form-list select{
	height: 40px;
	padding: 0 6px;
	border-radius: 0;
}

.customer-account-login .col2-set .form-list input {
	width: 100%;
}
.customer-account-login .col2-set .form-list .input-box,
.customer-account-login .col2-set .col-1 .buttons-set .button {
	width: 236px;
}
.customer-account-login .col2-set .col-2 .buttons-set .button {
	float: left;
	width: auto;
}
.customer-account-login .col2-set .buttons-set .button {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0;
}
.customer-account-login .buttons-set a {
	text-decoration: underline;
}
.customer-account-login .col2-set .col-1 .buttons-set a {
	display: inline-block;
	margin: 7px 0 7px 15px;
}
.customer-account-login h2,
.customer-account-create .fieldset h2,
.customer-account-forgotpassword .fieldset h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 40px;
	border: 0;
}
.customer-account-login .col2-set .col-2 ul {
	list-style: disc;
	padding-left: 20px;
	margin: 10px 0 20px 0;
}


@media only screen and (min-width: 1200px) {
	.customer-account-login .col2-set .form-list .input-box, .customer-account-login .col2-set .col-1 .buttons-set .button {
		width: 231px;
	}
}
@media only screen and (max-width: 1199px) {
	.customer-account-login .col2-set .form-list .input-box,
	.customer-account-login .col2-set .form-list li {
		width: 100%;
	}
	.customer-account-login .col2-set .col-1 .buttons-set .button {
		width: 40%;
	}
}
@media only screen and (max-width: 991px) {
	.customer-account-login .col2-set .col-1 .buttons-set a {
		margin: 0 0 15px;
	}
	.customer-account-login .col2-set .col-1 .buttons-set .button, .customer-account-login .col2-set .col-2 .buttons-set .button {
		width: 100%;
	}
}

#gmap_canvas{
	height: 430px;
}

img.searchLogo {
	width: 70px;
	margin-right: 10px;
    border-radius: 2px;
	box-shadow: 1px 1px 2px #a9a9a9;
}

@media only screen and (max-width: 767px) {
	.sm-center {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
	.sm-hidden{
		display: none;
	}
	img.searchLogo{
		display: block;
		margin-bottom: 10px;
		width: 100px;
	}
	td.sort-selected {
		font-weight: initial;
	}
		#cleanLoadDiv{
		min-height: 378px;
	}
}

@media only screen and (max-width: 479px) {
	
	.main-container .col-main {
		margin: 25px 0 0;
	}
		
	#contactForm .buttons-set .button {
		width: 100%;
	}
	
	.retailer-ammo-table td {
		padding: 0 10px;
	}
	.xs-center {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
	.xs-hidden{
		display: none !important;
	}
	.xs-block {
		display: block !important;
	}
	.xs-inline-block {
		display: inline-block !important;
	}
	.xs-no-float{
		float: none !important;
	}
	.add-review .form-list {
		padding: 10px 10px !important;
	}
	.rating-details {
		padding: 15px 10px !important;
	}
	#gmap_canvas {
		height: 223px;
	}
	.short-description{
		padding: 25px 15px !important;
	}
	p.coupon{
		padding: 10px !important;
	}
	#cleanLoadDiv{
		min-height: 386px;
	}
}

#prev-button, #next-button {
	max-width: 100px;
}
@media only screen and (max-width: 650px) {
	.customer-account-login .col2-set .col-1 .buttons-set .button,
	.customer-account-login .col2-set .col-2 .buttons-set .button {
		width: 100%;
	}
	.customer-account-login .col2-set .form-list li:first-child,
	.customer-account-login .col2-set .col-1 .buttons-set .button {
		margin-right: 0;
	}
	.customer-account-login .col2-set .form-list li {
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.customer-account-login .col2-set .col-1,
	.customer-account-login .col2-set .col-2 {
		float: none;
		width: auto;
		border: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.customer-account-login .col2-set .content {
		margin-bottom: 0;
		padding: 10px 15px 30px 15px;
	}
	.customer-account-login .col2-set .col-1 {
		padding-bottom: 30px;
		padding-right: 0;
	}
	
	.customer-account-create .fieldset, .customer-account-create .buttons-set {
		margin-left: 0;
	}
	.customer-account-create form .content {
		padding: 10px 15px 30px 15px;
	}
	.ammo-search-page form .content {
		padding: 20px 10px 30px 10px;
	}
}
}

.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1 {
	margin-top: 0;
	margin-bottom: 37px;
	text-align: center;
}
.customer-account-forgotpassword form .content {
	width: 50%;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 0;
}

@media only screen and (min-width: 768px){
	.customer-account-create .fieldset {
	margin-left: 30px;
	margin-top: 10px;
	}
}

/*.customer-account-create .fieldset,*/
.customer-account-create .buttons-set,
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
	margin-left: 30px;
	margin-top: 40px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
	margin-left: 30px;
}
.customer-account-create #registerForm, .customer-account-create #optoutForm {
	text-align: center;
}
.customer-account-create form .content {
	display: inline-block;
	/*padding-right: 60px;*/
	margin: 0 auto;
}
.customer-account-create .fieldset {
	float: left;
	text-align: left;
}
.customer-account-create .buttons-set {
	max-width: 100%;
}
.customer-account-create .buttons-set:after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (max-width: 1199px) {
	.customer-account-create form .content {
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.customer-account-create form .content,
	.customer-account-forgotpassword form .content {
		width: 100%;
	}
	.customer-account-create .fieldset {
		float: none;
	}
	.customer-account-create .form-list input[type=text],
	.customer-account-create .form-list select,
	.customer-account-create .form-list input[type=password] {
		width: 100%;
	}
	.form-list .control label {
		min-width: 230px;
	}
}

/* Customer block end */

@media only screen and (max-width: 770px) {
	.sidebar .block {
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: none;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #3399cc;
		border-right: none;
		left: 10px;
		top: 50%;
		margin-top: -3px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title {
		margin-top: 0;
		border-top: none;
		margin-bottom: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong {
		margin: 0;
		margin-bottom: 10px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.4;
		text-rendering: optimizeSpeed;
		text-transform: uppercase;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		font-weight: 700;
		margin-bottom: 0px;
		position: relative;
		display: block;
		width: 100%;
		cursor: pointer;
	}
	.sidebar .block:not(.block-layered-nav) .block-content {
		padding: 0;
		border-width: 0;
		border-style: solid;
		border-color: #cccccc;
	}
}

/* Customer Account block end */

/* empty category block begin */
.empty-category-wrapper {
	margin: 46px auto;
	text-align: center;
}
.no-route-wrapper {
	margin-top: 50px;
}
.empty-category-wrapper h3{
	margin: 0;
	font-size: 68px;
	font-weight: 700;
	line-height: 96%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.empty-category-wrapper p {
	line-height: 1em;
}
.empty-category-wrapper .empty-primary {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
}
.empty-category-wrapper .empty-secondary {
	margin: 30px 0 0;
}

/* empty category block end */

/* Product label  */
.product-label {
	position: absolute;
	z-index: 1;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.product-label:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.product-label span {
	float: left;
	width: 100%;
	padding: 50% 7px 0;
	line-height: 1em;
	margin-top: -0.5em;
	text-align: center;
}

.product-label-new { color: #fff; }
.product-label-new.product-label:after {  background-color: #fa5d3b }
.product-label-sale { color: #fff; }
.product-label-sale.product-label:after { background-color: #28c51c }
.product-label-top-left { top: 10px; left: 10px }
.product-label-top-right { top: 10px; right: 10px }
.product-label-bottom-left { bottom: 10px; left: 10px; }
.product-label-bottom-right { bottom: 10px; right: 10px; }
/* Product label end */


/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
	display: inline-block;
}
.price-box,
.price-box .old-price,
.price-box .special-price {
	font-size: 18px;
}
.price-box a {
    font-size: 13px;
}
.price-box p {
	margin-bottom: 0;
}

.price-notice {
	color: #a0a0a0;
}

.price-box .price {
	color: #fd5f3d;
}

.price-box .price,
.price {
	white-space: nowrap;
}

.price-box .price-label {
    display: block;
    font-size: 13px;
	white-space: nowrap;
}

.price-box .minimal-price-link {
	display: block;
	margin-top: 5px;
}

.price-box .minimal-price-link .label {
	color: #a3a3a3;
	padding: 0;
	font-weight: 300;
	font-size: 100%;
}
.price-box .minimal-price-link .price {
	font-weight: 700;
}

.col3-layout .sorter,
.col3-layout .pager {
	width: 100%;
}

.col3-layout .pager {
	float: left;
	clear: both;
}

.col3-layout .pager .pages {
	float: right;
	margin-left: 0;
}


@media only screen and (max-width: 479px) {
	.pager .amount {
		display: none;
	}
	.pages li, .pages .current {
		width: 25px
	}

	.sorter label {
		display: none;
	}
	.std th{
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.limiter label {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.sorter,
	.pager {
		width: 100%;
	}

	.pager {
		float: left;
		clear: both;
	}

	.pager .pages {
		float: right;
		margin-left: 0;
	}
}


/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
	margin: 12px 0 2px;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	font-family: "Open Sans", Arial, serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
	text-decoration: none;
	color: #fd5f3d;
}

.products-grid .product-name,
.products-list .product-name {
}

.products-grid .product-name a,
.products-list .product-name a {
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
	position: relative;
	margin: 0 -15px;
}
.products-grid a {
	text-decoration: none;
}
.products-grid:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid li.item {
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	display: inline-block;
	margin: 0 -4px 25px 0;
	padding: 0 25px;
	vertical-align: top;
	text-align: center;
	background: #fff;
}
.products-grid li.item:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid .desc-border {
    max-width: 102px;
    margin: 21px auto 12px;
    border-top: 1px solid #d7d7d7;
}
.products-grid .swatch-border {
	margin-top: 8px;
}
.products-grid .product-image {
	position: relative;
	margin: 0 auto;
}
.products-grid .product-info {
	padding: 0 6px;
}
.products-grid .product-hover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 15px;
	right: 15px;
	border: 1px solid #e4e4e4;
}
.products-grid .product-link {
	display: block;
}
.products-grid .actions {
	margin: -1px;
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
}
.products-grid .add-to-links {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
.products-grid .add-to-links li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e4e4e4;
}
.products-grid .add-to-links li:last-child {
	border-right: 0;
}
.products-grid .add-to-links a {
	line-height: 61px;
	display: block;
}
.products-grid .add-to-links button {
    padding: 0;
    border: 0;
    background-color: #fff;
    color: #252525;
    line-height: 61px;
}
.products-grid .add-to-links button,
.products-grid .add-to-links button span {
    display: block;
    width: 100%;
}
.products-grid .add-to-links a:hover,
.products-grid .add-to-links button:hover {
	background: #fd5f3d;
	color: #fff;
}
.products-grid .add-to-links a span {
	display: none;
}
.products-grid .add-to-links .fa {
	font-size: 22px;
	line-height: 61px;
}
.products-grid .add-to-links .fa,
.products-grid .add-to-links .cartown-icon {
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
	width: 24px;
	height: 61px;
}

.products-grid .rating-wrapper {
	padding: 0 7px 16px;
	background: #fff;
	text-align: center;
}
.products-grid .rating-wrapper p {
	margin: 0;
	line-height: 120%;
	font-size: 13px;
}
.products-grid .ratings {
	margin: 0 0 7px
}
.products-grid .ratings .rating-box,
.products-grid .ratings .rating-box .rating {
	margin: 0;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
.products-grid .ratings .rating-box {
	position: relative;
	vertical-align: middle;
}
.products-grid .ratings .rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.products-grid .ratings .amount {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}
.products-grid .ratings .fa {
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
.products-grid .ratings .rating-box .rating .fa {
	color: #fd5f3d;
}

.products-grid .price-box-original {
	margin: 23px 0 0;
}
.products-grid .price-box {
	margin: 0 auto;
	text-align: center;
}
.products-grid .price-box-clone {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 3;
	top: 15%;
	left: 50%;
	font-weight: 700;
	color: #fff;
}
.products-grid .quick-view-injected .price-box-clone {
    top: 5%;
}
.products-grid .price-box-clone .old-price .price{
	font-weight: 300;
}
.products-grid .price-box-clone .price-box-circle {
	position: relative;
	left: -50%;
}
.products-grid .price-box-clone .price-box .price{
	padding: 0 3px;
	color: #fff;
}
.products-grid .price-box-clone .price-box p.price-from,
.products-grid .price-box-clone .price-box p.price-to {
	white-space: nowrap;
}
.products-grid .price-box-clone .price-box p.price-from .price,
.products-grid .price-box-clone .price-box p.price-to .price {
	padding: 0 10px;
	white-space: nowrap;
}
.products-grid .price-box-clone .price-box a,
.products-grid .price-box-clone .price-box .price-label,
.products-grid .price-box-clone .price-box .minimal-price-link .label {
	color: #fff;
	font-weight: 300;
}
.products-grid .price-box-clone .price-box-circle:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fa5d3b;
}
.products-grid .price-box-clone .price-box {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.products-grid .additional-images-wrapper {
	margin: 0 auto;
	overflow: hidden;
}
.products-grid .additional-images-wrapper-init {
	overflow: visible;
}
.products-grid .additional-images-wrapper .owl-carousel {
	display: block;
}
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -26px;
	width: 28px;
	height: 46px;
	border: 3px solid #ebebeb;
	background: #fff;
	text-align: center;
	line-height: 42px;

	visibility: hidden;
	opacity: 0;
}
.products-grid .owl-controls .owl-buttons div.owl-prev {
	left: -14px;
}
.products-grid .owl-controls .owl-buttons div.owl-next {
	right: -14px;
}

/* grid hover */
.products-grid .item.hover .product-hover  {
	visibility: visible;
	opacity: 1;
}

.products-grid .item.hover .product-label {
	visibility: hidden;
	opacity: 0;
}
.products-grid .item.hover .price-box-clone {
	visibility: visible;
	opacity: 1;
}
.products-grid .item.hover.additional-images-active .price-box-clone {
    visibility: hidden;
    opacity: 0;
}
.products-grid .item.hover .additional-images-wrapper img {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	visibility: visible;
	opacity: 1;
}
.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
    cursor: default;
}

/* disable hover under 992
 * comment out this block if you want to have rollover on mobile devices
 ************************************************************************/
@media only screen and (max-width: 991px) {
	.products-grid .product-hover {
		visibility: visible;
		border: 0;
		opacity: 1;
		position: static;
	}
	.products-grid .item.hover .product-label {
		visibility: visible;
		opacity: 1;
	}
	.products-grid .product-link {
		display: none;
	}
	.products-grid .actions,
	.products-grid .rating-wrapper,
	.products-grid .add-to-links li {
		border: 0;
		display: none;
	}

	.products-grid .item.hover .price-box-clone,
	.products-grid .item.hover .quick-view-container,
	.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
		display: none;
	}
	.products-grid .item.hover .additional-images-wrapper img {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

}


.category-col-2 {}
.category-col-3 {}
.category-col-4 {}
.category-col-5 {}
.category-col-6 {}
.category-col-7 {}

.category-col-2 .products-grid li.item { width: 50%;}
.category-col-3 .products-grid li.item { width: 33.3333%;}
.category-col-4 .products-grid li.item { width: 25%;}
.category-col-5 .products-grid li.item { width: 20%;}
.category-col-6 .products-grid li.item { width: 16.6666%;}
.category-col-7 .products-grid li.item { width: 14.2857%;}

.col1-layout {}

.col2-left-layout, .col2-right-layout {}
	.col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
	.col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
	.col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
	.col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
	.col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
	.col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {font-size: 18px}

.col3-layout {}

	.col3-layout .category-col-5 .products-grid li.item,
	.col3-layout .category-col-6 .products-grid li.item,
	.col3-layout .category-col-7 .products-grid li.item { width: 25%;}

	.col3-layout .category-col-4 .products-grid .price-box,
	.col3-layout .category-col-5 .products-grid .price-box,
	.col3-layout .category-col-6 .products-grid .price-box,
	.col3-layout .category-col-7 .products-grid .price-box,
	.col3-layout .category-col-4 .products-grid .product-name,
	.col3-layout .category-col-5 .products-grid .product-name,
	.col3-layout .category-col-6 .products-grid .product-name,
	.col3-layout .category-col-7 .products-grid .product-name {font-size: 16px}

@media only screen and (max-width: 1199px) {
	.col3-layout .category-col-4 .products-grid li.item,
	.col3-layout .category-col-5 .products-grid li.item,
	.col3-layout .category-col-6 .products-grid li.item,
	.col3-layout .category-col-7 .products-grid li.item { width: 33.3333%;}
}

@media only screen and (max-width: 991px) {
	.category-col-2 .products-grid li.item { width: 50%;}
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item { width: 33.3333%;}
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 25%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}
		.col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
		.col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
		.col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
		.col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
		.col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
		.col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {font-size: 16px}

	.col3-layout {}

		.col3-layout .category-col-4 .products-grid .price-box,
		.col3-layout .category-col-5 .products-grid .price-box,
		.col3-layout .category-col-6 .products-grid .price-box,
		.col3-layout .category-col-7 .products-grid .price-box,
		.col3-layout .category-col-4 .products-grid .product-name,
		.col3-layout .category-col-5 .products-grid .product-name,
		.col3-layout .category-col-6 .products-grid .product-name,
		.col3-layout .category-col-7 .products-grid .product-name {font-size: 16px}
}
@media only screen and (max-width: 767px) {
	table.ammo-list {
		border-collapse: separate;
		width: 100%;
	}
	
	.ammo-list thead {
		/*display: table-caption;*/
		display: inherit;
		width: 100%;
	}
	
	.ammo-list tbody {
		display: block;
	}
	
	table.ammo-list th:not(.ammo-sort){
		display: none;
	}
	
	th.ammo-sort{
		width: 15%;
		border-right: 1px solid #4a4a4a;
	}
	
	tr.ammo-list {
		display: table-row;
	}
	
	td.ammo-image {
		width: 100px;
		height: 100px;
		margin: 8px;
		border: 0px;
	}
	
	td.ammo-image img {
		width: 85px;
		height: auto;
		padding: 5px;
		background: #fff;
		margin: 2px;
		max-width: none;
	}
	
	td.ammo-desc {
		max-width: none;
		white-space: normal;
		overflow: visible;
		width: 100%;
		display: inline-block;
	}
	td.ammo-info {
		float: left;
		display: inline-block;
	}
	
	td.ammo-retailer {
		clear: both;
	}
	
	td.ammo-updated {
		display: block;
		float: right;
		margin-right: 5px;
		margin-top: 20px;
	}
	
	td.ammo-report {
		padding: 12px !important;
		font-weight: bold;
		/*border-left: 2px solid #fff;*/
		display: block;
		float: right;
		margin-top: 14px;
	}
	
	.ad-list a {
		font-size: 13px;
	}
	
	.ad-list td {
		padding: 10px !important;
		border-bottom: 1px solid #badcacd9;
	}
	
	.std .ammo-list tbody td {
		height: auto;
		padding: 6px;
	}
	
	.ammo-list td:before {
		font-weight: bold;
	}
	
	td.ammo-grains:before {
		content: "Grains: ";
	}
	
	td.ammo-shell:before {
		content: "Shell: ";
	}
	
	td.ammo-fps:before {
		content: "FPS: ";
	}
	
	td.ammo-rounds:before {
		content: "Rounds: ";
	}
	
	td.ammo-price:before {
		content: "Price: ";
	}
	
	td.ammo-ppr:before {
		content: "PPR: ";
	}
	
	td.ammo-updated:before {
		/*content: "Updated: ";*/
	}
	
	#ammo-search-results .certified-retailer{
		margin-left: 0px;
	}
	td.ammo-retailer {
		max-width: none;
	}
	
	.category-col-2 .products-grid li.item { width: 50%;}
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item,
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 33.3333%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}

	.col3-layout {}
		.col3-layout .category-col-5 .products-grid li.item,
		.col3-layout .category-col-6 .products-grid li.item,
		.col3-layout .category-col-7 .products-grid li.item { width: 33.3333%;}

}
@media only screen and (max-width: 650px) {
	.category-col-2 .products-grid li.item,
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item,
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 50%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}

	.col3-layout {}
		.col3-layout .category-col-5 .products-grid li.item,
		.col3-layout .category-col-6 .products-grid li.item,
		.col3-layout .category-col-7 .products-grid li.item { width: 50%;}
}

/* Product view begin */
.product-view {
	position: relative;
}
.product-view h1 {
    margin: 0 0 40px;
    padding: 0 230px 0 0;
    overflow: hidden;
	line-height: 1.4;
	text-shadow: 1px 1px #c1c1c1;
}

.product-view .product-shop .retailer-info{
	font-size: 15px;
	margin: 30px 0px 0px 30px;
	float: left;
}

.product-view .product-shop .retailer-info a{
	color: #bf1e2e;
}

.product-view .product-shop .no-rating,
.product-view .product-shop .ratings {
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 20px;
}
.product-view .product-shop .ratings .rating-box,
.product-view .product-shop .ratings .rating-helper {
    width: 150px;
}
.product-view .product-shop .ratings .rating-box .fa {
    font-size: 20px;
    margin-right: 7px;
}
.product-view .product-shop .ratings .rating-links {
    float: right;
}

.product-view .product-shop .price-box .regular-price,
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price {
	display: inline-block;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
	font-size: 40px;
	font-weight: 700;
}

.retailer-ammo-table .price-box .regular-price .price {
	font-size: 16px !important;
    font-weight: 600 !important;
}

.product-view .product-shop .short-description {
	background-color: #f7f7f7;
	margin: 35px 0 0;
	padding: 25px 30px;
}


/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
	content: '';
	display: table;
	clear: both;
}

.product-view .product-shop {
	padding: 0 20px 0 0;
	float: left;
	overflow: hidden;
	width: 100%;
}

/* review list */

.reviews-list {
	/*background: #f9f9f9;*/
	padding: 20px 0 0;
}
.reviews-list h3{
	display: inline-block;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.reviews-list .button{
	margin: 0 0 0 15px;
	padding: 4px 12px;
	vertical-align: top;
}
ol.reviews-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.reviews-list li {
	margin: 35px 0 0;
	padding: 35px 0 0;
	border-top: 2px solid #e1e1e1;
}

ol.reviews-list li:first-child {
	border-top: none;
	margin-top: 10px;
}

.review-overall-text {
	margin: 20px 0 0
}
.overall-rating {
	/*margin: 20px 0 0*/
	background: #f5f5f5;
    padding: 20px;
    border-bottom: 2px solid #e1e1e1;
}

.overall-rating span.h4 {
	display: block;
	float: left;
	margin: 1px;
}
.overall-rating .ratings {
	float: left;
	margin: 0 15px;
}

.rating-table {
	/*margin: 15px 0 0*/
}
.rating-table th {
	padding:7px 40px 7px 0;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.rating-table td.value {
	line-height: 1;
}
.rating-table .ratings {
	margin: 0
}
.rating-table .ratings .rating-box,
.rating-table .ratings .rating-helper {
	width: 220px;
}
.rating-table .ratings .rating-box .rating span.rating-element {
	background-color: #fd5f3d;
}

.reviews-list .ratings .rating-box{
	width: auto;
}

.rating-votes {
	float: left;
	margin-right: 46px;
	padding: 10px
}
.product-shop p{
	font-size: 14px;
}
.rating-details {
	overflow: hidden;
	padding: 15px 20px;
    background: #f5f5f5;
    /*border-radius: 3px;
	-webkit-box-shadow: -1px 1px 3px #ccc;
    -moz-box-shadow: -1px 1px 3px #ccc;
    box-shadow: -1px 1px 3px #ccc;*/
}
.rating-details p.review{
	padding: 5px;
}
.rating-details h4 {
	font-size: 20px;
	margin: 0 0 15px;
}
.rating-author {
	margin: 0 0 10px;
	background: #e1e1e1;
    padding: 5px;
}
.rating-author .fa {
	margin: 0 5px;
	font-size: 16px;
}
.rating-author .fa.fa-clock-o {
	margin-left: 0;
}
.rating-author .fa.fa-user {
	margin-left: 15px;
}


.review-product-list {
}
.review-product-list .product-view .product-shop .ratings {
	padding: 0;
	 margin: 0;
	border: 0;
	line-height: 1;
}
.review-product-list .product-view .product-shop .ratings .rating-box,
.review-product-list .product-view .product-shop .ratings .rating-helper {
	width: 220px;
}
.review-product-list .product-view .product-shop .nobr {
	clear: both;
	display: block;
	padding: 20px 0 25px;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 15px;
	line-height: 20px;
}

/* review list end */

/* review elements */
span.rating-element {
	display: block;
	float: left;
	width: 21px;
	height: 8px;
	margin: 0 1px 0 0;
	background-color: #929292;
}
span.review-value {
	float: left;
	font-size: 10px;
	color: #7e7e7e;
}
span.review-value.review-satisfied {
	float: right;
}

/* review elements end*/

/* add review */
.add-review {
	/*margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 4px solid #e1e1e1;*/
}
.add-review h2,
.add-review h3,
.add-review h4 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}
.add-review h4 {
	font-size: 18px;
	margin: 0;
}
.add-review .review-table-wrapper{
	margin: 15px 0 0;
	background-color: #363636;
}
.add-review .data-table {
	width: auto;
}
.add-review .data-table th{
	padding: 10px 25px;
	background-color: transparent;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.add-review .data-table td,
.add-review .data-table tr:nth-child(odd) td {
	border: 0;
	vertical-align: middle;
	color: #fff;
	background: transparent;
}
.add-review .data-table td.value {
	padding-top: 2px;
}
.add-review .data-table td input {
	display: none;
}
.add-review .data-table span.review-value {
	color: #ffffff;
}
.add-review .data-table span.rating-element.active {
	background-color: #fd5f3d;
}
.add-review .form-list  {
	background-color: #f7f7f7;
	margin: 15px 0 0;
	padding: 17px 25px 10px;
}
.add-review .form-list input.input-text,
.add-review .form-list textarea {
	width: 100%;
}
.add-review .form-list textarea {
	display: block;
}
/* add review end */

/* Home more Products block*/
.home-more-products-container {
    background: #f5f5f5;
    padding: 70px 0 70px;
}

.home-more-products {
		background: #eaeaea;
    padding: 20px 20px 0 20px;
	border-radius: 5px 5px 0px 0px;
	/*box-shadow: 1px 1px 1px #d8d8d8;*/
	}

@media (max-width: 768px){
	/*.home-more-products {
		padding: 0px 5px;
	}*/
	.ammo-list .ratings {
		margin: 0 0 0;	
	}
}
.home-more-products h3{
    margin: 0 0 40px;
    font-family: "Oswald", Arial, serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-more-products ul{}
.home-more-products ul li{

}
.home-more-products ul li:not(:last-child){
	border-bottom: 1px solid #ccc;
	   margin: 0 0 25px;
}
.home-more-products .product-image{ float: left; margin: 0 15px 25px 0}
.home-more-products .product-info{
    overflow: hidden;
}
.home-more-products .product-name {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-more-products .price-box,
.home-more-products .price-box .old-price,
.home-more-products .price-box .old-price .price,
.home-more-products .price-box .special-price {
    margin: 0 5px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.home-more-products .price-box .old-price,
.home-more-products .price-box .special-price {
    display: inline;
}
/* Home more Products block end */

/* Sidebar */

/* Sidebar blocks begin */

.block-content {}

.sidebar .block {
	background-color: #f8f8f8;
	border-top: 3px solid #d9d9d9;
	padding: 0 20px 20px 20px;
	margin-top: 30px;
}
.sidebar .block:first-child {
	margin-top: 0px;
}
body:not(.customer-account) .col-left .block:first-child .block-title {
	border-top: none;
}

.block-wm-categories {}
.block-wm-categories .block-content {
	list-style: outside none none;
	padding: 0;
	margin: 0 0 -10px;
}
.block-wm-categories .block-content li {
	position: relative;
	border-top: 1px solid #e3e3e3;
	font-size: 12px;
}
.block-wm-categories .block-content li ul {
	display: none;
}
.block-wm-categories .block-content li.open > ul {
	display: block;
}
.block-wm-categories .block-content li > a {
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}

/* End Sidebar */

/* Footer */

footer{
	background: #363636;
	line-height: 20px;
}
footer .copyright-border { margin-top: 40px; border-bottom: 3px solid #474747;}
footer h3{
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	margin: 37px 0 29px;
	text-transform: uppercase;
}

footer iframe{
	border:none;
	overflow:hidden;
	width:100%;
	height:258px;
}

footer li,
.copyrights .links li { padding-left: 26px;}

footer li:before,
.copyrights .links li:before{
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 6px;
	color: #fd5f3d;
	vertical-align: middle;
	position: absolute;
	margin: 1px 0 0 -26px;
}
footer a {
	color: #b0b0b0;
	text-transform: uppercase;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	color: #fd5f3d;
	text-decoration: none;
}
footer .highlight{
	color: #e4e4e4;
}
footer .about{
	font-size: 15px;
}
footer a.contact-mail{
	color: #fd5f3d;
	text-transform: uppercase;
}
footer .social-icons { margin-top: 28px; }
footer .social-icons h3 { margin-bottom: 20px; }
footer.cartown_footer_3 .social-icons { margin-left: 30px; }
footer .social-icons i{
	color: #fff;
	font-size: 29px;
	margin-right: 5px;
}
footer .social-icons i:hover{ color: #2cbbd5; }

footer .contacts-block {
	padding: 15px 0;
	background: #252525;
	font-size: 15px;
	font-weight: 700;
	line-height: 31px;
	text-transform: uppercase;
}

footer .contacts-block .social-icons {
	margin: 0;
	padding: 17px;
	background: #bf1e2e;
}

footer .social-icons {
	padding: 17px;
	background: #bf1e2e;
}

/* Copyrights block begin */

.copyrights{ background: #252525; color: #9b9b9b; }
.copyrights .container { padding-top: 40px; padding-bottom: 23px; }
footer .copyrights p, footer .copyrights a { }
.copyrights li:before{ display: none; }
.copyrights li:before{ display: none; }
.copyrights .links a {
	color: #9b9b9b;
	text-transform: uppercase;
	white-space: nowrap;
}
.copyrights .links a:hover { text-decoration: none; color: #fd5f3d }
.copyrights .col-md-6:first-child {
	float: right;
}
.copyrights ul {
	float: right;
}
.copyrights ul li {
	display: inline-block;
	margin: 0 0 7px 4px;
	padding: 0;
}
.copyrights ul.links li {
	display: inline;
	margin: 0 0 0 15px;
}
.copyrights .links li:before{
	padding-right: 7px;
}

/* Copyrights block end */
/* Footer end */


/* to Top start */
#to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display:none;
	border-radius: 3px;
    border: 1px solid transparent;
    /*border-radius: 50%;*/

    font-family: 'FontAwesome';
	/*font-family: "Font Awesome 5 Free";*/
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}
#to-top:before{
    content: "\f077";
    display: block;
    margin-top: -3px;
}
#to-top:hover {
}

.page-popup #to-top {
	display: none !important;
}
/* to Top end */


.hidden-mobile{ display: block; }
.hidden-desktop{ display: none; }


/* Responsive */

@media (max-width: 1199px) {

	.product-img-box {
		width: auto;
		max-width: 40%;
	}

	.header-block h1 {
		margin: 25px 0;
	}
	.shop-cart{
		float: right;
		margin-left: 0;
	}
	.navbar-search {
		max-width: 450px;
	}

	.cart .cart-totals table tfoot td {
		font-size: 20px;
	}

	#brand .owl-wrapper-outer {
		margin: 0 0 -8px;
		width: 97%;
	}

	.footer-banners .fa {
		height: 60px;
		width: 60px;
		padding-top: .45em;
	}
	.footer-banners .fa-phone {
		height: 60px;
		width: 60px;
		padding-top: .5em;
	}
	.footer-banners p{
		font-size: 20px;
		padding: 20px 0;
	}
	.footer-banners .input-group{
		padding: 8px 0;
	}

	.social-icons li {
		display: inline-block;
		margin-bottom: 20px;
	}


}


@media (min-width: 991px) {
	.add-review .form-add {
		/*max-width: 60%;*/
	}
	.opc .form-list .field {
		float: left;
		width: 50%;
	}
}

@media (min-width: 991px) and (max-width: 1199px){


}

@media (min-width: 991px) {
	.fa-bell-slash:before {
		margin-left: -3px;
	}
}

@media (max-width: 991px) {
	.fa-bell-slash:before {
		margin-left: -2px;
	}
    .top-menu2 .dropdown-toggle {
        display: inline-block;
        padding: 0 10px;
        line-height: 52px;
        color: #b0b0b0;
        text-transform: uppercase;
    }
    .top-menu2 .dropdown-toggle:hover, .top-menu2 .dropdown-toggle:focus { text-decoration: none; }
    .top-menu2 .dropdown-toggle i{ padding-left: 10px; font-size: 1.1em }
    .top-menu2 .dropdown-menu{
        display: none;
        position: absolute;
        right: 15px;
        border-top: 3px solid #fd5f3d;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .top-menu2.open .dropdown-menu {display: block}
    .top-menu2 .nav li {float: none;}
    .top-menu2 .nav>li>a { display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
    .top-menu2 .nav>li>a:hover {background-color: #eee; color: #363636}

	.top-menu2 li:before{
		content: "";
	}

	.col-md-5.top-menu1 {
		float: left;
	}

	.logo-container {float: left}
	.search-container {
		/*float: left;
		width: 100%;
		max-width: 430px;*/
		float: none;
		margin: 0 67px 30px 0;
		max-width: none;
		width: inherit;
		
	}
	.navbar-search {
		margin-left: 0px;
		max-width: 400px;
	}
	.shop-cart{
		background: none;
		float: right;
		margin: -82px 0 30px;
	}
	#shop-cart{ width: 52px; }
	#shop-cart > a {
		margin-right: 15px;
	}
    #shop-cart > p{
		display: none;
	}

    .nav-container {}
	.nav-container .container { width: auto }
	.nav-container .col-md-12 { padding: 0; }
    .nav-container.sticky { position: relative }
	.mobile-menu-trigger {display: block;}
	.navigation { display: none; margin: 0 }
	.navigation > li > a .caret,
	.navigation li .caret,
	.navigation li .navigation-submenu .caret {
		display: block;
		right: 5px;
		top: 14px;
	}
	.navigation li.open > a .caret {
		transform: rotate(90deg);
		right: 8px;
	}
	.navigation > li,
	.navigation > li:first-child {
		border: 0;
	}
	.navigation > li {
		float: none;
		font-size: 16px;
	}
	.navigation > li > a {
		padding: 10px 20px;
		line-height: 16px;
		text-transform: uppercase;
		white-space: normal;
		border-bottom: 1px solid #343434;
	}
	.navigation > li:first-child > a {
		border-top: 1px solid #343434;
	}
	.navigation > li:last-child > a {
		border: 0;
	}
	.navigation .dropdown-menu {
		position: static;
		width: 100%;
		float: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
		background: #252525;
		padding: 0;
	}
	.navigation .navigation-submenu li {
		margin: 0;
	}
	.navigation .navigation-submenu >li>a {
		display: block;
		padding: 10px 20px 10px 35px;
		line-height: 16px;
		text-transform: uppercase;
		white-space: normal;
		color: #fff;
		font-size: 16px;
		border-bottom: 1px solid #343434;
	}
	.navigation .navigation-submenu .navigation-submenu >li>a {
		font-size: 14px;
	}
	.navigation .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 50px; }
	.navigation .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 65px }
	.navigation .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 80px }

	.navigation .navigation-submenu >li>a:hover,
	.navigation .navigation-submenu >.active>a,
	.navigation .navigation-submenu >.active>a:hover,
	.navigation .navigation-submenu >.active>a:focus,
	.navigation .navigation-submenu >.open>a,
	.navigation .navigation-submenu >.open>a:hover,
	.navigation .navigation-submenu >.open>a:focus {
		background: #fd5f3d;
		color: #fff;
	}

	.checkout-onepage-index .col-right,
	.opc #opc-login .step .col-md-6:last-child {
		margin-top: 30px;
	}

	.product-view .add-to-cart .button {
		padding: 0 20px;
	}
	.product-view .add-to-cart .button .cartown-icon {
		margin-right: 20px;
	}
	.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons div {
		width: 19px;
		height: 31px;

		border-width: 2px;
		line-height: 28px;
		font-size: 10px;
	}
	.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons {
		margin-top: -16px;
	}

	.sidebar .block,
	.block-layered-nav .block-content > dl,
	.block-layered-nav .block-content > dl > dd > ol {
		margin: 0;
	}
	.sidebar .block-title,
	.block-layered-nav .block-content > dl > dt {
		position: relative;
		border-bottom-width: 0;
		padding-bottom: 0;
		padding-left: 15px;
		cursor: pointer;
	}
	.block-layered-nav .block-content > dl > dt{
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sidebar .block-title:after,
	.block-layered-nav .block-content > dl > dt:after {
		position: absolute;
		content: '';
		left: 0;
		top: 27px;
		width: 0;
		height: 0;
		border-left: 4px solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.block-layered-nav .block-content > dl > dt:after {
		top: 17px;
	}
	.sidebar .block-content,
	.block-layered-nav .block-content > dl > dd {
		display: none;
	}
	.sidebar .block.open {
	}
	.sidebar .open .block-title,
	.block-layered-nav .block-content > dl > dd.open{
		border-bottom-width: 1px;
		padding-bottom: 20px;
	}
	.block-layered-nav .block-content > dl > dd.open {
		padding-bottom: 0;
	}
	.sidebar .open .block-title:after,
	.block-layered-nav .block-content > dl > dt.open:after {
		transform: rotate(90deg);
		left: -2px;
	}
	.sidebar .open .block-content,
	.block-layered-nav .block-content > dl > dd.open {
		display: block;
	}

	/* filters */
	.sidebar .block.block-layered-nav {
		background-color: #f8f8f8;
		border-top: 3px solid #d9d9d9;
		padding: 0 20px 20px 20px;
		margin-bottom: 30px;
	}
	.block-layered-nav .block-title {
		display: block;
		border: 0;
	}

	.contact_information_wrap {
		float: none;
		margin: 0 auto;
		max-width: 570px;
	}

	.footer-banners .col-md-6 {
		margin: 10px auto 0;
	}
	.footer-banners .col-md-6:first-child {
		margin-top: 0;
	}
	.footer-banners-right {
		text-align: left;
		padding-right: 0;
	}
	footer .col-md-3 {
		margin-bottom: 35px;
	}
	footer .col-md-3:last-child { margin: 0 }

	.copyrights .col-md-6{
		text-align: center;
		margin-bottom: 20px;
	}
	.copyrights .col-md-6:first-child, .copyrights ul{
		float: none;
	}
	
	/*.top-menu1 .home-icon {display: none;}*/
	
	.top-menu1 .nav > li > a{
		padding: 0 10px;
	}
	.header-block .container{
		position: relative;
	}
	.logo-container {float: none}
	.logo-container .logo img {margin: 0 auto}

	.search-container {
		float: none;
		margin: 0 67px 30px 0;
		max-width: none;
		width: inherit;
	}
	.navbar-search {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.shop-cart{
		float: right;
		margin: -82px 0 30px;
	}
	
	.shop-cart .cartown-icon{
		/*color: #b0b0b0 !important;
		background: #252525 !important;*/
		font-size: 1.1em !important;
		font-weight: 900 !important;
	}
	#shop-cart i.cartown-icon {
		color: #b0b0b0;
		background: #252525;
	}
	#shop-cart i.cartown-icon:hover {
		color: #fff;
		background: #363636;
	}
	
	.ad-header {
		margin: 0 auto;
		height: 52px;
	}
	
	.cartown-icon {
		padding: 19px !important;
	}
	
	.cartown_header_minimal {}
    .cartown_header_minimal .top-menu1 .dropdown-toggle span,
    /*.cartown_header_minimal .top-menu2 .dropdown-toggle span {display: none}*/
    /*.cartown_header_minimal .top-menu2 .dropdown-toggle i { padding: 0}*/
    .cartown_header_minimal .header-block .logo { margin: 10px 0 10px }
    .cartown_header_minimal .logo-container .logo img { max-height: 65px }
    .cartown_header_minimal .mobile-menu-trigger { line-height: 44px }
    .cartown_header_minimal .search-container { margin: 15px 0 }
    .cartown_header_minimal .shop-cart {margin: -194px 65px 15px 0;padding: 0;}

    .cartown_header_minimal.cartown_header_2 .shop-cart p.cart-info span.items,
    .cartown_header_minimal.cartown_header_3 .shop-cart p.cart-info span.items,
    .cartown_mobile_no_search.cartown_header_2 .shop-cart p.cart-info span.items,
    .cartown_mobile_no_search.cartown_header_3 .shop-cart p.cart-info span.items { display: none }
    .cartown_header_minimal.cartown_header_2 .shop-cart .cartown-icon,
    .cartown_header_minimal.cartown_header_3 .shop-cart .cartown-icon,
    .cartown_mobile_no_search.cartown_header_2 .shop-cart .cartown-icon,
    .cartown_mobile_no_search.cartown_header_3 .shop-cart .cartown-icon {padding: 13px;border: none;border-radius: 0;background-color: #bf1e2e;}

    /*.cartown_mobile_no_search .search-container { display: block; }*/
	/*.cartown_mobile_no_search .search-container { display: none; }*/
    /*.cartown_mobile_no_search .shop-cart {margin: -178px 65px 15px 0;padding: 0;}*/
    .cartown_mobile_no_search .shop-cart {margin: -178px 140px 15px 0;padding: 0;}
    /*.cartown_mobile_no_search .top-menu2 .dropdown-toggle span {display: none}*/
    /*.cartown_header_minimal.cartown_mobile_no_search .shop-cart {margin-top: -209px;}*/
	.cartown_header_minimal.cartown_mobile_no_search .shop-cart {margin-top: -209px;}
	.hidden-mobile{ display: none; }
	.hidden-desktop{ display: block; }

}

@media (max-width: 767px) {

	.cartown_mobile_no_search .shop-cart {margin: -178px 65px 15px 0;padding: 0;}
	.cartown_mobile_no_search .top-menu2 .dropdown-toggle span {display: none}
	.cartown_header_minimal .top-menu2 .dropdown-toggle span {display: none}
	.cartown_header_minimal .top-menu2 .dropdown-toggle i { padding: 0 10px;}

	#breadcrumbs { display: none }

    #to-top { display: none !important;}

	.products-grid { overflow: hidden;}

	.product-view .addthis {
		position: static;
		margin: 0 0 15px;
	}
	.product-view h1 {
		padding: 0;
	}
	.product-view .product-shop,
	.product-view .product-img-box {
		max-width: 100%;
		float: none;
		margin: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.rating-votes {
		float: none;
		margin: 0 0 15px;
	}

	.cart-empty, .empty-category-wrapper {
		margin-top: 20px;
	}

	.data-table thead,
	table.data-table th,
	.data-table tbody td .item-options {
		display: none;
	}
	.data-table table,
	.data-table tbody,
	table.data-table td,
	.data-table tr {
		display: block;
		border: 0;
		text-align: left !important;
	}
	.lt-ie9 table.data-table tr,
	.lt-ie9 table.data-table td {
		width:100%;
		float:left;
	}
	.data-table a.product-image {
		width: 100%;
	}
	.data-table .th {
		display: inline-block;
	}

	.add-review .data-table tr {
		display: table-row;
	}
	.add-review .data-table th,
	.add-review .data-table td {
		display: table-cell;
	}
	.add-review .data-table .th {
		display: none;
	}

	.product-review .product-img-container{
		float: none;
		margin: 0 0 30px;
	}

	.checkout-cart-index .page-title h1,
	.cart .page-title h1 {
		float: none;
	}
	.checkout-types {
		float: none;
		margin: 60px 0 0;
	}

    table.cart-table td {
	    max-width: 300px;
	    margin: auto;
	    background: transparent !important;
    }
	table.cart-table tfoot td,
	#my-tags-table td{
		text-align: center !important;
	}
    .btn-cart-edit {
	    margin-left: 100px;
    }
	.cart-table .button {
		display: block;
		float: none;
		width: 100%;
		margin: 8px auto;
	}

	#wishlist-table tbody td.last {
		text-align: center !important;
	}
}

@media (max-width: 650px) {

	.footer-banners .col-md-6{
		width: auto;
		display: block;
	}

}

@media (max-width: 479px){

	.top-menu1 .dropdown-toggle span,
	.top-menu2 .dropdown-toggle span {display: none}
	.top-menu2 .dropdown-toggle i { padding: 0}

	.header-block .dropdown-menu{
		min-width: 310px;
	}
	.fa-times{
		margin-right: 10px;
	}

	.empty-category-wrapper h3 {
		font-size: 64px;
	}

	.product-view .product-shop .no-rating, .product-view .product-shop .ratings {
		text-align: center;
	}
	.product-view .product-shop .ratings .rating-links {
		float: none;
		margin-top: 15px;
	}

	.reviews-list .button {
		display: block;
		margin: 15px 0;
	}
	.rating-table th {
		padding-right: 20px;
	}
	.add-review .data-table th {
		padding: 10px;
	}
	.add-review span.rating-element {
		height: 10px;
	}
	.add-review span.rating-element-duplicate {
		display: none
	}

	.addresses-list .item {
		float: none;
		padding-right: 0;
	}

	.footer-banners .fa{
		margin-right: 16px;
	}
	.copyrights{
		font-size: 12px;
	}
	.copyrights .links li{
		margin-left: 6px;
	}
	.copyrights .links li:before{
		padding-right: 2px;
	}
	footer li, .copyrights .links li {
		padding: 8px 0px 8px 26px;
	}

}

/* Responsive end */


/* Animations */
a, a i, button, button i, .cart-item .fa, #to-top, span.button,
.mobile-menu-trigger:before,
.mobile-menu-trigger:after,
.btn-remove:after,
.btn-cart-edit:after,
.cartown_header_2 .shop-cart p.cart-info span.items,
.box-tags .product-tags li a, .box-tags .product-tags li,
.opc .section .step-title,
.opc .section .step-title .number,
th.ammo-sort {
	-webkit-transition: 512ms ease-in-out;
	-moz-transition: 512ms ease-in-out;
	-o-transition: 512ms ease-in-out;
	transition: 512ms ease-in-out;

	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	transition-property: background, color;
}

a:hover, a:hover i, button:hover, button:hover i, .cart-item .fa:hover, #to-top:hover, span.button:hover,
.mobile-menu-trigger:hover:before,
.mobile-menu-trigger:hover:after,
.btn-remove:hover:after,
.btn-cart-edit:hover:after,
.cartown_header_2 .shop-cart:hover p.cart-info span.items,
.box-tags .product-tags li:hover, .box-tags .product-tags li:hover a,
.opc .section:hover .step-title,
.opc .section:hover .step-title .number,
th.ammo-sort:hover {
	-webkit-transition-duration: 32ms;
	-moz-transition-duration: 32ms;
	-o-transition-duration: 32ms;
	transition-duration: 32ms;
}

.products-grid .add-to-links a {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
}

.products-grid .product-label,
.products-grid .product-hover,
.products-grid .price-box-clone,
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.products-grid .additional-images-wrapper img {
	-moz-transition: -moz-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: o-transform .3s;
	-ms-transition: ms-transform .3s;
	transition: transform .3s;
}

.products-grid .price-box-clone {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.product-image-thumbs a {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.pprExt {
	font-size: 11px;
	color: #999;
	margin-left: 1px;
}

.ratings span.notif {
	/*position: absolute;
    margin-left: 2px;
    margin-top: 5px;*/
    height: 14px;
    min-width: 15px;
    background-size: contain;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}
.ratings .num {
	/*position: relative;*/
	font-size: 9px;
    /*top: -14px;*/
	margin-top: -14px;
    color: #555;
    font-weight: 600;
    display: block;
    text-shadow: none;
}
.ratings .fa-comment-alt {
	color: #ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 2px #c1c1c1;
}
