

/* ********************************************************************************************
	Navigation
*********************************************************************************************** */

@media only screen and (min-width: 1025px)  {

	/* Default Navigation ***********/
	.nav-container{ margin: 0;}
	.nav-container *{-webkit-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;}
	.nav-container .toggleMenu { display: none;}
	.nav-container #nav {  width: 100%;height: 54px;display: flex !important; justify-content: center}
	.nav-container #nav a { font-family: 'Raleway', sans-serif; color: #FFFFFF; font-weight: 600; font-size: 15px; line-height: 12px;}
	.nav-container #nav li { text-align:left;float: left;}
	.nav-container #nav > li{padding-bottom: 10px;}
	.nav-container #nav li:hover{}
	.nav-container #nav li, .nav-container #nav li:hover{position: relative;}
	.nav-container #nav > li > a{padding: 18px 20px;display: block;text-decoration: none;white-space: normal;text-transform: uppercase;position: relative;}
	.nav-container #nav > li:hover > a,
	.nav-container #nav > li.active:hover > a,
	.nav-container #nav > li.active > a{color: #34d128;}

	.nav-container #nav > li.parent  > a:before{
		content: " ";
		border-bottom: 7px solid #34d128;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: none;
		position: absolute;
		left: 0px;
		bottom: -20px;
		right: 0;
		width: 0;
		height: 0;
		margin: 0 auto;
		display: none;
	}

	.nav-container #nav > li.parent:hover > a:before{display: block;}

	/* 2nd Level */
	.nav-container #nav ul.level0 {
		background-color: #292929;
		left:0;
		position: absolute;
		padding: 10px;
		top: 50px;
		width: 400px;
		z-index: 1501;
		display: none;
		border-width: 0px;
		border-style: solid;
		border-color:#34d128;
		border-top-width: 3px;

		-moz-box-shadow: 	0px 0px 5px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 	0px 0px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 		0px 0px 5px rgba(0, 0, 0, 0.15);
	}

	.nav-container #nav li:hover > ul{display: block;}

	.nav-container #nav div ul { position:static; width:400px;padding: 10px;  }
	.nav-container #nav li ul li{float: none !important;display: inherit !important;/*padding-right: 10px;*/}
	.nav-container #nav li ul li a{font-size: 16px;display: block;padding: 5px 15px;color: #eee;}
	.nav-container #nav li ul li.last > a{border-bottom: none;}

	.nav-container #nav li ul li:hover > a,
	.nav-container #nav li ul li.hover > a{background-color: #525252;color:#34d128}
	.nav-container #nav li ul li:not(:last-child),.nav-container #nav li ul li:hover:not(:last-child){border-bottom: 1px solid #444;}


	/*Category Label*/
	.nav-container #nav li ul li a span.category-label{margin-left: 0px;right: 15px;top: 8px;}

	/* 3rd+ Level */
	.nav-container #nav ul ul,
	.nav-container #nav ul div { top:0px; margin-top: 0px;}

	.nav-container #nav .level1 li.level2 a {
		font-size: 13px;
		margin-left: 10px;
		padding: 5px 0 5px 15px;
	}
	/*.nav-container #nav li ul li ul:before{*/
		/*content: " ";*/
		/*display: block;*/
		/*border-bottom: 7px solid transparent;*/
		/*border-right: 7px solid #34d128;*/
		/*border-top: 7px solid transparent;*/
		/*position: absolute;*/
		/*left: -10px;*/
		/*top: 12px;*/
		/*width: 0;*/
		/*height: 0;*/
		/*margin: 0 auto;*/
	/*}*/
	.nav-container #nav li ul.shown-sub, #nav li .shown-sub {}
	.nav-container #nav li ul.shown-sub {}

	.close-menu{display: none;}
}


/* Responsive Menu ======================================================================== */

@media all and (max-width : 1279px) {
	.nav-container #nav > li > a{}
}

@media screen and (max-width: 1024px) {

	.nav-maincontainer.sticky{
		display: none !important;
	}

	.toggleMenu {

		height: 54px;
		font-weight: normal;
		line-height: 54px;
		font-size: 28px;
		display: block !important;
		margin-left: auto;
		text-align: center;
	}
	.fixed .toggleMenu {
		background-color: #525252;
	}
	.navmain-container.template .nav {
		width: auto !important;

	}
	.toggleMenu:hover,
	.toggleMenu.active{color: #34d128 ;}
	.toggleMenu:before{font-family: FontAwesome;padding-right: 13px;}
	.close-menu{display: none;}
	#nav {
		z-index: 9999;
		position: absolute;
		width: 100vw;
		left: 0;
		background-color: #F1F1F1;
		max-height: 85vh;
		overflow: scroll;
		display: none;
	}
	#nav:before,
	#nav:after {
		content: " ";
		display: table;
	}
	#nav:after {
		clear: both;
	}
	#nav ul {
		list-style: none;
		width: 9em;
		background: none !important;
	}
	#nav a {
		display: block;
		font-size: 16px !important;
		border-bottom: 1px solid #E4E4E4 !important;
		padding: 15px 15px;
		color: #525252 !important;
		font-weight: normal;
	}
	#nav li.active a{
		background-color: transparent !important;
	}
	#nav a:hover,
	#nav li.active a:hover{
		background-color: #525252 !important;
		color: #FFFFFF !important;
	}
	.nav-container #nav a span.category-label{
		right: 60px;
		top: inherit !important;
		display: none !important;
	}
	#nav li {
		position: relative;
		float: none !important;
		display: inherit !important;
	}
	#nav > li {
		float: left;
		list-style-type:none;
	}
	#nav > li > .parent {
		background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png");
		background-repeat: no-repeat;
		background-position: right;
	}
	#nav > li > a {
		display: block;
		background-color: transparent !important;
	}
	#nav li  ul {
		display: none;
		position: absolute;
		left: -9999px;
	}
	#nav > li.hover > ul {
		left: 0;
	}
	#nav li li.hover ul {
		left: 100%;
		top: 0;
	}
	#nav li li a {
		display: block;
		padding-left: 25px;
		text-decoration:none;
	}

	#nav li li li a {
		padding-left: 35px;
		z-index:200;

	}
	#nav li li li li a {
		padding-left: 45px;

	}
	#nav .active {
		display: block;
	}
	#nav > li > .parent {
		background-position: 95% 50%;
	}
	#nav > li > .parent {
		background-image: none;
	}

	#nav li .more {
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
		cursor: pointer;
		font-family: FontAwesome;
		width: 49px;
		height: 49px;
		background-position: center center;
		background-repeat: no-repeat;
		font-size: 12px;
		text-align: center;
		line-height: 49px;
	}
	.parent .more {
		background-color: #34d128;
	}
	.parent .more:after {
		font-family: "FontAwesome";
		content: '\f0d7';
	}
	.parent .clicked.more:after {
		content: '\f0d8' !important;
	}
	/*#nav li.hover > .more,*/
	#nav li:hover > .more{
		color: #ffffff;
	}
	#nav li:hover > .more:hover,
	#nav li.hover > .more{
		background-color: #E2E2E2;
		color: #525252;
	}
	#nav ul {
		display: block;
		width: 100%;
	}
	#nav > li.hover > ul , #nav li li.hover > ul {
		position: static;
		display: block;
	}

}



/* VARIABLES // CUSTOM PROPERTIES */
:root {
    /*MAIN COLORS*/
    --main-highlight-color: #34d128;
    --highlight-hover-color: #05a608;
    --main-bg-color: #ffffff;
    --secondary-bg-color: #161616;
    --tertiary-bg-color: #292929;
    /* LINKS AND BUTTONS */
    --main-link-color: #8a8a8a;
    --link-hover-color: #34d128;
    --main-button-color: #34d128;
    --main-button-text-color: #ffffff;

}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 500 12px/18px 'Raleway', Helvetica, sans-serif;
    color: #8a8a8a;
    text-align: center;
    background: var(--secondary-bg-color);
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: var(--main-link-color);
}

a:hover {
    text-decoration: none;
    color: var(--link-hover-color);
}

li a {
    text-decoration: none;
}

html {
    font-size: 16px;
}

/* Base */
::-moz-selection {
    background: #525252;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #525252;
    color: #fff;
    text-shadow: none;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

/* Content */
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 12px;
}

sup {
    font-size: 12px;
    vertical-align: top;
}

/* Lists */
ul, ol {
    list-style: none;
}

/* 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;
}

.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%;
    min-height: 147px;
    position: relative;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.bold {
    font-weight: bold;
}

/*Blockquote*/
blockquote {
    border-left: 0;
    padding: 10px 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

blockquote, blockquote p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

blockquote.blockquote1, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {
    font-size: 12px;
    line-height: 18px;
}

blockquote.blockquote2, blockquote.blockquote2 p {
    font-size: 14px;
    line-height: 22px;
}

blockquote.pullquote {
    border-left: 1px dotted #E4E4E4;
    padding: 0 0 0 20px;
}

/*Highlighted Text*/
.highlighted {
    padding: 1px 3px;
    border-radius: 1px;
    margin-right: 2px;
    color: #fff;
    background-color: #34d128;
}

/* ********************************************************************************************
	Layout
*********************************************************************************************** */

.wrapper {
    float: left;
    width: 100%;
}

.page {
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative; /*overflow: hidden;*/
}

.page-print {
    padding: 20px;
    text-align: left;
    background-repeat: repeat;
    background-position: center top;
    background-image: none;
    background-color: #FFFFFF;
}

.page-empty {
    padding: 20px;
    text-align: left;
    background-repeat: repeat;
    background-position: center top;
    background-image: none;
    background-color: #fff;
}

.page-popup {
    padding: 20px;
    text-align: left;
    background-repeat: repeat;
    background-position: center top;
    background-image: none;
    background-color: #FFFFFF;
}

.main-container {
    background-repeat: repeat;
    background-position: center top;
    clear: both;
}

.main {
    padding: 15px 0 0;
    min-height: 400px;
    clear: both;
    position: relative;
}

@media only screen and (min-width: 1280px) {
    .container_12 {
        max-width: 960px !important;
    }

}

/* Base Columns */
.col-left {
    float: left;
}

.col-main {
    float: left;
    padding: 68px 4% 2% 4%;
    margin-bottom: 20px;
    background-color: #FFF;
    position: relative;
    background-image: url('/skin/frontend/rimbus/default/images/bg-title.png');
    background-repeat: no-repeat;
    background-size: 100% 63px;
    background-position: 0 0;
}

.col-right {
    float: right;
}

.category-right .col-left {
    float: right;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {
}

.category-right .col-main {
    float: left;
}

/* 3 Columns Layout */
.col3-layout .col-main {
}

.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* Category Full */
.category-full .col-left .block,
.category-full .col-left .block-sidebar {
    display: none;
}

#oar_widget_orders_and_returns_form .form-alt li {
    padding: 20px 0px 20px 0px;
}

/* ********************************************************************************************
	Global Styles
*********************************************************************************************** */

/* Form Elements */
input, select, textarea, button {
    font-size: 12px;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: 500;
    vertical-align: middle;
}

input.input-text, textarea {
    -webkit-appearance: none;
}

input.input-text, select, textarea,
input.product-custom-option {
    color: #525252;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.input-text {
    height: 36px;
    line-height: 18px \9;
}

select {
    height: 36px;
    line-height: 18px \9;
    padding: 8px 10px;
    text-overflow: ellipsis;
    width: 100%;
}

select.multiselect {
    height: auto !important;
}

input.input-text, textarea {
    padding: 8px 10px;
    text-overflow: ellipsis;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
}

select option {
    padding-right: 10px;
    padding-left: 5px;
}

select.multiselect option {
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 50px !important;
    text-align: center;
}

/* Active, Deactive and others */
input.input-text:hover, select:hover, textarea:hover,
input.input-text:focus, select:focus, textarea:focus {
    border-color: #34d128;
    outline: none;
}

input.input-text:disabled,
select:disabled,
textarea:disabled {
    opacity: 0.50;
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

/* Buttons */
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    max-width: 100%;
}

button.button:hover {
}

button.button span {
    float: left;
    display: block;
    padding: 0;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

button.button span span {
}

/* Style 1 (Buttons)*/
button.button span,
div.alert-inner a.continue,
button.btn-cart span {
    background-color: #34d128;
    color: #FFFFFF;
}

/* Style 1 Hover Style (Buttons) */
button.button:hover span,
div.alert-inner a.continue:hover,
button.btn-cart:hover span {
    background-color: #05a608;
    color: #FFFFFF;
}

/* Style 2 (Buttons) */
button.btn-checkout span,
div.alert-inner a.cart,
.account-login .buttons-set button span,
#opc-login .buttons-set button span,
.block-subscribe button.button span {
    background-color: #34d128 !important;
    color: #FFFFFF !important;
}

/* Style 2 Hover Style (Buttons) */
button.btn-checkout:hover span,
div.alert-inner a.cart:hover,
.account-login .buttons-set button:hover span,
#opc-login .buttons-set button:hover span,
.block-subscribe button.button:hover span {
    background-color: #05a608 !important;
    color: #FFFFFF !important;
}

/* Button Medium */
button.button span span {
    padding: 10px;
    float: none;
    white-space: normal;
}

button.button.btn-medium span span {
    padding: 10px 20px;
}

/* Button Small */
button.button.btn-inline span span {
    padding: 8px 20px;
}

button.button.btn-small span span {
    padding: 8px 20px;
}

button.button.btn-large span span {
    padding: 15px 20px;
    font-size: 16px;
}

/* Perticular Buttons */
.account-login .buttons-set button span span,
.opc .buttons-set button span span,
.account-create .buttons-set button span span,
.customer-account-forgotpassword .buttons-set button span span,
#oar_widget_orders_and_returns_form .buttons-set button span span,
.contacts-index-index .buttons-set .button span span {
    min-width: 120px;
}

/* ********************************************************************************************
	Default Margin
*********************************************************************************************** */

/* Margin Top */
.martop0 {
    margin-top: 0 !important;
}

.martop5 {
    margin-top: 5px !important;
}

.martop10 {
    margin-top: 10px !important;
}

.martop15 {
    margin-top: 15px !important;
}

.martop20 {
    margin-top: 20px !important;
}

.martop25 {
    margin-top: 25px !important;
}

.martop30 {
    margin-top: 30px !important;
}

.martop35 {
    margin-top: 35px !important;
}

.martop40 {
    margin-top: 40px !important;
}

.martop45 {
    margin-top: 45px !important;
}

.martop50 {
    margin-top: 50px !important;
}

/* Margin Bottom */
.marbot0 {
    margin-bottom: 0px !important;
}

.marbot5 {
    margin-bottom: 5px !important;
}

.marbot10 {
    margin-bottom: 10px !important;
}

.marbot15 {
    margin-bottom: 15px !important;
}

.marbot20 {
    margin-bottom: 20px !important;
}

.marbot25 {
    margin-bottom: 25px !important;
}

.marbot30 {
    margin-bottom: 30px !important;
}

.marbot35 {
    margin-bottom: 35px !important;
}

.marbot40 {
    margin-bottom: 40px !important;
}

.marbot45 {
    margin-bottom: 45px !important;
}

.marbot50 {
    margin-bottom: 50px !important;
}

/* Margin Left */
.marleft0 {
    margin-left: 0 !important;
}

.marleft5 {
    margin-left: 5px !important;
}

.marleft10 {
    margin-left: 10px !important;
}

.marleft15 {
    margin-left: 15px !important;
}

.marleft20 {
    margin-left: 20px !important;
}

.marleft25 {
    margin-left: 25px !important;
}

.marleft30 {
    margin-left: 30px !important;
}

.marleft35 {
    margin-left: 35px !important;
}

.marleft40 {
    margin-left: 40px !important;
}

.marleft45 {
    margin-left: 45px !important;
}

.marleft50 {
    margin-left: 50px !important;
}

/* Margin Right */
.marright0 {
    margin-right: 0 !important;
}

.marright5 {
    margin-right: 5px !important;
}

.marright10 {
    margin-right: 10px !important;
}

.marright15 {
    margin-right: 15px !important;
}

.marright20 {
    margin-right: 20px !important;
}

.marright25 {
    margin-right: 25px !important;
}

.marright30 {
    margin-right: 30px !important;
}

.marright35 {
    margin-right: 35px !important;
}

.marright40 {
    margin-right: 40px !important;
}

.marright45 {
    margin-right: 45px !important;
}

.marright50 {
    margin-right: 50px !important;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* ********************************************************************************************
	Form lists
*********************************************************************************************** */

/* Grouped fields */
.form-list li {
    margin: 0 0 20px;
}

.form-list li .grid_4 {
    margin-top: 15px;
}

.form-list label {
    float: left;
    position: relative;
    z-index: 0;
    margin: 0 0 8px 0;
    padding-right: 5px;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
}

.form-list .field {
    float: left;
    width: 49%;
    margin-bottom: 8px;
}

.form-list .field + .field {
    float: right;
}

.form-list input.input-text {
    width: 100%;
}

.form-list textarea {
    width: 100%;
    height: 10em;
}

.form-list select {
    width: 100%;
}

.form-list li.wide .input-box {
}

.form-list li.wide input.input-text {
}

.form-list li.wide textarea {
}

.form-list li.wide select {
}

.form-list li.additional-row {
    border-top: 1px solid #E4E4E4;
    margin-top: 10px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

/* Buttons set */
.buttons-set {
    clear: both;
    margin-bottom: 2em;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 2em;
}

.buttons-set button.button {
    float: right;
    margin-bottom: 5px;
}

.buttons-set p.required {
    margin: 0 5px 5px 0;
}

.buttons-set .back-link {
    float: left;
    margin-bottom: 5px;
}

.buttons-set .back-link a,
div.alert a {
    display: block;
    padding: 9px 20px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
    text-transform: uppercase;
}

.buttons-set .back-link a {
    background-color: #F1F1F1;
    color: #525252;
}

.buttons-set .back-link a:hover {
    background-color: #34d128;
    color: #FFF;
}

.buttons-set .back-link small {
    display: inline-block;
    margin-right: 5px;
}

.buttons-set .back-link:hover small {
}

.contacts-index-index .buttons-set {
}

.contacts-index-index .buttons-set button.button {
    float: left;
    margin: 0px;
}

.contacts-index-index .buttons-set .required {
    text-align: left;
}

/* Orders and Returns form */
#oar_widget_orders_and_returns_form .buttons-set button {
    float: left;
}

#oar_widget_orders_and_returns_form .buttons-set .required {
    text-align: left;
}

#oar_widget_orders_and_returns_form .form-list input.input-text,
#oar_widget_orders_and_returns_form .form-list select {
    width: 100% !important;
}

/* Fieldset */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
    margin: 0 0 20px;
}

.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
    margin-bottom: 20px;
}

/* Form Validation */
.validation-advice {
    clear: both;
    color: #cb2700;
}

.validation-failed {
    border: 1px solid #cb2700 !important;
    background: #fff !important;
}

.validation-passed {
}

p.required {
    font-size: 12px;
    text-align: right;
}

p.required,
.product-options dt label.required em,
.form-list label.required em {
    color: #cb2700;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* ********************************************************************************************
	Global Messages
*********************************************************************************************** */

.success {
    color: #27ae60;
    font-weight: bold;
}

.error {
    color: #cb2700;
    font-weight: bold;
}

.notice {
    color: #2980b9;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.messages {
    overflow: hidden;
    margin: 0 0 10px;
}

.messages li {
    margin: 0 0 20px;
}

.messages li li {
    margin: 0;
}

.messages a {
    text-decoration: underline;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    padding: 26px 25px 26px 70px !important;
    margin-bottom: 20px;
    font-size: 14px;
}

.error-msg {
    border-color: #cb2700;
    background-color: #f8e9e8;
    background-image: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/alert-icon/i_msg-error.png);
    color: #cb2700;
}

.success-msg {
    border-color: #27ae60;
    background-color: #e4f3eb;
    background-image: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/alert-icon/i_msg-success.png);
    color: #27ae60;
}

.note-msg,
.notice-msg {
    border-color: #2980b9;
    background-color: #e6f1f8;
    background-image: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/alert-icon/i_msg-note.png);
    color: #2980b9;
}

/* ********************************************************************************************
	BreadCrumbs
*********************************************************************************************** */

.breadcrumbs {
    padding-bottom: 15px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
}

.breadcrumbs li span {
    margin: 6px 6px 0;
}

.breadcrumbs li strong {
    display: block;
    color: #34d128;
    font-weight: 500;
}

/* ********************************************************************************************
	Page Heading
*********************************************************************************************** */

.page-title.category-title {
}

.page-title h1,
.page-title h2 {
    display: block;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print {
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    border-bottom: none;
    font-size: 13px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: capitalize;
}

.page-title .link-rss {
    float: right; /*margin-top:15px;*/
}

.title-buttons {
    text-align: right;
}

.title-buttons button.button {
    margin-top: -10px;
}

.title-buttons button.button span span {
    line-height: normal;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
    text-align: left;
}

/* ********************************************************************************************
	Toolbar
*********************************************************************************************** */

.toolbar {
    position: relative;
}

/* Sorter */
.sorter {
    line-height: 30px;
    background-color: #F1F1F1;
    padding: 5px 10px;
}

.sorter label {
    vertical-align: middle;
}

/* Pager */
.toolbar .pager {
}

.category-products .toolbar .pager {
    padding: 0px;
}

.pager {
}

.pager .pages {
    display: inline-block;
    vertical-align: middle; /* Vertical align to fix positionning issue */
}

.pager .pages strong,
.pager .pages span {
    float: left;
    margin-right: 5px;
    font-weight: normal;
}

.pager .pages ol {
    display: inline-block;
    vertical-align: middle;
}

.pager .pages li {
    float: left;
    margin: 0 3px;
}

.pager .pages li a {
    padding: 0px;
    display: block;
}

.pager .pages li a,
.pager .pages li.current {
}

.pager .pages li a:hover,
.pager .pages li.current {
}

.pager .pages li a.next i,
.pager .pages li a a.previous i {
    font-weight: bold;
    font-size: 16px;
}

/* Amount */
.pager .amount,
.sorter .amount {
    float: left;
    display: none;
}

/* View mode */
.view-mode {
}

.view-mode label {
    margin-left: 5px;
}

.view-mode .grid,
.view-mode .list {
    vertical-align: middle;
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.view-mode .grid:hover,
.view-mode .list:hover,
.view-mode .grid-mode-active,
.view-mode .list-mode-active {
}

/* vertical spacing */
.sorter .item-left,
.pager .item-left,
.sorter .item-right,
.pager .item-right {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Item Elements */
.sorter .item-left,
.pager .item-left {
    float: left;
    text-align: left;
    margin-right: 20px;
}

.sorter .item-right {
    float: right;
    margin-left: 20px;
}

/*Style Sort By & limiter*/
.sort-by select,
.limiter select {
    max-width: 100%;
    width: auto;
    margin: 0px 0px 0px 5px;
    height: 32px;
    padding: 5px 10px;
}

.sort-by select,
.limiter select,
.sort-by a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.sort-by a {
    margin-left: 5px;
}

/* Category-asc & Category-desc */
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc {
    padding: 0 5px;
}

/* Genric Toolbar Style */
.pager .pages li,
.view-mode .grid, .view-mode .list {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.view-mode .grid, .view-mode .list,
.pager .pages li a, .pager .pages li.current,
.sort-by select, .limiter select {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
}

.view-mode .grid:hover, .view-mode .list:hover, .view-mode .grid-mode-active, .view-mode .list-mode-active,
.pager .pages li a:hover, .pager .pages li.current {
    background-color: #34d128;
    color: #FFFFFF;
    border-color: transparent !important;
}

/* Toolbar Bottom */
.toolbar-bottom {
    clear: both;
    width: 100%;
    margin-top: 30px;
}

.toolbar-bottom .toolbar {
}

.toolbar-bottom .toolbar .pager {
    margin-bottom: 0%;
}

.toolbar-bottom .toolbar .pager .pages {
}

.toolbar-bottom .sorter {
}

/* ********************************************************************************************
	Data Table
*********************************************************************************************** */

.data-table {
    width: 100%;
}

.data-table thead {
    background: none;
}

.data-table thead th {
    padding: 15px 20px;
}

.data-table thead th,
.data-table tbody th {
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table th,
.data-table td {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #E4E4E4;
    text-align: left !important;
    font-weight: 500;
}

.data-table th .tax-flag {
    font-weight: normal;
}

.data-table tfoot tr td {
    text-align: right !important;
}

.data-table tfoot tr.last td {
    font-size: 20px;
}

.data-table tfoot td.last {
    text-align: left !important;
}

.data-table tfoot tr.last td strong {
}

/* Responsive Tile*/
.data-table .cartlabel {
    display: none;
}

/* ********************************************************************************************
	Generic Info Box
*********************************************************************************************** */

.info-box {
    background: #fff url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #E4E4E4;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* ********************************************************************************************
	Shopping cart total summary row expandable to details
*********************************************************************************************** */

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #F5F5F5;
    color: #777;
    padding: 2px 5px !important;
}

tr.summary-details-first td {
    border-top: 1px solid #d5d5d5;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* ********************************************************************************************
	Shopping cart tax info
*********************************************************************************************** */

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* ********************************************************************************************
	Class: std - styles for admin-controlled content
*********************************************************************************************** */

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

/* Unordered list without any bullets */
.std ul.no-bullets {
    list-style: none outside none !important;
    padding-left: 0 !important;
}

.std ul.no-bullets li {
    background-image: none !important;
    padding-left: 0 !important;
}

/* Ordered lists */
.std ol {
    list-style: decimal outside;
    margin: 10px 0;
    padding: 0 0 0 1.5em;
}

.std ol ol,
.std ul ol,
.std ol ul {
    margin: 0.5em 0;
}

/* Std Misc */
.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

/* Std Styles Override */
.std .products-grid p {
    margin-bottom: 0;
}

/* ********************************************************************************************
	Misc
*********************************************************************************************** */

.link-cart {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-print {
}

.link-rss {
    white-space: nowrap;
}

.link-print:before,
.link-rss:before {
    padding-right: 10px;
    font-family: FontAwesome;
}

/* ********************************************************************************************
	Common styles for small buttons
*********************************************************************************************** */

/* Generic Button Style */
.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a,
.cart-table .link-wishlist,
.compare-table .link-wishlist,
.peer-cancel-img,
.fancybox-close,
div.alert-inner button.close {
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    background-color: transparent;
}

/* Hover Style*/
.btn-remove:hover,
.btn-remove2:hover,
.btn-edit:hover,
.tool-tip .btn-close a:hover,
.cart-table .link-wishlist:hover,
.compare-table .link-wishlist:hover,
.peer-cancel-img:hover,
.fancybox-close:hover,
div.alert-inner button.close:hover {
    color: #34d128;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
    font-weight: normal;
    color: #E4E4E4;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #E4E4E4;
    text-indent: -9999em;
    overflow: hidden;
}

/* ********************************************************************************************
	Notices
*********************************************************************************************** */

.global-site-notice {
    background: #F5F5F5;
    color: #333;
}

.global-site-notice .notice-inner {
    max-width: 66%;
    margin: 0 auto;
    padding: 10px 0 10px 80px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/alert-icon/i_msg-note.png) 20px center no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    width: 80%;
    margin: 0;
    padding: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.global-site-notice .notice-inner .actions {
    display: inline-block;
    vertical-align: middle;
}

/* Cookie Notice */
.notice-cookie {
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* ********************************************************************************************
	Lists
*********************************************************************************************** */

/* Unordered lists */
ul.bullet,
ul.disc,
ul.list {
    margin: 0 0 1em;
    padding: 0;
}

/* Bullet */
ul.bullet {
    list-style: none outside none;
}

ul.bullet li a:before {
    float: left;
    font-family: FontAwesome;
    margin-right: 6px;
}

/* Disc */
ul.disc {
    list-style: disc outside none;
    padding-left: 1.5em;
}

ul.disc li {
    background-image: none;
    padding-left: 0;
}

/*List*/
ul.list {
    list-style: none outside none;
}

ul.list li {
    background-image: none;
    padding-left: 0;
}

/* Nested unordered lists */
ul.bullet ul,
ul.disc ul,
ul.list ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ul.bullet li a,
ul.disc li a,
ul.list li a {
    display: block;
    padding: 6px 0px;
}

ol.ordered-list li a {
    display: block;
    padding: 6px 0px;
}

/* Separator */
ul .separator {
    margin: 8px 1px;
    overflow: hidden;
}

ul.separator li a {
    padding: 12px 0px;
    border-bottom: 1px solid #E4E4E4;
}

ul.separator li:last-child a,
ul.separator li.last a {
    border-bottom: none;
}

ul.separator li.first a {
    padding-top: 0px;
}

/* ********************************************************************************************
	Custom banners
*********************************************************************************************** */

.page-banners .banner a {
    display: block;
}

.page-banners .banner a img {
    display: block;
    margin: 0 auto;
}

.page-banners .banner {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.page-banners .banner.last {
    margin-bottom: 0px;
}

.page-banners .banner p {
    text-align: left;
}

/* ********************************************************************************************
	Bannerslider Block
*********************************************************************************************** */

.slider-banners {
    -webkit-backface-visibility: hidden;
}

.slider-banners .banner {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.slider-banners .banner.last {
    margin-bottom: 0px;
}

.slider-banners a.banner,
.slider-banners .banner a {
    display: block;
}

/* ********************************************************************************************
	Category Top Banner Elements
*********************************************************************************************** */

.category-block-section {
    clear: both;
}

.landing-page {
}

.horizontal-section,
.vertical-section {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}

.horizontal-section {
}

.landing-page .center-block {
    display: block;
    margin: 0 auto;
}

/* Templete Width */
.content-width .horizontal-section,
.content-width .vertical-section {
    margin-bottom: 40px;
}

.full-width .horizontal-section,
.full-width .vertical-section {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

/* Align Banner Img */
.center-block {
    text-align: center;
}

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

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

/* ********************************************************************************************
	Caption
*********************************************************************************************** */

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 6%;
    padding: 0;
    text-align: left;
    z-index: 1;
}

/* Caption position */
.caption.top {
    top: 0;
    bottom: auto;
}

.caption.top-right {
    top: 0;
    bottom: auto;
    right: 0;
}

.caption.bottom-right {
    right: 0;
}

.caption.middle {
    left: 0;
    width: 74%;
    margin: 9%;
}

.caption.middle-right {
    right: 0;
    width: 52%;
    margin: 9%;
}

/* Caption elements */
.caption > * {
    float: left;
    display: inline-block;
    margin-bottom: 0px;
    color: #FFF;
}

.caption .heading {
    margin-bottom: 0px !important;
    font-size: 34px;
    line-height: 30px;
    clear: both;
    font-family: 'Raleway';
    font-weight: 900;
}

.caption p {
    clear: left;
    margin-bottom: 0px !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.caption button {
    clear: left;
}

/* Caption layout */
.caption.centered {
    text-align: center;
}

.caption.centered > * {
    display: inline-block;
    float: none;
}

/* Floating (text alignment) */
.caption.right > * {
    text-align: right;
    float: right !important;
}

/* Caption additional styles */

.caption.full-width {
    width: 88%;
    margin: 6%;
}

.caption.narrow {
    width: 38%;
}

.caption.middle.full-width,
.caption.middle-right.full-width {
    width: 82%;
    margin: 9%;
}

.caption.middle.narrow,
.caption.middle-right.narrow {
    width: 32%;
}

/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent {
    display: inline-block !important;
}

/* Skin */
.caption .heading,
.caption p {
    transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}

a:hover .caption .heading,
a:hover .caption p,
.caption-on-hover:hover .caption .heading,
.caption-on-hover:hover .caption p {
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#35000000, endColorstr=#35000000);
}

a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p,
.caption-on-hover:hover .caption.dark1 .heading,
.caption-on-hover:hover .caption.dark1 p {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
}

/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p,
.caption-on-hover:hover .caption.dark2 .heading,
.caption-on-hover:hover .caption.dark2 p {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
}

a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p,
.caption-on-hover:hover .caption.dark3 .heading,
.caption-on-hover:hover .caption.dark3 p {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p {
    background-color: rgba(255, 255, 255, 0.35);
    color: #000;
}

a:hover .caption.light1 .heading,
a:hover .caption.light1 p,
.caption-on-hover:hover .caption.light1 .heading,
.caption-on-hover:hover .caption.light1 p {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

/* Light + black text */
.caption.light2 .heading,
.caption.light2 p {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
}

a:hover .caption.light2 .heading,
a:hover .caption.light2 p,
.caption-on-hover:hover .caption.light2 .heading,
.caption-on-hover:hover .caption.light2 p {
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
}

/* Light + black text */
.caption.light3 .heading,
.caption.light3 p {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

a:hover .caption.light3 .heading,
a:hover .caption.light3 p,
.caption-on-hover:hover .caption.light3 .heading,
.caption-on-hover:hover .caption.light3 p {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

/* ********************************************************************************************
	Header container
*********************************************************************************************** */

.header-container {
    left: 0;
    right: 0;
    z-index: 999;
    position: relative;
    background-size: cover;
}

.header .item-left {
    float: left;
    margin-right: 15px;
}

.header .item-right {
    float: right;
    margin-left: 15px;
}

/* Header Top */
.header-top-container {
    background-color: #000;
    color: #FFF;
}

.header-top {
    line-height: 34px;
    font-size: 12px;
}

.header-top .welcome-msg {
    margin-top: 0px;
    line-height: 34px;
}

/* Header Primary */
.header-primary-container {
}

.header-primary {
    position: relative;
    padding: 30px 0px 0px;
}

.header .dropdown {
    float: right;
}

.top-links {
    text-align: right;
}

/* logo */
.logo {
    text-align: center;
}

.logo-foot.logo {
    margin: 0px;
}

.logo a {
    display: inline-block;
    text-align: right;
}

.logo strong {
    font-weight: normal;
    display: block;
    color: #34d128;
}

/* Mini Cart =============================================================== */

.header .shopping_cart {
    margin-left: 15px;
}

.shopping_cart {
}

.after-mini-cart {
    clear: both;
}

.welcome-msg {
    font-weight: 500;
    margin: 16px 5px 0px 0px;
    text-align: right;
}

/* Mini Cart Title */
.shopping_cart .dropdown-toggle {
}

.shopping_cart .dropdown-toggle .summary-container {
    background-color: #525252;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.shopping_cart:hover .dropdown-toggle .summary-container {
    background-color: #34d128;
}

.shopping_cart .icon-cart {
    font-size: 16px;
}

.shopping_cart .dropdown-toggle .label {
    padding: 0 5px;
    text-transform: uppercase;
}

.shopping_cart .dropdown-toggle .count {
}

.shopping_cart .dropdown-toggle .amount {
}

/* Mini Cart Content */
.shopping_cart .dropdown-menu .bag-header {
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.shopping_cart .dropdown-menu .mini-products-list li {
    padding: 15px !important;
    border-bottom: 1px solid #E4E4E4;
}

.shopping_cart .mini-products-list .product-name {
    padding-right: 50px;
    font-size: 12px;
    line-height: 20px;
}

.shopping_cart .dropdown-menu a {
}

.shopping_cart .dropdown-menu .inner {
}

.shopping_cart .dropdown-menu .incl-tax {
    display: block;
    padding-bottom: 10px;
    text-align: right;
}

.shopping_cart .dropdown-menu .empty {
    padding: 0px 0;
}

.shopping_cart .block-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
}

.shopping_cart .dropdown-menu .price {
    font-weight: normal;
}

.shopping_cart .button-set {
    position: absolute;
    top: 17px;
    right: 15px;
}

.shopping_cart .btn-remove,
.shopping_cart .btn-edit {
}

.shopping_cart .subtotal {
    text-align: right;
    padding: 15px;
    clear: both;
    margin-top: 14px;
    border-bottom: 1px solid #E4E4E4;
}

.shopping_cart .subtotal .label {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.shopping_cart .subtotal .price {
    color: #34d128;
    font-size: 16px;
    font-weight: bold;
}

.shopping_cart .actions {
    text-align: center;
    padding: 15px;
    clear: both;
}

.shopping_cart .actions button {
}

.shopping_cart .actions button.btn-checkout {
}

.shopping_cart .actions button span {
}

.shopping_cart .actions button span span {
}

.shopping_cart .truncated {
    margin-left: 0px;
}

/* Form Search =============================================================== */

.quick-search {
    float: left;
    width: 100%;
    max-width: 370px;
}

#search_mini_form {
    clear: both;
    display: block;
}

.form-search {
    position: relative;
    z-index: 10;
}

.form-search label {
    float: left;
    margin: 3px 4px 0 0;
    display: none;
}

.form-search select {
    width: 30%;
    float: left;
    background-color: #F1F1F1;
}

.form-search select option {
    background-color: #FFFFFF;
    color: #525252;
}

.form-search .input-text {
    float: left;
    width: 70%;
    padding-right: 46px;
    line-height: inherit !important;
    border-left: none;
}

/* Button */
.form-search .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.form-search button.button span {
    background-color: transparent !important;
    color: #525252;
}

.form-search button.button:hover span {
    color: #34d128;
}

.form-search .button span span {
    line-height: 35px;
    font-size: 15px;
    padding: 0 11px;
    font-family: 'FontAwesome';
}

/* Search autocomplete */
.form-search .search-autocomplete {
    left: 0 !important;
    top: 100% !important;
    position: relative;
    z-index: 4100 !important;
}

.form-search .search-autocomplete ul {
    background-color: #fff;
    text-align: left;
    padding: 3px;
}

.form-search .search-autocomplete li {
    padding: 3px 5px;
    cursor: pointer;
    line-height: 24px;
}

.form-search .search-autocomplete li:hover {
}

.form-search .search-autocomplete li .amount {
    float: right;
    padding-left: 5px;
}

/* Nav Maincontainer =============================================================== */
.navmain-container {
    margin-top: 30px;

}

.navmain-container,
.navmain-container.template .nav {
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    z-index: 2;
    position: relative;
}

.navmain-container.template .nav {
}

.navmain-container.template {
    background-color: transparent !important;
    border: none !important;
}

.nav {
    position: relative;
    background-color: #404041;
}

.nav * {
}

/* Sticy Header */
.navmain-container.fixed {
    z-index: 1000;
    left: 0;
    right: 0px;
    margin: 0 auto;
    opacity: 1;
    position: fixed !important;
    top: 0px;
}

/* Sticy Header Animate */
/*.navmain-container.fixed {
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* **************************************************************************
	Header Style 1
***************************************************************************** */
.header1 .links-separators .links > li > a {
    color: #8a8a8a;
}

/* **************************************************************************
	Header Style 2
***************************************************************************** */

.header2 .logo {
    text-align: left;
}

.header2 .quick-search {
    max-width: none;
}

.header2 .shopping_cart .dropdown-toggle .summary-container {
    background: transparent;
}

.header2 .shopping_cart:hover .dropdown-toggle .summary-container {
    background: transparent;
}

.header2 .shopping_cart .dropdown-toggle .label {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}

.header2 .shopping_cart .icon-cart {
    background: #34d128;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}

.header2 .shopping_cart .dropdown-toggle .count {
    display: block;
    line-height: normal;
    padding: 0 5px;
    font-size: 13px;
}

.header2 .shopping_cart .dropdown-toggle .count .price {
    color: #34d128;
}

/* **************************************************************************
	Header Style 3
***************************************************************************** */

.header3 .shopping_cart .dropdown-toggle .summary-container {
    background: transparent;
}

.header3 .shopping_cart:hover .dropdown-toggle .summary-container {
    background: transparent;
}

.header3 .shopping_cart .dropdown-toggle .label {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}

.header3 .shopping_cart .icon-cart {
    background: #34d128;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}

.header3 .shopping_cart .dropdown-toggle .count {
    display: block;
    line-height: normal;
    padding: 0 5px;
    font-size: 13px;
}

.header3 .shopping_cart .dropdown-toggle .count .price {
    color: #34d128;
}

/* **************************************************************************
	Header Style 4
***************************************************************************** */

.header4 .logo {
    text-align: left;
}

.header4 .mega-container {
    width: auto;
}

.header4 .shopping_cart {
    float: right;
}

.header4 .compare-wishlist-box .wishlist span,
.header4 .compare-wishlist-box .compare span {
    background: #34d128;
    color: #FFFFFF;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;

    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;

}

.header4 .compare-wishlist-box .wishlist,
.header4 .compare-wishlist-box .compare {
    position: relative;
    float: left;
    margin-left: 15px;
}

.header4 .compare-wishlist-box .wishlist {
    margin-left: 0px;
}

.header4 .compare-wishlist-box p.count {
    position: absolute;
    background: #434343;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    top: -7px;
    right: -7px;
}

.header4 .shopping_cart .dropdown-toggle .summary-container {
    padding-left: 0px;
    padding-right: 0px;
}

.header4 .shopping_cart .icon-cart {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 23px;
    position: relative;
    border-right-color: #FFF;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
}

.header4 .cart-count {
    padding: 0px 10px;
    margin-left: -3px;
}

.header4 .shopping_cart .dropdown-toggle .label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}

.header4 .shopping_cart .dropdown-toggle .price {
    display: block;
    line-height: normal;
    padding: 0 5px;
    font-size: 13px;
}

.header4 .shopping_cart .dropdown-toggle .count {
    position: absolute;
    right: 6px;
    top: 1px;
    line-height: normal;
    font-size: 13px;
}

/* **************************************************************************
	Header Style 5
***************************************************************************** */

.header5 .logo {
    text-align: left;
    padding: 0 10px;
}

.header5 .form-search .input-text {
    float: none;
    width: 300px;
    padding-right: 10px;
    border-left: 1px solid #E4E4E4;
}

.header5 input.input-text:hover,
.header5 input.input-text:focus {
    border-left-color: #34d128;
}

.header5 .form-search .button {
    position: static;
    display: inline-block;
}

.header5 .quick-search {
    width: auto;
}

.header5 .top-links .links {
    float: left;
}

.header5 .links-separators .links > li.last > a {
    padding-right: 20px;
}

.header5 .links-separators .links > li.last {
    border-right: 1px solid;
}

.header5 .shopping_cart {
    margin-left: 0;
}

.header5 .shopping_cart .dropdown-toggle .summary-container {
    background: transparent !important;
    padding-left: 0;
    position: relative;
}

.header5 .shopping_cart:hover .dropdown-toggle .summary-container {
    background: transparent !important;
}

.header5 .shopping_cart .icon-cart {
    border-left: 1px solid #525252;
    line-height: 9px;
    padding-left: 20px;
    font-size: 15px;
}

.header5 .form-search .button span span {
    font-size: 12px;
    padding: 0 20px;
}

.header5 .shopping_cart .dropdown-toggle .count {
    position: absolute;
    top: 1px;
    right: 0;
    background: #F33F63;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    text-indent: 2px;
}

.header5 .shopping_cart .dropdown-menu {
    line-height: normal;
}

.header5 .form-search .dropdown-menu {
    max-width: none;
}

.header5 .cart-search.item-right {
    margin-left: 0;
}

/* **************************************************************************
	Header Style 6
***************************************************************************** */
.header6.header-container {
    padding-bottom: 30px;
}

.header6 .logo {
    padding: 0 10px;
}

.header6 .form-search .input-text {
    float: none;
    width: 300px;
    padding-right: 10px;
    border-left: 1px solid #E4E4E4;
}

.header6 input.input-text:hover,
.header6 input.input-text:focus {
    border-left-color: #34d128;
}

.header6 .form-search .button {
    position: static;
    display: inline-block;
}

.header6 .quick-search {
    width: auto;
}

.header6 .form-search .dropdown-menu {
    max-width: none;
}

.header6 .shopping_cart .dropdown-toggle .summary-container {
    background-color: #F1F1F1;
    padding-left: 0;
    position: relative;
    padding: 0px 20px;
    text-align: center;
    line-height: 54px;
}

.header6 .shopping_cart .dropdown-toggle .count {
    position: absolute;
    top: 5px;
    right: 9px;
    color: #F33F63;
    font-size: 13px;
    font-weight: bold;
}

.header6 .shopping_cart:hover .dropdown-toggle .summary-container {
    background-color: #F1F1F1;
}

.header6 .shopping_cart .icon-cart {
    font-size: 20px;
}

.header6 .mega-container {
    width: auto;
}

.header6 .shopping_cart {
    float: right;
}

/* ********************************************************************************************
	Sidebar
*********************************************************************************************** */

/* Blocks */
.block {
    margin: 0 0 20px;
    border: 1px solid #2f2f2f;
}

/* .block .block-title {line-height: 26px;position: relative;margin-bottom: 20px;font-size: 18px;clear: both;border-bottom: 1px solid #E4E4E4;text-transform: uppercase;padding-bottom: 10px;} */
.block .block-title {
    border-bottom: 1px solid #2f2f2f;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/tail-col-block.png) left 0px repeat-x #2e2e2e;
    color: #FFF !important;
}

/* .block .block-title strong {font-weight: 800;} */
.block .block-title strong {
    padding: 10px 10px 12px 15px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/bg-title-block.png) right 0px no-repeat;
    overflow: hidden;
    display: block;
}

.block .block-title strong span {
    font-size: 14px;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0px 0 15px;
    padding: 0;
}

.block .block-content {
    padding: 16px 18px 17px 20px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/bg-block-top.png) 0px 0px/100% 25px no-repeat #161616;
}

/* .block .block-content {	padding: 20px 20px 40px; font-size: 14px;} */
.block .block-content li {
    padding: 15px 0px;
    border-bottom: 1px solid #2a2a2a;
}

.block .block-content li.item {
    margin: 0px;
}

.block .block-content li:first-child {
    padding-top: 0px;
}

.block .block-content li.last,
.block .block-content li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.block .block-content li.item .product-name {
    padding-bottom: 0px;
}

.block .btn-remove {
    float: right;
    margin-left: 10px;
}

.block .btn-edit {
    float: right;
}

.block .actions {
    margin: 15px 0 0 0;
    text-align: right;
    border-top: 1px solid #2a2a2a;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.block .actions a {
    float: left;
}

/* Block: lists */
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
}

.block-viewed .block-content ol li,
.block-compare .block-content ol li,
.block-compared .block-content ol li {
}

.block-viewed .block-content .product-name,
.block-compare .block-content .product-name,
.block-compared .block-content .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Mini Products List */
.mini-products-list li {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mini-products-list li.item:first-child {
    padding-top: 0px;
}

.mini-products-list .product-image {
    float: left;
    width: 72px;
}

.mini-products-list .product-details {
    margin-left: 90px;
    text-align: left;
}

.mini-products-list .product-details h4 {
    font-weight: bold;
    margin: 0;
}

.mini-products-list li.last {
}

.mini-products-list .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

/*Single Line Name*/
.mini-products-list .price-box {
    padding: 2px 0px 7px;
    font-size: 14px;
}

.mini-products-list .price-box p {
    display: inline-block;
    margin-bottom: 0px;
}

.mini-products-list .price-box .price-label {
    display: none;
}

/* Block: Account */
.block-account .block-title {
}

.block-account .block-content {
}

.block-account .block-content ul {
}

.block-account li > * {
    display: block;
}

.block-account li strong {
    font-weight: normal;
    color: #34d128;
}

/* Block: Currency */
.col-left.sidebar .currency {
    display: none;
}

/* Block: Layered Navigation */
.block-layered-nav .block-content {
}

.block-layered-nav .block-subtitle {
    display: none;
    margin-bottom: 0;
}

.block-layered-nav li {
    text-align: right;
}

.block-layered-nav li a {
    float: left; /*margin-right: 5px;*/
}

/* Filters of list  */
.block-layered-nav .view,
.block-blog .view {
    clear: both;
}

.block-layered-nav dl,
.block-blog dl {
    padding-left: 0px;
    padding-top: 0px;
    clear: both;
}

.block-layered-nav dt,
.block-blog dt {
    font-size: 16px;
    font-weight: 800;
    color: #34d128;
    margin-bottom: 15px;
    text-transform: uppercase;
    clear: both;
}

.block-layered-nav dd,
.block-blog dd {
    padding: 0px 0 30px 0px;
    float: left;
    width: 100%;
    clear: both;
}

.block-layered-nav dd ol li a,
.block-blog dd ol li a {
}

.block-layered-nav dd.last,
.block-blog dd.last {
    border-bottom: none;
    padding-bottom: 0px;
}

/* Filters current */
.block-layered-nav .currently { /* margin:10px 0; */
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    padding: 0px 0px 5px;
    font-weight: normal;
}

.block-layered-nav .currently ol { /* padding:10px; */
}

.block-layered-nav .currently ol li { /* margin-bottom:4px; position: relative; padding: 10px 0px;*/
}

.block-layered-nav .currently ol li span {
    float: left;
}

.block-layered-nav .currently .label {
    margin-right: 5px;
    color: #d90000;
}

.block-layered-nav .currently .btn-remove {
}

.block-layered-nav .actions { /* margin:0; */
}

.block-layered-nav .actions a {
    float: right;
}

.block-layered-nav .currently + .actions {
    padding-bottom: 30px;
}

/* Block: Category Sidebar Navigation */

/* List items */
#sidenav {
}

#sidenav li {
    position: relative;
    position: relative;
    border-bottom: none;
    padding: 0px;
}

#sidenav li.active a {
}

#sidenav li.last {
    border: 0 none;
}

#sidenav li:hover {
}

#sidenav li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 2px dotted #E4E4E4;
}

#sidenav li a:before {
}

#sidenav li.level0:first-child > a {
    padding-top: 0px;
}

#sidenav li.level0:last-child > a {
}

/* List Levels */
#sidenav li ul.level0 {
    display: none;
    padding-left: 15px;
}

#sidenav li.active ul.level0 {
    display: block;
}

#sidenav li.active ul.level0 li.active ul.level1 {
    display: block;
}

#sidenav li.active ul.level0 li.active ul.level1 li.active ul.level2 {
    display: block;
}

#sidenav li ul.level0 li.last {
    border: 0 none;
}

/* Level 0 */
#sidenav li.level0 > a {
}

/* Level 1 */
#sidenav li ul li ul {
    display: none;
    padding-left: 15px;
}

/*#sidenav li.level1 a{padding-top: 5px;padding-bottom: 5px; }*/
#sidenav li.level1 a.show-cat {
}

/* List Active Icons */
#sidenav li a.show-cat,
#sidenav li.active > a.show-cat {
    position: absolute;
    top: 0px;
    padding: 0px;
    border-bottom: none;
    font-family: FontAwesome;
    right: 0;
    font-size: 18px;
    color: #525252;
    width: 30px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

#sidenav li a.show-cat:before {
    display: none;
}

#sidenav li a.show-cat span.minus {
    display: none;
}

#sidenav li a.show-cat.active span.minus {
    display: inline-block;
}

#sidenav li a.show-cat.active span.plus {
    display: none;
}

#sidenav li a.show-cat span.plus {
    display: inline-block;
}

/* Level Active & Hover */
#sidenav li.active > a,
#sidenav li a.show-cat.active,
#sidenav li a.show-cat:hover {
    color: #34d128;
}

#sidenav li.level0:first-child > a.show-cat {
    line-height: 22px;
    height: 33px;
}

/* Block: Related */
#block-related-slider input.checkbox {
    float: left;
    margin: -13px 0 0 10px;
    position: relative;
}

/* Block: Compare Products */
.compare-table {
    border: 0;
    margin-bottom: 20px;
}

.compare-table .btn-remove {
    vertical-align: middle;
}

.compare-table .btn-remove:before {
    margin-right: 5px;
    margin-left: 5px;
}

.compare-table a.link-wishlist:before {
    margin-right: 3px;
    margin-left: 3px;
}

.compare-table tbody tr:hover {
}

.compare-table .product-shop-row {
}

.compare-table .product-shop-row th,
.compare-table .product-shop-row td {
}

.compare-table tr.add-to-row {
}

.compare-table tr.add-to-row:hover {
}

.compare-table tr th {
    border-width: 1px;
}

.compare-table tr.add-to-row td {
    text-align: left;
}

.compare-table tr.first td {
    text-align: left;
}

.compare-table tr td {
    border-width: 1px;
}

.compare-table tr.first td .product-name {
    margin: 10px 0;
}

.compare-table tr.first td .ratings {
    width: 145px;
    margin: 10px 0;
}

.compare-table .price-box {
    margin: 10px 0;
    line-height: 15px;
}

.compare-table .price-box .price {
    font-weight: 500;
}

/* Compare Table */
.compare-table .product-image {
    width: 125px;
}

.compare-table .product-image img {
    display: block;
}

.compare-table .add-to-row td {
}

.compare-table .add-to-row p {
    display: inline-block;
    vertical-align: middle;
}

.compare-table .add-to-links {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.compare-table .add-to-links li {
    margin: 0px 0px 0 10px;
}

/* Block: Recently Viewed */
.block-viewed {
}

/* Block: Recently Compared */
.block-compared {
}

.block-compared .product-name {
}

/* Block: Compare */
.block-compare .product-name {
}

/* Block: Poll */
.block-poll .block-subtitle {
}

.block-poll input.radio {
    float: left;
    margin: 4px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-content .tags-list {
}

.block-tags .tags-list li {
    border-bottom: none;
    padding: 0px;
}

.block-tags .tags-list a {
}

.block-tags .tags-list a:hover {
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe {
}

.block-subscribe .block-content label {
    display: none;
}

.block-subscribe .form-subscribe-header {
    padding: 8px 0 17px 0;
}

.subscribe-input {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/subscribe-input.png) 0px 0px no-repeat;
    width: 171px;
    height: 33px;
    margin-left: -1px;
}

.subscribe-input #newsletter {
    background: none;
    border: none;
    padding-left: 7px;
    padding-top: 10px;
    width: 128px;
    font-size: 12px;
    color: #5f5f5f;
    line-height: 1.2em;
    vertical-align: top;
    position: relative;
    padding-bottom: 6px;
}



.subscribe-input .actions .button {
    width: 31px;
    height: 33px;
    text-indent: -9999px;
}

.subscribe-input .input-box {
    float: left;
    width: 139px;
    margin-right: 0;
}

.subscribe-input .actions {
    width: 31px;
    height: 33px;
    float: left;
}

.subscribe-name-input {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/subscribe-name-input.png) 0px 0px no-repeat;
    width: 171px;
    height: 33px;
    margin-left: -1px;
}

.subscribe-name-input #newsletter {
    background: none;
    border: none;
    padding-left: 7px;
    padding-top: 10px;
    width: 159px;
    font-size: 12px;
    color: #5f5f5f;
    line-height: 1.2em;
    vertical-align: top;
    position: relative;
    padding-bottom: 6px;
}

.subscribe-name-input .actions .button {
    width: 31px;
    height: 33px;
    text-indent: -9999px;
}

.subscribe-name-input .input-box {
    float: left;
    width: 170px;
    margin-right: 0;
}

.subscribe-name-input .actions {
    width: 31px;
    height: 33px;
    float: left;
}

.block-subscribe .block-content {
    padding-bottom: 17px;
}

/*
.block-subscribe .input-box { position: relative;margin-top: 15px;line-height: 5px\9;}
.block-subscribe input { width:100%;padding-right: 70px;}
.block-subscribe button.button {display: block;margin-top: 15px;}
.block-subscribe button.button span{}
.block-subscribe button.button:hover span{}
.block-subscribe button.button span span{line-height: 32px;padding-top: 0px;padding-bottom: 0px;}
*/

/* Block: Reorder */
.block-reorder input.checkbox {
    float: left;
    margin: 3px 0px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
}

.block-banner .block-content {
    text-align: center;
}

/* Block: Login */
.block-login label {
    font-weight: bold;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

/* Block: Review */
.block-reviews .ratings,
.block-reviews .no-rating {
    margin: 0px;
}

.block-reviews .rating-links {
    display: none;
}

/*Block: Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 0px 0 40px;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ********************************************************************************************
	Category Page
*********************************************************************************************** */

/* View Type: Grid OR View Type: List ============================================= */

.products-grid .product-image-wrapper,
.products-list .product-image-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Product Price */
.products-grid .price-box .price,
.products-list .price-box .price {
    font-size: 15px;
}

.products-grid .price-box .old-price .price,
.products-list .price-box .old-price .price {
    font-size: 12px;
}

/* View Type: Grid  =============================================================== */

.new-product .new {
    display: none;
}

.products-grid {
}

.products-grid .item {
    position: relative;
    border-width: 0px;
    border-style: solid;
    border-color: #E4E4E4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* Product Image */
.products-grid .product-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding-bottom: 0px;
}

.products-grid .item .product-image .small-image,
.products-grid .item .product-image .thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 300ms ease-in-out 0ms;
    -moz-transition: opacity 300ms ease-in-out 0ms;
    -webkit-transition: opacity 300ms ease-in-out 0ms;
    -o-transition: opacity 300ms ease-in-out 0ms;
}

.products-grid .item:nth-child(6n+7) {
    clear:both;
}

.new-product-cont {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 99;
}
    .new-product-cont {
        width: 42px;
        height: auto;
    }

/* Product Alternative Image ====================================================== */

.products-grid .item .product-image .small-image {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.products-grid .item:hover .product-image .small-image {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.products-grid .item .product-image .thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.products-grid .item:hover .product-image .thumbnail {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* Product Content */
.products-grid .product-image-wrapper:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    opacity: 0;
}

.products-grid .item:hover .product-image-wrapper:before {
    opacity: 1;
}

.products-grid .product-content-wrapper {
    position: relative;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.products-grid .product-content {
    position: relative;
    padding-bottom: 50px;
}

.products-grid .product-name {
    font-size: 15px;
}

.products-grid .vert {
    margin: 10px 0px 0px;
}

.products-grid .price-box {
}

.products-grid .price-box p {
    margin-bottom: 0px;
}

.products-grid .price-box .price {
}

.products-grid .ratings {
}

.products-grid .price-box .price-label {
}

.products-grid .ratings,
.products-grid .no-rating {
    margin: 9px 0 0 0;
}

.products-grid .ratings .rating-box {
    margin-right: 0px;
    float: none;
    display: inline-block;
}

.products-grid .rating-links {
    display: none;
}

.products-grid .actions {
    margin-top: 13px;
    /*float: left;*/

    width: 100%;
    position: relative;
    bottom: 0;
}

.products-grid .availability {
    float: none;
    margin: 5px 0;
}

.products-grid div.btn-cart {
    float: none;
}

.products-grid button.button {
}

.products-grid .add-to-links {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.products-grid .add-to-links li {
    margin-right: 0px;
    margin-top: 5px;
    float: none;
    position: relative;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.products-grid .item:hover .add-to-links li {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.products-grid .add-to-links li.first {
    transition: all 300ms ease-in-out 200ms;
    -moz-transition: all 300ms ease-in-out 200ms;
    -webkit-transition: all 300ms ease-in-out 200ms;
    -o-transition: all 300ms ease-in-out 200ms;
    -ms-transition: all 300ms ease-in-out 200ms;
}

.products-grid .add-to-links li.second {
    transition: all 300ms ease-in-out 100ms;
    -moz-transition: all 300ms ease-in-out 100ms;
    -webkit-transition: all 300ms ease-in-out 100ms;
    -o-transition: all 300ms ease-in-out 100ms;
    -ms-transition: all 300ms ease-in-out 100ms;
}

.products-grid .add-to-links li.last {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

/* Display only on hover */
.products-grid .item .display-onhover {
    display: none;
}

.products-grid .item:hover .display-onhover {
    display: block;
}

/* Product name single line */
.products-grid .product-name.single-line-name {
    overflow: hidden; /* white-space: nowrap;text-overflow: ellipsis; */
}

.zoomTint {
    background-color: rgb(255, 255, 255) !important;
}

/* Category Full ================================================================= */

.category-full .col-main,
.category-full .col-left {
    float: none;
}

.category-full .breadcrumbs {
    float: none;
    width: auto;
}

/* Block: Layered Navigation (Category Full Width Left Siderbar) */
.category-full .col-left .block.block-layered-nav {
    display: block;
    margin-bottom: 20px;
}

.category-full .col-left .block.block-layered-nav > .block-content {
    padding: 0px;
}

.category-full .col-left .block.block-layered-nav > .block-title {
    display: none;
}

.category-full .col-left .block-layered-nav dt {
    line-height: 30px;
}

.category-full .col-left .block.block-layered-nav .block-content .view {
    clear: none;
}

.category-full .col-left .block.block-layered-nav .block-content .view:nth-child(4n+1) {
    clear: left !important;
}

.category-full .col-left .block.block-layered-nav .view .block-content {
    padding: 0px;
    font-size: inherit;
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Display only Visible on hover */
.visible-onhover {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;
    -moz-transition: visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;
    -webkit-transition: visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;
    -o-transition: visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;
}

.products-grid .item:hover .visible-onhover,
.visible-onhover:hover {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;
    -moz-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;
    -webkit-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;
    -o-transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;
}

/* View Type: List =============================================================== */
.product-image-wrapper img {
    margin-top: -60px;
}

.products-list .item {
    position: relative;
    margin-top: 30px;
    zoom: 1;
    border-bottom: 2px dotted #E4E4E4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.products-list .item.last {
    border-bottom: none;
    padding-bottom: 0px;
}

.products-list .product-shop {
}

.products-list .product-shop-inner {
}

.products-list .right-column {
}

.products-list .right-column-inner {
}

.products-list .product-image-wrapper {
    margin-right: 1%;
    border-width: 0px;
    border-style: solid;
    border-color: #E4E4E4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.products-list .product-name {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
}

.products-list .product-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    border: none;
    padding-bottom: 0px;
}

.products-list .price-box {
    margin: 20px 0px 15px;
}

.products-list .price-box .price {
    font-size: 24px;
}

.products-list .price-box .old-price .price {
    font-size: 16px;
}

.products-list .price-box .price-label {
}

.products-list .ratings {
    margin: 0px 0 0px;
}

.products-list .ratings .rating-links .separator,
.products-list .ratings .rating-links {
    width: auto;
    margin: 0 3px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    display: none;
}

.products-list .desc {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 30px;
}

.products-list .link-learn {
    color: #34d128;
}

.products-list .link-learn:hover {
    text-decoration: underline;
}

.products-list .actions {
    clear: both;
}

.products-list .btn-cart {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.products-list button.button span {
}

.products-list .availability {
    float: none;
    margin: 15px 0;
}

.products-list .add-to-links {
    display: inline-block;
    vertical-align: middle;
}

.products-list .add-to-links li {
    margin-bottom: 10px;
}

.list-prod-points {
    list-style-type: disc;
    margin-left: 25px;
}

.item .regular-price {
    text-align: left;
    display: block;
}

.item .regular-price span.price {
    font-size: 1.7em;
    color: #333;
}

.item .button.btn-cart {
    width: 100%;
    margin: auto;
}

.item .button.btn-cart span {
    width: 100%;
    padding: 5px 0;
}

/* ********************************************************************************************
	Sale New Label
*********************************************************************************************** */

/* List Or Grid Label */
.productlabels_icons {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.sale,
.new {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 5px;
    border-radius: 100%;
}

.sale label,
.new label {
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}

.sale {
    background-color: #37a3db;
}

.new {
    background-color: #f77575;
}

.hidden .sale, .hidden .new {
    display: none;
}

/* Category Label */
span.category-label {
    padding: 0 9px !important;
    line-height: 22px;
    background-color: #37a3db;
    color: #ffffff;
    text-transform: capitalize;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
}

#mega-nav > li > a span.category-label:before,
.nav-container #nav > li > a span.category-label:before {
    position: absolute;
    left: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #37a3db;


}

.nav-container #nav > li.hover > a span.category-label:before,
.nav-container #nav > li:hover > a span.category-label:before,
#mega-nav > li:hover > a span.category-label:before {
    border-top-color: #525252;
}

/* Menu Category Label (Custom Menu & Default Menu) */
#mega-nav > li > a span.category-label,
.nav-container #nav > li > a span.category-label {
    top: -15px;
}

/* Lable Marging Left Side */
#sidenav li a span.category-label,
#side-nav li a span.category-label,
#mega-nav ul.subs li a span.category-label {
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
}

/* Category Label Hover Effect */
li:hover > a span.category-label,
.nav-container #nav > li.hover > a span.category-label,
.nav-container #nav > li:hover > a span.category-label,
#mega-nav > li:hover > a span.category-label {
    color: #FFF;
    background-color: #525252;
}

/* ********************************************************************************************
	Product view
*********************************************************************************************** */

/* Rating */
.ratings,
.no-rating {
    line-height: 1.0833em;
    margin: 15px 0 15px;
}

.no-rating {
    margin: 0px;
}

.ratings a {
    line-height: 1.0833em;
}

.ratings strong {
    float: left;
    margin: 1px 5px 0 0;
}

.ratings .rating-links .separator {
    display: inline-block;
    width: 1px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 70px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ratings.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 10px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ratings.png) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 8px;
}

.ratings .amount {
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
}

.ratings-table th,
.ratings-table td {
    line-height: 1.1666em; /*14px*/
    padding: 3px 0;
}

.ratings-table th {
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
}

.availability.in-stock span {
    color: #27ae60;
}

.availability.out-of-stock span {
    color: #cb2700;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
}

.availability-only a {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
}

.email-friend a {
}

/* Alerts */
.alert-price {
    margin: 0;
}

.alert-stock {
    margin: 0;
}

.alert-price,
.alert-stock {
    margin: 15px 0;
    padding: 2px 0 2px 25px;
    line-height: 15px;
}

.alert-price {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/icons.png) 0 -120px no-repeat;
}

.alert-stock {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/icons.png) 0 -160px no-repeat;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
    font-size: 100%;
}

.price-box {
    margin: 0;
}

.price-box .price {
}

.price-box .price-label {
    font-size: 12px;
    font-weight: 500;
    padding-right: 5px;
}

/* Common price */
.regular-price .price,
.minimal-price .price,
.full-product-price .price {
    color: #34d128;
}

/* Common labels */
.old-price .price-label,
.special-price .price-label {
    white-space: nowrap;
}

.old-price .price-label {
    display: none;
}

/* Regular price */
.regular-price {
}

.regular-price .price {
}

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price {
    color: #878C91;
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 0;
}

.special-price .price,
.special-price .price-label {
    color: #34d128;
}

.special-price .price-excluding-tax .price {
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0 0 5px;
}

.minimal-price .price {
}

.minimal-price .price-label {
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
}

.minimal-price-link .price {
    color: #34d128;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

/* Including tax */
.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: 500;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: 500;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
}

.price-excl-tax .label {
    white-space: nowrap;
}

.price-excl-tax .price {
}

/* Incl tax (for order tables) */
.price-incl-tax {
}

.price-incl-tax .label {
    white-space: nowrap;
}

.price-incl-tax .price {
    font-weight: 500;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    margin-left: 5px;
}

.price-notice .price {
    padding-left: 3px;
}

/* Price as configured */
.price-as-configured .price-label {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

/* Price as bundle */
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 2px dotted #E4E4E4;
    padding-bottom: 20px;
}

.tier-prices li {
    line-height: 15px;
    padding: 0 0 0 0px;
    margin: 3px 0;
}

.tier-prices li:before {
    font-family: FontAwesome;
    padding-right: 11px;
}

.tier-prices .benefit {
    color: #cb2700;
    font-weight: normal;
}

.tier-prices-grouped li {
    padding: 2px 0;
}

.tier-prices-grouped li .price {
    font-weight: 500;
}

/* Add-to links */
.add-to-links .separator {
    display: none;
}

.add-to-links li {
    float: left;
}

.add-to-links {
    margin: 0px 0 0;
}

.add-to-links span.icon {
}

.addto-gaps-right li {
    margin-right: 10px;
}

/* Icons Add To Links */
.addto-links-icons li {
    margin-right: 5px;
}

.addto-links-icons span.icon {
    text-indent: 0px;
    background-color: #F1F1F1;
    border-color: transparent !important;
}

.addto-links-icons span.icon:hover {
}

/* Text Add To Links */
.addto-links-text li {
    border-right: 1px solid #E4E4E4;
}

.addto-links-text li.last,
.addto-links-text li:last-child {
    border-right: none;
}

.addto-links-text span.icon-text {
    margin-right: 10px;
}

/*.addto-links-text li a{color: #666666;}*/
/*.addto-links-text li a:hover{color: #34d128 ;}*/

/* Add to Cart */
.qty-wrapper {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.qty-wrapper label {
    padding-right: 5px;
    margin-top: -10px;
}

.qty-wrapper .qty {
}

.add-to-cart .button {
}

.product-view .add-to-cart {
    float: left;
    margin-bottom: 20px;
}

/* Product Paypal */
.product-view .paypal-wrapper {
    float: left;
}

.product-view .paypal-wrapper .paypal-logo {
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
}

.product-view .paypal-wrapper .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

/* Magento's default */
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

/* Add to Cart Box Right */
.add-to-cart.right {
}

.add-to-cart.right label {
    margin-left: 10px;
}

.add-to-cart.right .button {
    margin-right: 0;
}

/* Messages */
#messages_product_view {
    margin: 0 auto;
    width: 98%;
}

/* ********************************************************************************************
	Product page
*********************************************************************************************** */

/* Block: Additional Box*/
.product-view .box-additional {
    margin: 40px 0px 0px;
    float: left;
    width: 100%;
}

.product-view .box-tabs {
    margin-top: 60px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .product-view .box-tabs {
        margin-top: 10px;
    }
}
.product-view .box-tabs .panel > h2 {
    display: none;
}

.product-view .box-sidebar {
}

.product-view .box-up-sell {
}

/* Product Images Box */
.img-box {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.img-box.position-y {
    padding: 0px;
    width: 78.9%;
    float: right;
}

/* Product Images Column */
.product-view .product-img-column {
    float: left;
    position: relative;
}

.product-view .product-img-column img {
    margin: 0 auto;
}

.col3-layout .product-view .product-img-column {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

/* Product Image */
.img-box .product-image {
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #E4E4E4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.img-box .product-image a {
    overflow: hidden;
}

.img-box .product-image.product-image-zoom {
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .nav {
    font-weight: bold;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    margin: 0 0 10px;
}

/* Thumbnails */
.itemslider-thumbnails {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    margin: 20px 0px 0 0px;
}

.itemslider-thumbnails .owl-item {
    text-align: center;
}

.itemslider-thumbnails .item {
    margin: 0px 5px;
}

/* Product Shop */
.product-view .product-shop {
    float: left;
    padding: 0px 0px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col3-layout .product-view .product-shop {
    padding: 30px 0px 0px 0px;
}

.product-view .product-essential .product-name {
}

.product-view .product-essential .product-name h1 {
    font-size: 24px;
    line-height: 30px;
}

.std h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 100%;
}

.product-view .product-shop .product-meta {
    width: 100%;
    float: left;
    margin: 0px 0px 0px; /*border-bottom: 2px dotted #E4E4E4; */
    padding-bottom: 10px;
}

.product-view .product-shop .product-meta > * {
    margin-bottom: 10px;
}

.product-view .product-shop .ratings,
.product-view .product-shop .no-rating {
    margin: 0px 0px 10px 0px;
    line-height: 20px;
}

.product-view .product-shop .ratings .rating-box {
    margin-top: 4px;
}

.product-view .product-shop .ratings .rating-links {
}

.product-view .product-shop .ratings-table {
    margin: 15px 0 5px;
}

.product-view .product-shop .sku {
    float: left;
}

.product-view .product-shop .box-brand {
    float: right;
}

.product-view .short-description {
    float: left;
    width: 100%;
    line-height: 22px;
    margin: 0px 0px 30px; /*border-bottom: 2px dotted #E4E4E4;*/
    padding: 0 20px 20px 20px;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.product-view .short-description ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

#desc-read-more {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    font-size: 12pt !important;
    cursor: pointer;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {

    .product-view .price-stock {
        float: left;
    }
}
.product-view .price-stock {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}

.product-view .product-shop .price-box {
    float: left;
    margin: 0 20px 22px 0;
}

.product-view .availability {
    float: right;
}

.product-view .qty-wrapper, .product-view .add-to-cart {
    margin-top: -10px;
}

/* Product Brand */
.box-brand img {
    display: block;
    max-width: 120px;
}

.box-brand a {
    display: inline-block;
    vertical-align: middle;
}

.box-brand label {
    display: inline-block;
    vertical-align: top;
}

/*Sharing Button*/
.sharing-button {
    clear: both;
}

/********** < Price For Product Page */

/* Main price (prominent) */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .price-box.map-info .old-price .price {
    font-size: 30px;
}

/* Special price */
.product-view .price-box .special-price {
    white-space: nowrap;
}

.product-view .price-box .special-price .price-label {
    white-space: nowrap;
    display: none;
}

.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax {
    padding: 0 0 0 15px;
}

/* Old price */
.product-view .product-shop .price-box .old-price .price {
    font-size: 30px;
}

.product-view .product-shop .price-box .old-price .price-label {
    white-space: nowrap;
    display: none;
}

/* Prices on Product page */
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax .price {
    font-size: inherit;
}

/* Price-from price & Price-to price */
.product-view .product-shop .price-box .price-from .price,
.product-view .product-shop .price-box .price-to .price,
.product-view .product-shop .price-box .minimal-price .price {
    font-size: 16px;
}

/* MSRP price*/
.map-popup-msrp .price {
    display: block;
}

/* Move MSRP links below the price */
.product-view .product-shop .price-box.map-info .old-price {
    display: block;
}

/* Price box inside product options box or Add-to-cart box */
.product-view .add-to-box .price-box,
.product-options-bottom .price-box {
    float: left;
    margin: 18px 15px 10px 0;
    padding: 0;
}

.product-options-bottom .price-box.clone {
    float: left;
    margin: 0px 20px 10px 0;
    padding: 0;
}

.product-view .price-box p.special-price,
.product-view .price-box p.old-price {
    display: inline-block;
    padding-right: 5px;
}

.product-view .price-box-bundle .price-box p {
    margin-bottom: 5px;
}

.product-view .price-box-bundle + .price-box {
    clear: both;
}

/********** Price For Product Page > */

/* Add-to links */
.product-view .action-box {
    margin: 20px 0 0px;
}

.product-view .product-shop .add-to-links {
    clear: both;
    overflow: hidden; /* border-top: 2px dotted #E4E4E4; */
    border-bottom: 2px dotted #E4E4E4;
    margin-bottom: 8px;
    padding-bottom: 10px
}

.product-view .product-shop .add-to-links li {
    margin-bottom: 10px;
}

.product-view .product-shop .add-to-links a:hover {
}

/* Button container */
.product-view .add-to-box,
.product-shop .product-options-bottom {
    clear: both;
}

/* Product third Column */
.product-view .product-third-column {
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* Other elements */

/* Unordered list in product description */
.product-view .short-description .std ul,
.product-view .box-tabs .std ul {
    list-style: none outside none;
}

/* Margin for list in long description */
.product-view .box-tabs .std ul {
    margin-bottom: 1em;
}

/* If unordered list has "disc" class, override  */
.product-view .short-description .std ul.disc,
.product-view .box-tabs .std ul.disc {
    list-style: disc outside none;
    padding-left: 1.5em;
}

.product-view .short-description .std ul.disc li,
.product-view .box-tabs .std ul.disc li {
    background-image: none;
    padding-left: 0;
}

/* ********************************************************************************************
	Product options
*********************************************************************************************** */

.product-options {
    position: relative; /*margin-bottom: 20px;*/
    clear: both;
    border-bottom: 2px dotted #E4E4E4;
    padding-bottom: 25px;
}

.product-options dt {
}

.product-options dt label,
.product-options dd .qty-holder label {
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: top;
}

.product-options dt label.required em {
    float: right;
    margin-left: 3px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 0px;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}

.product-options dd {
    margin: 3px 0 20px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0px;
}

.product-options dd input.input-text,
.product-options dd input.product-custom-option {
    width: 100%; /*98%*/
    height: 36px;
    padding: 8px 10px;
}

.product-options dd input.qty {
    height: 35px;
    width: 50px !important;
    padding: 7px;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 100%; /*width:92%;*/
    height: 8em;
}

.product-options dd select {
    width: 100%;
    height: 36px;
    padding: 8px 10px;
}

.product-options dd .multiselect option {
    padding: 5px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
    margin-top: 4px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
    margin-top: 4px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 0.9166em;
}

.product-options p.required {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
}

/* Product Options Bottom */
.product-options-bottom {
    margin-top: 20px;
}

.product-options-bottom .price-box {
}

.product-options-bottom .qty-wrapper {
    margin-right:20px;
}

.product-options-bottom .tier-prices {
    margin: -5px 0 30px;
    padding: 0;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .price-box .price-as-configured {
}

.product-options-bottom .price-label {
}

.product-options-bottom .price-tax {
    float: left;
}

.product-shop .product-options-bottom {
    margin: 0;
    padding-top: 25px;
}

.product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

/* Grouped Product */
.product-view .grouped-items-table {
    margin: 0;
    clear: both;
    margin-bottom: 15px;
}

.product-view .grouped-items-table thead th {
}

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
    border: 0;
}

.product-view .grouped-items-table .price-box .price-including-tax .price {
    font-size: 15px;
}

.product-view .grouped-items-table td {
    vertical-align: middle;
    padding: 20px;
}

.product-view .grouped-items-table .price-box .regular-price .price {
    font-size: 16px;
}

/* Downloadable product */
.product-type-data .item-options {
    clear: both;
}

.product-type-data .item-options dt {
    float: none;
    margin: 0 0 5px;
}

.product-type-data .item-options dd {
    padding-left: 15px;
}

/* Block: Tags */
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 25px;
}

.product-view .box-tags h3 {
    margin-bottom: 5px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    padding: 0 7px;
    border-right: 1px solid #E4E4E4;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    padding-right: 0;
    border-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    margin: 0 0 8px;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 100%;
    max-width: 300px;
    margin: 0 5px 5px 0;
}

.product-view .box-tags .form-add input.input-text {
    width: 100%;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    font-size: 0.9166em; /*11px*/
}

/* Block: Reviews */
.product-view .box-reviews {
}

.product-view .box-reviews dl {
    margin: 0 0 0px;
}

.product-view .box-reviews dt {
}

.product-view .box-reviews dt .heading {
    font-weight: normal;
    margin-right: 10px;
}

.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dt a {
    margin-right: 8px;
    font-weight: 700;
}

.product-view .box-reviews dd {
    margin: 0 0 20px 0px;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0px 20px;
    border-top: none;
}

.product-view .box-reviews dd .date {
    display: block;
    margin-top: 3px;
    font-style: italic;
    color: #696e6e;
}

.product-view .box-reviews .ratings-table {
    margin: 0px 0 8px;
}

/* Block: Add Reviews */
.product-view .form-add {
}

.product-view .form-add h2 {
    text-transform: uppercase;
}

.product-view .form-add h3 {
    font-weight: normal;
    margin-bottom: 5px;
}

.product-view .form-add h3 span {
    font-weight: bold;
}

.product-view .form-add h4 {
    font-weight: normal;
}

.product-view .form-add h3,
.product-view .form-add h4 {
    font-size: 14px;
}

.product-view .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .form-add .form-list .input-box {
}

.product-view .form-add .form-list input.input-text {
    width: 100%;
    max-width: 340px;
}

.product-view .form-add .form-list textarea {
    width: 100%;
    max-width: 500px;
}

.product-view .buttons-set button.button {
    float: left;
    margin-left: 0;
}

.product-view .form-add .data-table {
}

.product-view .form-add .data-table th,
.product-view .form-add .data-table td {
    text-align: center !important;
    padding: 15px 20px;
}

.product-view .form-add .data-table th {
    text-align: left !important;
}

.product-view .form-add .data-table td .radio {
    margin: 0;
}

/* Send a Friend */
.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    margin-bottom: 8px;
}

.send-friend .form-list textarea {
    width: 100%;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px;
}

/* ********************************************************************************************
	Content Styles
*********************************************************************************************** */

.product-name {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

.product-image {
    display: block;
    border: 1px solid #E4E4E4;
    padding-bottom: 1px;
}

/* Fade On Hover */
.fade-on-hover {
    -webkit-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.fade-on-hover:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

/* Product Tags */
.tags-list {
    background: none;
    border: 0;
    padding: 0px;
}

.tags-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 7px 0px;
}

.tags-list a {
    display: block;
    padding: 6px 10px;
    border: 1px solid;
    font-size: 12px !important;
}

.tags-list a:hover,
.footer .tags-list a:hover {
    background-color: #34d128;
    color: #FFF;
    border-color: transparent;
}

/* Advanced Search */
.advanced-search-summary {
    padding: 10px 0px;
    margin: 10px 0;
}

.advanced-search-summary ul {
    float: left;
    margin: 0 4% 10px 0;
    width: 46%;
}

.advanced-search-summary li {
    margin: 0 0 2px 0;
    font-size: 1.25em;
}

.advanced-search-summary strong {
    margin: 0 5px 0 0;
}

.advanced-search-summary p {
    clear: both;
    float: left;
    display: block;
    margin: 0px 0 0;
}

.advanced-search .form-list label {
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    clear: both;
}

.catalogsearch-advanced-index .fieldset {
    margin-bottom: 3px;
}

.catalogsearch-advanced-index .buttons-set {
    padding-left: 0;
}

.catalogsearch-advanced-index .buttons-set button.button {
    float: left;
    margin: 0;
}

.catalogsearch-advanced-index .buttons-set button.button span span {
    padding-left: 60px;
    padding-right: 68px;
}

/* Sitemap */
.page-sitemap .links {
    float: right;
    margin: 0 0 0px;
    text-align: center;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .sitemap {
    margin: 15px 0px;
    float: left;
    width: 100%;
}

.page-sitemap .sitemap li {
    margin: 3px 3px;
    display: inline-block;
    font-size: 13px;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
}

.page-sitemap .pager {
    float: left;
    padding: 0px;
    border: none;
}

.page-sitemap .pager .pages {
    float: left;
    clear: both;
}

/* RSS */
.rss-title h1 {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/i_rss-big.png) 0 center no-repeat;
    padding-left: 30px;
}

.rss-table .link-rss {
    display: block;
}

/* ********************************************************************************************
	Shopping Cart
*********************************************************************************************** */

.cart-empty p {
}

.cart-empty p + p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E4E4E4;
}

.cart-empty p a {
    border-bottom: 1px dotted;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table .product-image {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cart-table .product-name {
    margin: 0 0 10px;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 0.9166em;
    font-weight: bold;
    clear: both;
}

.cart-table .cart-price .price {
    font-size: 18px;
}

.cart-table tfoot td {
}

/* Dart Table (Buttons Small) */
.data-table .btn-edit,
.data-table .btn-remove,
.data-table .btn-remove2,
.data-table .link-wishlist {
    margin: 3px 0px;
}

/* Table Tfoot Buttons */
.cart-table tfoot td.last {
}

.cart-table tfoot button {
}

.cart-table .btn-continue {
    float: left;
    margin-left: 0;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
    margin-left: 1%;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

/* Crosssell */
.cart .crosssell {
    clear: both;
    margin-top: 40px;
    clear: both;
    float: left;
    width: 100%;
}

/* Cart Collateral blocks */
.cart-collaterals {
    margin-top: 20px;
}

.cart .cart-left-column > *,
.cart .cart-right-column > *,
.cart .totals {
    margin-bottom: 20px;
}

.cart .cart-right-column {
    float: right;
}

/* Discount Codes & Estimate Shipping and Tax Boxes  */
.cart .discount .title,
.cart .shipping .title {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cart .discount h2,
.cart .shipping h2 {
    margin-top: 0;
    position: relative;
    font-size: 15px;
    clear: both;
    line-height: 22px;
    font-weight: bold;
}

.cart .discount > label,
.cart .shipping > label {
    display: block;
    margin: 0 0 20px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 20px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

/* Estimate Shipping */
.cart .shipping input.input-text,
.cart .shipping select {
    width: 100%;
}

.cart .shipping label {
}

.cart .shipping .sp-methods {
    margin: 20px 0 0;
}

/* Discount Codes */
.cart .discount label {
}

.cart .discount .input-box {
}

.cart .discount input.input-text {
    width: 100%;
}

/* Shopping Cart Totals */
.cart .totals {
    background-color: #F1F1F1;
    padding: 20px;
    border: 1px solid #E4E4E4;
}

.cart .totals table {
    width: 100%;
}

.cart .totals td,
.cart .totals td .price {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
}

.cart .totals td:first-child.a-right {
    padding-right: 40px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td,
.cart .totals tfoot td .price {
    font-size: 20px;
    font-weight: bold;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
}

.cart .totals .checkout-types {
    margin-top: 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 0px 0 10px;
}

.cart .totals .checkout-types li button.button {
}

.cart .totals .checkout-types li button.button span span {
    padding: 12px 25px;
}

.cart .totals .checkout-types li a {
}

.cart .totals .checkout-types li a:hover {
}

/* Options Tooltip */
.item-options {
    line-height: 15px;
    font-size: 12px;
}

.item-options dt {
    white-space: nowrap;
    float: left;
    margin-right: 7px;
    font-weight: 500;
}

.item-options dd {
    padding-left: 11px;
    margin: 0 0 5px;
    font-weight: 700;
}

/* Item options data table*/
.data-table .item-options dt {
    white-space: normal;
}

.data-table .item-options dt:before {
    font-family: FontAwesome;
    padding-right: 5px;
    display: none;
}

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

/* Tooltip Options*/
.truncated {
    cursor: help;
    display: inline-block;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    padding: 8px;
    min-width: 100px;
    background-color: #000;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    margin-bottom: 2px;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ********************************************************************************************
	Checkout
*********************************************************************************************** */
/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods dt {
    font-weight: 400;
    margin: 10px 0 0;
}

.sp-methods dd {
    margin: 3px 0 15px;
}

.sp-methods dd li {
    margin: 5px 0 15px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    margin-top: 20px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods .checkmo-list li {
}

.sp-methods .checkmo-list label {
    padding-right: 10px;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
    margin-right: 5px;
    max-width: 20px;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 10px;
    height: 47px;
    line-height: 47px;
}

/* Tooltip */
.tool-tip {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close a {
    margin: 0 0 0 auto;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages {
    margin: 30px 0 10px;
}

.gift-messages-form {
    position: relative;
    margin-top: 15px;
}

.gift-messages-form .product-name {
    margin-bottom: 10px;
}

.gift-messages-form p {
    margin-bottom: 20px;
}

.gift-messages-form label {
    position: static !important;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-message-link {
    display: block;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row .btn-close {
    float: right;
    padding: 0 7px 0px;
}

.gift-message dt strong {
    font-weight: bold;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-gift-message {
    margin: 15px 0;
}

/* Checkout Agreements */
.checkout-agreements {
    padding: 20px;
    margin: 20px 0px;
}

.checkout-agreements li {
    margin: 0 0 20px;
}

.checkout-agreements li:last-child {
    margin-bottom: 0px;
}

.checkout-agreements .agree {
    margin-top: 5px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
}

.opc .checkout-agreements {
    padding: 15px 30px;
    margin: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 0px;
    background-color: transparent;
}

.checkout-agreements .agreement-content {
    max-height: 250px;
    overflow: auto;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #E4E4E4;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Generic Info Set */
.info-set .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout h2,
.info-set h2 {
    margin: 0 0 20px;
}

.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 {
    color: #34d128;
    font-size: 16px;
    font-weight: 500;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-size: 14px;
}

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name {
    font-size: 14px;
    margin: 0 0 5px;
}

.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
}

.multiple-checkout .col2-set h3.legend,
.info-set h3.legend {
    color: #34d128;
    margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider,
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box,
.info-set .box {
    margin: 0 0 15px;
}

/********** Common Checkout Styles > */

/* ********************************************************************************************
	One Page Checkout
*********************************************************************************************** */

/* Block: Progress */
.block-progress {
}

.block-progress > .block-title {
    display: none;
}

.block-progress .block-title strong {
}

.block-progress .block-title strong span {
    vertical-align: middle;
}

.block-progress .block-content {
}

.block-progress dt {
}

.block-progress dd {
    border-top: 0 none;
    margin: 0 0 0px;
    padding: 0px 0px 20px 0px;
    font-size: 0.90em;
}

.block-progress dt span.changelink {
    font-size: 16px;
}

.block-progress dt.complete {
}

.block-progress dt.complete .separator {
}

.block-progress dt.complete a {
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
}

.block-progress dd.complete {
}

.block-progress dd.complete .separator {
}

.block-progress p {
    margin: 0;
}

.opc .buttons-set {
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
    float: left;
    width: 100%;
}

.opc .section {
    margin: 0 0 0px;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
}

.opc .step-title {
    text-align: right;
    padding: 9px 10px;
    border: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.opc .step-title .number {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #525252;
    color: #f1f1f1;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.opc .step-title a {
    display: none;
    margin-top: 6px;
    display: table-cell;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.opc .section.allow {
    cursor: pointer;
}

.opc .section.allow.active {
    cursor: auto;
}

.opc .allow .step-title {
}

.opc .allow .step-title:hover {
}

.opc .allow .step-title h2 {
}

.opc .allow .step-title a {
}

.opc .active .step-title {
    cursor: default;
}

.opc .active .step-title .number {
}

.opc .active .step-title h2 {
}

.opc .active .step-title a {
}

.opc .step {
    padding: 5px 0px 20px;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.opc .step .tool-tip {
    right: 30px;
}

.opc #checkout-step-login.step {
    padding-bottom: 10px;
}

#opc-login .col-1 {
}

#opc-login .col-2 {
}

#opc-login .content {
    min-height: 275px;
    overflow: hidden;
}

#opc-login h3 {
}

#opc-login strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

#opc-login .form-list {
    margin: 20px 0;
}

#opc-login .form-list li.control {
    margin-bottom: 10px;
}

#opc-login .form-list li.control label {
}

#opc-login .buttons-set {
}

#opc-review {
    border-bottom: none;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 36px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

.opc .gift-messages-form {
}

.opc .gift-messages-form .inner-box {
    overflow: visible;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 0px;
    margin: 0px 0 25px;
    float: left;
    width: 100%;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 1px 0 0;
    padding-top: 5px;
    border-top: 10px solid;
    text-align: center;
}

.checkout-progress li.active {
    color: #34d128;
}

.multiple-checkout .page-title {
}

.multiple-checkout .buttons-set {
}

.multiple-checkout .data-table thead tr {
}

.multiple-checkout .data-table thead th {
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .box-content {
    position: relative;
}

.multiple-checkout .tool-tip {
    bottom: 0;
    right: 10px;
}

.multiple-checkout .col2-set .col-1 {
}

.multiple-checkout p.actions {
    margin-bottom: 10px;
}

.multiple-checkout .place-order .please-wait {
    margin-top: 10px;
}

.multiple-checkout .place-order .grand-total {
    text-align: right;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
}

/* Step 1 */
#multiship-addresses-table td {
}

#multiship-addresses-table td select {
    min-width: 200px;
    max-width: 100%;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #E4E4E4;
    padding: 15px;
    margin-bottom: 0;
    position: relative;
}

.multiple-checkout .pointer {
    display: none;
}

/* ********************************************************************************************
	Account Login/Create Pages
*********************************************************************************************** */

.account-login .new-users,
.opc .new-users,
.account-login .registered-users,
.opc .registered-users {
    margin-bottom: 20px;
}

.account-login .new-users .content,
.account-login .registered-users .content {

    overflow: hidden;
}

/* Account Login/Create Pages Headings */
.account-login h2,
#opc-login h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    clear: both;
    border-bottom: 1px solid #E4E4E4;
    line-height: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Account Login/Create Pages Buttons-set */
#opc-login .buttons-set,
.account-login .buttons-set {
    border-top: none;
    padding-top: 0px;
}

#opc-login p,
.account-login p {
    margin-bottom: 20px;
}

#opc-login p.required,
.account-login p.required {
    margin: 0;
    text-align: left;
}

.account-login .buttons-set button,
#opc-login .buttons-set button {
    float: left;
    margin-bottom: 0px;
}

.account-login .buttons-set a,
#opc-login .buttons-set a {
    margin: 0px 0 0;
    float: none !important;
    display: inline-block;
}

/* Remember Me Popup ===================================================================== */

.window-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    z-index: 10000;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

/* ********************************************************************************************
	My Account
*********************************************************************************************** */

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 0 1.6666em;
    text-align: left;
}

.dashboard .welcome-msg .hello {
    margin-bottom: 5px;
}

.dashboard .col-1,
.dashboard .col-2 {
    margin-bottom: 1.5em;
}

/* Dashboard Commmon Box */
.box-account {
    margin: 0 0 2em;
}

.box-account .box-head {
    margin: 0 0 20px;
    text-align: right;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}

.box-account .box-head h2 {
    border-bottom: none !important;
    float: left;
    padding-bottom: 0px !important;
    margin: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.box-account .box-head a {
    float: right;
    margin-top: 3px;
}

.dashboard .box .box-title {
    padding: 0px 0 8px;
    margin: 0 0 15px;
    text-align: right;
    border-bottom: 1px solid #E4E4E4;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-weight: normal;
    margin: 0px;
}

.box-account.box-info .box-content a,
.addresses-list ol li a {
    color: #34d128;
    margin-top: 5px;
    display: inline-block;
}

.box-account.box-info .box-content a:hover,
.addresses-list ol li a:hover {
    text-decoration: underline;
}

/* Block: Recent Orders */
.dashboard .box-recent {
}

/* Block: Account Information */
.dashboard .box-info {
}

.dashboard .box-info h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head {
}

.dashboard .box-reviews .box-head h2 {
}

.dashboard .box-reviews .number {
    float: left;
    width: 23px;
    background: #525252;
    color: #FFF;
    margin-top: 3px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
}

.dashboard .box-reviews .details {
    margin-left: 38px;
}

.dashboard .box-reviews .details {
    margin-bottom: 10px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews li.item.last .details {
    margin-bottom: 0px;
}

.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}

/* Block: Tags */
.dashboard .box-account.box-tags {
    border-top: 1px solid #E4E4E4;
    padding-top: 2em;
}

.dashboard .box-tags .box-head h2 {
}

.dashboard .box-tags .number {
    float: left;
    width: 23px;
    background: #525252;
    color: #FFF;
    margin-top: 3px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
}

.dashboard .box-tags .details {
    margin-left: 38px;
}

.dashboard .box-tags .tags {
    margin: 5px 0 0;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    padding: 0px 0 8px;
    margin: 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
}

.addresses-list h3 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.addresses-list address {
}

.addresses-list .link-remove:hover {
    color: #cb2700;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list .addresses-primary .item {
    margin: 0 0 1.5em;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    color: #555;
}

.addresses-list .addresses-additional .item {
    margin: 0 0 1.5em;
}

.my-account .pager {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: right;
}

.my-account .page-title:first-child + .pager {
    margin-bottom: 20px;
}

/* Order View */
.order-info {
    margin: 0px 0 0px;
    display: inline-block;
    width: 100%;
}

.order-info dt,
.order-info dd,
.order-info li,
.order-info li a {
    float: left;
}

.order-info dt {
    font-weight: bold;
}

.order-info li {
    margin-right: 1px;
}

.order-info dt,
.order-info li.current,
.order-info li a {
    padding: 10px;
}

.order-info dt {
    padding-left: 0;
}

.order-info li a {
    background-color: #F5F5F5;
}

.order-info li a:hover,
.order-info li.current {
    background-color: #525252;
    color: #FFF;
}

.order-date {
    margin: 15px 0;
    color: #34d128;
    clear: both;
}

.order-info-box {
    margin: 0 0 2.5em;
}

.order-info-box .col-1 {
}

.order-info-box .box .box-title {
    padding: 0px 0 8px;
    margin: 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
}

.order-info-box h2 {
    margin: 0px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
}

.order-items h2,
.order-about h2 {
    margin: 15px 0;
}

.order-items .product-name {
    margin: 0 0 5px;
}

.order-items .link-print {
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-items p .link-print {
    float: none;
}

.order-items h2.table-caption a,
.order-items h2.sub-title a {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.order-items h3.table-caption {
    font-size: 13px;
    font-weight: bold;
}

.order-items .data-table {
    margin-bottom: 20px;
}

.order-items .data-table td {
}

.order-items .data-table .grand_total {
}

.order-items .data-table .grand_total .last,
.order-items .data-table .grand_total_incl .last {
}

.order-items .order-comments h2 {
}

.order-details h2 {
    margin: 0 0 20px;
    text-align: left;
}

.order-details h2 .separator {
    color: #E4E4E4;
    font-size: 12px;
}

/* Order Comments */
.order-about {
    margin: 0 0 15px;
    padding: 5px 30px;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 12px;
    margin-bottom: 15px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    width: 20%;
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
    padding: 5px 9px;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 24px;
    line-height: 34px;
}

.page-print h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 8px;
    margin: 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
    font-weight: bold;
}

.page-print h3 {
}

.page-print .order-date {
}

.page-print .col2-set {
    margin: 0 0 2.5em;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .product-image {
    display: block;
    margin: 0 auto 5px; /* min-width: 113px; */
    width: 113px;
}

.my-wishlist .product-name {
    margin-bottom: 10px;
}

.my-wishlist .description {
    margin-bottom: 10px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 70px;
}

.my-wishlist .price-box {
    margin-bottom: 5px;
}

.my-wishlist .add-to-cart-alt {
    margin-bottom: 10px;
}

.my-wishlist .buttons-set {
    margin-top: 0em;
    border-top: none;
    margin-bottom: -5px;
}

.my-wishlist .buttons-set button.button { /*float:none; */
    margin-left: 5px;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-wishlist .data-table tr.even {
}

.my-wishlist .btn-cart {
    margin: 10px 0 5px;
    display: inherit;
}

/* My Tags */
.my-account .tags-list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.my-tag-edit {
    float: left;
    margin: 0px 0 00px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: -2px 0 0 5px;
}

.my-tag-edit .btn-remove span {
    display: none;
}

.my-account .page-title:first-child + .my-tag-edit + .clearer + .pager {
    margin-bottom: 20px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td .product-image {
    width: 100px;
    display: block;
    margin: 0 auto;
}

#my-tags-table td .ratings,
#my-tags-table td .no-rating {
    margin: 5px 0;
}

#my-tags-table td .ratings .rating-box {
    margin-top: 3px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

#my-tags-table .add-to-links .link-wishlist {
    padding: 5px 10px;
    font-size: 13px;
}

/* My Reviews */
#my-reviews-table td {
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.product-review .product-img-box .label {
    margin: 10px 0 8px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 10px;
}

.product-review .product-details {
    margin: 0 20px 20px 155px;
}

.product-review .product-name {
    font-size: 18px;
    margin: 0 0 18px;
}

.product-review h3 {
    font-size: 12px;
    margin: 15px 0 5px;
}

.product-review .ratings-table {
    margin: 0 0 15px;
}

.product-review dt {
    font-size: 13px;
    font-weight: bold;
}

.product-review dd {
    font-size: 12px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ********************************************************************************************
	MAP Popup
*********************************************************************************************** */

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: lowercase;
    width: 55px;
    line-height: 15px;
    padding: 2px 8px;
}

.map-cart-sidebar-total:hover {
    overflow: visible;
    white-space: normal;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.map-popup {
    margin: 10px 0 0;
    position: absolute;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    width: 240px;
}

.map-popup-heading h2 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    display: none;
}

.map-popup-content {
    overflow: hidden;
    text-align: left;
    width: 270px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 15px;
    padding: 15px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #eee;
}

/* Common styles for: Remember Me Popup and MAP Popup */
.remember-me-popup,
.map-popup {
    background: #fff;
    text-align: left;
}

.remember-me-popup h3,
.map-popup-heading {
    border-bottom: 1px solid #E4E4E4;
    padding: 12px 45px 12px 15px;
}

.remember-me-popup h3,
.map-popup-heading h2 {
    font-size: 18px; /*18px*/
}

.remember-me-popup .remember-me-popup-body,
.map-popup-content {
    padding: 15px;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
.map-popup-close {
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/default-icon/pix.png) 0 -150px no-repeat;
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    height: 17px;
    width: 17px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
.map-popup-close:hover {
    background-position: -17px -150px;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active,
.map-popup-close:active {
    background-position: -34px -150px;
}

/* Calendar */
.calendar {
    z-index: 200;
}

/* ********************************************************************************************
	Footer
*********************************************************************************************** */

.footer-container {
    margin-top: 40px;
    float: left;
    width: 100%;
    background-color: #202020;
}

/* Div Background Color Remove */
.footer-container .no-bg {
    background-color: transparent !important;
}

/* Footer Border */
.footer-top-border {
    border-top: 1px solid;
    border-color: #E4E4E4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom-border {
    border-bottom: 1px solid;
    border-color: #E4E4E4;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Footer */
.footer {
}

.footer,
.footer a,
.footer-bottom .links-separators .links ul li {
    font-size: 12px;
    color: #969696;
    font-weight: normal;
}

.footer a:hover {
    color: #34d128;
}

.footer .block-title > * {
    color: #CCCCCC;
    margin-bottom: 0px;
}

.footer .contact p {
    margin-bottom: 10px;
}

.footer .block-subscribe {
    margin-bottom: 0px;
}

.footer .block-subscribe .block-title {
    display: none;
}

.footer .block-subscribe .block-content {
    display: block !important;
}

/* Footer Links */
.footer ul.separator li:after {
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #262626;
    content: "";
}

.footer ul.separator li:hover:after {
    width: 100%;
}

.footer ul.separator li,
.footer ul.separator li a {
    position: relative;
}

.footer ul.separator li a {
    z-index: 1;
}

.footer ul.separator li a:hover {
    padding-left: 10px;
}

/* Footer Tags */
.footer .tags-list {
    padding-bottom: 10px;
}

/* Footer Genric Border Color */
.footer .accordion .block-title,
.footer ul.separator li a {
    border-color: #313131;
}

/* Footer Primary */
.footer-primary-container {
}

.footer-primary-container.section-container {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-primary {
}

/* Footer Secondary */
.footer-secondary-container {
}

.footer-secondary-container.section-container {
    padding-top: 25px;
    padding-bottom: 35px;
}

.footer-secondary {
}

/* Footer bottom */
.footer-bottom-container {
    background-color: #0e0e0e;
}

.footer-bottom-container.section-container {
    padding: 25px 0px;
}

.footer-bottom {
}

.footer-bottom .links-separators .links ul {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom .links-separators .links ul li,
.footer-bottom .links-separators .links ul li.last {
    display: inline-block;
    line-height: 12px;
    margin-left: -3px;
}

.footer-bottom .links-separators .links ul li a,
.footer-bottom .links-separators .links ul li.last a {
    padding: 0 10px;
    line-height: 12px;
}

.footer-bottom .links-separators .links > li.first > a {
    padding-left: 3px
}

.footer-bottom .links-separators .links > li.last > a {
    padding-right: 0px;
}

.footer-bottom .links-separators .links ul + ul li.last {
    border-right: none;
}

.footer-bottom .bugs {
    display: none;
}

.footer-bottom address {
}

/* .footer-bottom address{margin: 5px 0px 0px;} */
.footer-bottom address a {
}

.footer-bottom address a:hover {
}

/* Footer Payment */
.footer-payment {
    text-align: right;
}

.footer-payment img {
    opacity: 0.50;
    margin-left: 10px;
}

.footer-payment img:hover {
    opacity: 1;
}

/* Scroll Back to top Button */
a.scrollup {
    float: right;
    display: none;
    z-index: 999;
    position: fixed;
    left: 25px;
    bottom: 25px;
    background-color: #525252;
    color: #FFFFFF !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}

a.scrollup:hover {
    background-color: #34d128;
    color: #FFFFFF !important;
}

/* Home Newsletter */
.home-newsletter .block-subscribe {
    margin: 0px;
    border: none;
    text-align: center;
}

.home-newsletter .block-subscribe .form-subscribe-header {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.home-newsletter .block-subscribe .block-title {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
    width: 21%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 2%;
}

.home-newsletter .block-subscribe .block-content {
    padding: 0px !important;
    width: 76%;
    display: inline-block !important;
    vertical-align: middle;
    max-width: 530px;
}

.home-newsletter .block-subscribe .input-box {
    margin-top: 0px;
}

.home-newsletter .block-subscribe input {
    padding-right: 130px;
    height: 44px;
}

.home-newsletter .block-subscribe button.button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px;
}

.home-newsletter .block-subscribe button.button span span {
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ********************************************************************************************
	404 Page Not Found
*********************************************************************************************** */

/* 404 Page Not Found 1 */
.page-not-found1 {
    text-align: center;
}

.page-not-found1 .top-below-heading {
    font-size: 1.2em;
}

.page-not-found1 .above-heading {
    font-size: 8.3em;
    line-height: 1.4em;
    color: #34d128;
}

.page-not-found1 .bottom-below-heading {
    font-size: 2em;
    color: #34d128;
    margin-bottom: 2em;
}

.page-not-found1 .search-wrapper-centered .form-search {
    float: none;
    max-width: 485px;
}

/* 404 Page Not Found 2 */
.page-not-found2 {
    text-align: left;
}

.page-not-found2 .above-heading {
    font-size: 7.5em;
    line-height: normal;
}

.page-not-found2 .top-below-heading {
    font-size: 1.2em;
    line-height: 1.7em;
}

.page-not-found2 .bottom-below-heading {
    font-size: 1.5em;
    color: #34d128;
}

.page-not-found2 .bottom-below-heading:hover {
    text-decoration: underline;
}

/* ********************************************************************************************
	Tooltip
*********************************************************************************************** */

.tooltip_container {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.reletive {
    position: relative;
}

.tooltip {
    background: #F1F1F1;
    color: #525252;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 9px;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    bottom: 100%;
    right: 0%;
    font-weight: normal;

    -webkit-transform: translate(0%, -15px);
    -moz-transform: translate(0%, -15px);
    -o-transform: translate(0%, -15px);
    -ms-transform: translate(0%, -15px);
    transform: translate(0%, -15px);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.tooltip.align-left {
    margin-right: 10px;
    margin-bottom: 0px;
    top: 50%;
    margin-top: -22px;
    bottom: auto;
    right: 100%;

    -webkit-transform: translate(15px, 0px);
    -moz-transform: translate(15px, 0px);
    -o-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 5px solid #606366;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    right: 13px;
    margin-left: -6px;
}

.tooltip.align-left:after {
    border-left: 5px solid #606366;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -5px;
    margin-top: -6px;
    border-right: none;
}

.tooltip_container:hover .tooltip {
    opacity: 1 !important;
    visibility: visible;

    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

/* ********************************************************************************************
	Cleares
*********************************************************************************************** */

.clear,
.clearer {
    clear: both;
}

.clear:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.block-testimonials:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.guest-select {
    width: 305px !important;
}

/* ======================================================================================= */

/* AGH CUSTOM COLOR CHANGES */
::selection {
    background: #79ec3e;
    color: #fff;
}

::-moz-selection {
    background: #79ec3e;
    color: #fff;
}

/*========= Nivo-Slider========================*/

.row-1 {
    max-width: 940px;
    overflow: hidden;
    margin: 0 auto 0 auto; /*margin-bottom:35px; margin-top:-18px;*/
}
#sliderheader.row-1 .cta {
    position: relative;
    display: block;
    float: left;
    width: 23%;
    margin: 0 1%;
}
.row-1 a .cta-img {
    width: 100%;
    height: auto;
}

div#slide_holder {
    width: 938px;
    height: 412px;
}

div#slider {
    width: 938px;
    height: 412px;
    overflow: hidden;
}

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 89;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 40%;
    z-index: 99;
    cursor: pointer;
}

.nivo-prevNav {
    left: 5px;
    display: block;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}

.nivo-nextNav {
    right: 5px;
    display: block;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}

div.nivo-controlNav {
    position: absolute;
    right: 20px;
    bottom: 21px;
    z-index: 100;
}

div.nivo-controlNav a.nivo-control {
    width: 11px;
    height: 0;
    display: block;
    padding: 11px 0 0 0;
    overflow: hidden;
    float: left;
    margin: 0 0 0 4px;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/cs-buttons.png) 0 0 no-repeat;
    cursor: pointer;
}

div.nivo-controlNav a.nivo-control:first-child {
    margin: 0;
}

.nivo-controlNav a.nivo-control {
    background-position: 0 0;
}

.nivo-controlNav a.nivo-control:hover {
    background-position: 0 -11px;
}

.nivo-controlNav a.nivo-control.active {
    background-position: 0 -11px;
}

.nivoSlider_wrapper {
    width: 938px;
    height: 412px;
    overflow: hidden;
    float: left;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    border-top: 1px solid #343434;
}

.block-banner a {
    float: left;
}

div.nivo-controlNav a.nivo-control {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

/* Miscellaneous */
.warranty-col {
    display: inline-block;
    vertical-align: top;
}

.compare-table td {
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
}

.compare-table th {
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.adcopytext {
    line-height: 125%;
    text-align: justify;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0 30px 0 30px;
}

.adcopytitle {
    color: #000;
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 300;
}

.adcopytitle strong {
    font-weight: 700;
    line-height: 1.55;
}

.A8 {
    color: #FFF;
}

.leftright {
    margin-left: 17px;
    color: #34d128;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
}

/* Homepage Animated Banner */
.edgeLoad-EDGE-1132761205 {
    visibility: hidden;
}

/* AGH Blog */
.postWrapper {
	margin: 2em auto;
}
.postWrapper .postTitle a {
    text-decoration: none;
    font-weight: bold;
}

.postWrapper .postTitle h2 {
    font-weight: bold;
}

.postWrapper .postTitle a:hover {
    color: #BBB;
}

.quote {
    font-style: italic;
    font-size: 15px;
    background: #ebebea;
    margin: 10px 5px 15px 10px;
    border-left: 5px solid #333;
    padding: 15px;
    width: 80%;
}

.headerlink {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.desktop-wallpapers {
    border-spacing: 20px;
    border-collapse: initial;
}

.mobile-wallpapers {
    border-spacing: 20px;
    border-collapse: initial;
}

.desktop-wallpapers td {
    text-align: center;
}

.mobile-wallpapers td {
    text-align: center;
}

/* Custom 404 Page */
.text404 {
    background-image: url('/images/404page/Illustration2.jpg');
    background-size: 100% auto;
    background-position: center 80%;
    background-repeat: no-repeat;
}

.text404 .uh {
    margin-top: 30px;
    margin-bottom: 50px;
}

.text404 .title1 {
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.text404 .title2 {
    font-size: 16px;
    margin-top: 75px;
    margin-bottom: 25px;
}

.text404 form input {
    font-family: 'Oswald';
    font-size: 1.5em;
    color: #696d70;
    background-color: #e1e3e2;
    padding: 8px 48px 8px 10px;
    border: 0;
}

.text404 form button {
    width: 38px;
    height: 38px;
    margin-left: -4em;
    background-image: url('/images/404page/magglass.jpg');
}

.text404 ul {
    list-style-type: square;
    margin-top: 15px;
    margin-left: 15px;
}

.text404 li {
    color: #66b343;
}

.text404 li span {
    color: #696d70;
}

.text404 li span a {
}

.text404 table {
    width: 100%;
}

.text404 td.left {
    text-align: left;
}

.text404 td.center {
    text-align: center;
}

.text404 td.right {
    text-align: right;
}

.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
    text-align: left;
    padding: 10px 15px;
    background-color: #FFF;
    border: 1px solid gray;
    width: 200px;
}

/* Begin Checkout Cart View */
#checkoutCartWrap {
    background-color: white;
    position: absolute;
    z-index: 100;
    /*
	margin-left: -5.48%;
	top: 45px;
	left: 0;
	*/
    width: 100%;
}

#checkoutCart {
    display: none;
    max-height: 376px;
    overflow-y: scroll;
}

#checkoutCartToggle {
    cursor: pointer;
    padding-top: 8px;
    height: 28px;
    background-color: #525252;
    text-align: center;
    display: none;
    width: 100%;
}

/* End Checkout Cart View */

.col-main.grid_full {
    width: 90% !important;
}

/*
.grid_9 {
    width: 65% !important;
}
*/

.bannerslider {
    display: none;
}

.m-graphic {
    display: none;
}

#banner-icons-3 {
    display: none;
    margin-top: 20px;
}

.addthis_toolbox {
    margin-bottom: 20px;
}

.category-description {
    margin-top: 15px;
}

.mobile-video {
    display: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-left: 4%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}

/* Remove google trusted stores from ajax pages */
body > #gts-c {
    display: none;
}

#gts-c {
    z-index: 1000 !important;
}
/*****************************************************************************************************************
 * Search By Gun - Frontend																						 *
 *																												 *
 *****************************************************************************************************************/
input#gun-search.ui-autocomplete-loading {
    max-width: 67.5%;
    height: 29px;
    text-indent: 1px;
}

input#gun-search {
    width: 100%;
    height: 27px;
    text-indent: 7px;
    position: relative;
}

/*.gun-search-icon:after {*/
    /*content: "\1F50D";*/
    /*position: absolute;*/
    /*top: 18%;*/
    /*right: 0;*/
    /*font-size: 175%;*/
    /*color: #ddd;*/
/*}*/

input#gun-search-submit {
    float: right;
    /*padding:5px 10px;
	background:#66CD00;
	border:none;
	transition: background linear 0.2s, color ease-in 0.3s;
	-webkit-transition: background linear 0.2s, color ease-in 0.3s;
	-moz-transition: background linear 0.2s, color ease-in 0.3s;
	-o-transition: background linear 0.2s, color ease-in 0.3s;*/
}

/*input#gun-search-submit:hover{
	background:#000;
	color:#FFF;
	cursor: pointer;
}*/

#gun-search-container {
    text-align: center;
    width: 100%;
}

#gun-search-wrap {
    text-align: left;
    position: relative;
    margin: auto;
    max-width: 400px;
    width: 100%;
}

#auto-response {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    border: 1px solid #CCCCCC;
    background: #FFF;
    padding: 2.5%;
    width: 95.4%;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 1;
    border-top: none;
}

.clear {
    clear: both;
}

.gun-brand-container {
    width: 23.1%;
    max-width: 23.1%;
    height: 70px;
    border: 2px solid #efefef;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gun-brand-container:last-child {
    margin-right: 0;
}

.gun-brand-container p {
    line-height: 70px;
    margin: 0;
    color: #000
}

.full-width {
    width: 100%;
}

.gun-make-select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition: background linear 0.2s, color ease-in 0.3s;
    -webkit-transition: background linear 0.2s, color ease-in 0.3s;
    -moz-transition: background linear 0.2s, color ease-in 0.3s;
    -o-transition: background linear 0.2s, color ease-in 0.3s;
}

.gun-make-select:hover {
    background: #66CD00;
}

.gun-make-select:hover p {
    color: #FFF;
}

.ui-menu .ui-menu-item {
    text-align: left;
    padding: 6px 1em 6px .4em !important;
}

.ui-widget-content {
    max-height: 266px;
    overflow: hidden;
    overflow-y: scroll;
    /*max-width: 302px;*/
    background: #FFF !important;
}

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    margin: 0 !important;
    background: #e5e5e5 !important;
    font-weight: 400 !important;
    color: #000 !important;
}

#gun-search::-webkit-input-placeholder {
    color: #000;
}

#gun-search::-moz-placeholder {
    color: #000;
}

#gun-search:-ms-input-placeholder {
    color: #000;
}

#search-by-gun-container a:link {
    color: #000;
}

#search-by-gun-container a:hover {
    text-decoration: none;
    color: #34d128;
}

/******************************************** END Search By Gun ***************************************************/

/************ General Classes ***********************/
.margin-left-medium {
    margin-left: 10px;
}

.margin-top-large {
    margin-top: 15px;
}

.subscript {
    font-size: .750em;
}

h3.faq-questions {
    font-size: 1.2em !important;
}

h2.adcopytitle {
    font-size: 2.5em;
}

#update-cart-button span {
    background: #525252 !important;
}

.section-title, .page-title {
    width: 100%;
}

/*********** End General Classes ********************/

/********* Static Newsletter Bar *********/

#hidden-newsletter-container {

    width: 100%;
    height: 40px;
    background: #292929;
}

#top-news-container p {

    color: #FFF;
}

#top-news-container .input-box {

    width: auto;
    float: left;
    margin: 0 10px;
}

#top-news-container .input-text {

    height: 20px !important;
}

#top-news-submit {

    border: none !important;
    background: #525252 !important;
    text-align: center !important;
    color: #FFF !important;
    padding: 3px 5px !important;
}
#top-news-submit span {
    background-color: transparent;
    float: none;
    text-transform: capitalize;
    font-family: 'Raleway',Helvetica,sans-serif;
}

.heatmap-canvas {
    z-index: -99;
}

/****************************** Home Page Animation ******************************/
#cantangle, #rideheight {
    height: 450px;
    padding-top: 150px;
    padding-bottom: 50px;
}

#adjustable-ride-container, #adjustable-cant-container {
    width: 100%;
    max-width: 584px;
    position: relative;
    margin: auto;
    height: 100%;
}

#holster-accessories-container {
    width: inherit;
}

#belt-container {
    width: inherit;
    background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/belt-leather.png) no-repeat 0 -25px;
    background-size: 100%;
    opacity: 0.5;
    height: 221px;
}

#holster-ride-container {
    position: absolute;
    top: -75px;
}

#holster-cant-container {
    position: absolute;
    top: -75px;
    transition: transform 1.0s;
}

#holster-cant-container.position-1 {
    transform: rotate(-10deg) translate(-25px, 32px);
}

#holster-cant-container.position-2 {
    transform: rotate(-5deg) translate(-15px, 49px);
}

#holster-cant-container.position-3 {
    transform: rotate(-1deg) translate(-6px, 36px);
}

#holster-cant-container.position-4 {
    transform: rotate(4deg) translate(6px, 22px);
}

#holster-cant-container.position-5 {
    transform: rotate(9deg) translate(17px, 40px);
}

#ride-adjust-nav-container {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(20%);
    padding: 0 10px;
}

#clip-container {
    position: absolute;
    top: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.ride-nav-cont {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

.cant-nav-cont {
    padding: 70% 20px 0 20px;
    display: inline-block;
}

.cant-nav-cont.first { /* padding-left:13%; */
}

.cant-nav-cont.last { /* padding-right:20%; */
}

.ride-nav, .cant-nav {
    width: 45px;
    height: 45px;
    background: rgb(100, 206, 78);
    opacity: 0.5;
    border-radius: 50px;
    float: right;
}

.ride-nav.active, .cant-nav.active {
    opacity: 1.0;
}

#retention-animation-container {
    width: 100%;
    max-width: 584px;
    position: relative;
    margin: auto;
    top: 30%;
    max-height: 390px;
}

#retention-image-container {
    width: 100%;
    height: 230px;
}

.retention-image {
    position: absolute;
}

#ret-image-1 {
    z-index: 9
}

#ret-image-2 {
    z-index: 8
}

#ret-image-3 {
    z-index: 7
}

.spacer-cont {
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    padding: 0 4.7%;
    opacity: 0.5;
}

.spacer-cont.active {
    opacity: 1.0;
}

.spacer-cont:hover {
    cursor: pointer;
}

#GTS_CONTAINER {
    text-align: right;
    margin-bottom: 15px;
    vertical-align: top;
}

/**************** Home Page Animation End *****************************************/
/********* End Static Newsletter Bar ****/

@media only screen and (max-width: 1024px) {
    .logo {
        display: none;
    }

    .logo-small {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 991px) {
    #sliderheader{
        width: 92%;
    }
}

@media only screen and (max-width: 960px) {
    .sidebar.grid_3 {
        width: 98% !important;
        margin-left: 1%;
        margin-right: 1%;
    }

    .col2-right-layout .col-main, .col2-left-layout .col-main {
        width: 90% !important;
        margin-left: 1%;
        margin-right: 1%;
    }

    .product-img-box {
        max-width: 415px;
    }

    #shop-holsters {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /* force price tag in product to be sized properly when moved up to mobile */
    #product-name-mobile .regular-price .price{
        font-size: 30px;
    }
    #GTS_CONTAINER {
        text-align: center;
    }

    .graphic {
        display: none !important;
    }

    .m-graphic {
        display: inline-block !important;
    }

    .page-banners .banner {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .col-main.grid_full {
        width: 92% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .desktop-video {
        display: none !important;
    }

    .mobile-video {
        display: initial !important;
    }

    .grid_6.review {
        border-bottom: 1px solid lightgray;
    }

    #hidden-newsletter-container {
        margin: 0 4px;
    }
}

@media only screen and (max-width: 690px) {
    #hidden-newsletter-container {
        display: none;
    }

    #socmediacta {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    #banner-icons-3 {
        display: none !important;
    }

    #sliderheader {
        width: 92% !important;
        margin: 0 auto !important;
        max-width: 960px !important;
    }
    #sliderheader .slider-cta-div .cta {
        float: none !important;
        width: 80%;
        margin: 0 0 15px 0 !important;
        display: inline-block;
    }

    #banner-icons-6 {
        display: inline-block !important;
        margin-top: 20px;
    }

    .page-banners .banner {
        width: 98% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .warranty-col {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }

    .product-img-box {
        float: none !important;
    }

    .img-box {
        margin-bottom: 20px;
    }

    .product-shop {
        float: none !important;
        padding: 0 0 0 0 !important;
        width: 100% !important;
    }

    .page-title h1 {
        line-height: 15px !important;
    }
}

@media only screen and (max-width: 540px) {
    .text404 {
        background-image: none;
    }
}

@media only screen and (max-width: 410px) {
    #welcome1 {
        display: none !important;
    }

    #welcome2 {
        display: inline !important;
    }
}

@media only screen and (max-width: 486px) {
    input#gun-search.ui-autocomplete-loading {
        max-width: 99%;
    }

    input#gun-search {
        max-width: 99% !important;
    }

    #gun-search-btn-cont {
        width: 118px;
        margin: auto;
        padding-top: 50px;
    }

    /*
    #gun-search-container {
        padding: 25px 0;
    }
    */

    input#gun-search-submit {
        float: none;
    }
}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 396px) {
    .columngrid.columngrid-adaptive .item {
        margin-bottom: 40px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
    }
}

@media only screen and (max-width: 319px) {
    .logo-small {
        margin-top: 22px;
    }

}

.trip-cont .trips {
    width: 50%;
}

.row-1.row-1-slider {
    max-width: 940px;
}

@media only screen and (max-width: 1279px) {
    .row-1.row-1-slider {
        max-width: calc(94% + 1px);
    }
}

#admin_messages {
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #65C74E;
    font-size: 16px;
    position: absolute !important;;
    bottom: 0 !important;
}
#admin_messages.top_message {
    position: relative !important;
}

.owl-prev .boxed, .owl-next .boxed{
    opacity: 0.8;
    border: 1px solid lightgray;
    background: #fff;
    border-radius: 25%;
    width: 100%;
    height: auto;
}

.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    background: none !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
}
.owl-prev {
    left: -3%;
}
.owl-next {
    right: -3%;
}
.price-with-holster{
    margin-bottom: 25px;
}

.twohc-subheading {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    color: black;
}
iframe[name=google_conversion_frame] {
    display: none !important;
}
.header-primary-container #concealed-nation-banner {
    display: none;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.concealed-nation-banner-desktop {
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 1000;
}
.concealed-nation-banner-desktop img {
    width: 160px;
}
.concealed-nation-banner-mobile {
    display: none;
    background: #e03613;
}
.concealed-nation-banner-mobile img {
    max-width: 90%;
    vertical-align: middle;
}
.close-cne-banner {
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background: #e03613;
}
.close-cne-banner.desktop {
    padding: 2px;
    margin-left: -3px;
}
.close-cne-banner.mobile {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 3vw;
}
.header-primary-container #shapeshift-banner {
    display: none;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.shapeshift-banner-desktop {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 2%;
    z-index: 1000;
}
.shapeshift-banner-desktop img {
    width: 200px;
}
.shapeshift-banner-mobile {
    position: relative;
    display: none;
    background: #2C3137;
    padding: 10px;
}
.shapeshift-banner-mobile .fa-arrow-left {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.shapeshift-banner-mobile a {
    color: #FFF;
    font-style: italic;
    text-decoration: none;
}
.shapeshift-banner-mobile p {
    text-align: center;
    margin-top: 10px;
}
.shapeshift-banner-mobile img {
    display: block;
    width: 90%;
    max-width: 400px;
    vertical-align: middle;
    margin: 0 auto;
}
.close-ss-banner {
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background: #2C3137;
}
.close-ss-banner.desktop {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 4px;
    background-color: #63C84E;
}
.close-ss-banner.mobile {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 2%;
    z-index: 10;
}
.call-to-action {
    display: inline-block;
    background-color: #34d128;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 40px;
    margin-bottom: 15px;
}
.call-to-action:hover {
    color: #FFF;
    background-color: #05a608;
}

@media screen and (max-width: 638px) {
    .concealed-nation-banner-desktop {
        display: none;
    }
    .concealed-nation-banner-mobile {
        display: block;
    }
    .shapeshift-banner-desktop {
        display: none;
    }
    .shapeshift-banner-mobile {
        display: block;
    }
}


/**************** Low Hanging Fruit Experiment - Will want to remove elements not in use, not hide them - NG 9/13/16 ****************/
/*----- PHASE 1 -----*/
/*----- Header Nav, Account, Cart and  Main Menu -----*/
.header-top-container {
    padding: 10px;
    color: inherit;
}
.navmain-container {
    margin-top: 0px;
}
.header-primary {
    padding: 0px;
}
.links-separators .links > li > a {
    color: #8a8a8a !important;
}
.links > li > a:hover {
    color: #34d128 !important;
    text-decoration: underline;
}

/*----- Remove, not hide -----*/
.header-top .item-right {
    margin: 0;
}
.header-top .item {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.shopping_cart .dropdown-menu {
    top: inherit;
    background-color: #292929;
    z-index: 10000;
}
@media only screen and (max-width: 959px) {
    .top-links.links-separators .links > li.last > a {
        padding-right: 0;
    }
    .header-top .item {
        margin: 0;
    }
    .links-separators .links > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.shopping_cart .dropdown-toggle .summary-container {
    background-color: inherit;
    color: inherit;
}
.shopping_cart:hover .dropdown-toggle .summary-container {
    background-color: inherit;
    color: #34d128;
}
.header .shopping_cart {
    margin-left: 0;
}
.shopping_cart .dropdown-menu .bag-header,
.shopping_cart .subtotal,
.shopping_cart .dropdown-menu .mini-products-list li {
    border-bottom: 1px solid #000000;
}
.shopping_cart .icon-cart {
    line-height: 9px;
    padding-left: 15px;
}
.navmain-container.template {
    background-color: #292929 !important;
}
.nav {
    background-color: #292929 !important;
}
#mega-nav > li > a {
    font-family: sans-serif !important;
    padding: 18px 17px 15px 17px !important;
}
#mega-nav > li > a:hover {
    border-bottom: 3px solid #34d128;
}
#mega-nav::selection {
    background: #79ec3e;
    color: #fff;
}
#mega-nav div.mega-block {
    border: none !important;
    top: 54px !important;
    background-color: #292929 !important;
    padding-top: 18px !important;
}
#mega-nav ul.subs li a:hover,
#mega-nav .mega-block .header-mega-dropdown-wrapper a:hover,
#mega-nav .mega-block .show-links .links a:hover {
    text-decoration: underline;
}
#cssmenu #mobile-menu {
    top: inherit !important;
    overflow-y: scroll;
}
#cssmenu ul li a {
    color: #8a8a8a !important;
    border: none !important;
    border-top: 1px solid #000000 !important;
}
@media screen and (max-width: 1024px){
    .toggleMenu {
        color: #8a8a8a !important;
    }
}
/*---- Flag In Header ----*/
#flag {
    display: inline-block;
    margin: 7px 0 0 15px;
    float: right;
    width: 40px;
}
@media only screen and (max-width: 984px) {
    #flag {
        display: none;
    }
}
/*----- News Letter Subscription - In Footer -----*/
#hidden-newsletter-container {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-news-container {
    width: 100%;
    max-width: 750px;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
#top-news-container p {
    padding-top: 6px;
    font-size: large;
    text-align: center;
}
#top-news-container div, #top-news-container .input-box {
    width: 30%;
    text-align: center;
    margin: 0;
}
#top-news-container .input-text, #top-news-container #top-news-submit {
    width: 90%;
    height: 30px !important;
}
#subscribe-notification {
    padding-top: 8px;
    width: 100% !important;
}
@media only screen and (max-width: 690px) {
    #hidden-newsletter-container {
        display: block;
        margin: 0;
    }
    #top-news-container div, #top-news-container .input-box {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.footer-container {
    margin-bottom: -5px;
}

/*----- PHASE 3 -----*/
/*----- Page Content - Background Color -----*/
.wrapper {
    background: #fff !important;
}
/*----- Body and Page -----*/
.col-main {
    background-image: none;
    padding-top: 30px;
}
.page-title h1, .page-title h2 {
    color: #000 !important;
}

/*----- PHASE 3 -----*/
/*----- Page Content - 1400px Width -----*/
@media only screen and (min-width: 1280px) {
    .container_12 {
        max-width: 1400px !important;
    }
}
#sliderheader {
    max-width: 1372px;
}

/*----- Product Page -----*/
@media only screen and (max-width: 767px) {
    .product-view {
        margin-top: -60px;
    }
}
.product-shop {
    padding: 0px 15px 0 15px !important;
    margin-left: 2% !important;
    width: 48% !important;
    background-color: #f7f7f7 !important;
}
@media only screen and (max-width: 767px) {
    .product-view .product-shop {
        padding: 30px 0px 0 0px !important;
        margin-left: 0px !important;
        background-color: #fff !important;
    }
}
@media only screen and (max-width: 960px) {
    .product-img-box {
        max-width: 100%;
    }
}

/*----- PHASE 2 -----*/
/*----- Right Sidebar Only Showing Ads -----*/
@media (min-width: 768px) {
    .tabs {
         max-width: 100% !important;
    }
}
.tabs {
    max-width: 100% !important;
}
/*-- USE FOR WHITE BACKGROUND --*/
.col-main.grid_full {
    width: 98% !important;
}
/*----- Copy Adjustments for Ad Sidebar -----*/
body, .adcopytext {
    font: 500 14px/18px 'Raleway', Helvetica, sans-serif;
    color: #333333;
}
.section-title, .page-title {
    left: 0% !important;
    top: -15px !important;
    padding: 10px 3% 0px 0 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px){
    .section-title, .page-title h1 {
        font-size: 19px;
    }
}
.col-main {
     padding: 0 0% 2% 0%;
}
@media only screen and (max-width: 960px) {
    .col2-right-layout .col-main, .col2-left-layout .col-main {
        margin: 0;
    }
}
/*----- Hide RSS Feed -----*/
.page-title .link-rss {
    display: none !important;
}

/*----- PHASE 3 -----*/
/*----- No Right Sidebar -----*/
/*
.block-subscribe, .block-list, #shop-holsters {
    display: none !important;
}
.grid_9 {
    width: 98% !important;
}
*/

/*----- Some Mobile Tweaks -----*/
@media only screen and (max-width: 639px) {
    #banner-icons-6 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    #sliderheader {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .col2-right-layout .col-main, .col2-left-layout .col-main {
        width: 100% !important;
    }
}

.sidebar .block-sidebar-link {

}
.sidebar .blog-img {
    width: 100%;
    margin-bottom: 10px;
}

/*----- SS Mobile Fixes -----*/
.ss-po-product .product-body
li {
    float: none !important;
    width: auto !important;
}

/*------ SS Counterpart -----*/
#counter-link {
    position: absolute;
    font-size: 0.750em;
    left: 40px;
}

/*----- Checkout: Review Section -----*/
.checkout-review-product-name {
    width: 60%;
}
@media only screen and (max-width: 767px) {
    .checkout-review-product-name {
        width: 100%;
    }
}

/*----- Social Proof Slider -----*/
.social-proof-container {
  background: #F9F9F9;
  padding: 15px 1%;
}
#social-proof {
  max-width: 1380px;
  width: 100%;
  margin: auto;
}
#social-proof img {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.owl-custom-nav {
   height: 30px;
   width: 30px;
  margin: 0 !important;
  padding: 0 !important;
   margin-top: -15px !important;
   top: 50%;
   position: absolute;
   display: block;
   cursor: pointer;
   border-width: 5px 5px 0 0;
   border-style: solid;
   border-color: #828282;
   opacity: 0.35;
   outline: 0;
   z-index: 3;
  background: transparent !important;
}
.owl-custom-nav:hover {
  opacity: 1;
}
.owl-custom-nav.next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-custom-nav.prev {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#social-proof .owl-prev {
  left: 0;
}
#social-proof .owl-next {
  right: 3%;
}
@media only screen and (max-width: 767px) {
  #social-proof .owl-prev {
    left: -1%;
  }
  #social-proof .owl-next {
    right: 4%;
  }
}
@media only screen and (max-width: 639px) and (orientation : portrait) {
  #social-proof .owl-next {
    right: 6%;
  }
}
@media only screen and (max-width: 639px) and (orientation : landscape) {
  #social-proof .owl-next {
    right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  #social-proof .owl-prev {
    left: -2%;
  }
}

/*----- AJAX Product Reviews -----*/
button.review-load,
button.review-load-complete {
  background-color: transparent !important;
  margin: auto;
  display: block;
  padding: 3px !important;
}
button.review-load.float,
button.review-load-complete.float {
  float: left;
}
button.review-prev-load {
  background-color: transparent !important;
  float: left;
  padding: 3px !important;
}
button.review-load.disabled span,
button.review-load-complete.disabled span {
  background-color: #666 !important;
  cursor: not-allowed;
  color: #818181;
}

#customer-reviews {
  position: relative;
}

#customer-reviews > .loader {
  display: none;
  position: absolute;
  background: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#customer-reviews.loading > .loader {
  display: block;
}

.review-header {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.review-header > h2 {
  margin-bottom: 0;
}

.review-header .review-avg-container {
  width:100%;
  margin-top: 5px;
}
.review-header .review-display-count {
  clear: both;
  font-weight: bold;
}

/*.review-avg-container .rating-box {
  float: left;
  margin-top: 5px;
}*/
.review-avg-container .all-reviews-stars {
  float: left;
}
.review-avg-container .all-reviews-stars,
.review-avg-container .all-reviews-stars > span {
  width: 150px !important;
  background-size: 150px;
  height: 40px !important;
}



.review-avg-container .avg-rating {
  font-size: 1.2em;
  position: relative;
  left: 10px;
  float: left;
  font-weight: bold;
  top: 5px;
}

.scrollup { cursor: pointer; }
.review-display-count .scrollup {
  text-decoration: underline;
}
.review-display-count .scrollup:hover {
  color: #34d128;
  text-decoration: none;
}
.review-button-container {
  width: 100%;
  max-width: 350px;
  margin: auto;
  height: auto;
  overflow: hidden;
}
.resp-tab-content::after {
  clear: both
}

.rating-links .link {
  transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  color: #8a8a8a;
  text-decoration: underline;
}
.rating-links .link:hover {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  text-decoration: none;
  color: #34d128;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .review-avg-container .avg-rating {
    left: 0;
    top: 0;
  }
  button.braintree-paypal-button {
    max-width: 128px;
  }
  button.braintree-paypal-button span {
    background-position: center center !important;
  }
  button.braintree-paypal-button span span {
    display: none;
  }
}
/* Category Sidebar Filters */
#agh-filter-container {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 54px;
  transition: all ease 0.5s;
}
#agh-filter-container.fixed-adj {
  top: 65px;
}
#filter-tab {
  background : #292929;
  color: #FFF;
  padding: 20px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  top: 180px;
}
#filter-tab:hover {
  background: #79EC3E;
  cursor: pointer;
}
#filter-tab i {
  margin-left: 5px;
}
#filter-box {
  transition: all ease .5s;
  border-radius: 0 5px 5px 0;
  background: #292929;
  padding: 20px;
  position: fixed;
  left: -50rem;
  margin: 20px auto;
  margin-top: 0;
  width: 200px;
  text-align: center;
  z-index: 100;
  top: 185px;
}
#filter-box.active {
  left: 0;
}
#filter-box.fixed-adj {
  top: 118px;
}
#filter-box > .button {
  position: relative;
  display: block;
  vertical-align: top;
  height: 36px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  margin: 12px;
}
#filter-box > .button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
#filter-box > .button-gray {
  background: #47494f;
  border-color: #2f3034 #2f3034 #232427;
  background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
#filter-box > .button-gray:hover {
  color: #79ec3e;
}
#filter-box > .button-gray:active {
  background: #47494f;
  border-color: #232427 #2f3034 #2f3034;
}
@media screen and (max-width: 768px) {
  #agh-filter-container {
    top: 160px;
  }
  #filter-box {
    top: 212px;
  }
}
@media screen and (max-width: 501px) {
  #agh-filter-container {
    top: 54px;
  }
  #agh-filter-container.fixed-adj {
    top: 65px;
  }
  #filter-box {
    top: 240px;
  }
}

.cs-container {
  padding-top: 15px;
  display: inline-block;
  width: 100%;
}
.cs-container input[type=checkbox] {
  margin-bottom: 3px;
}
.cs-container > label {
  margin-left: 10px;
  font-weight: bold;
  margin-top: -2px;
}
.agh-green {
  color: #34d128;
}
.cs-container .og-price {
  text-decoration: line-through;
  color: #7d7d7d;
  font-weight: normal;
}
.cs-container .total-price {
  color: #e62117
}
.cs-option-container {
  display: none;
  background: #f7f7f7;
  padding: 1.6em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-top: 1px solid #ececec;
  width: 100%;
  box-sizing: border-box;
}
.cs-option-container label {
  display: inline-block;
}
.product-shop {
  background-color: transparent !important;
}
.cs-input:checked ~ .cs-option-container {
  display: inline-block;
}
.cs-block {
  padding-bottom: 20px;
}

.cs-block label.required-entry:after {
  content: '*';
  color: #cb2700;
  margin-left: 5px;
}
div.smcx-embed {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/* Footer Sprites */
.sprite {
  display: inline-block;
}
.sprite a {
  width: 27px;
  height: 27px;
  display: inline-block;
  background-image: url('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/alien-gear-social-profiles.png');
  background-repeat: no-repeat;
  box-sizing:border-box;
  padding-right: 5px;
}
.sprite.fb > a {
  background-position: -1px 0;
}
.sprite.gplus > a {
  background-position: -27px 0;
}
.sprite.twitter > a {
  background-position: -54px 0;
}
.sprite.youtube > a {
  background-position: -81px 0;
}
.sprite.instagram > a {
  background-position: -108px 0;
}
.sprite.bbb {
  display:inline-block;
}
.sprite.bbb > a {
  width: 90px;
  height: 32px;
  background-position: -199px 0;
}
.sprite.flag-footer > a {
  width: 62px;
  height: 32px;
  background-position: -135px 0;
}

/* BrainTree payment method styling */
#checkoutSteps .checkout_option_labels, h3 {
  display: inline-block;
}
#paypal-complete,
.apple-pay-button-with-text {
  float: right;
}

button.braintree-paypal-button,
button.apple-pay-button-with-text {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  height: 36px !important;
}

button.braintree-paypal-button > span {
  height: 36px !important;
  line-height: 38px !important;
}

@media screen and (max-width:768px) {
  .review-display-count {
    text-align: center;
    margin-top: 15px;
  }
  .review-button-container {
    max-width: 100%;
  }
  button.review-load.float,
  button.review-load-complete.float {
    float: right;
  }
}

/* CRO Category Page */
.product-category-header {
  text-align: center;
  padding: 50px 0;
}
.product-category-header:first-child {
  padding-top: 25px;
}
.product-category-header > h2 {
  font-size: 3.0em;
  line-height: initial;
}
.product-category-header h3.product-category-sub-header {
  font-size: 1.5em;
  padding-top: 10px;
}

.products-grid {
  display: inline-block;
  width: 100%;
}

.columngrid-adaptive.columngrid-2col
.item.cro-category {
  width: 22%;
  float: left;
  margin-left: 2%;
  margin-right: 1%;
  margin-bottom: 30px;
  border: 1px solid #DADADA;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}
.columngrid-adaptive.columngrid-2col
.item.cro-category:hover {
  box-shadow: rgb(136, 136, 136) 0px 2px 3px 1px;
}

.columngrid-adaptive.columngrid-2col .item.cro-category:nth-child(3n+1),
.columngrid-2col .item:nth-child(2n+1){
  clear: none !important;
}
.columngrid-adaptive.columngrid-2col
.item.cro-category a {
  text-decoration: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.item.cro-category .img-container {
  min-height: 235px;
}

.item.cro-category .product-content {
  height: 104px;
  padding: 20px 20px 50px 20px;
}
.item.cro-category .product-content .product-name {
  color: #8A8A8A;
  padding-bottom: 5px;
  font-size: 1.2em;
  line-height: initial;
  text-align: left;
  width: 100%;
  min-height: 40px;
}
.item.cro-category .product-content .product-name:hover {
  color: #34D128;
  text-decoration: underline;
}
.item.cro-category .product-content .price {
  font-size: 1.7em;
  color: #333;
}
.item.cro-category .product-content .price-box {
  margin-top: 10px;
}
.item.cro-category .product-content .ratings {
  float: left;
}
.item.cro-category .product-content .actions {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%
}
.item.cro-category .product-content .actions > button {
  max-width: 100%;
  width: 100%;
  padding: 5px 0;
}
.item.cro-category .product-content .actions > button span {
  background: transparent;
  color: #CCCCCC;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 100%;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}
.item.cro-category .product-content .actions > button span:hover {
  color: #34d128;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .columngrid-adaptive.columngrid-2col
  .item.cro-category {
      width: 31.3%;
      margin-left: 1%;
  }
  #mega-nav > li > a {
    padding: 18px 11px 15px 10px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .columngrid-adaptive.columngrid-2col
  .item.cro-category {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .columngrid-adaptive.columngrid-2col
  .item.cro-category {
    width: 100%;
  }
}
/* End CRO Category Page */

.noscroll {
  overflow: hidden;
}

.ss-btn {
    padding: 10px 30px;
    font-size: 2.5em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.ss-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.ss-btn:hover {
    background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    color: #FFF;
}
.btn-green {
    background: #5ca934;
    border-color: #478228 #478228 #3c6f22;
    background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.btn-green:active {
    background: #5ca934;
    border-color: #3c6f22 #478228 #478228;
}

/* Upcoming Products and General Layout */
#teaser-content-container p {
    font-size: 1.2em;
    line-height: 28px;
}
#teaser-content-container h1 {
    font-size: 2.5em;
    font-style: italic;
    font-weight: bold;
}
#teaser-content-container h2 {
    font-size: 2.0em !important;
    font-style: italic;
    font-weight: bold;
}
.row {
/*    display: inline-block !important; */
    width: 100%;
    margin: 0;
}
.text-center {
    text-align: center;
}
.p-50 {
    padding: 50px 0;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.m-10 {
    margin-top: 10px !important;
}
.m-20 {
    margin-top: 20px !important;
}
.m-60 {
    margin-top: 60px !important;
}
.form-control {
    width: 100%;
}
.teaser-btn {
    padding: 10px 65px;
    font-size: 1.7em;
    text-transform: none;
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.social-icon-green {
    width: 60px;
    height: 60px;
    background: #34d128;
    color: #FFF;
    display: flex;
}
.social-icon-green i {
    font-style: normal;
}
.social-icon-green:hover {
    color: #FFF;
}
.col-4 {
    width: 30%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-8 {
    width: 70%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-lg-8 {
    display: none;
}
.d-flex {
    display: flex;
}
.bg-light {
    background: #E4E4E4;
}
#teaser-social-links {
    width: 100%;
    max-width: 80%;
    margin: auto;
    justify-content: space-between;
}
#teaser-social-links i {
    margin: auto;
}
.content-center {
    margin: auto;
}
.text-bold {
    font-weight: bold;
}


@media screen and (max-width:1280px) {
    .row.d-flex {
        display: block;
    }
    .col-8, .col-4 {
        width: 100%;
    }
    .col-4.d-flex {
        padding: 70px;
    }
    .m-10 {
        margin: unset !important;
    }
    .col-lg-8 {
        display: block;
    }
    .col-xl-8 {
        display: none;
    }
}
@media screen and (max-width: 435px) {
    #teaser-social-links {
        max-width: 100%;
    }
    .col-4.d-flex {
        padding: 70px 25px;
    }
}
.produc-desc-list {
    list-style-type: disc !important;
    margin-left: 16px;
}
.faq-title-separator {
    display: block;
    text-align: center;
    font-size: 2.5em;
    padding: 40px 0;
    font-weight: bold;
}

.video-container iframe {
    margin: 0 auto;
    width: 48% !important;
}

.box-related .price-box {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
}

.box-related .vert .price-box .regular-price .price {
    display: block;
    margin: 0;
    width: 100% !important;
    text-align: center;
}

.box-related .item-container {
    margin-right: 1em;
    margin-bottom: 1.5em;
    width: 90%;
}

.box-related .product-name {
    font-size: 1.5em;
    padding-bottom: 1em;
    line-height: 1.5em;
    margin-top: 0 !important;
}

.box-related .product-image {
    border: none !important;
}

.box-related .related-checkbox {
    display: block !important;
    margin: auto !important;
}

.box-related a {
    text-decoration: none;
}

.container-border {
    border:solid 1px #f2f2f2;
    text-align: center;
    box-shadow: rgb(136,136,136) 5px 6px 7px -5px;
}

.minimal-price {
    display: none !important;
}

.availability {
    display: none !important;
}

.price-sticky {
    position: fixed;
    text-align: center;
    top: 50px;
    z-index: 111;
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    width: 100%;
    max-width:640px;
    padding: 2em;
    vertical-align: middle;
    box-shadow: rgb(136,136,136) 5px 6px 7px -5px;
}

.product-options h2 {
    font-size: 1em;
}


.product-options-bottom .clone {
    display: none;
}

.sticky {
    position: fixed;
    text-align: center;
    padding: 2em;
    top: 54px;
    left: 8%;
    z-index: 8888;
    border: solid 1px #666;
    background-color: #ffffff;
    min-width: 15%;
    max-width:38%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    padding-top: .4em;
    box-shadow: 5px 10px rgba(25,25,25,0.75);
}

.card-click {
    cursor: pointer;
}

.card-click:hover {
    cursor: pointer;
    border:solid 1px #47d127;
}

.fancybox-inner {
    height: 600px !important;
}
.fancybox-wrap {
    top: 120px !important;
}
.fancybox-wrapper {
    z-index: 9999 !important;
}

.fancybox-close {
    right: 20px !important;
}
.bundle_options {
    border: 1px solid #f2f2f2;
    padding: 8px;
    margin-bottom: 15px;
    box-shadow: rgb(136,136,136) 5px 6px 7px -5px;

}
.resp-arrow::after {
    font-family: "FontAwesome";
    content: '\f0d7';
}

.resp-tab-active .resp-arrow::after {
    font-family: "FontAwesome";
    content: '\f0d8' !important;
}
#cart-sidebar .product-name a {
    color: white;
}
.btn-remove::after {
     font-family: "FontAwesome";
     content: '\f1f8';
 }
.btn-edit::after {
    font-family: "FontAwesome";
    content: '\f044';
}
@media only screen and (max-width: 783px) {
    .price-sticky {
        z-index: 1;
        top: 0;
        right: 0;
        border: none;
        width: auto;
        height: 0;
        padding: auto;
        vertical-align: middle;
        box-shadow: none;
    }
    .product-view .product-essential .product-name h1 {
        margin-top: 80px;
    }
}

.breadcrumbs {
margin-top: 0;
padding-bottom: 15px;
}

.product-view .product-essential .product-name {
margin-bottom: 0;
}

.product-name-container {
margin-top: 0;
}
#cart-listing {
    color: white;
}

@media only screen and (max-width: 783px) {
    .product-category-header {
        padding: 0;
    }
    .fa-search {
        right: 0 !important;
    }
    .product-name-container {
        margin-top: -6em !important;
    }

    .product-view .product-essential .product-name {
        padding-bottom: 2em !important;
    }
}

.col-1 #customerinfo-form-container {
    padding: 1em;
    background-color: #eee;
    margin-top: 4em;
}

/*GUN LIBRARY*/
.gun-filter {
    border-radius: 0;
    -webkit-appearance: none;
    width:85%;
}
.compare-box {
    width:50px;
    height:50px;
    background:#666;
    color:white;
}

.shippingNotice {
    font-size: 18px;
}
@media only screen and (max-width: 783px) {
    .shippingNotice {
        font-size: 12px;
    }
}

.sp-methods {
    padding-left: 5px;
}

#bbb {
    display: inline-block;
}
.flag-footer {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .soc-img {
        padding-right: 0;
        padding-left: 0;
    }
}

p.footer-header {
    font-weight: bold;
    color: #e1e1e1;
    width: 60px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.footer-text p {
    font-weight: normal;
    color: #e1e1e1;
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 0px !important;
}

.footer-text p a {
    text-decoration: underline;
    color: #e1e1e1;
}

.footer-text p a:hover {
    color: #64ce4e !important;
}


/* order now buttons */
.order-now-btn {
    background: #65c232;
    border-radius: 1px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 80%;
    padding: 15px;
    color: #e1e1e1;
    margin: 20px auto;
}

.order-now-btn a {
    text-decoration: none;
}

.order-now-btn:hover {
    background: #34D128;
}

.btn-grey.order-now-btn {
    background: #6c7074 !important;
}

.btn-grey.order-now-btn:hover {
    background: #878c91 !important;
}

.new-footer .col1 {
    width: 8.3333333%;
    box-sizing: border-box;
    min-width: 100px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.new-footer .col2 {
    width: 19.8%;
    box-sizing: border-box;
    min-width: 200px;
    /* padding:0 20px; */
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.new-footer .col3 {
    width: 25%;
    min-width: 200px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.grid-container {
    display: grid;
    height: 100%;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 0.25fr;
    grid-gap: 2px 2px;
    grid-template-areas:
            ". shop resource help buttons badges"
            ". aghlogo about phone address badges"
            "copyright copyright copyright copyright copyright copyright";
    margin-top: 0;
    margin-left: 2vw;
    margin-right: 2vw;
}

.copyright {
    grid-area: copyright;
    font-size: .8em;
}

.shop { grid-area: shop; }

.resource { grid-area: resource; }

.help { grid-area: help; }

.buttons { grid-area: buttons; }

.badges { grid-area: badges; }

.aghlogo {
    grid-area: aghlogo;
}

#footer-logo {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
}

.about {
    grid-area: about;
    font-size: .9em;
    padding-right: 3em;
}

.phone {
    grid-area: phone;
    font-size: .8em;
}

.address {
    grid-area: address;
    font-weight: normal;
    font-size: .8em;
    line-height: 1.2em;
    color: #e1e1e1;
    text-decoration: none;
}

.list-cont p a {
    font-weight: normal;
    font-size: .9em;
    line-height: 2.3em;
    color: #e1e1e1;
    margin-top: 10px;
    text-decoration: none !important;
    margin-bottom: 0px !important;
}

.list-cont p a:hover {
    text-decoration: underline !important;
    font-weight: bold;
    color: #64ce4e !important;
}

@media only screen and (max-width: 768px) {
    .grid-container {
        display: grid;
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
        grid-gap: 1px 1px;
        grid-template-areas:
                "buttons"
                "shop"
                "resource"
                "help"
                "badges"
                "aghlogo"
                "about"
                "phone"
                "address"
                "copyright";
        text-align: center;
    }

    .col2 {
        width: 100%;
    }

    .buttons {
        grid-area: buttons;
        width: 100%;
    }

    .footer-header {
        width: 100%;
        margin: 0 auto;
    }

    .list-cont {
        text-align: center;
    }

    .aghlogo {
        padding: 0;
        margin: 0 auto;
    }

    .aghlogo img {
        padding: 0;
    }

    #footer-logo {
        padding-right: 0;
    }

    .about {
        padding: 0;
    }

    .shop {
        grid-area: shop;
        width: 100%;
        text-align: center;
    }

    .resource {
        grid-area: resource;
        width: 100%;
    }

    .help {
        grid-area: help;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
    .grid-container {
        display: grid;
        height: 100%;
        margin-top: 10%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: .5fr .5fr .5fr .5fr;
        grid-gap: 1px 1px;
        grid-template-areas:
                "buttons shop resource help"
                "badges badges badges badges"
                "aghlogo about phone address"
                "copyright copyright copyright copyright";
    }

    .col2 {
        margin: 0 auto;

    }

    .buttons {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .shop {
        padding-top: 1.5em;
    }

    .resource {
        padding-top: 1.5em;
    }

    .help {
        padding-top: 1.5em;
    }
}

#cart-listing button {
    padding: 0px !important;
}

.tooltip-style::-webkit-scrollbar {
    width: 10px;
}
.tooltip-style::-webkit-scrollbar-thumb {
    background-color: #64ce4e;
}
.tooltip-style::-webkit-scrollbar-button {
    display: none;
}
@media only screen and (max-width: 1025px) {
    .links {
        width: 80%;
    }
}
@media only screen and (max-width: 1023px) {
    .links .num-link {
        display: none;
    }
    .links {
        width: 90%;
    }
    .navmain-container.template {
        background-color: rgba(0,0,0,0) !important;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }
    .nav {
        background-color: rgba(0,0,0,0) !important;
    }

    .shop p, .resource p, .help p, .badges p, .footer-text p {
        text-align: center;
    }

    .add-to-cart, .add-to-cart button, .add-to-cart button span {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    #cart-listing button {
        margin-bottom: 10px;
    }
}

#rl1, #rl2 {
    color: #ffffff; margin: 5px; padding: 5px; font-size: 1.5em; background-color: #CCCCCC !important;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://cdn.aliengearholsters.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#all-reviews .rich-snippet-markup{ display: none; }

#all-reviews-table .clear{ clear: both; }
#all-reviews-table td{ border-bottom: 1px dashed #E2E2E2; padding: 10px; border-left: 1px dashed #E2E2E2;}
#all-reviews-table td.first{ border-left: none !important; }

#all-reviews-table .review-body a.product-image{ float: left; padding-right: 15px; }
#all-reviews-table .review-body p{ padding-top: 10px; }
#all-reviews-table .review-heading{ padding-bottom: 10px; }

#all-reviews-table  .rating-box{ float: left; margin-right: 10px; }

#all-reviews-table  .individual-review{ padding: 12px; border-bottom: 1px solid #F2F2F2; }	
	
#all-reviews-table  .odd{ background: #faf9f9; }

#all-reviews-table  div.review-heading{ color: #777; margin-bottom: 5px; }
#all-reviews-table  div.review-heading strong{ color: #000 }

#all-reviews-table  div.review-body p{ margin: 0px; }

#all-reviews-table  div.form-add{ margin-top: 12px; }

#all-reviews-table .box-review-form h3{ font-size: 14px; font-weight: normal;}

#all-reviews-table .box-review-form h4{ font-size: 12px; display: none; }

#all-reviews-table .box-review-form .form-add .data-table{ margin: 15px 0px; }

.all-reviews-summary{ border-bottom: 1px dashed #E2E2E2; margin-bottom: 15px; }	
.all-reviews-summary p{ text-align: center; padding-top: 5px;  }	
.all-reviews-stars{ height: 50px; width: 262px; background: url(https://cdn.aliengearholsters.com/skin/frontend/base/default/ekoim/allreviews/5-stars-empty.png) no-repeat; margin: 0 auto; }	
.all-reviews-stars span{ display: block; height: 50px; background: url(https://cdn.aliengearholsters.com/skin/frontend/base/default/ekoim/allreviews/5-stars-full.png) no-repeat; }
.bundle_product_custom_options dt {
    font-style: italic;
    font-weight: bold;
}

.bundle_product_custom_options dd {
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 10px;
}
#all-reviews .rich-snippet-markup{ display: none; }

#all-reviews-table .clear{ clear: both; }
#all-reviews-table td{ border-bottom: 1px dashed #E2E2E2; padding: 10px; border-left: 1px dashed #E2E2E2;}
#all-reviews-table td.first{ border-left: none !important; }

#all-reviews-table .review-body a.product-image{ float: left; padding-right: 15px; }
#all-reviews-table .review-body p{ padding-top: 10px; }
#all-reviews-table .review-heading{ padding-bottom: 10px; }

#all-reviews-table  .rating-box{ float: left; margin-right: 10px; }

#all-reviews-table  .individual-review{ padding: 12px; border-bottom: 1px solid #F2F2F2; }

#all-reviews-table  .odd{ background: #faf9f9; }

#all-reviews-table  div.review-heading{ color: #777; margin-bottom: 5px; }
#all-reviews-table  div.review-heading strong{ color: #000 }

#all-reviews-table  div.review-body p{ margin: 0px; }

#all-reviews-table  div.form-add{ margin-top: 12px; }

#all-reviews-table .box-review-form h3{ font-size: 14px; font-weight: normal;}

#all-reviews-table .box-review-form h4{ font-size: 12px; display: none; }

#all-reviews-table .box-review-form .form-add .data-table{ margin: 15px 0px; }

.all-reviews-summary{ border-bottom: 1px dashed #E2E2E2; margin-bottom: 15px; }
.all-reviews-summary p{ text-align: center; padding-top: 5px;  }
.all-reviews-stars{ height: 50px; width: 262px; background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/tedderindustries/reviews/5-stars-empty.png) no-repeat; margin: 0 auto; }
.all-reviews-stars span{ display: block; height: 50px; background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/tedderindustries/reviews/5-stars-full.png) no-repeat; }
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}.ui-autocomplete-loading { border:1px solid #a9a9a9; background:url('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/images/loading.gif') no-repeat right center; }
.fancy.product-view .product-img-column{margin-left: 0% !important;margin-right: 1% !important;margin-bottom: 0px !important;margin-top: 80px!important;}
.fancy.product-view .img-box{width: auto;}
.fancy.product-view .img-box.position-y{width: 78.9%;}
.fancy.product-view .product-shop{padding: 0px; width: 50% !important;  margin-left: 1% !important;  margin-right: 0% !important;margin-bottom: 0px !important;}
.fancy.product-view .itemslider-thumbnails{margin-bottom: 0px !important;}

.fancy.product-view .product-essential .product-name{}
.fancy.product-view .product-essential .product-name h1{padding-right: 10px;}
.fancy.product-view .product-shop .ratings .rating-links{display: none;}
#fancybox-wrap #fancybox-frame .page-empty{padding: 0px;}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
	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('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/js/fancybox/fancybox_sprite.png');
}*/


.fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -35px;
	/*background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/js/fancybox/fancybox_loading.gif) center center no-repeat #000;*/
	width: 70px;
	z-index: 11040;
	display: none;
}


.fancybox-loading > div {
    position: absolute;
    top: 0 !important;
}


.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1103;
	font-size: 18px;
}


.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/js/fancybox/blank.gif'); /* helps IE */
	-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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !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('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/js/fancybox/fancybox_overlay.png');*/
	background: rgba(0, 0, 0, 0.80) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";    	
}

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

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

/* Title helper */

.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; /* Fallback for web browsers that doesn't support RGBa */
	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);
}

/*Retina graphics!*/
@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-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* ********************************************************************************************
	Ajex Add To Cart Popup
*********************************************************************************************** */

.ajaxcartpro_progress{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/ajaxcart/images/fancybox_loading.gif) center center no-repeat #000;
	width: 44px;
	height: 44px;
	z-index: 9999;
	opacity: 0.9;
	border-radius: 6px;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;	
	margin: -12px 0 0 -35px;
	width: 70px;
	text-align: center;
	z-index: 9999;
}

.products-grid .spinner,
#multiproduct-loader .spinner{
	position: absolute;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #34d128 ;
	
	border-radius: 100%;
	display: inline-block;
	-moz-animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-moz-animation-delay: -0.32s;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-moz-animation-delay: -0.16s;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@-moz-keyframes bouncedelay {
	0%, 80%, 100% { -moz-transform: scale(0.0) }
	40% { -moz-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-moz-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
	      -moz-transform: scale(1.0);
	       transform: scale(1.0);
	       -webkit-transform: scale(1.0);
	}
}

div.alert,
.spinner-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.80);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
	z-index: 1000;
	
}

div.alert-inner {
	position: absolute;
	right: 50%;
	margin: auto;
	text-align: left;
	z-index: 10010;
	border-top: none;
	width: 96%;
	bottom: 0;
	height: 160px;
	max-width: 400px;
	background-color: #FFFFFF;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*Use Only IE 7+*/
.ie8 div.alert-inner{position: fixed;top: 50%;left: 50%;margin: -68px 0 0 -200px;z-index: 9999;}

div.alert-inner p{
	border-bottom: 1px solid #E4E4E4;
	padding: 20px;
	padding-right: 30px;
	font-size: 14px;
}
div.alert-inner p strong{
	padding-right: 2px;
}
div.alert-inner button.close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	border: none;
	font-size: 18px;
}
div.alert-inner button.close:hover{

}
div.alert-inner .alertcontent{
	text-align: center;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
div.alert-inner a{
	float: left;
	cursor: pointer;
}
div.alert-inner a.cart{
	float: right;
}













/* ********************************************************************************************
	Transitions
*********************************************************************************************** */

/* Links and other selected elements */
a,
.load-more-holder span i,
span.category-label,
span.category-label:before{
	transition:		all 450ms ease-in-out;
	-moz-transition:	all 450ms ease-in-out;;
	-webkit-transition:	all 450ms ease-in-out;;
	-o-transition:		all 450ms ease-in-out;;
}
a:hover,
.load-more-holder a:hover span i{
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	        100ms;
	-o-transition-duration:			100ms;
}


/* Interface icons: toolbar icons, pager, prev/next slide etc. */
.sorter .view-mode .grid,
.sorter .view-mode .list,

/* Back link */
.buttons-set .back-link a,
div.alert a,

/* Theme Button */
button.button span,
div.alert-inner button.close,

/* Add-to links */
.add-to-links a,
.add-to-links span.icon,

/*Quick View*/
.quick-view a,

/* Accordion: opener */
.accordion .opener,
.resp-arrow,

/* Scroll to top */
.scrollup,

/* Fade on */
.fade-on-hover,

/* Proruct Grid & Product List */
.products-grid .item,
.products-list .item
{
          transition:         all 300ms ease-in-out;
          -moz-transition:    all 300ms ease-in-out;
          -webkit-transition: all 300ms ease-in-out;
          -o-transition:      all 300ms ease-in-out;
          -ms-transition:     all 300ms ease-in-out;
}

/* Elements with animated color, background color and borders */

/* Shopping Cart Toggle*/
.shopping_cart .dropdown-toggle .summary-container,

/* Forms */
input.input-text, select, textarea,
.product-options ul.options-list,
.quantity_counter,

/* Product image thumbnails */
.product-view .product-img-box .more-views .thumbnails li a,

/* Product mini-lists */
.mini-products-list .product-image,
.cart .crosssell .product-image,

/* Tabs & accordion */
.resp-tabs-list li,
.gen-tabs .tabs li,

/* OPC accordion */
.opc .step-title,

/* Footer */
.footer .accordion .block-title,
.footer ul.separator li a,
.footer ul.separator li:after

{
	transition:		all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}

/* Structural elements */

/* Layered nav */
.block-layered-nav dd li,

/* Grid */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_full,
.grid-col2-sidebar,
.grid-col2-main,

/* Products */
.product-view .product-img-box,

/* Forms */
.form-search .input-text,

/* Main menu */
#nav > li,

/* Misc */
.header .logo,

/* Peer Icons */
.addto-links-icons li a span.icon,
.peer-icon .icon,
.social-link a .icon

{
	transition:		all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}


/* ********************************************************************************************
	Accordion
*********************************************************************************************** */

.accordion { position:relative; }
.accordion .block-title{font-size: 16px;line-height: 24px;border-bottom: 1px solid #E4E4E4;margin-bottom: 10px;padding: 10px 0px;text-transform: uppercase;padding-right: 35px;}

/* Accordion Opner */
.accordion .opener {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0px;
	display: block;
	cursor: pointer;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #525252;
	background-color: #F1F1F1;
}
.accordion .opener:hover,
.accordion.active .opener,
.footer .accordion .opener:hover,
.footer .accordion.active .opener{
	color: #FFF;
	background-color: #F33636;
}

.footer .accordion .opener{
	top: 2px;
	text-indent: 4px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFF;
}



/* ********************************************************************************************
	Dropdown
*********************************************************************************************** */

.dropdown { position:relative; }
.dropdown{-webkit-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;}
.dropdown:hover {}


/* Dropdown toggle ======================================================== */

.dropdown-toggle {display:block;cursor:default;line-height: 34px;}
.dropdown-toggle * { display:inline-block;vertical-align: middle; }

/* Toggle Cover Div */
.dropdown-toggle.cover > div {cursor: default;display: inherit;padding: 0 10px;}
.dropdown:hover > .dropdown-toggle.cover > div {z-index:4001;position:relative;border-bottom: none;}

/* Toggle Value*/
.dropdown-toggle .value {position: relative;}
.dropdown-toggle .value:after{display: inline-block;margin-left: 5px;content: "\f107";font-family: FontAwesome;font-size: 12px;font-weight: bold;}
.dropdown:hover .dropdown-toggle .value:after{content: "\f106";}


/* Dropdown menu ======================================================== */

.dropdown-menu {
	z-index: 4000;
	text-align: left;
	list-style: none;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 100%;
	max-width: 100%;
	display: none;	
	
	-moz-box-shadow: 	0px 0px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 	0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 		0px 0px 5px rgba(0, 0, 0, 0.15);
}
.dropdown-menu.left-hand{left:0;}
.dropdown:hover .dropdown-menu{
	display: block;
}
.shopping_cart .dropdown-menu{min-width: 300px;}


/* Use Only For Currency Or Language ===================================================== */

.lang-curren-box{float: right;}
.lang-curren-box .dropdown-menu a{padding: 7px 10px;display: block;white-space: nowrap;line-height: normal;}
.lang-curren-box .dropdown-menu a.selected{color: #F33636;}
.lang-curren-box .dropdown-menu a.selected:hover,
.lang-curren-box .dropdown-menu a:hover{background: #F33636;color: #FFFFFF;}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* ********************************************************************************************
	FLUID baseline GRID
*********************************************************************************************** */

/* Containers
========================================================================= */
.container_12 {
	margin-left:auto;
	margin-right:auto;
}
.pull-container {
	width:102%;
	margin-left:-1%;
}
.grid-container {
	*zoom: 1;
	clear: both;
}
.grid-container:before,
.grid-container:after {
	display: table;
	line-height: 0;
	content: "";
}
.grid-container:after {
	clear: both;
}


/* Grid >> Global
========================================================================= */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_full {	
	display:inline;
	float: left;
	/*position: relative;*/
	margin-left: 1%;
	margin-right: 1%;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
========================================================================= */
.alpha { margin-left:0; }
.omega { margin-right:0; }


/* Grid >> 12 Columns
========================================================================= */
.grid_1		{ width:6.33%;  }
.grid_2		{ width:14.66%; }
.grid_3		{ width:23%;    }
.grid_4		{ width:31.33%; }
.grid_5		{ width:39.67%; }
.grid_6		{ width:48%;    }
.grid_7		{ width:56.33%; }
.grid_8		{ width:64.67%; }
.grid_9		{ width:73%;    }
.grid_10	{ width:81.33%; }
.grid_11	{ width:89.67%; }
.grid_12,
.grid_full	{ width:98%;    }


/* Grid >> Children (Left ~ First) (Remove Left Margin)
========================================================================= */
.no-left-margin.grid_1		{ margin-left:0; width:7.33%;  }
.no-left-margin.grid_2		{ margin-left:0; width:15.66%; }
.no-left-margin.grid_3		{ margin-left:0; width:24%;    }
.no-left-margin.grid_4		{ margin-left:0; width:32.33%; }
.no-left-margin.grid_5		{ margin-left:0; width:40.67%; }
.no-left-margin.grid_6		{ margin-left:0; width:49%;    }
.no-left-margin.grid_7		{ margin-left:0; width:57.33%; }
.no-left-margin.grid_8		{ margin-left:0; width:65.67%; }
.no-left-margin.grid_9		{ margin-left:0; width:74%;    }
.no-left-margin.grid_10		{ margin-left:0; width:82.33%; }
.no-left-margin.grid_11		{ margin-left:0; width:90.67%; }
.no-left-margin.grid_12,
.no-left-margin.grid_full	{ margin-left:0; width:99%;    }


/* Grid >> Children (Right ~ Last) (Remove Right Margin)
========================================================================= */
.no-right-margin.grid_1		{ margin-right:0; width:7.33%;  }
.no-right-margin.grid_2		{ margin-right:0; width:15.66%; }
.no-right-margin.grid_3		{ margin-right:0; width:24%;    }
.no-right-margin.grid_4		{ margin-right:0; width:32.33%; }
.no-right-margin.grid_5		{ margin-right:0; width:40.67%; }
.no-right-margin.grid_6		{ margin-right:0; width:49%;    }
.no-right-margin.grid_7		{ margin-right:0; width:57.33%; }
.no-right-margin.grid_8		{ margin-right:0; width:65.67%; }
.no-right-margin.grid_9		{ margin-right:0; width:74%;    }
.no-right-margin.grid_10	{ margin-right:0; width:82.33%; }
.no-right-margin.grid_11	{ margin-right:0; width:90.67%; }
.no-right-margin.grid_12,
.no-right-margin.grid_full	{ margin-right:0; width:99%;    }


/* Grid >> Children (Left ~ First, Right ~ Last) (Remove Both Margin)
========================================================================= */
.no-both-margin.grid_1		{ margin-left:0; margin-right:0; width:8.33%;  }
.no-both-margin.grid_2		{ margin-left:0; margin-right:0; width:16.66%; }
.no-both-margin.grid_3		{ margin-left:0; margin-right:0; width:25%;    }
.no-both-margin.grid_4		{ margin-left:0; margin-right:0; width:33.33%; }
.no-both-margin.grid_5		{ margin-left:0; margin-right:0; width:41.67%; }
.no-both-margin.grid_6		{ margin-left:0; margin-right:0; width:50%;    }
.no-both-margin.grid_7		{ margin-left:0; margin-right:0; width:58.33%; }
.no-both-margin.grid_8		{ margin-left:0; margin-right:0; width:66.67%; }
.no-both-margin.grid_9		{ margin-left:0; margin-right:0; width:75%;    }
.no-both-margin.grid_10		{ margin-left:0; margin-right:0; width:83.33%; }
.no-both-margin.grid_11		{ margin-left:0; margin-right:0; width:91.67%; }
.no-both-margin.grid_12,
.no-both-margin.grid_full	{ margin-left:0; margin-right:0; width:100%;   }


/* Grid >> Children (3 Columns Layout) (Remove Both margin)
========================================================================= */
.col3-layout .col-main .grid_1,
.col3-layout .col-main .grid_2,
.col3-layout .col-main .grid_3,
.col3-layout .col-main .grid_4,
.col3-layout .col-main .grid_5,
.col3-layout .col-main .grid_6,
.col3-layout .col-main .grid_7,
.col3-layout .col-main .grid_8,
.col3-layout .col-main .grid_9,
.col3-layout .col-main .grid_10,
.col3-layout .col-main .grid_11,
.col3-layout .col-main .grid_12,
.col3-layout .col-main .grid_full	{ margin-left:0; margin-right:0; width:100%; }


/* Clear Floated Elements
========================================================================= */

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/* ********************************************************************************************
	Full Width Elements (Div under container display in full width) 
*********************************************************************************************** */

.alt-bg{
	width: 100%;
	max-width: 100%;
}

.alt-bg{
	margin-left: -180px!important;
	padding-left: 180px;
	padding-right: 180px;
}

/* Full Width Elements Responsive */
@media only screen and (min-width: 1200px) {
	.alt-bg{
		padding-left: 180px;
		padding-right: 180px;
	}
}

@media only screen and (min-width: 1500px) {
	.alt-bg{
		margin-left: -720px!important;
		padding-left: 720px;
		padding-right: 720px;
	}
}

@media only screen and (min-width: 1980px) {
	.alt-bg{
		margin-left: -820px!important;
		padding-left: 820px;
		padding-right: 820px;
	}
}

/* Insert This Class To Display Background Color */

.gray-bg{
	background-color: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 60px;
}


/* ********************************************************************************************
	Section Heading
*********************************************************************************************** */

/* Style For Section Title & Page Title Box */
.section-title,
.page-title{

	top: 0;
	left: 3%;
	font-weight: normal;
	clear: both;
	padding: 10px 3% 35px 0;
	width:94% !important;
}

@media only screen and (max-width: 960px) {
	.section-title,
	.page-title h1{
		font-size: 16px;
	}
}

/* Style For Section Title & Page Title */
.section-title > *,
.page-title > *{font-weight: 800;font-family: 'Raleway', Helvetica, sans-serif;font-size: 20px;line-height: 26px;}

.section-title h2{}
.section-title.padd-right{padding-right: 80px;}

/* Common hr */
.section-hr{clear: both;display: block;font-size: 0;line-height: 0;height: 0;margin: 0 0 10px;padding: 10px 0 0;background: none;border-bottom: 1px solid #E4E4E4;text-indent: -9999em;overflow: hidden;}
.horizontal-break {height: 2px;width: 50px;margin: 20px auto 25px;background-color: #E4E4E4;}


/* Secondary headings =========================================================== */

/* Fieldset and multiple checkout */
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend,
.multiple-checkout h2,

/*Blog Tital*/
.postTitle h2,
  
  
/* Account headings =========================================================== */

/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2{font-size: 18px;line-height: 24px;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2,
.addresses-list h2{font-size: 16px;line-height: 20px;}

/* Third */
.dashboard .box-info h4,
.addresses-list h3{font-size: 14px;line-height:18px;}

/* Generic Font Style (Font-Family) */
h1,h2,h3,
h4,h5,h6,
#mega-nav ul.subs > li > a,
button.button span,
.buttons-set .back-link a, div.alert a,
.price,
.sidebar .block-content,
.data-table thead th,
.data-table tbody th,
.block.block-sidenav .sidenav-title{font-weight:normal;font-family: 'Montserrat', Helvetica, sans-serif;}

/* Generic Font Style (Font-Color) */
h1,h2,h3,
h4,h5,h6,
.block .block-title{color: #333333;}

.page-title h1, .page-title h2{color: #FFF;}


/* ********************************************************************************************
	Vertically Centered
*********************************************************************************************** */

/* Vertically aligned content */
.v-centered-content {
	display:table;
}
.v-centered-content .v-center {
	display:table-cell;
	vertical-align:middle;
}

/* Vertically aligned grid */
.v-grid-container {
	display:table;
	width:100%;
}
.v-grid {
	position: relative;
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.product-tabs-content .v-grid-container{
	display: table;
	width: 100%;
}
.product-tabs-content .v-grid{
	float:none;
	display:table-cell;
	vertical-align:middle;	
}


/* ********************************************************************************************
	Vertical links
*********************************************************************************************** */

.links > li > a { padding:0 5px;} 
.links > li > a:hover{color: #F33636;}

/* Basic links, no separators */
.links > li { display: inline-block; vertical-align: middle;}
.links > li > a { display:block;}

/* Links With Separators (Position Right) */
.links-separators .links > li { margin-left:-3px;line-height: 9px; }
.links-separators .links > li > a {padding: 0 10px; }
.links-separators .links > li.last {border-right: none; }
.links-separators .links > li.last > a{padding-right: 0px;}
.links-separators .links > li.first > a{}
.links-separators .links > li.hide-separator {border-right: none;}
.links-separators .links > li.separator-left > a { border-left: 1px solid ;border-right: none;}

/* Links With Separators (Position Left) */
.links-separators-left .links > li { margin-left:-3px; border-left: 1px solid;}
.links-separators-left .links > li > a {padding: 0 10px;}
.links-separators-left .links > li.first{border-left: none; }
.links-separators-left .links > li.first > a {padding-left: 0px;}
.links-separators-left .links > li.hide-separator > a { border-left: none; }
.links-separators-left .links > li.separator-right > a { border-right: 1px solid;border-left: none; }


/* ********************************************************************************************
	Hide Elements
*********************************************************************************************** */

/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 { display:none !important; }
.hide-below-1440 { display:none !important; }
.hide-below-1360 { display:none !important; }
.hide-below-1280 { display:none !important; }

/* AGH CUSTOM COLOR CHANGE */
.links > li > a:hover{color: #34d128  !important;}


/* ********************************************************************************************
	Peer Icons
*********************************************************************************************** */

.peer-icon .icon{display: inline-block;width: 34px;height: 34px;font-size: 14px;text-align: center;line-height: 34px;text-indent: 4px;color: #525252;border: 1px solid;}
.peer-icon.large .icon{	width: 48px;height: 48px;font-size: 22px;text-align: center;line-height: 48px;  }
.peer-icon .icon.i-digit,
.peer-icon .icon.i-letter {font-size: 16px;line-height: 34px;font-weight: 700;text-align: center;text-indent: 0px;}
.peer-icon.large .icon.i-digit,
.peer-icon.large .icon.i-letter{font-size: 22px;line-height: 48px;font-weight: normal;}

/* Peerwrapper Icon */
.peer-wrapper .icon{margin: 0px 15px 10px 0px;float: left;}
.peer-wrapper.right .icon{margin: 0px 0px 10px 15px;float: right;}

/* Customize Peer Icons =============================================================== */

/* Icons without background color */
.peer-icon.no-bg-color .icon { background-color: transparent; }
.peer-icon.force-no-bg-color .icon { background-color: transparent !important; }

/* Icon without border color */
.peer-icon.no-border-color .icon { border-color: transparent; }
.peer-icon.force-no-border-color .icon { border-color: transparent !important; }

/* Display All icons square */
.peer-icon-square .icon { border-radius: 0px; }

/* Display All icons round */
.peer-icon-round .icon { border-radius: 3px; }

/* Display All icons circle */
.peer-icon-circle .icon { border-radius: 100%; }

/* Display Icon Hover Style*/
.addto-links-icons li a:hover span.icon,
.peer-icon-hover:hover .icon{background-color:#F33636;color: #FFF;border-color: transparent;}

/* Peer Wrapper */
.peer-wrapper{margin-bottom: 2%;}
.peer-wrapper:after{content: "";display: block;overflow: hidden;visibility: hidden;clear: both;zoom: 1;}
.peer-wrapper .img-box{margin: 0px 15px 10px 0px;float: left;width: 30%;max-width: 300px;}
.peer-wrapper.right .img-box{margin: 0px 0px 10px 15px;float: right;}
.grid-col2-main .peer-wrapper .img-box{width: 50%;}
.peer-wrapper .img-autosize{margin: 0px 15px 10px 0px;float: left;position: relative;}
.peer-wrapper.right .img-autosize{margin: 0px 0px 10px 15px;float: right;}
.peer-wrapper.left{float: none !important;}
.peer-wrapper.right{float: none !important;}
.peer-wrapper.first { margin-top:0px; }
.peer-wrapper.last { margin-bottom:0px; }

/* Peer Headings */
.peer-wrapper .below-heading {margin: -7px 0 10px;color: #333;}
.peer-wrapper .above-heading {color: #AAAAAA;margin-bottom: 0px;line-height: 20px;}
.peer-wrapper p{margin-bottom: 10px;line-height: 20px;}
.peer-wrapper a.go{display: inline-block;font-size: 13px;color: #F33636;}
.peer-wrapper a.go:hover{text-decoration: underline;}
.peer-wrapper a i,
.peer-wrapper a em{font-style: normal;}

/* Peer Indent */
.peer-wrapper.indent .peer-indent{ overflow: hidden;zoom: 1;}
.peer-icon.indent .peer-indent{ overflow: hidden;zoom: 1;}

/* Peer Centered */
.peer-wrapper.center { text-align: center;}
.peer-wrapper.center .icon {float: none;margin: 0 0 10px;}


/* ********************************************************************************************
	Social Link Icons
*********************************************************************************************** */

.social-link a{margin-right: 10px;margin-bottom: 5px;display: inline-block;}
.social-link a .icon{font-size: 19px;margin-bottom: 0px;margin-right: 0px;}
.social-link a:hover .icon{color: #FFFFFF !important;border-color: transparent;}
.social-link a:hover .fa-facebook{background-color: #3b5998!important;}
.social-link a:hover .fa-twitter{background-color: #00aced!important;}
.social-link a:hover .fa-google-plus{background-color: #dd4b39!important;}
.social-link a:hover .fa-rss{background-color: #FF7600!important;}
.social-link a:hover .fa-pinterest{background-color: #cb2128!important;}
.social-link a:hover .fa-instagram{background-color: #3f729b!important;}
.social-link a:hover .fa-linkedin{background-color: #007fb1!important;}
.social-link a:hover .fa-vimeo-square{background-color: #1ab7ea!important;}
.social-link a:hover .fa-youtube-play{background-color: #ff3333!important;}
.social-link a:hover .fa-flickr{background-color: #0063db!important;}
.social-link a:hover .fa-envelope-o {background-color: #7f7f7f!important;}
 


/* ********************************************************************************************
    Columngrid
*********************************************************************************************** */

.products-grid.columngrid{margin-left: -1%;margin-right: -1%;}
.columngrid .item {float:left;margin-left:1%;margin-right:1%;margin-bottom:30px;}
.columngrid.no-margin .item{margin-left: 0%;margin-right: 0%;margin-top:0px;}


/* ********************************************************************************************
    Columngrid Item
*********************************************************************************************** */

/* Column Grid: 1 column */
.columngrid-1col .item { width:98%; }

/* Column Grid: 2 columns */
.columngrid-2col .item { width:48%; }
.columngrid-2col .item:nth-child(2n+1) { clear:left; }

/* Column Grid: 3 columns */
.columngrid-3col .item { width:31.3333%; }
/*.columngrid-3col .item:nth-child(3n+1) { clear:left; }*/

/* Column Grid: 4 columns */
.columngrid-4col .item { width:23%; }
.columngrid-4col .item:nth-child(4n+1) { clear:left; }

/* Column Grid: 5 columns */
.columngrid-5col .item { width:18%; }
.columngrid-5col .item:nth-child(5n+1) { clear:left; }

/* Column Grid: 6 columns */
.columngrid-6col .item { width:14.6666%; }
.columngrid-6col .item:nth-child(6n+1) { clear:left; }

/* Column Grid: 7 columns */
.columngrid-7col .item { width:12.2857%; }
.columngrid-7col .item:nth-child(7n+1) { clear:left; }

/* Column Grid: 8 columns */
.columngrid-8col .item { width:10.5%; }
.columngrid-8col .item:nth-child(8n+1) { clear:left; }


/* ********************************************************************************************
    Tabs
*********************************************************************************************** */

ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

h2.resp-accordion,
.resp-tabs-list li{
    border: 1px solid #E4E4E4;
    text-transform: uppercase;
    font-weight: bold;
}

.resp-tabs-list li.resp-tab-active,
h2.resp-accordion,
h2.resp-tab-active{
    
}
.resp-tabs-list li.resp-tab-active,
h2.resp-tab-active{

}

.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active,
h2.resp-tab-active{
    /*background-color:  #34d128 ;*/
    background-color: #a8a8a8;
    color: #FFF;
    border-color: transparent;
}
.resp-tab-active {

}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    padding: 10px 0px 0px 0px;
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content > h2:first-child{
    display: none;
}

h2.resp-accordion {
    font-size: 15px;
    margin: 0px;
    padding: 10px 10px 10px 20px;
    margin-bottom: -1px;
}

h2.resp-tab-active {
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/* Vertical tabs ======================================================= */

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    font-family: FontAwesome;
    float: right;
    margin-top: 4px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #525252;
    font-weight: normal;
    background-color: #F1F1F1;
}

h2.resp-tab-active span.resp-arrow,
.resp-arrow:hover{
    background-color: #34d128 ;
    color: #fff;
}
h2.resp-tab-active span.resp-arrow{
    background-color:  transparent !important;
}


/* Accordion styles ======================================================= */

h2.resp-tab-active {}
.resp-easy-accordion  h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {}
.resp-easy-accordion .resp-tab-content:last-child {}

.resp-jfit {width: 100%;margin: 0px;}
.resp-tab-content-active {display: block;}
h2.resp-accordion:first-child {}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed */
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-tab-content{
	padding: 15px 0px;
	border: none;
	background-color: transparent !important;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Product 3 Coulmn */
.col3-layout ul.resp-tabs-list{display: none;}
.col3-layout h2.resp-accordion {display: block;}
.col3-layout .resp-tab-content{border-top-width: 0px;padding: 6px 0px 15px;border: none;}


/* Homepage Tabs ======================================================= */

.gen-tabs .tabs li{cursor: pointer;font-size: 13px;font-weight: 400;display: inline-block;border: 1px solid #E4E4E4;margin-bottom: 10px;padding: 0 10px;vertical-align: middle;}
.gen-tabs .tabs li.active,
.gen-tabs .tabs li:hover{border-color: transparent;background-color: #34d128 ;color: #FFFFFF;}
.gen-tabs .tabs li.active{cursor: default;}





/* ********************************************************************************************
    Side Nav ( Display Only Desktop Width )
*********************************************************************************************** */

.block.block-sidenav{border: 1px solid #E3E3E3;background-color: #fbfbfb;}
.block.block-sidenav .sidenav-title{background-color: #f5f5f5;line-height: 26px;position: relative;font-size: 18px;clear: both;border-bottom: 1px solid #E3E3E3;text-transform: uppercase;color: #555555;padding: 14px 20px;}
.block.block-sidenav .sidenav-title .fa{margin-right: 15px;}
.block.block-sidenav .sidenav-content{padding: 20px;padding-top: 5px;}

/* Sidenav Popup */
#side-nav .sidenav-block {
    background-color: #FFFFFF;
    left:50%;
    padding: 3% 4%;
    position: absolute;
    top: 0px;
    min-width: 750px;
    max-width: 100%;
    border-left: 3px solid #F33636;
    z-index: 1;
    display: none;
    
    -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.15);
}
#side-nav li:hover .sidenav-block {
    display: block;  
}

#side-nav .sidenav-block:before{
    content: " ";
    display: block;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #F33636;
    border-top: 7px solid transparent;
    position: absolute;
    left: -10px;
    top: 19px;
    width: 0;
    height: 0;
    margin: 0 auto;    
}

#side-nav li:first-child .sidenav-block:before{
    /*top: 6px;*/
}

/* First Level */
#side-nav {
    
}
#side-nav li{
    position: relative;
}
#side-nav > li.parent > a:after{
    content: "\f0da";
    font-family: FontAwesome;
    float: right;
    color: #c4c4c4;
}
#side-nav > li > a{
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0;
    font-size: 14px;
}
#side-nav > li:first-child > a{
    /*padding-top: 0px;*/
}
#side-nav > li.last > a,
#side-nav > li:last-child > a{
    padding-bottom: 0px;
    border-bottom: none;
}
#side-nav li a{
    display: block;
}
#side-nav > li:hover > a,
#side-nav > li.active > a{
    color: #F33636;
}

/* Seconnd Level */
#side-nav ul.subs{
    margin-top: 10px;
}
#side-nav ul.subs li{
    padding: 0px;
    border-bottom: none;
}
#side-nav ul.subs li a{
    /*display: inline-block;*/
}
#side-nav ul.subs > li {
    margin-left: 1%;
    margin-right: 1%;    
    vertical-align: top;
    margin-top: 0;
    padding-bottom: 15px;
}
#side-nav ul.subs > li > a {
    font-size: 15px;
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    font-weight: bold;
}

/* Third Level */
#side-nav ul.subs li li a{
    margin-bottom: 15px;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: 400;    
}
#side-nav ul.subs li li a:before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
}
#side-nav ul.subs li a:hover{
    color: #F33636;
}

/* Fourth Level */
#side-nav ul.subs ul ul {
    margin-left: 10px;
}
#side-nav ul.subs li li li a{
    color: #AAAAAA;
    font-size: 12px;
    margin-bottom: 10px;
}


/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    width: 31px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2334d128'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2334d128'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #34d128
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #34d128;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(//fonts.gstatic.com/s/oswald/v11/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(//fonts.gstatic.com/s/oswald/v11/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(//fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(//fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(//fonts.gstatic.com/s/oswald/v11/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(//fonts.gstatic.com/s/oswald/v11/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: local('Raleway Thin'), local('Raleway-Thin'), url(//fonts.gstatic.com/s/raleway/v11/rr0ijB5_2nAJsAoZ6vECXRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: local('Raleway Thin'), local('Raleway-Thin'), url(//fonts.gstatic.com/s/raleway/v11/RJMlAoFXXQEzZoMSUteGWFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(//fonts.gstatic.com/s/raleway/v11/cbAbzEjxTdN5KKmS-gA0tSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(//fonts.gstatic.com/s/raleway/v11/8KhZd3VQBtXTAznvKjw-k_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(//fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBCEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(//fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(//fonts.gstatic.com/s/raleway/v11/Li18TEFObx_yGdzKDoI_ciEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(//fonts.gstatic.com/s/raleway/v11/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(//fonts.gstatic.com/s/raleway/v11/STBOO2waD2LpX45SXYjQBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(//fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(//fonts.gstatic.com/s/raleway/v11/WmVKXVcOuffP_qmCpFuyzSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(//fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(//fonts.gstatic.com/s/raleway/v11/QoPu455RxV2raYSIFXAMBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(//fonts.gstatic.com/s/raleway/v11/1ImRNPx4870-D9a1EBUdPPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: local('Raleway Black'), local('Raleway-Black'), url(//fonts.gstatic.com/s/raleway/v11/Ji5epXNcpHu3r63lhS0cTiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: local('Raleway Black'), local('Raleway-Black'), url(//fonts.gstatic.com/s/raleway/v11/PKCRbVvRfd5n7BTjtGiFZPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(//fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(//fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*
Do not change this file it lost your changes.
*/



/* ********************************************************************************************
    Grid container
*********************************************************************************************** */

    	.container_12 {
	    width:96%;
	    		    			    max-width: 960px;
		        
	    	
        }
	
	/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.
      
	Note: IE works fine without this fix.
	*/
	
        		.ie8 .container_12 { max-width:960px; }
	        
	        
        
    










/* ********************************************************************************************
    Design for a width of less than 1024 px
*********************************************************************************************** */

/* width < 1024px */

@media only screen and (max-width: 1023px) {

	/* Hide */
	.hide-below-1024 { display:none !important; }
	
}


/* ********************************************************************************************
    Tablet (Portrait) - design for a width of 768px
*********************************************************************************************** */

/* 768px <= width < 960px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

        		
	/* Hide */
	.hide-below-960 { display:none !important; }
	
}


/* ********************************************************************************************
    All mobile - design for a width of less than 768px
*********************************************************************************************** */

/* width < 768px */

@media only screen and (max-width: 767px) {
	
	/* Containers (Display full width and add side padding) */
	.container_12 { width:92%; padding-left:2%; padding-right:2%; }
	.pull-container { width:100%; margin-left:auto; }
	
	/* Grid >> Global (Remove both margin and display full width ) */
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_full {
		width:100% !important; 
		margin-left:0;
		margin-right:0;
	}
	
	.no-both-margin.mobile-grid-half img{margin: 0 auto; display:table;}

	/* Vertically aligned grid
	======================================================================================= */
	.v-grid-container { display:block; }
	.v-grid { float:left; display:block; width:100%; }

}


/* ********************************************************************************************
    Mobile (Landscape) - design for a width of 480px
*********************************************************************************************** */

/* 480px <= width < 768px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

        		
	/* Hide */
	.hide-below-960 { display:none !important; }
	.hide-below-768 { display:none !important; }
		
	/* Mobile Grid Half Units Avalaible */
	.mobile-grid-half { width:48% !important; margin-left:1%; margin-right:1%; float:left;}
	
	/* Remove Left Margin */
	.no-left-margin.mobile-grid-half { width:49% !important; margin-left:0%;}
	
	/* Remove Right Margin */
	.no-right-margin.mobile-grid-half { width:49% !important;margin-right:0%; }
	
	/* Remove Both Margin */
	.no-both-margin.mobile-grid-half { width:50% !important; margin-left:0%; margin-right:0%; }

}


/* ********************************************************************************************
    Mobile (Landscape, iPhone 4 Portrait) - design for a width of 640px
*********************************************************************************************** */

/* 640px <= width < 768px */

@media only screen and (min-width: 640px) and (max-width: 767px) {

        
}


/* ********************************************************************************************
    Design for a width of less than 480px (small mobile)
*********************************************************************************************** */

/* width < 480px */

@media only screen and (max-width: 479px) {

	/* Containers (Display full width and add side padding) */
	.container_12 { max-width:none !important; width:94%; padding-left:3%; padding-right:3%; }
}


/* ********************************************************************************************
    Mobile (Portrait) - design for a width of 320px
*********************************************************************************************** */

/* 320px <= width < 480px */

@media only screen and (min-width: 320px) and (max-width: 479px) {

		
	/* Hide */
	.hide-below-960 { display:none !important; }
	.hide-below-768 { display:none !important; }
	.hide-below-480 { display:none !important; }
	
}


/* ********************************************************************************************
    Mobile (Portrait) - design for a width of less than 320px
*********************************************************************************************** */

/* width < 320px */

@media only screen and (max-width: 319px) {

		.container_12 { max-width:none !important; width:92%; padding-left:4%; padding-right:4%; }

	/* Hide */
	.hide-below-960 { display:none !important; }
	.hide-below-768 { display:none !important; }
	.hide-below-480 { display:none !important; }
	.hide-below-320 { display:none !important; }
	
}


/*
Do not change this file it lost your changes.
*/














/* ********************************************************************************************
    Design for a width of 960-1280 px
*********************************************************************************************** */

/* 960px <= width < 1280px */

@media only screen and (min-width: 960px)  {

	/* Cart
	======================================================================================= */
	.cart-table .product-image { max-width:80px; }
        
}


/* ********************************************************************************************
    Design for a width of 1024 px
*********************************************************************************************** */

/* width <= 1024px */

@media only screen and (max-width: 1024px) {

        /* Header 4 style
	======================================================================================= */
        .header4 .mega-mobile-container{float:left;}
        
        /* Header 5 style
	======================================================================================= */
        .header5 .form-search .dropdown-menu{display:block;top: 0;z-index: -1;}
        .header5 .top-links .links{float:none;}
        .header5 .links-separators .links > li.last > a{padding-right:15px;}
        .header5 .shopping_cart .icon-cart{border-left: none;padding-left: 15px;}
        .header5 .quick-search{width: 100%;float: none;max-width: none;clear:both;margin-top: 10px;}
        .header5 .form-search .dropdown-menu{width:100%;position: relative;}
        .header5 .form-search .input-text{width:100%;padding-right:40px;}
        .header5 .form-search .button{position: absolute;}
        .header5 .form-search .button span span{font-size:15px;padding:0 11px;}
        
        /* Header 6 style
	======================================================================================= */
        .header6 .form-search .dropdown-menu{display:block;top: 0;z-index: -1;}
        .header6 .top-links .links{float:none;}
        .header6 .cart-search.item-right{margin-left: 0;margin-right: 0px;display: inline-block;float: none;width: 100%;vertical-align: top;}
        .header6 .shopping_cart .icon-cart{border-left: none;}
        .header6 .mega-mobile-container{float:left;}
        .header6 .shopping_cart{float:right;}
        .header6 .form-search button.button span{color:inherit;}
        .header6 .form-search button.button:hover span{color:inherit;}
        
        /* Products grid
        ======================================================================================= */
        .products-grid .item .visible-onhover {visibility: visible !important;opacity: 1 !important;}
        .products-grid .item .fancybox { display: none !important; }
        
        /* Disable Hover Effect
        ======================================================================================= */        
        
            /* Show elements normally displayed only on hover */
            .products-grid .item .display-onhover {display: block !important;}
            
            /* Show elements normally displayed only on hover (Add to links) */
            .products-grid .item:hover .add-to-links li,
            .products-grid .item .add-to-links li{transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);display: block !important;}
            .products-grid .product-image-wrapper:before{display:none;}
            
            /* Product alter images normally displayed on hover */
            .products-grid .item .product-image .small-image,
            .products-grid .item:hover .product-image .small-image{opacity: 1;visibility: visible;}
            .products-grid .item .product-image .thumbnail,
            .products-grid .item:hover .product-image .thumbnail{opacity: 0;visibility: hidden;}
            
        /* Caption
        ======================================================================================= */
        .caption.middle.narrow, .caption.middle-right.narrow{width:50%;margin:6%;}
        
        /* Responsive Menu (Templete width)
        ======================================================================================= */        
        .toggleMenu{padding: 0 15px;}
        
        /* Sidenav
        ======================================================================================= */                
        
            /* Hide Sidenav */
            .block.block-sidenav{display: none;}
            
        

}


/* ********************************************************************************************
    Mobile, small old desktop - design for a width of less than 960px
*********************************************************************************************** */

/* width < 960px */

@media only screen and (max-width: 959px) {

        /* Header
        ======================================================================================= */
        
            /* Toplinks */
            .top-links.links-separators .links > li > a{padding:0 15px;}
            
        /* Category Page Toolbar
        ======================================================================================= */
        .toolbar .sorter{text-align: center;}
        .toolbar .sorter > *{float:none;display:inline-block;margin:0px 5px;vertical-align: middle;}

        /* Shopping Cart
        ======================================================================================= */
        .cart .cart-left-column,
        .cart .cart-right-column{width:100% !important;margin-left:0% !important;margin-right:0% !important;}

}


/* ********************************************************************************************
    Tablet (Portrait) - design for a width of 768px
*********************************************************************************************** */

/* 768px <= width < 960px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Cart
	======================================================================================= */
	.cart-table .product-image { max-width:80px; }
        
	/* Caption
	======================================================================================= */
	.caption .heading { font-size:25px; line-height: 21px;}
	.caption p { font-size:14px; line-height: 18px;}
	.caption button.button span span,
        .banner .caption button.button span span{height: 35px;line-height: 35px;padding: 0 15px;font-size: 14px;}
        
	/* Default Magento classes
	======================================================================================= */
	.nobr { white-space:normal !important; }        

}


/* ********************************************************************************************
    All desktop - design for a width of 768px and wider
*********************************************************************************************** */

/* 768px <= width */

@media only screen and (min-width: 768px) {

	/* Mobile accordion
	======================================================================================= */
	.mobile-accordion .block-title { border-bottom:none; }		/* Hide line when not on mobile */
	.mobile-accordion .opener { display:none !important; }		/* Always hide when not on mobile */
	.mobile-accordion .block-content { display:block !important; }	/* Always show when not on mobile */
	.accordion .block-content{display: none;}

}


/* ********************************************************************************************
    All mobile - design for a width of less than 768px
*********************************************************************************************** */

/* width < 768px */

@media only screen and (max-width: 767px) {

        /* Disable display banner with header
	======================================================================================= */
        body.cms-index-index .header-container,
        body.cms-index-defaultindex .header-container,
        body.cms-home .header-container{position: relative !important;}
        
	/* Header
	======================================================================================= */

            /* Global notices */
            .global-site-notice .notice-inner { background:none; padding:10px 0; text-align:center; }
            .global-site-notice .notice-inner p { width:100%; padding:0 0 10px; }
            .global-site-notice .notice-inner .actions { padding-bottom:5px; }			
                    
            /* Logo */
            .logo {margin-left:auto; margin-right:auto; text-align: center !important;margin-top: 20px;margin-bottom: 20px}
            
            /* Quick Search */
            .quick-search{max-width:none;}
                
            /* Other */
            .header{text-align: center;}
            .header-top{line-height: 25px;padding: 5px 0px;}
            .header-top .dropdown-toggle{line-height: 25px;}
            
            /* Header elements - align center */
            .header .item-left,
            .header .item-right{display: inline-block;float: none;margin: 0px 5px;text-align: center;vertical-align: top;}
            
            /* lang-curren-box */
            .lang-curren-box{float:left;}
            
            /* Top Links */
            .top-links{text-align:center;}
            .top-links.links-separators .links > li > a{padding:0 10px;}
            
            /* Header 2 style
            =================================================================================== */
            .header2 .logo{margin-top:0px;}
            .header2 .shopping_cart.dropdown{margin-left: 0;}
                
            /* Header 3 style
            =================================================================================== */
            .header3 .logo{text-align: left !important;margin-top: 25px;margin-bottom: 0px;}
            .header3 .shopping_cart.dropdown{margin-top: 20px;float: right;margin-left: 0;}
                
            /* Header 4 style
            =================================================================================== */
            .header4 .logo{margin-top:0px;}

            /* Header 5 style
            =================================================================================== */
            .header5 .logo{margin-top:0px;}
            .header5 .links-separators .links > li.last > a{padding: 0 10px;}
            
            /* Header 6 style
            =================================================================================== */
            .header6 .quick-search{width: 100%;margin-top:10px;}
            .header6 .form-search .button{position: absolute;}
            .header6 .form-search .dropdown-menu{width: 100%;position: relative;}
            .header6 .form-search .input-text{width: 100%;padding-right: 40px;}
        
	/* Category view
	======================================================================================= */
	.products-list .product-shop,
	.products-list .right-column,
	.products-list .product-image-wrapper { margin-left: auto !important;margin-right: auto !important;float:none;}
        
        .products-list .product-image-wrapper,
        .products-list .product-image{max-width:300px;display: block;}
        .products-list .product-shop{padding-top: 20px;float:left;}

	/* Toolbar
	======================================================================================= */
	
	    /* Increase vertical spacing */
            .my-account .pager{margin-top: 0px;}

	/* Page heading With Rss Link
	======================================================================================= */
        .page-title { position:relative; }
        .page-title .link-rss { float:none; display:block; position:static; margin:10px 0 0; }
	
	/* Cart
	======================================================================================= */
	
            /* Buttons below table: align center */
            .cart-table tfoot tr.first td,
            .my-wishlist .buttons-set{ text-align:center !important; padding:0;}
            .cart-table tfoot button.button,
            .my-wishlist .buttons-set button.button{ display:inline-block; float:none !important; margin:0 0 3px; padding:0; }
		
        /* Products Page
	======================================================================================= */
                
            /* Product primary column */
            .product-view .product-shop{padding: 30px 0px 0 0px;}
            
            /* Product third column */
            .product-view .product-third-column{padding: 30px 0px 0 0px;}        
        
	/* Tables
	======================================================================================= */
	.data-table thead .nobr { white-space:normal !important; }
	.data-table th,
	.data-table td { padding:10px; }
	
	/* Tables Formatting
	======================================================================================= */
	
            /* Basic formatting */
            .cart .data-table thead,
            .my-wishlist .data-table thead,
            .my-account .data-table thead,
            .order-review .data-table thead,
            .multiple-checkout .data-table thead{ display:none; }
            
            .cart .data-table tbody,
            .my-wishlist .data-table tbody,
            .my-account .data-table tbody,
            .order-review .data-table tbody,
            .multiple-checkout .data-table tbody{ background:transparent !important; }
            
            .cart .data-table tr,
            .cart .data-table td,
            .my-wishlist .data-table tr,
            .my-wishlist .data-table td,
            .my-account .data-table tr,
            .my-account .data-table td,
            .order-review .data-table tr,
            .order-review .data-table td,
            .multiple-checkout .data-table tr,
            .multiple-checkout .data-table td{ border:none !important; background:transparent !important; display:block; width:100%; text-align:left !important; box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
            
            .cart .data-table tr,
            .my-wishlist .data-table tr,
            .my-account .data-table tr,
            .order-review .data-table tr,
            .multiple-checkout .data-table tr{ border-bottom:1px solid #E4E4E4 !important; margin-bottom:20px; }
            
            .cart .data-table tfoot tr.last,
            .my-wishlist .data-table tfoot tr.last,
            .my-account .data-table tfoot tr.last,
            .order-review .data-table tfoot tr.last,
            .multiple-checkout .data-table tfoot tr.last{border-bottom: none !important;margin-bottom: 0px;}
            
            .cart .data-table tfoot tr.last{margin-bottom: 20px;}
            
            .order-items .price-excl-tax,
            .multiple-checkout td .cart-price{display: inline-block;}
            
            .multiple-checkout .data-table td select{width: 100%;}
			
            /* Highlight first cell in table footer */
            .my-account .data-table tfoot tr td:first-child,
            .order-review .data-table tfoot tr td:first-child,
            .multiple-checkout .data-table tfoot tr td:first-child{ font-weight:bold; }
	
            /* Show cell label */
            .data-table .cartlabel {display: inline-block;width: 30%;min-width: 100px;max-width: 140px;margin-right: 10px;vertical-align: middle;}
            
            /* Show item options */        
            .data-table .item-options{margin: 5px 0 0 0px;}        
        
	/* Forms Elements
	======================================================================================= */
	.form-list .field,
	.form-list input.input-text,
	.form-list textarea,
	.form-list select,
	.form-list li.wide .input-box,
	.form-list li.wide input.input-text,
	.form-list li.wide textarea,
	.form-list li.wide select { max-width:100%; width: 100%;}        
        
	/* Mobile accordion
	======================================================================================= */
	.mobile-accordion .block-content { display:none; }  /* Hide on mobile */
	.accordion .block-content{display: none;}           /* Hide on mobile */
	.mobile-accordion { position:relative; }            /* Always make "relative" when not on mobile (to avoid flickering on CSS transitions) */	        
        
	/* Grid and basic layout
	======================================================================================= */
                
            /* Margin for col-left and col-right */
            .col-left,
            .col-right{
                    margin-top:20px
            }
	
	/* Magento utility classes
	======================================================================================= */
	.nobr { white-space:normal !important; }

        /* Scroll Back To Top
	======================================================================================= */
        a.scrollup {display:none !important;}
        
	/* Caption 
        ======================================================================================= */ 
	.caption > * {}
	.caption .heading { font-size:25px; margin-bottom:1px; line-height: 21px;}
	.caption p { font-size:14px; margin-bottom:1px; line-height: 18px;}        
	.caption button.button span span,
        .banner .caption button.button span span{height: 30px;line-height: 30px;padding: 0 10px;font-size: 13px;}            
	
	/* Banner Slider
	======================================================================================= */ 
        
            /* Banner Slider Controls */
            .banner .owl-theme .owl-controls .owl-buttons{margin-top: -15px;}
            .banner .owl-theme .owl-controls .owl-buttons div{width: 30px;height: 30px;line-height: 30px;font-size: 14px;}
            
            /* Banner Slider Pagination */
            .banner .owl-theme .owl-controls .owl-pagination{ display:none !important; }
            
            /* Caption */
            .bannercontainer .caption > * {display: inherit !important;}

	/* Home Newsletter
	======================================================================================= */
        .home-newsletter .block-subscribe .block-title,
        .home-newsletter .block-subscribe .block-content{max-width: 100%;width: 100%;text-align: center;}
        
        /* Footer
	======================================================================================= */
        
            /* Footer Bottom */
            .footer-bottom,
            .footer-payment{text-align: center;}
            .footer-bottom address{margin-bottom: 15px;}

}

/* end: width < 768px */


/* ********************************************************************************************
    Mobile (Landscape) - design for a width of 480px
*********************************************************************************************** */

/* 480 <= width < 768px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}

/* end: 480 <= width < 768px */


/* ********************************************************************************************
    Design for a width of 640px
*********************************************************************************************** */

/* 640 <= width < 768px */

@media only screen and (min-width: 640px) and (max-width: 767px) {

}

/* end: 640 <= width < 768px */


/* ********************************************************************************************
    Design for a width of less than 640px
*********************************************************************************************** */

/* width < 640px */

@media only screen and (max-width: 639px) {
    
        /* Column Grid
        ======================================================================================= */
        .columngrid.columngrid-adaptive .item { width:48%; clear:none !important; }
        .columngrid.columngrid-adaptive .item:nth-child(2n+1) { clear:left !important; }
    
        /* Title Buttons (Display Buttons Full Width)
        ======================================================================================= */                
        .title-buttons button.button{width: 100%;margin: 0px 0px 10px 0px;}
        .title-buttons button.button span{float:none;}
        
        /* Multiple Checkout Button Set (display backlink with button full width)
        ======================================================================================= */                
        .multiple-checkout .buttons-set .back-link,
        .multiple-checkout .buttons-set .back-link + button.button,
        .multiple-checkout .buttons-set .back-link + button.button span{float:none;}
        .multiple-checkout .buttons-set .back-link + button.button{width:100%;margin-right: 0px;}

}

/* end: width < 640px */


/* ********************************************************************************************
    Design for a width of 480px
*********************************************************************************************** */

/* 480 <= width < 640px */

@media only screen and (min-width: 480px) and (max-width: 639px) {

}

/* end: 480 <= width < 640px */


/* ********************************************************************************************
    Design for a width of less than 480px (small mobile)
*********************************************************************************************** */

/* width < 480px */

@media only screen and (max-width: 479px) {
        
        /* Header
        ======================================================================================= */
        
            /* Header elements - align center */
            .header .mobile-inline-container { text-align:center; }
            .header .mobile-inline-container > * { float:none; display:inline-block; margin-left:5px; margin-right:5px; }
            
            /* Shopping Cart */
            .shopping_cart {position: initial;}
            .shopping_cart .dropdown-menu{min-width: 100%;top:inherit;}
            
            /* Block Header Top */
            .header .item-left,
            .header .item-right{margin-left:0px;margin-right:0px;display: inline-block;float: none;margin-left: -3px;}
            
            /* Header 2 style
            =================================================================================== */
            .header2 .shopping_cart.dropdown{margin-top: 20px;float:none;}            
            
            /* Header 3 style
            =================================================================================== */
            .header3 .logo{text-align: center !important;}
            .header3 .shopping_cart.dropdown{float:none;}
            
            /* Header 4 style
            =================================================================================== */            
            .header4 .header-main .item-right{display: block;margin-left: 0px;}
            .header4 .shopping_cart .icon-cart{width:40px;}
            .header4 .cart-count{padding: 0px 7px;}
            
            /* Header 4 style
            =================================================================================== */            
            .header5 .shopping_cart{float: none;display: inline-block;}
	
        /* Toolbar
	======================================================================================= */
        
            /* All elements - align center */
            .sorter,
            .pager {text-align: center !important;}        
            .sorter *,
            .pager *{display:inline-block;float:none !important;text-align:center !important;}
        
	/* Product page
	======================================================================================= */
	
            /* Product Reviews */
            .product-view .form-add .data-table th{font-size: inherit;font-weight: bold;}
            .product-view .form-add .data-table th,
            .product-view .form-add .data-table td { padding: 10px 7px; }        
	
        /* Account
	======================================================================================= */
			
            /* Product Review Detail*/
            .product-review .product-img-box{width: auto;float: none;}
            .product-review .product-details{margin: 0 0px 20px 0px;}
                
	/* Grid elements
	======================================================================================= */
	.col2-set .col-1,
	.col2-set .col-2 { width:100%; margin-bottom: 20px;}
        
        /* Ajex Cart Popup
        ======================================================================================= */
        div.alert-inner{display: inherit;bottom: auto;margin-left: -48%;}
        div.alert-inner .alertcontent{position: initial; padding-top: 15px;}
        div.alert-inner a{float: none !important;cursor: pointer;margin: 5px 5px;display: inline-block;vertical-align: top;padding: 9px 14px;}                          
        
        /* Caption
        ======================================================================================= */
        .caption > * { display:none !important; }
        .caption .permanent { display:inline-block !important; }

        .caption .heading { font-size:16px; line-height: 22px;}
        .caption p { font-size: 12px; line-height: 18px;}

}

/* end: width < 480px */


/* ********************************************************************************************
    Design for a width of 320px (mobile - portrait)
*********************************************************************************************** */

/* 320px <= width < 480px */

@media only screen and (min-width: 320px) and (max-width: 479px) {

}

/* end: 320px <= width < 480px */


/* ********************************************************************************************
    Design for a width of less than 380px
*********************************************************************************************** */

/* width < 380px */

@media only screen and (max-width: 396px) {

	/* Column Grid
	======================================================================================= */
            
            /* Show 1 column */
            .columngrid.columngrid-adaptive .item { width:98%; clear:none !important; }

        /* Button Set (Backlink With Button Display Full Width)
	======================================================================================= */                        
        .buttons-set .back-link,
        .buttons-set .back-link + button.button,
        .buttons-set .back-link + button.button span{float:none;}
        .buttons-set .back-link + button.button{width:100%;margin-right: 0px;}
        
        /* Opc Lorder */
        .opc .buttons-set .back-link + button.button + .please-wait{width: 100%;text-align: center;margin-right: 0px;}
        
        /* Shopping Cart & Wishlist Button (Display same as button set) */
        .cart-table tfoot button.button,
        .my-wishlist .buttons-set button.button{width: 100%;margin: 0 0 5px 0px !important;}
        
        .cart-table tfoot button.button span,
        .my-wishlist .buttons-set button.button span{float:none;}
        
	/* Testimonials
        ======================================================================================= */                        
        .testimonial_image{float:none;text-align:center;margin: 0 auto;}
        .testimonial_text{margin-left:0px;margin-top:10px;}        

}

/* end: width < 380px */


/* ********************************************************************************************
    Design for a width of less than 320px
*********************************************************************************************** */

/* width < 320px */

@media only screen and (max-width: 319px) {

        /* Header
        ======================================================================================= */

            /* Header elements - align center */
            .header .dropdown,
            .lang-curren-box{display: inline-block;float: none;text-align: center;}
        
            /* Shopping Cart */
            .header .dropdown.shopping_cart{display: block;position: relative;margin-left: 0px;margin-right: 0px;}
            .header5 .header .dropdown.shopping_cart .dropdown-toggle{display: inline-block;}
            
            /* Header 6 style
            =================================================================================== */
            .header6 .quick-search.dropdown{margin-top:10px;display: block;}
            
        /* Category Page Toolbar
        ======================================================================================= */
        .toolbar .sorter label{display:none;}

}

/* end: width < 320px */


/* ********************************************************************************************
    Design for a width of 240px (small mobile)
*********************************************************************************************** */

/* 240px <= width < 320px */

@media only screen and (min-width: 240px) and (max-width: 319px) {

}

/* end: 240px <= width < 320px */


/* ********************************************************************************************
    Design for a width of lass than 240px
*********************************************************************************************** */

/* width < 240px */

@media only screen and (max-width: 239px) {

}

/* end: width < 240px */


/*Additional custom CSS*/


/* Inline header stuff */
.mobile-grow-input {order: 2;flex-grow: 2;margin: 0 100px;}
.flex-order-3 {order: 3;margin: 0 8px;}
div.navmain-container.template.fixed {top: 30px;}
#free_shipping_notice {z-index: 99999;position: -webkit-sticky;position: sticky;top: 0;font-size: 1.6em;font-weight: 600;background: #292929;}

@media screen and (max-width: 1024px) {
    .flex-order-3 {order: 2;}
    .mobile-margin-left {margin-left: 40px;}
    .mobile-grow-input {flex-grow: 2;order: 3;margin: 0;}
    .header-top-container {padding: 0;}
    #page_search {padding-left: 0 !important;}
}
@media screen and (max-width: 978px) {
    div.navmain-container.template.fixed {top: 62px;}
}
@media screen and (max-width: 768px) {
    div.navmain-container.template.fixed {top: 25px;}
    #free_shipping_notice {font-size: 1em !important;color: #fff;line-height: 0.6rem;}
}
@media screen and (max-width: 767px) {
    div.navmain-container.template.fixed {top: 48px;}
}
@media screen and (max-width: 374px) {
    div.navmain-container.template.fixed {top: 62px;}
}

/* Inline links.phtml */
@media only screen and (max-width : 1014px) {
    .flex-top {justify-content: center;}
    .flex-item {padding-bottom: 10px;}
    .links{padding-left: 10px;padding-right: 10px;}
    .links .first {padding: 0 !important;width: 100%;flex-wrap: wrap;}
    .links .first input {margin-bottom: 10px;}
    .links .last {text-align: center !important;display: flex;justify-content: center;}
    #search_results {left: 0;right: 0;}
}


/* Inline footer CSS moved from footer.phtml */
.footer-header {
display: flex;
justify-content: space-around;
flex-direction: column;
padding-top: 10px;
padding-bottom: 25px;
border-bottom: none;
}
.footer-header .input-text {
margin-right: 20px;
}
.footer-header button {
width: 20%;
background-color: #34d128 !important;
height: 36px;
color: white;
font-size: 16px;
font-weight: 600;
}
.footer-body{
display: flex;
justify-content: center;
padding-top: 0;
padding-bottom: 25px;
flex-wrap: wrap;
}
.footer-body .f-accordion {
display: flex;
flex-direction: row;
}
.footer-body .f-accordion h3 {
width: 80%;
}

.footer-body .button-one {
width: 100%;
background-color: #34d128 !important;
height: 36px;
color: white;
font-size: 16px;
font-weight: 600;
border: 2px solid #34d128;
transition: 0.2s;
}
.footer-body .button-one:hover {
background-color: #000000 !important;
color: #34d128;
}
.footer-body .button-two {
width: 100%;
background-color: #000000 !important;
height: 36px;
color: #34d128;
font-size: 16px;
font-weight: 600;
border: 2px solid #34d128;
margin-top: 20px;
transition: 0.2s;
}
.footer-body .button-two:hover {
background-color: #34d128 !important;
color: #ffffff;
}
.f-panel a, .f-panel p {
text-decoration: none;
padding: 3px 0;
color: #8a8a8a;
font-size: 1.5em;
}

.f-panel a:hover {
color: #34d128;
}

.footer-body .f-block {
width: 100%;
padding: 15px;
border-top: 1px solid #8a8a8a;
}

.footer-body .f-block .f-panel {
display: flex;
flex-direction: column;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.f-accordion:after {
font-family: FontAwesome;
font-style: normal;
content: '\f078';
font-size: 13px;
color: #34d128;
float: right;
margin-left: 5px;
width: 19%;
transform: scale(1.75, 1);
text-align: right;
margin-left: -15px;
}

.f-active:after {
font-family: FontAwesome;
font-style: normal;
content: "\f077";
width: 19%;
}
.logos {
flex-direction: row;
border: none;
}
.h-block {
width: 100%;
}
.h-block h2 {
text-align: center;
}
.h-block h3 {
color: white;
width: 100%;
text-align: center;

}
.input-box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;

}
.input-box input, .input-box button {
width: 75%;
margin: 15px;
}

#spt-email {
font-size: 0.9em;
}
@media only screen and (min-width: 576px) and (min-width: 767px) {
.footer-header {
border-bottom: 1px solid #AAA;
flex-direction: row;
}

.footer-body{

padding-top: 25px;

}

.footer-body .f-block {
width: 49%;
padding: 30px 15px 15px 15px;
border-top: none;
}
.footer-body .f-block .f-panel {
max-height: 100%;
}
.f-accordion:after {
content: '';
}

.f-active:after {
content: '';
}
.logos {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.input-box {
flex-direction: row;
justify-content: left;
}
.input-box input {
width: 50%;
}
.input-box button {
width: 30%;
}
.h-block h3 {
color: white;
width: 100%;
text-align: right;
padding-right: 35px;
}
.h-block h2 {
text-align: left;
padding-left: 30px;
}
.f-panel a, .f-panel p {
font-size: 1.2em;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-body .f-block {
width: 49%;
padding: 30px 15px 15px 15px;
border-top: none;
}
.footer-body .f-block .f-panel {
max-height: 100%;
}
.f-accordion:after {
content: '';
}

.f-active:after {
content: '';
}
.h-block {
width: 49%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-body .f-block {
width: 24%;
border-top: none;
}
.footer-body .f-block .f-panel {
max-height: 100%;
}
.f-accordion:after {
content: '';
}

.f-active:after {
content: '';
}
.f-panel a, .f-panel p {
font-size: 1em;
}

}

@media only screen and (min-width: 1200px) {

.footer-body .f-block {
width: 15%;
border-top: none;
}
.footer-body .f-block .f-panel {
max-height: 100%;
}
.f-accordion:after {
content: '';
}

.f-active:after {
content: '';
}
#spt-email {
font-size: 0.9em;
}

}




#bbb {
display: inline-block;
}
.flag-footer {
display: inline-block;
}
@media screen and (max-width: 768px) {
.soc-img {
padding-right: 0;
padding-left: 0;
}
}

p.footer-header {
font-weight: bold;
color: #e1e1e1;
width: 60px;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 5px;
}

.footer-text p {
font-weight: normal;
color: #e1e1e1;
margin-top: 10px;
text-decoration: none;
margin-bottom: 0px !important;
}

.footer-text p a {
text-decoration: underline;
color: #e1e1e1;
}

.footer-text p a:hover {
color: #64ce4e !important;
}


/* order now buttons */
.order-now-btn {
background: #65c232;
border-radius: 1px;
text-decoration: none;
display: block;
cursor: pointer;
text-align: center;
width: 80%;
padding: 15px;
color: #e1e1e1;
margin: 20px auto;
}

.order-now-btn a {
text-decoration: none;
}

.order-now-btn:hover {
background: #34D128;
}

.btn-grey.order-now-btn {
background: #6c7074 !important;
}

.btn-grey.order-now-btn:hover {
background: #878c91 !important;
}

.new-footer .col1 {
width: 8.3333333%;
box-sizing: border-box;
min-width: 100px;
margin-bottom: 20px;
display: inline-block;
vertical-align: top;
padding: 0 15px;
}

.new-footer .col2 {
width: 19.8%;
box-sizing: border-box;
min-width: 200px;
/* padding:0 20px; */
margin-bottom: 20px;
display: inline-block;
vertical-align: top;
}

.new-footer .col3 {
width: 25%;
min-width: 200px;
box-sizing: border-box;
margin-bottom: 20px;
display: inline-block;
vertical-align: top;
}

.grid-container {
display: grid;
height: 100%;
grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 0.25fr;
grid-gap: 2px 2px;
grid-template-areas:
". shop resource help buttons badges"
". aghlogo about phone address badges"
"copyright copyright copyright copyright copyright copyright";
margin-top: 0;
margin-left: 2vw;
margin-right: 2vw;
}

.copyright {
grid-area: copyright;
font-size: .8em;
}

.shop { grid-area: shop; }

.resource { grid-area: resource; }

.help { grid-area: help; }

.buttons { grid-area: buttons; }

.badges { grid-area: badges; }

.aghlogo {
grid-area: aghlogo;
}

#footer-logo {
float: right;
padding-top: 15px;
padding-right: 15px;
}

.about {
grid-area: about;
font-size: .9em;
padding-right: 3em;
}

.phone {
grid-area: phone;
font-size: .8em;
}

.address {
grid-area: address;
font-weight: normal;
font-size: .8em;
line-height: 1.2em;
color: #e1e1e1;
text-decoration: none;
}

.list-cont p a {
font-weight: normal;
font-size: .9em;
line-height: 2.3em;
color: #e1e1e1;
margin-top: 10px;
text-decoration: none !important;
margin-bottom: 0px !important;
}

.list-cont p a:hover {
text-decoration: underline !important;
font-weight: bold;
color: #64ce4e !important;
}

@media only screen and (max-width: 768px) {
.grid-container {
display: grid;
height: 100%;
grid-template-columns: 1fr;
grid-template-rows: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
grid-gap: 1px 1px;
grid-template-areas:
"buttons"
"shop"
"resource"
"help"
"badges"
"aghlogo"
"about"
"phone"
"address"
"copyright";
text-align: center;
}

.col2 {
width: 100%;
}

.buttons {
grid-area: buttons;
width: 100%;
}

.footer-header {
width: 100%;
margin: 0 auto;
}

.list-cont {
text-align: center;
}

.aghlogo {
padding: 0;
margin: 0 auto;
}

.aghlogo img {
padding: 0;
}

#footer-logo {
padding-right: 0;
}

.about {
padding: 0;
}

.shop {
grid-area: shop;
width: 100%;
text-align: center;
}

.resource {
grid-area: resource;
width: 100%;
}

.help {
grid-area: help;
width: 100%;
}
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
.grid-container {
display: grid;
height: 100%;
margin-top: 10%;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: .5fr .5fr .5fr .5fr;
grid-gap: 1px 1px;
grid-template-areas:
"buttons shop resource help"
"badges badges badges badges"
"aghlogo about phone address"
"copyright copyright copyright copyright";
}

.col2 {
margin: 0 auto;

}

.buttons {
margin: 0;
padding: 0;
text-align: center;
}

.shop {
padding-top: 1.5em;
}

.resource {
padding-top: 1.5em;
}

.help {
padding-top: 1.5em;
}
}

#cart-listing button {
padding: 0px !important;
}

.tooltip-style::-webkit-scrollbar {
width: 10px;
}
.tooltip-style::-webkit-scrollbar-thumb {
background-color: #64ce4e;
}
.tooltip-style::-webkit-scrollbar-button {
display: none;
}

.col-main{
    padding-bottom:0!important;
    margin-bottom:0!important;
}
.main-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container_12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer-container {
    margin-top:0!important;
}
.ss-po-dark-sep-bar a {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
}
body {
    color: #515151;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    overflow-x: hidden;
    line-height: initial !important;
}
.cms-home .main.container_12,
.cms-home-leaned-out .main.container_12 {
    width: 100%;
    max-width: none !important;
    box-sizing: border-box;
}
.cms-home .col-main.grid_full,
.cms-home-leaned-out .col-main.grid_full {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.cms-home .page-title,
.cms-home .breadcrumbs,
.cms-home-leaned-out .page-title,
.cms-home-leaned-out .breadcrumbs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12.5% !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}
.ss-top-link {
    text-decoration: none;
}
.clear {
    clear: both;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.center-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.center-horizontal {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bold {
    font-weight: bold !important;
}
.font-12 {
    font-size: .8em;
}
.font-14 {
    font-size: 1em;
}
.font-16 {
    font-size: 1.1em;
}
.font-18 {
    font-size: 1.2em;
}
.font-20 {
    font-size: 1.3em;
}
.font-22 {
    font-size: 1.5em;
}
.font-24 {
    font-size: 1.6em;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-green {
    color: #62cf4e !important;
}
.bg-green {
    background-color: #62cf4e;
}
.modal-notification {
    position: relative;
    font-size:120%;
    font-weight:bold;
    background-color: #2C3136;
    color: white;
    padding: 10px 10px 10px 10%;
    display: none;
}
.modal-notification:before {
    position: absolute;
    content: '!';
    left: 5%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ss-po-button {
    background: #5ca934;
    border-color: #478228 #478228 #3c6f22;
    background-image: -webkit-linear-gradient(top, #69c03b,#5ca934 66%, #54992f);
    background-image: -moz-linear-gradient(top, #69c03b,#5ca934 66%, #54992f);
    background-image: -o-linear-gradient(top, #69c03b,#5ca934 66%, #54992f);
    background-image: linear-gradient(top, #69c03b,#5ca934 66%, #54992f);
    display: block;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    margin: 0 auto 15px auto;
    cursor: pointer;
}
.ss-po-button:hover{
    background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, .03));
    background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, .03));
    background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, .03));
    background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, .03));
    color: #FFF;
}
.ss-po-button.product-button, .ss-po-button.pre-order-button {
    width: 50%;
    display: block;
    margin: 20px auto 0 auto;
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
}
.ss-po-button.disabled {
    color: #EEE;
    background-color: lightgray;
}
.rot180 {
    transform: rotate(180deg);
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.ss-hidden {
    display: none;
}
.ss-left {
    text-align: right;
}
.ss-right {
    text-align: left;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.half {
    display: inline-block;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}
.half.ss-left {
    padding-right: 10px;
}
.half.ss-right {
    padding-left: 10px;
}
.above {

}
.below {

}
.size-60 {
    width: 59%;
}
.size-40 {
    width: 39%;
}
.display-inline-block {
    display: inline-block;
}
.inner {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.ss-po-col {
    box-sizing: border-box;
    float: left;
    padding: 0 1%;
}
.ss-po-2-col {
    width: 48%;
}

.ss-po-col-4 {
    width: 33.33%;
}
.ss-po-col-5 {
    width: 41.67%;
}
.ss-po-col-6 {
    width: 50%;
}
.ss-po-col-7 {
    width: 58.33%;
}
.ss-po-col-8 {
    width: 66.67%;
}

.ss-po-fs-video {
    width: 100%;
}

.expand-link {
    color: white;
}
.expand-link img {
    margin-top: 10px;
}
.expand-link:visited {
    color: white;
}
.bg-white {
    background-color: white;
}

.subtitle {
    font-weight: bold;
    font-size: 1.8em;
    margin: 10px 0 !important;

}
.copy-text {
    font-size: 1.3em;
}
.ss-po-product-bar-link {
    outline: none;
    text-decoration: none;
    width: 100%;
}
.slider-cta-div {
    height: auto;
    overflow: hidden;
}
.slider-sale-banner {
    margin: 2.5%;
}
.slider-sale-banner.mobile {
    margin: 2.5% 2.5% 8% 2.5%;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
    .subtitle {
        font-weight: bold;
        font-size: 1.5em;

    }
    .copy-text {
        font-size: 1.1em;
    }
}
.additional-shift-shell {
    max-height: 0;
    transition: max-height 1.5s;
    overflow: hidden;
}
.additional-shift-shell.shift-shell-visible {
    max-height: 100%;
}

/*
##     ## ########    ###    ########  ######## ########
##     ## ##         ## ##   ##     ## ##       ##     ##
##     ## ##        ##   ##  ##     ## ##       ##     ##
######### ######   ##     ## ##     ## ######   ########
##     ## ##       ######### ##     ## ##       ##   ##
##     ## ##       ##     ## ##     ## ##       ##    ##
##     ## ######## ##     ## ########  ######## ##     ##
*/

.cta-sep {
    text-align: center;
}
.cta-sep-or {
    margin: 30px 0;
    font-size: 1.1em;
}
.cta-sep h2 {
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 15px;
}
.ss-po-header {
    position: relative;
    margin-top: 30px;
}
.ss-po-header-bar {
    position: fixed;
    background-color: #2C3136;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.ss-po-mobile-header-adapt, .ss-po-mobile-header-bar {
    display: none;
}
.ss-po-header-bar .header-agh-logo,
.ss-po-header-bar .header-ss-logo
{
    width: 100%;
    vertical-align: top;
}
.ss-po-mobile-adapt {
    display: none;
}
.ss-po-header-bar .header-agh-logo {
    vertical-align: top;
}
.ss-po-header-bar .header-ss-logo {
    /*transform: scale3d(0.8, 0.8, 1);*/

}
.header-agh-logo-container {
    width: 150px;
    margin-right: 5%;
    margin-left: 15px;
}
.header-ss-logo-container {
    width: 300px;
    margin-right: 20px;
}

.header-agh-logo-container img, .header-ss-logo-container img {
    padding: 5px;
}
.header-scroll-container {
    width: 38%;
    position: relative;
}
.header-flag-logo-container {
    width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.header-flag-logo-container img, .header-agh-logo img{
    width: 100%;
}
.ss-po-header-bar .header-preorder-link-container {
    width: 150px;
}
.ss-po-header-bar .header-preorder-link-container img {
    position: absolute;
    top: -13px;
}
.banner-container {
    width: 273px;
    display:inline-block;
    position: relative;
}
.banner-text {
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left: 50%;
    line-height: 100%;
    transform: translate(-50%, 12%);
}
.ss-po-header-bar .header-preorder-link {
}
.ss-po-header-bar .header-preorder-link a {
    width: 100%;
}
.ss-po-header-bar .header-us-flag {
    vertical-align: middle;
    position: absolute;
    right: 30px;
}

.ss-po-header-text {
    position: absolute;
    bottom: 50px;
    left: 12.5%;
    color: white;
    width: 25%;
}
.ss-po-header-text .title-copy {
    margin-bottom: 10px;
}
.ss-po-header-text .body-copy {
    margin-bottom: 15px;
}
.ss-po-header-text .link-copy a {
    font-size: 14px;
    color: white !important;
}
.ss-po-header-text .arrow-img {
    transform: rotate(270deg);
    margin-top: 5px;
}
.ss-po-header-text .link-copy a:visited {
    color: white !important;
}

.ss-po-header-video {
    position: relative;
}
.ss-po-header-video video {
    vertical-align: bottom;
}
.ss-patent {
    text-align: center;
    font-size: 1.0vw;
    padding: 10px;
}
/*
########  ########   #######  ########  ##     ##  ######  ########
##     ## ##     ## ##     ## ##     ## ##     ## ##    ##    ##
##     ## ##     ## ##     ## ##     ## ##     ## ##          ##
########  ########  ##     ## ##     ## ##     ## ##          ##
##        ##   ##   ##     ## ##     ## ##     ## ##          ##
##        ##    ##  ##     ## ##     ## ##     ## ##    ##    ##
##        ##     ##  #######  ########   #######   ######     ##
*/
.ss-po-product-bar {
    text-align: center;
    position: relative;
    width: 100%;
}
.ss-po-product-bar {
    height: 40px;
    background-color: #62cf4e;
}
.mobile-cart-link {
    display: none;
}
/*.ss-po-product, .ss-po-holster-mount {*/
    /*max-width: 1100px;*/
    /*margin: 0 auto;*/
    /*overlfow: auto;*/
/*}*/
.ss-po-product-container {
    padding: 20px 0 20px 0;
    text-align: left;
}
.product-body {
    margin-bottom: 0px;
}
.ss-po-product .product-body li {
    float: left;
    width: 48%;
    margin-left: 25px;
    /*font-size: 1.4em;*/
}
#ss-product-slider {
    margin-bottom: 20px;
}
#ss-product-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.li-container {
    width: 100%;
    display: block;
    overflow: auto;
}
.li-container.bonus {
    box-sizing: border-box;
    margin-left: 0px;
    padding-left: 27px;
    padding-top: 10px;
    width: 100%;
}
.bonus .plus {
    width: 100% !important;
}
.ss-po-product .product-body ul {
    list-style: square;
    padding: 0;
}
.ss-po-product .product-body ul li:before {
    list-style: disc;
}
.ss-po-product .product-body .plus {
    list-style-type: none !important;
    margin-left: -15px;
    width: 38%;
}
.ss-po-product .product-body .plus:before {
    content: "+" !important;
    margin-right: 4px;
    font-weight: bold;
}
.product-title {
    padding: 10px 0;
}
.product-price {
    font-size: 24px;
    position: relative;
}
.product-price sup sup {
    position: absolute;
    top: 7px;
}
.ss-po-dark-sep-bar {
    background-color: #807F84;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}
.ss-po-white-sep-bar {
    background-color: white;
    color: black;
    text-align: center;
    padding: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.ss-po-gray-sep-bar {
    width: 100%;
    height: 1px;
    background-color: #73787D;
    margin: 2px 0;
}
.dark-sep-bar-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.click-view {
    font-size: 16px;
}
.ss-section-title {
    font-weight:bold;
    font-size: 2.2em !important;
}

/*.click-view img {*/
    /*transform: scale3d(0.7,0.7,1);*/
/*}*/
/*

######## ##    ## ########   #######  ########   ######  ######## ##     ## ######## ##    ## ########  ######
##       ###   ## ##     ## ##     ## ##     ## ##    ## ##       ###   ### ##       ###   ##    ##    ##    ##
##       ####  ## ##     ## ##     ## ##     ## ##       ##       #### #### ##       ####  ##    ##    ##
######   ## ## ## ##     ## ##     ## ########   ######  ######   ## ### ## ######   ## ## ##    ##     ######
##       ##  #### ##     ## ##     ## ##   ##         ## ##       ##     ## ##       ##  ####    ##          ##
##       ##   ### ##     ## ##     ## ##    ##  ##    ## ##       ##     ## ##       ##   ###    ##    ##    ##
######## ##    ## ########   #######  ##     ##  ######  ######## ##     ## ######## ##    ##    ##     ######

*/
.ss-po-magazine-endorsement {
    background-color: #F9F9F9F9;
}
.endorsement-quote {
    position: absolute;
    top: 10px;
}
.endorsement-content {
    padding: 60px 20px;
}
.endorsement {
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
}
.endorsement-body {
    width: 75%;
    margin: 0 auto;
}
.ss-po-magazine-endorsement{
}
.endorsement-source {
    margin: 10px 0;
}
/*

 ######  ########    ###    ########  ######## ######## ########     ##     ## #### ########  ########  #######
##    ##    ##      ## ##   ##     ##    ##    ##       ##     ##    ##     ##  ##  ##     ## ##       ##     ##
##          ##     ##   ##  ##     ##    ##    ##       ##     ##    ##     ##  ##  ##     ## ##       ##     ##
 ######     ##    ##     ## ########     ##    ######   ########     ##     ##  ##  ##     ## ######   ##     ##
      ##    ##    ######### ##   ##      ##    ##       ##   ##       ##   ##   ##  ##     ## ##       ##     ##
##    ##    ##    ##     ## ##    ##     ##    ##       ##    ##       ## ##    ##  ##     ## ##       ##     ##
 ######     ##    ##     ## ##     ##    ##    ######## ##     ##       ###    #### ########  ########  #######

*/
.ss-po-starter-video {
    padding: 30px 0;
    text-align: center;
}
.ss-po-starter-video h2 {
    font-size: 24px;
}
.ss-po-starter-video video{
    vertical-align: top;
    max-width: 100%;
}
.ss-po-starter-video iframe {
    margin: 0 auto;
    width: 48% !important;
}
.ssopo-starter-video #youtube-video {
    width: auto;
}
.ss-po-compatible {
    padding: 30px 0;
}
.ss-po-guns-gun {
    padding: 3px 8px;
    text-align: center;
}
.ss-po-guns-gun-wrap:first-child .ss-po-guns-gun {
    border-right: 1px solid white;
}
.ss-po-guns-gun-wrap {
    background-color: #808080;
    color: #FFF;
    float: left;
    padding: 10px 0;
    width: 50%;
}
.ss-po-guns-row {
    background-color: #808080;
    margin: 0 auto 10px auto;
    max-width: 1332px;
    width: 90%;
}

/*

########  ####  ######  ######## #### ##    ##  ######  ########
##     ##  ##  ##    ##    ##     ##  ###   ## ##    ##    ##
##     ##  ##  ##          ##     ##  ####  ## ##          ##
##     ##  ##   ######     ##     ##  ## ## ## ##          ##
##     ##  ##        ##    ##     ##  ##  #### ##          ##
##     ##  ##  ##    ##    ##     ##  ##   ### ##    ##    ##
########  ####  ######     ##    #### ##    ##  ######     ##

*/
.distinct-four-title {
    padding: 30px 0;
}
.distinct-carry-wrap {
    width: 100%;
    background-color: #EFEFEF;
}
.distinct-carry {
    max-width: 1764px;
    margin: 0 auto 10px auto;
    position: relative;
}
.distinct-copy-img {
    width: 25%;
    padding: 18px;
}
.ss-left .distinct-copy-img {
    float: right;
}
.ss-right .distinct-copy-img {
    float: left;
}
.distinct-carry-details-img img {
    max-width: 100%;
    vertical-align: top;
}
.distinct-carry-details.ss-left {
    /*position: relative;*/
    text-align: left;
    vertical-align: top;
}
.distinct-carry-details.ss-right {
    /*position: relative;*/
    text-align: left;
    vertical-align: top;
}
.distinct-carry-details-img.ss-right {
    border-left: 10px solid white;
}
.distinct-carry-details-img.ss-left {
    border-right: 10px solid white;
}
.distinct-appendix .distinct-copy-img, .distinct-slide .distinct-copy-img {
    width: 17%;
}
.distinct-copy-desc {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 10%;
    width: 45%;
}
.distinct-copy-paddle {
    /*transform: translate(-50%, -27%);*/
    left: auto;
}
.distinct-copy-slide {
    transform: translate(-50%, -30);
}
.distinct-copy-appendix {
    left: auto;
}
.distinct-paddle .distinct-copy-img {
    transform: translate(150%, 25%);
}
.distinct-appendix .distinct-copy-img {
    transform: translateX(200%);
}
.distinct-copy h3 {
    line-height: 18px;
}
/*

##     ##  #######  ##     ## ##    ## ########
###   ### ##     ## ##     ## ###   ##    ##
#### #### ##     ## ##     ## ####  ##    ##
## ### ## ##     ## ##     ## ## ## ##    ##
##     ## ##     ## ##     ## ##  ####    ##
##     ## ##     ## ##     ## ##   ###    ##
##     ##  #######   #######  ##    ##    ##

*/
.ss-po-holster-mount {

}
.ss-po-holster-mount .holster-header-img {
    margin-bottom: 30px;
}
.holster-header-img img {
    width: 100%;
}
.ss-po-holster-mount .holster-mount-product-desc-title {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.ss-po-holster-mount .holster-mount-product-desc-body {
    margin-bottom: 15px;
}
.holster-mount-product-desc {
    margin-bottom: 60px;
}
/*

######## ########    ###    ######## ##     ## ########  ########  ######
##       ##         ## ##      ##    ##     ## ##     ## ##       ##    ##
##       ##        ##   ##     ##    ##     ## ##     ## ##       ##
######   ######   ##     ##    ##    ##     ## ########  ######    ######
##       ##       #########    ##    ##     ## ##   ##   ##             ##
##       ##       ##     ##    ##    ##     ## ##    ##  ##       ##    ##
##       ######## ##     ##    ##     #######  ##     ## ########  ######

*/

.ss-po-features {
}
.ss-po-feature-row {
    margin-bottom: 10px;
    width: 100%;
    background-color: #EFEFEF;
}
.ss-po-feature-row .feature {
    padding: 20px 20px;
    vertical-align: top;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.ss-po-features .feature img {
    width: 100%;
    margin-bottom: 15px;
}
.feature.ss-left {
    text-align: left;
}
.ss-po-feature-row.last-row {
    margin-bottom: 0;
}
.feature-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.5em;
}
.features-bar {
    padding:0 0 30px 0;
}
.features-header {
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    padding: 20px;
}
/*

########  ######## ##    ## ######## ######## #### ########  ######
##     ## ##       ###   ## ##       ##        ##     ##    ##    ##
##     ## ##       ####  ## ##       ##        ##     ##    ##
########  ######   ## ## ## ######   ######    ##     ##     ######
##     ## ##       ##  #### ##       ##        ##     ##          ##
##     ## ##       ##   ### ##       ##        ##     ##    ##    ##
########  ######## ##    ## ######## ##       ####    ##     ######

*/

.ss-po-agh-benefits {
    color: white;
    position: relative;
}
.ss-po-agh-benefits .inner {
    position: absolute;
}
.benefit-alien-head {

}
.benefit-alien-head img {
    width: 100%;
}
.agh-benefit {
    width: 33%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.benefit-title {
    margin-bottom: 10px;
}
.agh-benefit .benefit-img {
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
    height: 95px;
}
.agh-benefit .benefit-body {
    padding: 0 15px;
}


/*

######## ########  ######  ##     ## ##    ##  #######  ##        #######   ######   ##    ##
   ##    ##       ##    ## ##     ## ###   ## ##     ## ##       ##     ## ##    ##   ##  ##
   ##    ##       ##       ##     ## ####  ## ##     ## ##       ##     ## ##          ####
   ##    ######   ##       ######### ## ## ## ##     ## ##       ##     ## ##   ####    ##
   ##    ##       ##       ##     ## ##  #### ##     ## ##       ##     ## ##    ##     ##
   ##    ##       ##    ## ##     ## ##   ### ##     ## ##       ##     ## ##    ##     ##
   ##    ########  ######  ##     ## ##    ##  #######  ########  #######   ######      ##

*/



.ss-po-technology {
}
.asymmetric-row {
    background-color: #EFEFEF;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}
.asymmetric-row-desc {
    position: absolute;
    top: 50%;
    width: 41%;
    box-sizing: border-box;
    padding: 0 2%;
    transform: translateY(-50%);
}
.asymmetric-row-desc.ss-left {
    left: 0;
}
.asymmetric-row-desc.ss-right {
    right: 0;
}
.ss-po-input-text {
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 5px;
}
.technology-title {
    padding: 30px 0;
}
.asymmetric-desc-content {
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translate(-50%, 40%);
}

.asymmetric-row-image {
    box-sizing: border-box;
}
.asymmetric-row-image img {
    /*max-width: 80%;*/
}
.asymmetric-row-image.ss-right {
    border-left: 10px solid white;
    float: right;
}
.asymmetric-row-image.ss-left {
    border-right: 10px solid white;
    float: left;
}
.circle-content {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.technology-circle {
    margin-top: 15px;
    vertical-align: top;
}
.circle-title, .circle-image  {
    margin-bottom: 15px;
}

.ss-po-box {
    text-align: center;
    margin: 30px;
}
.ss-po-box-button {
    position: relative !important;
    display: block;
    margin: 0 auto;
}

.ss-po-load-spinner {
    display: block;
    margin: 0 auto 10px auto;
}
.ss-po-qmark-popup {
    margin-left: 4px;
    cursor: pointer;
}
/*

MOTORCYCLE

*/
.ss-po-adaptable {
    /*background-color: #807F84;*/
    position: relative;
    color: white;
}
.ss-po-adaptable img {
    width: 100%;
}
.adaptable-title {
    margin: 15px 0;
}
.adaptable-desc-content {

    position: absolute;
    top: 40%;
    left: 9%;
    width: 41%;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.asymmetric-row-title {
    margin-bottom: 10px;
}
/*

########    ###     #######
##         ## ##   ##     ##
##        ##   ##  ##     ##
######   ##     ## ##     ##
##       ######### ##  ## ##
##       ##     ## ##    ##
##       ##     ##  ##### ##

*/


.gray-sep {
    background-color: #EFEFEF;
    width: 100%;
    height: 2px;
}
.black-sep {
    background-color: black;
    width: 100%;
    height: 1px;
}
.ss-po-faq {
    background-color: #EFEFEF;
    padding: 30px 0;
}
.ss-po-faq .faq-title {
    margin-bottom: 10px;
}
.ss-po-faq .faq-copy {
    margin-left: 50px;
}
.ss-po-faq .faq-content {
    padding: 30px 30px;
}
.ss-po-faq .faq-question-image {
    float: left;
 }
.faq-item {
    margin-bottom: 10px;
}
.faq-expand-link {
    color: black;
}
.faq-expand-link:visited {
    color: black;
}
.faq-body {
    font-size: 1.5em;
}
.faq-title {
    font-weight: bold;
    font-size: 1.7em;
}
/*

 ######  ##     ## #### ######## ########     ######  ##     ## ######## ##       ##
##    ## ##     ##  ##  ##          ##       ##    ## ##     ## ##       ##       ##
##       ##     ##  ##  ##          ##       ##       ##     ## ##       ##       ##
 ######  #########  ##  ######      ##        ######  ######### ######   ##       ##
      ## ##     ##  ##  ##          ##             ## ##     ## ##       ##       ##
##    ## ##     ##  ##  ##          ##       ##    ## ##     ## ##       ##       ##
 ######  ##     ## #### ##          ##        ######  ##     ## ######## ######## ########

*/

.ss-po-shift-shell {
    position: relative;
}
.shift-shell-title {
    padding: 30px 0;
}


.ss-po-adapt-advertisement {
    position: relative;
    color: white;
}

.adapt-advertisement-content {
    position: absolute;
    top: 5%;
    right: 3%;
}
.adapt-advertisement-content-copy {
    margin-top: 10px;
    margin-left: 22px;
    margin: 10px 0 30px 0;

}

.adapt-advertisement-bg-image img {
    width: 100%;
}




.ss-po-more-to-come {
    background-color: #EFEFEF;
    padding: 60px 0;
}
.more-copy {
    padding: 0 20px;
}
.more-title {
    margin: 15px 0 !important;
}
.more-body {
    margin-bottom: 40px;
}


.ss-po-footer {
    background-color: #2C3136;
    color: #73787D;
    height: 300px;
    position: relative;
    padding: 60px 0;
}
.ss-po-footer .inner {
    position: inherit;
    height: 100%;
}
.footer-item {
    position: inherit;
    height: 100%;
}
.footer-item.ss-left {
    text-align: left;
}
.footer-item.ss-right {
    border: 1px solid #73787D;
}
.footer-copy {
    padding: 40px;
}
.footer-title {
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
}
.footer-item .soc-media-icon {
    margin-right: -10px;
}
.footer-social-media {
    padding-left: 40px;
}
.owl-wrapper {
    width: 100% !important;
}
#shift-shell-carousel .owl-item, #mount-carousel .owl-item {
    width: 25% !important;
}
.product-image img {
    width: 100%;
}


.ss-po-modal {
    background-color: white;
    box-sizing: border-box;
    left: 50%;
    height: 75%;
    max-width: 400px;
    position: relative;
    top: 50%;
    padding-top: 70px;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 1001;
}
.modal-top-container {
    z-index: 1;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.5em;
}
.ss-po-modal-close {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    float: right;
    z-index: 1;
}
.modal-price {
    float: left;
}
.modal-price .product-price {
    display: inline;
}
.modal-price .product-price sup sup {
    top: 2px;
}
.ss-po-modal-overlay {
    background-color: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#modal-click-out {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-container {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    padding: 0 35px 35px 35px;
}
.footer-logo {
    max-width: 300px;
}
.footer-logo img {
    width: 100%;
}
.footer-item .soc-media-icon img {
    width: 100%;
}
.soc-media-icon {
    width: 12%;
    position: relative;
    padding: 8px;
}
.footer-title {
    margin-bottom: 20px;
}
.footer-body {
    font-size: 11px;
}
.footer-social-media {
    width: 65%;
}
.footer-links {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    box-sizing: border-box;
    padding-right: 40px;
}
.footer-flag {
    margin-top: 3%;
    text-align: right;
    float: right;
    width: 35%;
    position: relative;
}
.footer-flag img {
    width: 100%;
}
.footer-contact {
    position: absolute;
    bottom: 0;
}

.ss-po-preorder-input {
    background-color: #CCCCCC;
    color: black;
    display: block;
    font-family: dinPro, sans-serif;
    font-size: 1vw;
    font-style: italic;
    margin: 12px 0;
    padding: 5px 8px;
    width: 60%;
}
/**!*/
.ss-po-preorder-input {
    background-color: #CCCCCC;
    color: black;
    display: block;
    font-family: dinPro, sans-serif;
    font-size: 15px;
    font-style: italic;
    margin: 12px auto;
    padding: 5px 36px 5px 8px;
    width: 100%;
}
.ss-po-preorder-input-label {
    font-weight: bold;
    margin-bottom: 10px;
}
.ss-po-preorder-input-label.radios {
    margin-bottom: 22px;
}
.ss-po-preorder-input-wrap {
    position: relative;
    margin-bottom: 22px;
}
.ss-po-preorder-input-wrap:after {
    content: '\25BC';
    pointer-events: none;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2,1); /* W3C */
    -webkit-transform: translate(-50%, -50%) scale(2,1); /* Safari and Chrome */
    -moz-transform: translate(-50%, -50%) scale(2,1); /* Firefox */
    -ms-transform: translate(-50%, -50%) scale(2,1); /* IE 9 */
    -o-transform: translate(-50%, -50%) scale(2,1); /* Opera */
}
.ss-po-preorder-text {
    margin-bottom: 10px;
}
.go-to-cart {
    margin-top: 15px;
}
.reg {
    position: absolute;
    font-size: 0.5em;
}
.header-cart-container {
    color: #62cf4e !important;
    /*display: inline-block;*/
    text-align: right;
    width: 150px;
    cursor: pointer;
    float: right;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 15%;
}
.gun-wrap-right {
    padding-left: 5px;
}
.gun-wrap-left {
    padding-right: 5px;
}

.footer-contact a {
    color: #73787D;
}
#cart-link , #cart-link:visited {
    color: #62cf4e !important;
}
#cart-link-mobile, #cart-link-mobile:visited {
    color: white;
    position: absolute;
    right: 30px;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}
#cart-link span {
    margin-right: 10px;
}
#toggle-shift-shell {
    display: block;
    text-decoration: underline;
    padding: 15px 0;
}
#youtube-video {
    width: 100%;
    max-width: 550px;
}

/*.block-cart.dropdown-menu {*/
    /*display: none !important;*/
/*}*/

@media screen and (max-width: 1300px) {
    .ss-po-button.product-button, .ss-po-button.pre-order-button {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    .vw-font {
        font-size: 1.2vw !important;
    }
    .header-cart-container {
        top: 10px;
        right: 15%;
    }
}
@media screen and (min-width: 1601px)  {
    .vw-font {
        font-size: 1.2vw !important;
    }
    .header-cart-container {
        top: 10px;
        font-size: 1.8em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ss-po-header {
        position: relative;
        margin-top: 30px;
    }

    .header-agh-logo-container {
        width: 115px;
    }
    .header-ss-logo-container {
        width: 210px;
        margin-right: 20px;
    }

    .header-agh-logo-container img, .header-ss-logo-container img {
        padding: 5px;
    }
    .header-scroll-container {
        width: 38%;
        position: relative;
    }
    .header-flag-logo-container {
        width: 53px;
        top: 7px;
    }
    .ss-po-header-bar .header-preorder-link-container {
        width: 150px;
    }
    .ss-po-header-bar .header-preorder-link-container img {
        top: -13px;
    }
    .banner-container {
        width: 221px;
    }
    .banner-text {
        font-size: 15px;
        transform: translate(-50%, -5%);
    }
    .distinct-copy-desc {
        width: 50%;
    }

}
@media screen and (max-width: 825px) {
    .desktop-header-text {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .ss-po-fs-video .ss-po-video-source {
        display: none !important;
    }
    .ss-patent {
        font-size: 1.0em
    }
    .cms-home .page-title,
    .cms-home .breadcrumbs,
    .cms-home-leaned-out .page-title,
    .cms-home-leaned-out .breadcrumbs {
        padding-left: 4% !important;
    }

    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile-cart-link {
        display: block;
        position: absolute;
        right: 5%;
        top: 0;
        line-height: 40px;
        float: right;
        color: white;
        font-size: 1.5em;
    }
    #mobile-sticky-bar {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    #mobile-sticky-bar.visible {
        display: block;
    }
    .half {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .ss-po-faq .faq-content {
        padding: 30px 0;
    }
    .faq-item.bg-white {
        background-color: initial;
    }
    .size-60 {
        width: 95%;
        margin: 0 auto;
    }
    .size-40 {
        width: 95%;
        margin: 0 auto;
    }
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    .ss-po-header {
        margin-top: 0px;
    }
    .ss-po-header-text {
        width: 50%;
    }
    .ss-po-dark-sep-bar {
        padding: 0 30px;
    }


    .ss-po-starter-video iframe {
        margin: 0 auto;
        width: 100% !important;
        float: none;
    }
    .distinct-copy h3 {
        font-size: 1.5em;
        line-height: normal;
    }
    .distinct-paddle .distinct-copy-img {
        transform: none;
    }
    .distinct-appendix .distinct-copy-img {
        transform: none;
    }
    .ss-po-header-bar {
        display: none;
    }
    .ss-po-mobile-header-bar {
        display: block;
        background-color: #2c3137;
    }
    .header-mobile-ss-logo-container {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .endorsement {
        width: 100%;
    }
    .ss-po-mobile-header-adapt {
        width: 100%;
        background-color: #2a2a2a;
        padding: 30px;
        box-sizing: border-box;
    }
    .ss-po-header-text.mobile-header-text {
        position: relative;
        width: 100%;
        bottom: auto;
        left: auto;
    }
    .ss-po-header-text.mobile-header-text .adapt-img {
        width: 60%;
    }
    .ss-po-agh-benefits .inner {
        position: relative;
        text-align: center;
        padding: 30px 0;
        transform: none;
        top: 0;
        left: 0;
    }
    .ss-po-agh-benefits .agh-benefit {
        width: 75%;
        margin-bottom: 20px;
        font-size: 0.8em;
    }
    .benefit-alien-head {
        display: none;
    }
    .agh-benefit .benefit-body {
        font-size: 1.4em;
    }

    .ss-po-agh-benefits {
        background-color: #2c3137;
    }

    .ss-po-adaptable .mobile  {
        width: 100%;
        display: block;
    }
    .adaptable-desc-content {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 85%;
        transform: none;
        color: #575757;
        margin: 0 auto;
    }
    .adaptable-title {
        font-size: 1.6em;
        margin: 15px 0;
    }
    .adaptable-body {
        font-size: 1.4em;
    }
    .more-six-pack {
        text-align: center;
    }

    .layout-img {
        margin-bottom: 15px;
    }
    .distinct-carry {
        padding: 30px 0;
    }
    .distinct-carry-details {
        float: none;
    }
    .distinct-carry-details.ss-left, .distinct-carry-details.ss-right, .distinct-carry {
        text-align: center !important;
    }
    .distinct-copy-desc {
        width: 95%;
        margin: 0 auto;
        position: relative !important;
        transform: none !important;
        left: 0;
        top: 0;
        font-size: 1.4em;
    }
    .distinct-copy-img {
        display: block !important;
        float: none !important;
        margin: 0 auto;
        width: 75% !important;
        border: none !important;
    }
    .distinct-carry-details-img {
        margin: 0 auto;
        border: none !important;
    }
    .asymmetric-row {
        padding: 30px 0;
    }
    .asymmetric-row-image {
        border: none !important;
        margin-bottom: 20px;
    }
    .asymmetric-row-image.ss-right, .asymmetric-row-image.ss-left{
        width: 100% !important;
        float: none;
    }
    .asymmetric-row-desc {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        transform: none;
        width: 75% !important;
        float: none;
    }
    .asymmetric-row-title, .asymmetric-row-body {
        text-align: center;
        font-size: 1.4em !important;
    }
    .ss-po-features .feature {
        width: 100%;
    }
    .feature-image {
        text-align: center;
    }

    /*.ss-po-adapt-advertisement .*/
    .adapt-advertisement-content {
        position: relative;
        color: #575757;
        float: none;
        right: 0;
        top: 0;
        width: 95%;
        padding: 30px 0;
    }
    .adapt-advertisement-content img {
        width: 100%;
    }
    .adapt-advertisement-content-copy {
        width: 100%;
        margin: 0 auto !important;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .ss-po-more-to-come .inner {
        padding: 0;
    }

    .ss-po-footer {
        padding: 30px 0 30px 0;
        height: auto;
    }
    .ss-po-footer .inner {
        margin-bottom: 60px;
    }
    .footer-item {
        height: auto;

    }
    .footer-contact {
        margin: 15px 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .footer-logo {
        margin: 0 auto 15px;
        text-align: center;
    }
    .footer-logo img{
        padding: 0 30px;
        box-sizing: border-box;

    }
    .copyright {
        margin: 10px 0;
    }
    .footer-copy {
        padding: 15px;
    }
    .footer-links {
        position: relative;
        margin: 10px 0;
        padding-right: 0;
        display: block;
        top: 0;
        left: 0;
    }
    .footer-flag {
        float: none;
        display: block;
    }
    .footer-flag {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .footer-flag img {
        width: auto;
    }
    .soc-media-icon {
        width: 35px;
    }
    .footer-social-media {
        float: none;
        width: 100%;
        margin: 30px auto;
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .footer-item .soc-media-icon {
        box-sizing: border-box;
        text-align: center;
        padding-bottom: 20px;
        width: 16%;
        margin: 0 2%;
        min-width: 20px;
    }
    .soc-media-icon.last {
        margin: 0;
    }
    .footer-item .soc-media-icon img {
        width: auto;
    }
    .ss-po-gray-sep-bar {
        margin: 2px auto;
        width: 40%;
    }
    .endorsement-content {
        padding: 20px;
    }
}
@media screen and (max-width: 520px) {
    .ss-po-guns-row {
        background-color: initial;
        margin: auto;
    }
    .ss-po-guns-gun-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .ss-po-guns-gun {
        border-right: none !important;
    }
    .endorsement-quote {
        display: none;
    }
}
.itemslider-thumbnails .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0px !important;
}
.owl-prev::before {
    content: "<" !important;
}
.owl-next::before {
    content: ">" !important;
}
.noscroll {
    overflow: hidden;
}




















.container,
.container-fluid,
[class*="col-"] {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}

    .ss-ctas {
        padding-top: 50px;
        text-align: center;
    }

    .ss-sold-sep {
        text-align: center;
        font-family: 'trivial', sans-serif;
        font-size: 22px;
        line-height: 40px;
        color: white;
        background-color: #62cf4e;
        margin: 20px 0;
    }

    .ss-best-deal-wrap .cta,
    .ss-best-deal-wrap .mobile-cta {
        position: relative;
    }

    .ss-best-deal-wrap .cta {
        padding-top: 2%;
    }

    .ss-best-deal-wrap .mobile-cta {
        padding-top: 4%;
    }

    .cta .ss-best-deal {
        width: 25% !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .mobile-cta .ss-best-deal {
        width: 25% !important;
        position: absolute;
        top: 0;
        right: 3.6%;
    }

    .mobile-cta {
        display: inline-block;

        /*width: 46%;*/
        padding: 1.8%;
    }

    .mobile-cta img {
        width: 100%;
        height: auto;
    }

    .slider-sale-banner.mobile {
        display: none;
    }

    .img-right {
        float: right;
    }

    .video-container iframe {
        height: 20vw;
    }

    @media screen and (max-width: 768px) {
        .ss-home-logo {
            display: none;
        }

        .img-right {
            float: none;
        }
        .video-container iframe {
            height: 45vw;
        }
    }

    @media screen and (max-width: 639px) {
        .slider-sale-banner.mobile {
            display: block;
            margin: 2.5% 0% 8% 0%;
        }
    }

    @media (max-width: 462px) {
        .ss-best-deal-wrap .mobile-cta {
            display: block;
            width: 88%;
            padding: 6%;
            padding-top: 8%;
            margin: 0 auto;
        }

        .mobile-cta .ss-best-deal {
            right: 6%;
        }
    }

    /* New SS CRO Styles */
    .btn-small {
        padding: 10px 50px;
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-transform: none;
    }

    .section {
        padding-bottom: 15px;
    }

    .section:last-child {
        padding-bottom: 0;
    }

    .section.ss-btn-container {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 75px;
    }

    .section.ss-category-container {
        border-bottom: 1px solid #E4E4E4;
    }

    #ss-category-separator {
        border-top: 1px solid #E4E4E4;
        z-index: 10;
    }

    #ss-category-separator p {
        background-color: #fff;
        margin-top: -15px !important;
        width: 250px;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: normal;
        font-size: 2.0em;
        z-index: 20;
        text-align: center;
    }

    #general-cta-container {
        text-align: center;
        margin-top: 40px;
    }

    #general-cta-container a {
        color: transparent;
    }

    #general-cta-container img:hover {
        opacity: 0.8;
        background-color: #FFF;
    }

    #new-img-container img {
        display: block;
        margin-top: -20px;
        margin-bottom: 75px;
        margin-left: auto;
        margin-right: auto;
    }

    #ss-start-kit-container {
        display: block;
        margin-top: 70px;
        margin-bottom: 50px;
        height: auto;
        overflow: hidden;
    }

    #ss-start-kit-container img {
        width: 90%;
        display: inline-block;
    }

    .ss-col {
        display: inline-block;
        vertical-align: top;
    }

    .ss-col.right {
        width: 50%;
        padding-left: 20px;
        margin-top: 2px;
        text-align: left;
        float: none !important;
    }

    .ss-best-deal {
        width: auto !important;
    }

    .ss-best-deal:hover {
        opacity: 0.8;
        background-color: #FFF;
    }

    .ss-black-friday {
        width: 100%;
        max-width: 996px;
        margin: auto;
        padding-top: 70px;
    }

    .ss-black-friday p {
        text-transform: uppercase;
        font-style: italic;
        font-weight: bold;
        text-align: center;
        font-size: 32px;
    }

    .ss-black-friday ul {
        font-size: 24px;
        list-style: square;
        width: 50%;
        box-sizing: border-box;
        float: left;
        padding: 2% 2% 0 16%;
    }

    .ss-mobile-black-friday {
        display: none;
    }

    #ss-product-body .copy {
        line-height: 27px;
        font-size: 1.5em;
        text-align: left;
    }

    #ss-product-body .title {
        display: inline-block;
        font-size: 2.7em;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    #ss-product-body .product-price {
        font-size: 2.8em;
        margin-top: 8px;
    }

    #ss-product-body sup {
        font-size: .750em;
    }

    #ss-product-body sup > sup {
        top: -3px;
    }

    #ss-product-body ul {
        margin-left: -22px;
        margin-top: 12px;
        margin-bottom: 5px;
        text-align: left;
    }

    #ss-product-body ul .li-container {
        list-style-type: square;
        padding-left: 75px;
        box-sizing: border-box;
        font-size: 1.5em;
        line-height: 23px;
    }

    #ss-product-body .sub-text {
        font-size: .960em;
    }

    .cta-img:hover {
        opacity: 0.8;
        background-color: #FFF;
    }

    .slider-sale-banner {
        margin-top: 2%;
        margin-bottom: 1.5%;
        text-align: center;
    }
    .gen-banner {
        background: url('https://d1bg72dwdqm6ag.cloudfront.net/img/banner/desktop-agh-homepage-gen-banner.jpg');
        height: 430px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0 !important;
    }

    
    .rf-home-banner {padding: 0 28px;}


    @media screen and (max-width: 1148px) {
        .ss-col.right {
            width: 100%;
            margin-top: 40px;
            text-align: center;
            padding-left: 0;
        }
        .gen-banner {

            height: 250px;

        }
    }

    @media screen and (max-width: 901px) {
        .section.ss-btn-container {
            margin-top: 20px;
        }

        #general-cta-container {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 768px) {
        .rf-home-banner {padding: 0 !important;}
        .rf-home-banner img {width: 100%;}

        .ss-black-friday {
            display: none;
        }

        .ss-mobile-black-friday {
            display: block;
            padding-top: 70px;
        }

        .ss-mobile-black-friday p {
            text-transform: uppercase;
            font-style: italic;
            font-weight: bold;
            font-size: 18px;
        }

        .ss-mobile-black-friday ul {
            line-height: 1.8;
            list-style: square;
            padding: 2% 2% 0 6%;
            font-size: large;
        }
        .gen-banner {

            height: 250px;

        }
    }
    @media screen and (max-width: 765px) {
        .rf-home-banner {padding: 0 !important;}
        .rf-home-banner img {width: 100%;}

        .gen-banner {
            background: url('https://d1bg72dwdqm6ag.cloudfront.net/img/banner/mobile-agh-homepage-gen-banner.jpg');
            height: 280px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor:url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/slider-132/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/slider-132/css/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-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-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/slider-132/css/AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(https://cdn.aliengearholsters.com/skin/frontend/rimbus/default/slider-132/css/AjaxLoader.gif) no-repeat center center}
