* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
body {
  margin:0;
  padding:0;
  color: #000;
}
.body-container {
    position: relative;
    height: 100%;
    background: #9a9a9a;
}
.main-body {
    position: relative;
    background: #fff;
    height: 100%;
    padding: 65px 30px;
    padding-top: 100px;
}
.home .main-body {
    padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6{
  width: auto;
  margin: 0;
}
a {
  color: #1a0dab;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 80%;
}
.w-75 {
  width: 75%;
}
.w-70 {
  width: 70%;
}
.w-65 {
  width: 65%;
}
.w-60 {
    width:60%;
}
.w-55 {
  width: 55%;
}
.w-50 {
  width: 50%;
}
.w-45 {
  width: 45%;
}
.w-40 {
  width: 40%;
}
.w-35 {
  width: 35%;
}
.w-30 {
  width: 30%;
}
.w-25 {
  width: 25%;
}
.w-20 {
  width: 20%;
}
.w-15 {
  width: 20%;
}
.w-10 {
  width: 20%;
}
.m-0 {
  margin: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mb-0 {
    margin-bottom:0;
}
.txt-1 {
  font-weight: 300;
}
.txt-2 {
  font-weight: 600;
}
.txt-3 {
  font-weight: bold;
}
.button {
  width: auto;
  padding: 10px 15px;
  border: solid 1px #777;
  border-radius: 5px;
  cursor: pointer;
}
.button-2 {
  float: left;
  width: auto;
  font-size: 12px;
  padding: 3px 10px;
  border: solid 1px #bfbfbf;
    border-radius: 5px;
  cursor: pointer;
}
.btn-1 {
  color: #fff;
  background: #008100;
  border: solid 1px #053a05;
}
.btn-1:hover {
    color: #fff;
    background: #09a009;
    border: solid 1px #053a05;
}
.btn-2 {
    color: #fff;
    background: #333;
    border: solid 1px #000;
}
.bb {
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
}

.pt-right {
  padding-left: 35px;
}
.pt-right-header {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-5 {
    margin-left: 5px;
}
.unavailable {
  color: #afafaf;
}
.divTable{
	display: table;
	width: 100%;
	border-top: 1px solid #bebebe;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
    background: #fff;
    border: 1px solid #bebebe;
    border-top: none;
    display: table-cell;
    padding: 8px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divTableHeader {
    background: #efefef;
    border-right: none;
    font-weight: bold;
    width: 20%;
    min-width: 150px;
}
.main_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}
.side_body {
    display:none;
    position: fixed;
    float: left;
    width: 80%;
    height: 100%;
    right: 0;
    background: #fff;
    z-index: 9999;
}
.side_body_inner {
    padding: 15px;
}
.content_block {
        border: solid 1px rgba(0, 0, 0, 0.2);
    background: #efefef;
    padding: 20px 30px;
}



.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-bottom: solid 1px #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}
.header-logo {
    max-width: 275px;
    padding: 9px 15px;
}
.header-phone {
  font-size:22px;
  font-weight:bold;
  text-align:right;
  color:#008100;
}
.header-left {
    position:relative;
    width: 18%;
    height:49px;
    background: #2d2d2d;
    z-index: 99;
}
.header-hours {
  text-align:right;
}
.header-stripe-container {
    position: absolute;
    z-index: 9;
    left: 275px;
    float: left;
    width: 55px;
    height: 49px;
    margin-left: -6px;
    overflow: hidden;
}
.header-stripe {
    float: left;
    width: 15px;
    height: 70px;
    margin-top: -10px;
    background: #009d00;
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    transform: rotate(-22deg);
}
.hs1 {
  background: #66cc00;
  margin-left: 15px;
}
.hs2 {
  background: #009d00;
}
.menu-container {
    position:relative;
    z-index:98;
    width: 82%;
    height: 49px;
    background: #2b2c2d;
    color: #000;
}
.menu-item {
    padding: 14px 20px;
    color: #fff;
    border-left: solid 1px #000000;
    transition: .2s ease;
    line-height:22px;
}
.menu-item:hover {
background: #000;
    cursor: pointer;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #009d00 !important;
}
.cls-btn span{
    display: inline-block;
    width: 23px;
    height: 3px;
    background-color: #00002e;
    position: absolute;
    transition: all 200ms ease;
    left: 20px;
    top: 48%;
}
.cls-btn span:first-child {
    transform: rotate(-45deg);
    transform-origin: center;
}
.cls-btn span:last-child {
    transform: rotate(45deg);
    transform-origin: center;
}
.dropdown-menu {
    display: none;
    float: left;
    position: absolute;
    top: 50px;
    right: -1px;
    background: #efefef;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 99;
}
.dropdown-menu .menu-item {
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    border-left: none;
    color: #000;
}
.dropdown-menu .menu-item:hover {
    background: #e2e2e2;
}
.dd-trigger.active {
    background: #000;
}
.menu-cart.active {
    background: #09a009;
}
.content-area {
    margin-top:50px;
}
.header_banner {
    float:left;
    position:relative;
}
.header_banner_box {
    float: left;
    width: 32%;
    position: absolute;
    top: 20%;
    left: 10%;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.header_banner_box h2 {
    line-height: 1.2em;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 34px !important;
    font-size: 16px !important;
    line-height: 100% !important;
    padding: 5px 15px 5px 15px !important;
    border: none !important;
    border-radius: 4px !important;
}
.dgwt-wcas-st-title {
    font-size: .7em;
}
.dgwt-wcas-sp {
    font-size:.9em;
}
.dgwt-wcas-pd-rest .product-title {
    font-weight: 700;
    font-size: .9em;
    margin-bottom: 4px;
}
.dgwt-wcas-details-wrapp {
    background: #efefef;
    border-top: 1px solid #ddd;
}
.dgwt-wcas-suggestions-wrapp {
    border-top: 1px solid #ddd;
}
.dgwt-wcas-pd-rest .product-title {
    color: #2b2c2d;
}
.dgwt-wcas-search-submit {
    height: 35px !important;
    margin-top: -1px !important;
    border-radius: 0 4px 4px 0 !important;
    background-color: #008100 !important;
    font-weight:100 !important;
    text-transform: capitalize !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    border-color: transparent #008100 transparent !important;
    top:10px;
}
.wac-qty-button a {
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
}
.wac-qty-button {
    padding-bottom: 2px;
    margin-left: 4px;
    background-color: #efefef;
    color: #000;
    width: 30px;
    height: 30px;
}
.bottom-menu {
    position: relative;
    z-index: 9;
    background: #efefef;
    border-top: solid 1px #000;
    border-bottom: solid 1px #bebebe;
    padding: 2px 15px;
    padding-bottom: 3px;
    padding-right: 8px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bottom-menu h2, .bottom-menu p {
    color: #000;
    font-size: .8em;
    margin: 0;
    padding: 0;
}
.bottom-menu h2 {
    margin-top: 2px;
    font-style: italic;
    color: #000;
}
.bottom-menu-right {
    text-align:right;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover, button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: #009d00;
    border-color: #009d00;
    color: #fff;
}
button.xoo-el-action-btn {
    transition: all .2s ease;
}

.bottom-menu a {
    color: #000;
    transition: all .2s ease;
}
.bottom-menu a:hover {
    color: #008600;
    text-decoration:none;
}
.xoo-el-footer-note {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: .75em;
}
.xoo-el-srcont {
    border-left: solid 1px rgba(0, 0, 0, 0.4);
}
.xoo-el-sidebar {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
ul.xoo-el-tabs li.xoo-el-active {
    background-color: #2b2c2d;
    color: #fff;
}
ul.xoo-el-tabs {
    border-radius: 5px;
    overflow: hidden;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent !important;
}
.sidebar-container {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height:100%;
}
.sidebar-header {
    position: relative;
    z-index: 9;
    padding: 11px;
    padding-bottom: 10px;
    margin-left: -1px;
    background: #efefef;
    text-transform: uppercase;
    border-left: solid 1px #222;
    border-bottom: solid 1px #bebebe;
}
.sidebar-buttons, .mobile-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: solid 1px #bebebe;
    background: #efefef;
    padding: 10px;
    margin-top: 15px;
}
.sidebar-header-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.sidebody-header {
position: relative;
    z-index: 9;
    padding: 14px;
    padding-bottom: 15px;
    background: #efefef;
    text-transform: uppercase;
    border-bottom: solid 1px #bebebe;
}
.sidebar-header-button:hover {
    background: #e2e2e2;
}
.mobile-buttons {
    display:none;
}
.sidebar-total-label, .mobile-total-label {
  position: absolute;
  font-size: 12px;
  top:1px;
  left:10px;
}
.sidebar-total, .mobile-total {
  position:relative;
  background: #fff;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 2px;
}
.main-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    background: #fff;
    z-index:9999;
    transition: .3s ease;
}
.quote-total {
  margin-top: 2px;
}
.quote-item {
  position:relative;
  background: #f9f9f9;
    border-bottom: solid 1px #d0d0d0;
    padding: 10px;
}
.quote-item .item-option:last-of-type {
  margin-bottom: 10px;
}
.footer {
        position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    background: #333;
    color: #fff;
    font-size: .9em;
}
.input_field {
    padding: 10px;
    border: solid 1px #bebebe;
    font-size: 1em;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    background-color: #ffffff;
    border: solid 1px #bebebe;
    color: #222;
    box-shadow: none;
}
.cart-item {
    padding: 10px;
    border-bottom: solid 1px #bebebe;
}
.cart-image {
}
.cart-image img {
    float:left;
    width:100%;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow:hidden;
}
.cart-details {
    padding-left: 3%;
    font-size: .8em;
    line-height: 1.1em;
}

.home_banner {
    position:relative;
    width: 100%;
    margin-top: 49px;
}
.home_banner .textdiv {
    float: left;
    position: absolute;
    left: 15%;
    top: 15%;
    font-size: 3.2em;
    width: 650px;
    text-shadow: 0 0 40px #fff;
}
.hb_button_container {
    position: absolute;
    top: 55%;
    left: 15%;
}
#footer {
        float: left;
    width: 100%;
    position: relative;
}
.site-main {
    padding: 55px 40px;
}
.button {
  width: auto;
  padding: 10px 15px;
  border: solid 1px #777;
  border-radius: 5px;
  cursor: pointer;
}
.button-2 {
  float: left;
  width: auto;
  font-size: 12px;
  padding: 3px 10px;
  border: solid 1px #bfbfbf;
    border-radius: 5px;
  cursor: pointer;
  transition: all .2s ease;
}
.btn-1, button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
  color: #fff;
  background: #008100;
  border: solid 1px #053a05;
  transition: all .2s ease;
}
.btn-2 {
    color: #fff;
    background: #333;
    border: solid 1px #000;
  transition: all .2s ease;
}
.btn-1:hover {
    color: #fff;
    background: #09a009;
    border: solid 1px #053a05;
}

.sidebar-header-button {
    height: 51px;
    min-width: 51px;
    border-radius: 0;
    line-height: 45px;
    font-size: 14px;
    border: solid 1px #bfbfbf;
    border-right: none;
    border-top: none;
    background: #efefef;
    color: #000;
    text-align: center;
    transition: .2s ease;
}
.sidebar-header h3 {
    font-size: 18px;
}
.header-search {
    float: left;
    position: absolute;
    top: 8px;
    left: 30%;
    min-width: 35%;
    z-index:99;
}
#header_search {
    float: left;
    width: 80%;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
#header_search_btn {
    float: left;
    width: 20%;
    padding: 7px;
    padding-top: 6px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 14px;
}
.menu-cart {
    font-weight:bold;
    background: #008100;
    padding-right: 48px;
    position: relative;
    padding-top: 13px;
    border-bottom: solid 1px #005d00;
}
.menu-cart:hover {
    background: #09a009;
}
.cart_count {
        position: absolute;
    top: 14px;
    right: 10px;
    border: solid 1px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.7em;
    padding: 0 7px;
    height: 23px;
    width: auto;
    border-radius: 50%;
}
.shopping-cart {
    min-width:300px;
}
.xoo-el-footer-note {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: .75em;
}
.xoo-el-srcont {
    border-left: solid 1px rgba(0, 0, 0, 0.4);
}
.xoo-el-sidebar {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.block-title-2 {
    border: solid 1px #bebebe;
    border-radius: 5px;
    background: #efefef;
    padding: 5px 14px;
    margin-bottom: 10px;
    text-transform:uppercase;
}
.pt-left-img {
    position:relative;
}
.pt-right-item-title {
line-height: 1em;
    text-transform: uppercase;
    font-size: 2.250em;
    margin-left: -2px;
}
.pt-right-oem {
    text-transform: uppercase;
    margin-top: -2px;
    font-size: 1em
}
.pt-right-price {
font-size: .8em;
    margin-bottom: 3px;
}
.options-box-label {
  margin-bottom: 5px;
}
.options-box-option {
  background: #f9f9f9;
  border: solid 1px #bebebe;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.075);
  padding: 4px 7px;
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 80px;
  transition: 0.25s ease;
}
.options-box-option:hover {
    border: solid 1px #a2a2a2;
    box-shadow: none;
    background: #efefef;
    cursor: pointer;
}
.options-box-options .options-box-option:last-of-type {
  margin-right: 0;
}
.options-box-main-txt {
  font-size: 14px;
}
.options-box-sec-txt {
  font-size: 12px;
  margin-top:-4px;
}
.options-box-selected,
.options-box-selected:hover {
  background: rgba(0, 129, 0, 0.2);
  border: solid 1px #008100;
      box-shadow: none;
}
.options-box-selected .options-box-main-txt {
  color: #026102;
}
.options-box-selected:hover {
  cursor: default;
}
.options-box-more {
  font-size: 14px;
}
.options-button {
    color: #008100;
}
.options-button:hover {
    cursor:pointer;
    text-decoration: underline;
}
.obo-unavailable {
  background: #efefef;
  box-shadow: none;
  pointer-events:none;
  cursor:default;
}
.item-price, .quote-item-total-price, .quote-total, .sa-price {
  color: #008100;
}

.page-title {
float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    padding: 10px 20px;
    background: #efefef;
    border: solid 1px #bebebe;
    margin-bottom: 20px;
}

.highlight-area-image { 
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  overflow:hidden;
}
.highlight-area-image img {  
}

.additional-option-main {
  display:flex
}
.additional-option-header, .block-title h2, .form-title h2 {
border: solid 1px #bebebe;
    border-radius: 5px;
    background: #efefef;
    padding: 10px 14px;
    margin-bottom: 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    cursor: default;
}
.form-title h2 {
    font-size:1em;
}
.aoh-detail-hover {
    float: left;
    padding-right: 35px;
    cursor: pointer;
}
.additional-option-header h2 {
    float: left;
    font-size: 1em;
}
.additional-option {
    position:relative;
}
.additional-option-option {
    position:relative;
  width: 15.83%;
  background: #f9f9f9;
  border: solid 1px #bebebe;
  border-radius: 5px;
    padding: 20px;
  margin-right: 1%;
  transition: .2s ease;
  box-shadow: 0 2px 1px rgba(51, 51, 51, 0.075);
}
.additional-option-option:hover {
    border: solid 1px #c5c5c5;
    background: #efefef;
    cursor: pointer;
    box-shadow: none;
}
.ao-selected, .ao-selected:hover {
    background: rgba(0, 129, 0, 0.2);
    border: solid 1px #008100;
    box-shadow: none;
    pointer-events: none;
}
.additional-option-main .additional-option-option:last-of-type {
  margin-right:0;
}
.ao-more-info {
position: absolute;
    margin-left: 7px;
    font-size: .55em;
    width: 18px;
    height: 18px;
    text-align: center;
    border: solid 1px #000;
    border-radius: 50%;
    cursor: pointer;
}
.ao-more-info:hover {
  background: #efefef;
}
.aoheader-detail {
    display:none;
    position: absolute;
    top: 45px;
    left: 10px;
    float: left;
    width: 40%;
    background: #2b2c2d;
    border: solid 1px #000;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 10px;
    font-size: .8em;
    z-index: 9;
}
.arrow-up {
    position: absolute;
    top: -8px;
    left: 2px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2b2c2d;
}
.aoo-image {
  overflow:hidden;
  position:relative;
}
.aoo-image span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .7em;
    width: 100%;
    text-align: center;
}
.aoo-image img {
  margin-top: -20px
}
.aoo-text-1 {
    font-size:16px;
  text-align:center;
  font-weight:bold;
}
.aoo-text-2 {
    font-size:15px;
  text-align: center;
}
.aoo-unavailable {
    background: #efefef;
    pointer-events: none;
    cursor: default;
    box-shadow: none;
}
.details-highlights {
    margin: 0;
    font-size: .95em;
    line-height: 1.4em;
    padding-left: 35px;
}
.lSSlideWrapper, .lSSlideOuter .lSPager.lSGallery li {
        border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.75);
}
.lSSlideWrapper {
    border-radius: 0;
    margin-bottom: 7px;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border: solid 1px #000;
    opacity: 0.9;
}
.picturenote {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: .7em;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 2px #000;
    font-weight: bold;
}
.menu-quote  {
    background: #009d00;
}
.menu-quote:hover  {
    background: #058e05;
}
.sidebar_close {
    float: left;
    font-weight: bold;
    width: 50px;
    margin-left: -49px;
    padding: 16px 20px;
    background: #efefef;
    border: solid 1px #000;
    border-top: none;
    border-radius: 0 0 0 5px;
    z-index: 99999;
    color: #000;
    cursor: pointer;
    display:none;
    }
.quote-item-quantity {
    font-size: .7em;
    margin-bottom: 10px;
}
.quote-item-quantity input {
    font-size:.8em;
    width:40px;
}
.qty-limit {
    float: left;
    width:100%;
    font-weight: 100;
    font-size: .4em;
    color: #bb1919;
    display:none;
}
.menu-icon {
    display:none;
    width: 30px;
    height: 23.0769230769px;
    cursor: pointer;
    position: relative;
    margin: 10px;
    transition: all 200ms ease;
}
.menu-icon span {
    display: inline-block;width: 100%;

    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 200ms ease;
    left: 0;
    top: calc(50% - 1.5px);
}
.menu-icon span:first-child {
    transform: translateY(-300%);
    transform-origin: center;
}
.menu-icon.active span:first-child {
    transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.tr-item {
    width: 24.06%;
    margin-right: 1.25%;
}
.tr-item:last-of-type {
    margin-right: 0;
}
.tr-item-image {
    position:relative;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
}
.tr-item-details {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    padding-bottom: 20px;
    border: solid 1px #bebebe;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.tr-item-details h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.menu-icon span:last-child {
    transform: translateY(300%);
    transform-origin: center;
}
.menu-icon.active span:last-child {
    transform: rotate(45deg);
}
.mobile-menu {
    display:none;
}
.mobile-menu-item {
        background: #2d2d2d;
    color: #fff;
    padding: 15px;
    border-bottom: solid 1px #000;
}
.form-left {
    padding-right:.75%;
}
.form-right {
    padding-left:.75%;
}
span.xoo-el-close:hover {
    color: #000000 !important;
}
.xoo-aff-group label {
    font-size: .8em;
}
.tr-left {
    position:relative;
    margin-top:-60px;
    width:25%;
}
.tr-right {
    position:relative;
    margin-top:0px;
    width:74%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}
   
.non-mobile {display:block;}
.mobile, .mobile-features-block, .menu-quote {display:none;}

@media (min-width: 0px) {
}
@media (min-width: 400px) {
}
@media (min-width: 550px) {
}

@media (min-width: 770px) {
}

@media (min-width: 1000px) {
}

@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
	}
@media (max-width: 1600px) {
    .header-left {width:25%;}
    .menu-container {width: 75%;}
	}
@media (max-width: 1500px) {
    .header_banner_box {top:15%;left:75;}
    .header_banner_box h2 {font-size:1.5em;}
    .tr-left {width:30%;}
    .tr-right {width:68.5%;}
	}
@media (max-width: 1350px) {
    .main-body {margin-bottom:65px;}
    .header-container, .body-container, .main-body {width:100%;}
    .header-stripe-container {left:unset;right:-55px;}
    .main-sidebar {display:none;width:30%;z-index:9999}
    .side_body {width:70%;}
    .sidebar_close {display:block;}
    .sidebar-header {border-left:solid 1px #bebebe;}
    .mobile-buttons {display:block;position:fixed;bottom:0;left:0;right:0;}
    .mobile-buttons .button {float:right;margin-right:0}
    .menu-quote {display:block;}
    .header_banner_box {top: 10%;left: 45;width: 40%;}
}	
@media (max-width: 1200px) {
    .pt-left {width:45%;}
    .pt-right {width:55%;}
    .aoo-image {overflow:visible;}
}
@media (max-width: 1050px) {
    .pt-left {width:47%;}
    .pt-right {width:53%;}
    .pt-left-img {padding: 0;border: none;background: none;box-shadow: none;margin-bottom:15px;}
    .additional-option {margin-bottom:25px;}
    .mobile-features-block, .additional-option-main {display:block;}
    .additional-option-option {width:24.25%;margin-bottom:10px;}
    .additional-option-main .additional-option-option:nth-of-type(4n) {margin-right: 0;}
    .features-block {display:none;}
    .aoheader-detail {width:98%;}
}
@media (max-width: 800px) {
    .aoo-text-1 {font-size:13px;}
.aoo-text-2 {font-size:12px;}
.options-box-sec-txt {font-size: 11px;margin-top: -2px;}
.options-box-main-txt {font-size: 12px;}
}
@media (max-width: 750px) {
    .header-container, .header-left {width:100%;}
    .menu-container {display:none;}
    .header-stripe-container {left:unset;right:70px;}
    .header-left .menu-icon {display: inline-block;position: absolute;top: 4px;right: 5px;}
    .menu-quote {background: #009d00;border-top:solid 1px #000;}
    .menu-icon {display:block;}
}
@media (max-width: 650px) {
    .mobile {display:block;}
    .non-mobile {display:none;}
    .pt-left, .pt-right, .side_body {width:100%}
    .main-body {width:100%;padding: 60px 10px;padding-bottom:20px;}
    .main-sidebar {border-left:solid 1px #bebebe;width:100%;}
    .sidebar-header {border-left:none;margin-left:0;}
    .mobile-buttons {z-index:99999;}
    .pt-right {padding-left:0;}
    .additional-option-main {display:block;}
    .additional-option-option {width:100%;margin-right:0;margin-bottom:15px}
    .options-box {margin-bottom: 10px;}
    .options-box-option {width:49%;margin-right:1%;}
    .options-box-options .options-box-option:nth-of-type(2n) {margin-right:0}
.options-box-sec-txt {font-size: 12px;margin-top: 0;}
.options-box-main-txt {font-size: 14px;}
    .aoo-text-1 {font-size:16px;}
    .aoo-text-2 {font-size:15px;}
    .divTable, .options-box-more {width: 100% !important;}
    .block-title-2 {font-size:1.3em;padding:10px 14px;}
    .spec-table .divTable:nth-of-type(2n) {border-top:none;}
    .image-option {padding-bottom:0;}
    .image-option .aoo-image {width:40%;overflow: visible;}
    .image-option .aoo-text-1, .image-option .aoo-text-2 {width:60%;}
    .image-option .aoo-text-1 {padding-top: 7%;}
    .aoo-image span {bottom: 15px;}
    .pt-right-item-title {line-height: 1.1em;margin-top: 5px;margin-bottom: 8px;}
    .options-button {color: #fff !important;background: #008100;border: solid 1px #053a05;border-radius: 5px;width: 100%;padding: 10px;font-weight: bold;font-size: 1.1em;text-decoration: none !important;}
    .options-button span {color: #fff !important;margin-right:3px;}
    .aoheader-detail {width: 100%;left: 0;}
    .ao-more-info {right: 10px;margin-top: -1px;margin-left: 7px;font-size: .8em;padding-top: 2px;width: 32px;height: 30px;border: solid 1px #bebebe;border-radius: 5px;}
    .dropdown-menu {position: relative;top: 0;right: 0;width: 100%;}
}
@media (max-width: 400px) {
    .header-stripe-container {left:unset;right: 50px;}
}
@media (max-width: 370px) {
    .header-logo {max-width: 220px;padding: 11px 15px;}
    .aoo-image span {
    bottom: 10px;
    font-size: 10px;
    width: 110%;
    margin-left: -5%;
    }
}