<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

html,
body {
    background: #FFF;
    height: 100%;
}

:root {
    
    /* category landing page */
    --CategoryHeading: #bf9b09;
	--CategoryColor:#F00;
	--CategoryColor1:#444;
}
/* ======== BODY ======== */

body {
    color: #444;
    font-size: 87.5%;
    /* Base font size: 14px */
    font-family: 'Helvetica', 'Lucida Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}


/* ======== HEADINGS ======== */

h1,
h2,
h3,
h4 {
    font-family: 'Helvetica', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 5px 0;
    text-transform: none;
    /*text-shadow: 0 1px #FFF;*/
}

.wrap h1 {
    color: #999;
    font-weight: 200;
    font-size: 28px;
    letter-spacing: -1px;
}

.wrap h2 {
    color: #444;
    font-size: 24px;
    letter-spacing: 1px;
}

.wrap h2.prdt-ttl-h2 {
    margin-top: 5px;
}

.wrap h3 {
    color: #444;
    font-size: 18px;
}

.wrap h4 {
    color: #999;
    font-weight: 200;
    font-size: 28px;
    letter-spacing: -1px;
}

.wrap p {
    font-family: 'Helvetica', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0px;
}


/* ======== ANCHOR STYLES ======== */

a {
    outline: 0;
}

a img {
    border: 0px;
    text-decoration: none;
}

a:link {
    color: #003ca2;
    text-decoration: none;
}

a:visited {
    color: #003ca2;
    text-decoration: none;
}

a:hover {
    color: #606;
    text-decoration: none;
}

a:active {
    color: #003ca2;
    text-decoration: none;
}


/* ======== WRAPPER ======== */

.wrap {
    background: none;
    clear: both;
    margin: 0 auto;
    min-height: 100%;
    height: -240px;
    padding-bottom: 4%;
    width: 100%;
}


/* ======== HEADER ============================================================================================ */

.header_wrap {
    background: url(../images/head_bg.png) top left no-repeat #EEE;
    height: auto;
    width: 100%;
    min-width: 1000px;
}

.header_content {
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 40px;
    width: 100%;
    width: 1000px;
}


/* ======== MAIN LOGO ======== */

.logo {
    /* background: #CCC; */
    float: left;
    height: auto;
    margin: 0%;
    width: 350px;
}

.logo img {
    width: 96%;
}


/* ======== HEADER RIGHT ======== */

.header_right {
    float: right;
    margin-top: 20px;
    text-align: right;
    width: 500px;
}

.user p {
    color: #333;
    float: right;
    font-size: 12px;
    line-height: 28px;
    text-align: right;
}


/*===============PLACEHOLDER TEXT COLOR ==================*/

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}


/* ======== MOTO MENU ======== */

.moto_menu_wrap {
    background: url(../images/moto_menu.png)bottom left repeat-x;
    height: 40px;
    width: 100%;
}

.moto_menu {
    background: url(../images/searchbar_bg.png)bottom center no-repeat;
    height: 40px;
    margin: 0 auto;
    width: 1000px;
}

.moto_menu h4 {
    color: #FFF;
    float: left;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding-top: 8px;
    text-shadow: 0 0 4px #000;
    letter-spacing: -1px;
}

.moto_links {
    float: left;
    margin: 0px;
    margin: -40px 0 0 114px;
    text-align: center;
    text-shadow: 0 1px #FFF;
    width: auto;
    color: black;
}

.moto_menu a {
    float: left;
    font-weight: 600;
    padding: 0;
    width: 110px;
    color: black;
}

.moto_search {
    float: right;
    width: auto;
}


/* ======== MOTO SELECT ======== */

.moto_select_wrap {
    background: url(../images/moto_select.jpg) top left #606;
    border-bottom: 1px #306 solid;
    border-top: 1px #639 solid;
    height: 50px;
    width: 100%;
    min-width: 1000px;
}

.moto_select {
    height: 42px;
    margin: 0px auto;
    padding-top: 8px;
    width: 1000px;
}

.shop_by {
    display: none;
}

.shop_by h4 {
    color: #FFF;
    float: left;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding-top: 8px;
    text-shadow: 0 0 4px #000;
    letter-spacing: -1px;
}


/* ======== FREE SHIPPING ======== */

.free_shipping_wrap {
    background: url(../images/shipping_bg.jpg) top left #222;
    height: 50px;
    width: 100%;
}

.free_shipping {
    background: url(../images/shipping.jpg) top right no-repeat;
    height: 40px;
    margin: 0px auto;
    padding: 5px 0px;
    width: 1000px;
}

.free_shipping h4 {
    color: #393;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    float: left;
    letter-spacing: -1px;
    margin: 3px 30px 0px 0px;
    text-shadow: 0 0 4px #000;
}

.free_shipping h2 {
    color: #999;
    font-size: 19px;
    font-weight: 400;
    float: left;
    letter-spacing: -1px;
    margin: 8px 20px 0px 0px;
    text-shadow: 0 0 4px #000;
}

.free_shipping a:link {
    color: #FFF;
    text-decoration: none;
}

.free_shipping a:visited {
    color: #FFF;
    text-decoration: none;
}

.free_shipping a:hover {
    color: #939;
    text-decoration: none;
}

.free_shipping a:active {
    color: #FFF;
    text-decoration: none;
}


/* ======== BRAND SLIDER ======== */

.brand_wrap {
    background: url(../images/brand_bg.jpg)top left repeat-x #EEE;
    border-top: 2px #999 solid;
    border-bottom: 5px #303 solid;
    height: 48px;
    width: 100%;
    margin-bottom: 10px;
    /* margin-bottom:50px; */
}

.brands {
    height: 48px;
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
}


/* ======== CONTENT AREA ======================================================================================= */

.content_wrap {
    border-top: 1px #FFF solid;
    background: none;
    height: auto;
    margin: 1% auto;
    width: auto;
    max-width: 1000px;
}


/* ======== SIDEBAR ======== */

.sidebar {
    background: #F9F9F9;
    border: 1px #CCC solid;
    float: left;
    height: auto;
    margin-bottom: 20px;
    padding: 1%;
    width: 24%;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.side_header {
    background: #444;
    background: -webkit-linear-gradient(#444 0%, #111 100%);
    background: -moz-linear-gradient(#444 0%, #111 100%);
    background: -ms-linear-gradient(#444 0%, #111 100%);
    height: 40px;
    padding: 0px 10px;
    width: auto;
}

.side_header h1 {
    color: #FFF;
    font-size: 18px;
    padding-top: 8px;
    text-shadow: none;
}

.side_section {
    background: #FFF;
    border: 1px #CCC solid;
    min-height: 150px;
    padding: 10px;
    width: auto;
}

.side_item {
    border-bottom: 1px #CCC dotted;
    height: auto;
    margin-bottom: 5px;
    width: auto;
}

.side_section p {
    float: left;
    font-size: 10px;
    padding: 0px 0px 5px 10px;
    width: auto;
}

.side_section img {
    float: left;
    width: 30px;
}

.related_wrap {
    border-bottom: 1px #CCC dotted;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.related_wrap h3 {
    margin: 10px 0;
    font-size: 14px;
}

.related_photo {
    float: left;
    margin-bottom: 10px;
    width: 45%;
}

.related_photo img {
    float: left;
    width: 100%;
}

.related_info {
    float: right;
    width: 50%;
}


/* ======== MAIN CONTENT ======== */

.main_content {
    background: none;
    float: right;
    height: 100%;
    margin: 0%;
    padding: 0%;
    position: relative;
    width: 74%;
}

.main_content_full {
    background: none;
    height: 100%;
    margin: 0%;
    padding: 2%;
    position: relative;
    width: auto;
}

.content_section {
    background: #F9F9F9;
    border: 1px #CCC solid;
    margin-bottom: 20px;
    padding: 2%;
    width: auto;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mobile_section {
    display: none;
}

.account_section {
    background: #F9F9F9;
    border: 1px #CCC solid;
    margin-bottom: 20px;
    padding: 2%;
    width: auto;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.section_head {
    border-bottom: 1px #393 solid;
    width: auto;
    letter-spacing: -1px;
}

.section_head a {
    letter-spacing: 0px;
}

.section_head h4 {
    float: left;
    font-size: 22px;
    margin: 15px 0 15px 0;
}


/* ======== PRODUCT BOXES ======== */

.price {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

#price {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.percentage {
    color: white;
    background: red;
    float: left;
    margin: -5px 0 -19px 1px;
    width: 100%;
    text-align: center;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.product_box {
    float: left;
    height: auto;
    margin: 0%;
    padding: 2% 1% 1% 1%;
    width: 21.2%;
    height: 350px;
}

.product_box p {
    font-size: 12px;
    text-transform: uppercase;
}

.discount {
    font-size: 10px;
    height: 20px;
}

.product_photo {
    margin: 1em 0;
    height: 145px;
    width: 145px;
    border: 1px #CCC solid;
    position: relative;
    background: #FFF;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.product_photo img {
    max-height: 143px;
    max-width: 143px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    /*BORDER RADIUS*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product_photo_small {
    height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.product_photo_small img {
    width: 30px;
    border: 1px #CCC solid;
    vertical-align: text-top;
    padding: 1px 1px 1px 1px;
    background: #FFF;
    /*BORDER RADIUS*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product_photo .product_icon {
    margin: 0px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-align: right;
}

.product_photo .product_icon img {
    background: transparent;
    margin-left: auto;
    margin-right: 0;
}

.reviews {
    font-size: 12px;
}

.product_icon {
    margin: 1em 0;
    height: 42px;
    width: 42px;
    float: left;
    margin-top: -40px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.product_icon img {
    height: 42px;
    width: auto;
    position: absolute;
    /*left: 100px;  */
    /*margin: auto;  */
    /*BORDER RADIUS*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product_display_icon {
    float: right;
    margin-top: -70px;
    padding-right: 30px;
    position: relative;
}

.product_box_text {
    height: 48px;
    float: left;
    /*margin-top:-20px;*/
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.product_box_text h3 {
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
    width: auto;
}

.product_box_text a {
    color: #000;
}


/* =========== REVIEW ========== */

.review_box {
    float: left;
    height: auto;
    margin: 0%;
    margin-right: 1%;
    padding: 2%;
    width: 40%;
    height: 300px;
    border: 1px #CCC solid;
}

.review_box p {
    font-size: 12px;
    text-transform: uppercase;
}

.review_box table {
    float: left;
    width: 60%;
}

.review_box a {
    color: #000;
}

.review_box a:hover {
    color: #606;
    text-decoration: none;
}

.review_photo {
    float: left;
    margin: 1em 0;
    height: 145px;
    width: 145px;
    position: relative;
    background: #FFF;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.review_photo img {
    max-height: 140px;
    max-width: 140px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    /*BORDER RADIUS*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* ============ SIDEBAR CONTAINER ============== */

.sidebar_frame {
    /*max-height: 340px;*/
    overflow: hidden;
}

.sidebar_inner {
    /*max-height: 330px;*/
    overflow: hidden;
}


/* ======== ITEM ======== */

.item_section {
    background: #F9F9F9;
    border: 1px #CCC solid;
    margin-bottom: 20px;
    padding: 2%;
    width: auto;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.item_photo {
    margin: 1em 0;
    height: 450px;
    width: 320px;
    border: 1px #CCC solid;
    position: relative;
    background: #FFF;
    display: block;
    float: left;
    overflow: hidden;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.item_photo_bar {
    background-color: #EEE;
    border-top: 1px #CCC solid;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
}

.item_photo_bar #image_name {
    text-align: center;
    font-size: 14px;
}

.item_photo #base_image {
    max-height: 320px;
    max-width: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 100px;
    background: #FFF;
    /*BORDER RADIUS*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.share {
    float: left;
    width: 40%;
}

.stock {
    width: 100%;
    font-size: 14px;
}

.item_info {
    float: right;
    margin-bottom: 30px;
    width: 48%;
}

.item_info h1 {
    color: #333;
    font-size: 18px;
    margin-top: 0;
}

.item_info h2 {
    font-size: 30px;
    margin: 0;
}

.smaller_font {
    font-weight: 100;
    font-size: 15px;
    line-height: 1.1;
    margin: 0 0 5px 0;
    text-transform: none;
    text-shadow: none;
}

.gallery_frame {
    padding-bottom: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 300px;
    margin: auto;
    overflow-y: hidden;
}

.gallery_inner {
    display: inline-block;
}

.gallery_image {
    float: left;
    position: relative;
    margin-left: 2px;
    background-color: #FFF;
    border: 1px #CCC solid;
    height: 40px;
    width: 40px;
}

.gallery_image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 40px;
    max-width: 40px;
}

#remove {
    font-size: x-small;
}


/* ======== OVERVIEW &amp; TABS ======== */

.tab {
    height: auto;
    width: auto;
}

.tab ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tab li {
    float: left;
    height: auto;
    margin-right: 2px;
    width: auto;
}

.tab li a {
    background: url(../images/table_head.jpg) left top repeat-x #EEE;
    border: 1px #CCC solid;
    border-bottom: none;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 14px;
    margin: 0px;
    padding: 8px 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Radius */
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.tab li a:hover,
.tab ul li:hover a {
    background: #EEE;
    color: #333;
    height: 14px;
    text-shadow: none;
    width: auto;
}

.tab ul li a.active {
    background: #FFF;
    border: 1px #BBB solid;
    border-bottom: 1px #FFF solid;
    color: #093;
    height: 14px;
    padding: 8px 10px;
    text-shadow: none;
    width: auto;
}

.tab_content {
    background: #FFF;
    border: 1px #CCC solid;
    height: auto;
    margin-top: -1px;
    padding: 20px;
    width: auto;
    /* Border Radius */
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.tab_content h3 {
    margin: 0;
    letter-spacing: 0;
}


/* ======== CART-CHECK OUT ======== */

.cart_wrap {
    background: #F9F9F9;
    border: 1px #CCC solid;
    margin-bottom: 20px;
    padding: 2%;
    width: auto;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cart_wrap_left {
    background: #F9F9F9;
    border: 1px #CCC solid;
    float: left;
    margin-bottom: 20px;
    padding: 2%;
    width: 45%;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cart_wrap_right {
    background: #F9F9F9;
    border: 1px #CCC solid;
    float: right;
    margin-bottom: 20px;
    padding: 2%;
    width: 45%;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cart_item {
    background: none;
    border-bottom: 1px #CCC solid;
    height: 150px;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: auto;
}

.cart_photo {
    background: #FFF;
    border: 1px #CCC solid;
    display: block;
    float: left;
    margin: 1em 0;
    height: 146px;
    width: 329px;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
    width: 16%;
    /*BORDER RADIUS*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cart_photo img {
    background: #FFF;
    max-height: 146px;
    max-width: 146px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cart_price {
    float: left;
    height: 150px;
    padding-left: 2%;
    width: 50%;
    margin-top: -20px;
}

.cart_amount {
    float: right;
}

.promo_code {
    float: left;
    height: 50px;
    padding-bottom: 2%;
    width: auto;
}

.cart_total {
    float: right;
    height: 50px;
    padding-bottom: 2%;
    text-align: right;
    width: auto;
}


/* ======== YOUTUBE ======== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 3% 0%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ======== FOOTER ======== */

.footer_wrap {
    background: #111;
    border-top: 2px #393 solid;
    height: 240px;
    position: relative;
    width: 100%;
}

.footer_content {
    background: url(../images/mud.png) top center no-repeat;
    height: 200px;
    margin: 0px auto;
    padding-top: 40px;
    width: 100%;
    max-width: 1000px;
}

.footer_sect {
    float: left;
    height: 170px;
    margin-right: 2%;
    width: 31.8%;
    /*BORDER RADIUS*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.footer_sect h2 {
    color: #FFF;
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0;
}

.footer_logo {
    height: auto;
    padding-top: 20px;
    width: auto;
}

.footer_logo img {
    width: 100%;
}

.footer_content p {
    color: #BBB;
    font-size: 14px;
    margin: 0px;
    text-align: left;
    text-shadow: 0 1px 3px #000;
}

.footer_sect a:link {
    color: #393;
    text-decoration: none;
}

.footer_sect a:visited {
    color: #393;
    text-decoration: none;
}

.footer_sect a:hover {
    color: #606;
    text-decoration: none;
}

.footer_sect a:active {
    color: #393;
    text-decoration: none;
}

.footer_bar {
    position: relative;
    background-color: white;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer_tag {
    float: left;
}

.footer_tag_content {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
}


/* ===================================================================================================================================
   ====== SITE BASICS ================================================================================================================ 
   =================================================================================================================================== */


/* ======== DATA TABLES ======== */

.tabular_data {
    border-collapse: collapse;
    height: auto;
    margin-bottom: 20px;
}

.tabular_data table,
th,
td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    color: #444;
    font-family: Helvetica, sans-serif;
}

.tabular_data table {
    background: #FFF;
    border-collapse: collapse;
    font-size: 12px;
}

.tabular_data tr {
    height: auto;
}

.tabular_data td {
    text-align: left;
    text-shadow: 0px 1px #FFF;
    width: auto;
}


/* ======== TABLES STYLES ======== */

.head_row {
    background: url(../images/table_head.jpg) top left repeat-x;
    font-size: 13px;
}

.row_dark {
    background: #f6fef9;
}

.row_total {
    background: #CFC;
}

.tabular_data a:link {
    font-weight: bold;
    text-decoration: underline;
}


/* ======== HIDDEN TABLE ======== */

.hidden_table td,
tr {
    background: none;
    border: none;
    font-family: Helvetica, sans-serif;
    height: 10px;
    position: relative;
}


/* ======== FLOATS &amp; CLEARING ======== */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfooter {
    height: 0px;
    clear: both;
}


/* ======== FORMS ======== */

form {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

form label,
form input.text,
form textarea,
form select {
    font: normal 13px/1.5em 'Helvetica', sans-serif;
    color: #444;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

form input.text,
form textarea,
form select {
    margin: 4px 0;
    padding: 3px;
    background: #FFF;
    border: 1px solid #CCC;
}

form input.text {
    width: 140px;
    height: 20px;
}

form textarea {
    height: 82px;
}

form select {
    padding: 2px;
    height: 25px;
    background-color: #FFF;
}

.form_standard textarea {
    height: 120px;
    width: 188px;
}

.form_standard input.mini {
    width: 75px;
}

.form_standard input.reg {
    width: 98%;
}

.form_standard input.small {
    width: 188px;
}

.form_standard input.medium {
    width: 180px;
}

.form_standard input.medium_search {
    background: url(../images/icon_search.png) top right no-repeat #333;
    border: 1px #000 solid;
    color: #999;
    float: left;
    height: 20px;
    margin: 6px 4px 0px 0px;
    width: 150px;
}

.form_standard input.large {
    width: 270px;
}

.form_standard input.date {
    width: 20px;
}

.form_standard input.year {
    width: 45px;
}

.form_standard select {
    background-color: #FFF;
    height: 25px;
    width: 150px;
}

.captcha {
    background: #F6F6F6;
    border: 1px #CCC solid;
    height: auto;
    padding: 1%;
    width: 97.8%;
    /* BORDER RADIUS */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* ======== DYNAMIC PURPLE BUTTON ======== */

a.button_purple:link {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#003ca2 1%, #306 100%);
    background: -moz-linear-gradient(#003ca2 1%, #306 100%);
    background: -ms-linear-gradient(#003ca2 1%, #306 100%);
    border: 1px #AAA solid;
    color: #FFF;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: none;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button_purple:visited {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#003ca2 1%, #306 100%);
    background: -moz-linear-gradient(#003ca2 1%, #306 100%);
    background: -ms-linear-gradient(#003ca2 1%, #306 100%);
    border: 1px #AAA solid;
    color: #FFF;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button_purple:hover {
    background: #003ca2;
    border: 1px #999 solid;
    color: #FFF;
    cursor: pointer;
    text-shadow: none;
}

a.button_purple:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}

.button_purple {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button_purple:hover {
    background: #EEE;
    border: 1px #999 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

.button_purple:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}


/* ======== DYNAMIC BUTTON ======== */

a.button:link {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button:visited {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button:hover {
    background: #EEE;
    border: 1px #999 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

a.button:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}

.button {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    background: #EEE;
    border: 1px #999 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

.button:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}


/* ======== FULL DYNAMIC BUTTON ======== */

a.button_full:link {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 0%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    font: bold 14px 'Helvetica', sans-serif;
    float: left;
    height: auto;
    padding: 5px 0px;
    margin: 5px 10px 5px 0px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: 100%;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button_full:visited {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 0%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    font: bold 14px 'Helvetica', sans-serif;
    float: left;
    height: auto;
    padding: 5px 0px;
    margin: 5px 10px 5px 0px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: 100%;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.button_full:hover {
    background: #EEE;
    border: 1px #666 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

a.button_full:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}


/* ======== INPUT PURPLE BUTTON ======== */

.input_button_purple {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#639 1%, #306 100%);
    background: -moz-linear-gradient(#639 1%, #306 100%);
    background: -ms-linear-gradient(#639 1%, #306 100%);
    border: 1px #AAA solid;
    color: #FFF;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 3px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: none;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.input_button_purple:hover {
    background: #EEE;
    border: 1px #999 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

.input_button_purple:active {
    background: #639;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}


/* ======== INPUT BUTTON ======== */

.input_button {
    background: url(../images/button_bg.png) top left repeat-x #DDD;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    background: -moz-linear-gradient(#EEE 0%, #CCC 100%);
    background: -ms-linear-gradient(#EEE 0%, #CCC 100%);
    border: 1px #AAA solid;
    color: #333;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 3px 10px;
    margin: 5px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.input_button:hover {
    background: #EEE;
    border: 1px #999 solid;
    color: #333;
    cursor: pointer;
    text-shadow: 0px 1px #FFF;
}

.input_button:active {
    background: #333;
    border: 1px #000 solid;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}


/* ======== BUTTON DISABLED======== */

#button_no {
    background: #EEE;
    border: 1px #DDD solid;
    color: #BBB;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: -6px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button_no {
    background: #EEE;
    border: 1px #DDD solid;
    color: #BBB !important;
    float: left;
    font: bold 14px 'Helvetica', sans-serif;
    height: auto;
    padding: 5px 10px;
    margin: -6px 10px 0px 5px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px #FFF;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* ======== VALIDATION ERROR ======== */

.validation_error {
    background: #FFC;
    border: 1px #FC0 solid;
    height: auto;
    margin: 20px 0px;
    padding: 10px;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.validation_error h1 {
    color: #333;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0px 0px 0px;
    letter-spacing: 0px;
}

.validation_error p {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 9px 0px 0px 5px;
}

.validation_error img {
    float: left;
    margin-right: 10px;
    max-width: 20px;
}


/* ======== PROCESS ERROR ======== */

.process_error {
    background: #FCC;
    border: 1px #F00 solid;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.process_error h1 {
    color: #333;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0px 0px 0px;
    letter-spacing: 0px;
}

.process_error p {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 9px 0px 0px 5px;
}

.process_error img {
    float: left;
    margin-right: 10px;
}


/* ======== SUCCESS MESSAGE ======== */

.success {
    background: #CFC;
    border: 1px #090 solid;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    width: auto;
    /* Border Raduis */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.success h1 {
    color: #333;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0px 0px 0px;
    letter-spacing: 0px;
}

.success p {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 9px 0px 0px 5px;
}

.success img {
    float: left;
    margin-right: 10px;
}


/* ======== DIVIDER ======== */

.divider {
    border-bottom: 1px #CCC dotted;
    clear: both;
    height: auto;
    margin: 2% 0%;
    width: auto;
}

.hide {
    display: none;
}

.base_container {
    background: #FFF;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    clear: both;
    margin: 0px;
    padding: 0px;
    max-height: 340px;
    overflow: hidden;
    width: 99%;
}

.base_nav {
    width: 100%;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.base_nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.base_nav li {
    border-bottom: 1px #DDD solid;
    height: 46px;
    margin: 0px;
    text-align: left;
    width: 100%;
}

.base_nav li a {
    background: #FBFBFB;
    color: #393;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    padding: 14px 0px 0 8px;
    text-decoration: none;
    text-indent: 0px;
    width: 100%;
}

.base_nav li a:hover,
.base_nav ul li:hover a {
    background: #FFF;
    color: #636;
    height: 18px;
    text-shadow: 0px 1px #FFF;
    width: 100%;
}

.base_nav img {
    float: left;
    margin: -5px 5px 0px 5px;
    width: 30px;
}





/* =====================================================================================================================================
   ====== Media Queries ================================================================================================================ 
   ===================================================================================================================================== */

@media only screen and (min-width: 150px) and (max-width: 850px) {
    /* ======== WRAPPER ======== 

	.wrap {
		clear: both; 
		font-size: 90%;
		margin: 0 auto;
		padding:0px; 
		width: 100%;
	}
	
	/* ======== CONTENT AREA ======== 
	
	.content_wrap_side {
		background:none;
		border:none;
		height:auto;
		margin-bottom:4%;
		width:auto;
		max-width: 1040px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* ======== HEADER ======== */
    .header_wrap {
        background: url(../images/head_bg.png) top left no-repeat #EEE;
        height: auto;
        width: 100%;
    }
    .header_content {
        height: auto;
        margin: 0px auto;
        padding: 10px 0px 40px;
        width: 100%;
        width: 1000px;
    }
    /* ======== MAIN LOGO ======== 

	.logo {
		float:none;
		margin:0px auto;
		margin-bottom:20px;
		padding-top:20px;
		text-align: center;
		width:auto;
		max-width:400px;
	}
	.logo img {
		width:90%;
		max-width:400px;	
	}

	/* ======== HEADER RIGHT ======== 

	.header_right {
		background:#F9F9F9;
		border-bottom:1px #CCC solid;
		float:none;
		margin:0px auto;
		text-align:center;
		width:100%;
	}
	.user p {
		color:#333;
		float:none;
		font-size:16px;
		text-align: center;
		text-shadow: 0 1px #FFF;
	}

	/* ======== MOTO SELECT ======== 

	.moto_select_wrap {
		background:url(../images/moto_select.jpg) top left #303;
		border:none;
		border-top:1px #306 solid;
		border-bottom:1px #306 solid;
		height:auto;
		margin:0 auto;
		margin-bottom:0;
		width:100%;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.moto_select {
		height:auto;
		margin:0 auto;
		padding:3% 0;
		width:94%;
		max-width:1100px;
	}
	.shop_by {
		display: block; 
	}
	.shop_by h1 { 
		color:#FFF;
		font-style: italic;
		text-align:center;
		text-shadow: 0 1px 4px #303;
		margin:0;
	}

	/* ======== MOTO MENU ======== 
	
	.moto_menu_wrap {
		background:#EEE;
		border:none;
		height:auto;
		margin:0 auto;
		margin-bottom:0;
		padding-bottom:3%;
		width:auto;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.moto_menu {
		background:none;
		height:auto;
		margin:0 auto;
		padding:3% 3%;
		width:auto;
		max-width:1100px;
	}	
	.moto_menu h1 {
		display:none;
	}
	.moto_links {
			float:none;
			margin:0;
			margin-top:0;
			margin-left:0;
			margin-bottom:2%;
			text-align:left;
			width:100%;
			font-family: 'Helvetica','Lucida Sans', Arial, sans-serif;
	}
	.moto_menu a {
		border-bottom:1px #CCC solid;
		float:left;
		font-weight:600;
		font-size:18px;
		padding:0;
		width:100%;
	}
	.moto_menu a img {
		float:left;
		margin:4% 4% 0 4%;
	}
	.form_standard input.medium_search { 
		background:url(../images/icon_search.png) top right no-repeat #FFF;
		border:1px #999 solid;
		color:#999;
		float:none;
		height:28px;
		margin:10px 4px 10px 0;
		width:97.8%;
	}
	.moto_search {
		float:none;
		width:auto;
	}
	
	#top_notice {
		display:none;
	}
	/* ======== FREE SHIPPING ======== 

	.free_shipping_wrap {
		display:none;
	}
	
	/* ======== BRAND SLIDER ======== 
	
	.brand_wrap {
		display:none;
	}

	
	/* ======== CONTENT AREA ======== */
    .content_wrap {
        background: none;
        height: auto;
        width: 1000px;
    }
    /* ======== SLIDER ======== 

	.page_header {
		height:auto;
		margin:0 auto;
		margin-bottom:4%;
		padding:0%;
		width:95%;
	}
	
	/* ======== MAIN CONTENT ======== 

	.main_content {
		background: none;
		float:none;
		height:auto;
		margin:0 auto;
		margin-bottom:4%;
		padding:0%;
		width:auto;
	}
	
	/* ======== CONTENT SECTION ======== 
	
	.content_section {
		display:none;
	}
	
	.mobile_section {
		display:block;
		background: #F9F9F9;
		border:1px #CCC solid;
		margin-bottom:5px;
		padding:1%;
		width:auto;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.account_section {
		background: #F9F9F9;
		border:none;
		border-top:1px #CCC solid;
		border-bottom:1px #CCC solid;
		margin-bottom:20px;
		padding:2%;
		width:auto;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}

	/* ======== PRODUCT BOXES ======== 
.product_box {
	float:left;
	height:auto;
	margin:0%;
	margin-right:1%;
	padding:2%;
	width:150px;
}
.product_box p {
	font-size:12px;
	text-transform: uppercase;
}
.product_photo {
	margin: 1em 0;  
    height: 145px;
    width: 145px;
    border:1px #CCC solid;
    position: relative;
	background:#FFF;
	display: block;
	margin-bottom:10px;
	overflow: hidden;
	width:100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.product_photo img {
	max-height: 143px;  
    max-width: 143px;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;  
    background: #FFF; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.product_icon {
	margin: 1em 0;  
    height: 42px;
    width: 42px;
    float:left;
    margin-top:-40px;
    position: relative;
	display: block;
	overflow: hidden;
	width:100%;
}
.product_icon img {
	height: 42px;  
    width: 42px;  
    position: absolute;   
    left: 100px;  
	margin: auto;  
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.product_box_text {
	height:18px;
	margin-bottom: 10px;
	overflow:hidden;
	width:100%;
}
.product_box_text h3 {
	font-size:12px;
	margin: 0;
	padding-bottom:5px;
	width:auto;
}
.product_box_text a {
	color:#000;
}

		
	/* ======== SIDEBAR ======== 
	
	.sidebar {
		background:#FFF;
		border:none;
		float:none;
		height:auto;
		min-height:0;
		margin:0 auto;
		margin-bottom:0;
		padding:0;
		width:auto;
	}
	.side_section p {
		float:left;
		font-size:16px;
		padding:0px 0px 15px 10px;
		width:auto;
	}
	.side_section img {
		float:left;
		margin-bottom:5px;
		width:20%;
	}
	.related_photo {
		float:left;
		margin-bottom:10px;
		width:100%;
	}
	.related_photo img {
		float:left;
		width:100%;
	}
	.related_info {
		float:right;
		width:100%;
	}
			
	/* ======== ITEM ======== 

	.item_section {
		background:#FFF;
		border:none;
		margin:20px auto;
		width:auto;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.item_photo {
		margin-bottom:10px;
		height:auto;
		overflow: visible;
		width:48%;
		float:left;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.item_photo img {
		background:#FFF;
		width:100%;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.item_info {
		float:right;
		margin-bottom:20px;
		width:48%;
	}
	.share {
		text-align: center;
		float:left;
		width:45%;
	}
	.stock {
		text-align: center;
		float:right;
		width:45%;
	}
	/* ======== CART-CHECK OUT ======== 

	.cart_wrap_left {
		float:none;
		width:auto;
	}
	.cart_wrap_right {
		float:none;
		width:auto;
	}
	.cart_item {
		border-bottom:1px #CCC solid;
		height:auto;
		margin-bottom:20px;
		padding-bottom:20px;
		width:auto;
	}
	.cart_photo {
		float:none;
		height:200px;
		margin:0 0 25px 0;
		width:50%;
	}
	.cart_photo img {
		background:#FFF;
		width:100%;
	}
	.cart_price {
		float:left;
		height:auto;
		padding-left:0;
		width:100%;
	}
	.cart_amount {
		float:right;
		width:100%;
	}
	.promo_code {
		float:left;
		height:auto;
		padding-bottom:4%;
		width:100%;
	}
	.cart_total {
		float:right;
		height:auto;
		padding-bottom:4%;
		text-align:left;
		width:100%;
	}
	
	/* ======== FOOTER ======== */
    .footer_wrap {
        background: url(../images/footer_bg_m.png) top center repeat;
        border-top: 2px #393 solid;
        height: auto;
        position: relative;
        width: 1000px;
        margin-bottom: 50px;
    }
    .footer_content {
        background: none;
        height: auto;
        margin: 0px auto;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 90%;
        max-width: 1000px;
    }
    .footer_sect {
        float: none;
        height: auto;
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .align-right {
        text-align: center;
    }
    .footer_logo img {
        width: 80%;
    }
    .footer_content p {
        color: #BBB;
        font-size: 14px;
        margin: 0px;
        text-align: center;
        text-shadow: 0 1px 3px #000;
    }
}


/* ======== FORMS ======== 
	
	.form_standard input.large { 
		width:98.1%;
	}
	.form_standard input.medium { 
		width:97.4%;
		margin-bottom:5%;
	}
	.form_standard input.reg { 
		width:97.4%;
		margin-bottom:5%;
	}
	.form_standard input.mini { 
		width:20%;
		margin-bottom:5%;
	}
	.form_standard input.year { 
		width:98.1%;
		margin-bottom:5%;
	}

	.form_standard select {
		background-color:#FFF;
		float:none;
		height:35px;
		width:100%;
	}
	
	/* ======== DYNAMIC BUTTONS ======== 
		
	a.button:link { 
		background:url(../images/button_bg.png) top left repeat-x #DDD;
		background:-webkit-linear-gradient(#EEE 1%, #CCC 100%);
		background:-moz-linear-gradient(#EEE 0%, #CCC 100%);
		background:-ms-linear-gradient(#EEE 0%, #CCC 100%);
		border:1px #AAA solid;
		color: #333;
		float:left;
		font: bold 14px 'Helvetica', sans-serif;
		height:auto;   
		padding:10px 0px;
		margin:5px 0px;
		text-align:center; 
		text-transform: capitalize;
		text-shadow:0px 1px #FFF;
		width:100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	a.button:hover {
		background:#EEE;
		border:1px #999 solid;
		color: #333;
		cursor: pointer;
		text-shadow:0px 1px #FFF;
	}
	a.button:active {
		background: #333;
		border:1px #000 solid;
		color: #FFF; 
		text-shadow: none;
		cursor: pointer;
	}
	
	/* ======== DYNAMIC BUTTONS PURPLE======== 
		
	a.button_purple:link { 
		background:url(../images/button_bg.png) top left repeat-x #DDD;
		background:-webkit-linear-gradient(#639 1%, #306 100%);
		background:-moz-linear-gradient(#639 0%, #306 100%);
		background:-ms-linear-gradient(#639 0%, #306 100%);
		border:1px #AAA solid;
		color: #FFF;
		float:left;
		font: bold 14px 'Helvetica', sans-serif;
		height:auto;   
		padding:10px 0px;
		margin:5px 0px;
		text-align:center; 
		text-transform: capitalize;
		text-shadow:none;
		width:100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	a.button_purple:hover {
		background:#639;
		border:1px #999 solid;
		color: #333;
		cursor: pointer;
		text-shadow:none;
	}
	a.button_purple:active {
		background: #333;
		border:1px #000 solid;
		color: #FFF; 
		text-shadow: none;
		cursor: pointer;
	}
	
	/* ======== INPUT PURPLE BUTTON ======== 

	.input_button_purple { 
		background:url(../images/button_bg.png) top left repeat-x #DDD;
		background:-webkit-linear-gradient(#639 0%, #306 100%);
		background:-moz-linear-gradient(#639 0%, #306 100%);
		background:-ms-linear-gradient(#639 0%, #306 100%);
		border:1px #AAA solid;
		color: #FFF;
		float:none;
		font: bold 14px 'Helvetica', sans-serif;
		height:auto;   
		padding:5px 10px;
		margin:5px 10px 0px 0px;
		text-align:center; 
		text-transform: capitalize;
		text-shadow:none;
		width:100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}


	/* ======== INPUT BUTTON ======== 

	.input_button { 
		background:url(../images/button_bg.png) top left repeat-x #DDD;
		background:-webkit-linear-gradient(#EEE 1%, #CCC 100%);
		background:-moz-linear-gradient(#EEE 0%, #CCC 100%);
		background:-ms-linear-gradient(#EEE 0%, #CCC 100%);
		border:1px #AAA solid;
		color: #333;
		float:none;
		font: bold 14px 'Helvetica', sans-serif;
		height:auto;   
		padding:5px 10px;
		margin:5px 10px 0px 0px;
		text-align:center; 
		text-transform: capitalize;
		text-shadow:0px 1px #FFF;
		width:100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	
}

/*Styles for screen 515px and lower
@media only screen and (max-width : 480px) {

		
	/* ======== DATA TABLES ======== 
	
	.tabular_data {
		border-bottom:none;
		border-collapse: collapse;
		height:auto;
	}
	.tabular_data table {
	  font-size: 11px;
	}
	.tabular_data td {
	  padding:6px; 
	  text-shadow: none;
	}
	.head_row {
  	background: url(../images/table_head.jpg) top left repeat-x;
		font-size:11px;
	}
	
	/* ======== OVERVIEW &amp; TABS ======== 

	.overview_wrap {
		height:auto;
		width:100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.tab {
		height:auto;
		width:auto;
	}
	.tab ul {
		list-style:none; 
		margin:0px; 
		padding:0px; 
	}
	.tab li{
		float:none;
		height: auto;
		margin-right:0px;
		width:auto;
	}
	.tab li a {
		background: url(../images/table_head.jpg) left top repeat-x #EEE;
		background:-webkit-linear-gradient(#EEE 0%, #CCC 100%);
		background:-moz-linear-gradient(#EEE 0%, #CCC 100%);
		background:-ms-linear-gradient(#EEE 0%, #CCC 100%);
		border:1px #CCC solid;
		border-bottom:none;
		color: #333;
		display: block;  
		font-size: 12px;
		font-weight: 600;
		letter-spacing:1px;
		height: 14px;
		margin: 0px; 
		padding: 12px 10px;
		text-decoration: none;
		text-align: center;
		text-shadow: 0px 1px #FFF;
		width: auto;
		border-top-right-radius:0px; 	
		-moz-border-radius-topright:0px; 	
		-webkit-border-top-right-radius:0px;
		border-top-left-radius:0px; 	
		-moz-border-radius-topleft:0px; 	
		-webkit-border-top-left-radius:0px;
	}
	.tab li a:hover, .tab ul li:hover a {
		background:#EEE;
		color:#333;
		height: 14px;
		text-shadow: none;
		width:auto;
	}
	.tab ul li a.active {
		background: #FFF;
		border:1px #CCC solid;
		border-bottom:1px #FFF solid;
		color:#393;
		height: 14px;
		padding: 12px 10px;
		text-shadow: none;
		width: auto;
	}
	.tab_content {
		background:#FFF;
		border:1px #CCC solid;
		height:auto;
		margin-top:-1px;
		padding:20px;
		width:auto;
		border-top-right-radius:0px; 	
		-moz-border-radius-topright:0px; 	
		-webkit-border-top-right-radius:0px;
		border-bottom-right-radius:3px; 	
		-moz-border-radius-bottomright:3px; 	
		-webkit-border-bottom-right-radius:3px;
		border-bottom-left-radius:3px; 	
		-moz-border-radius-bottomleft:3px; 	
		-webkit-border-bottom-left-radius:3px;
	}

	
}

.base_container {
	background:#FFF;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	clear: both;
	margin:0px;
	padding:0px;
	max-height: 340px;
	overflow:hidden;
	width:99%;
}

.base_nav {
	width:100%;
	max-height: 340px;
	overflow-x: hidden;
	overflow-y:scroll;
}

.base_nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}
.base_nav li{
	border-bottom:1px #DDD solid;
	height:46px;
	margin:0px;
	text-align:left;
	width:100%;
}
.base_nav li a{
	background: #FBFBFB;
	color:#393;
	display:block;
	font-size:12px;
	font-weight: 600;
	margin:0px; 
	padding:14px 0px 0 8px;   
	text-decoration:none;
	text-indent:0px;
	width:100%;
}
.base_nav li a:hover, .base_nav ul li:hover a {
	background:#FFF;
	color:#636;
	height:18px;
	text-shadow:0px 1px #FFF;
	width:100%;
}
.base_nav img {
	float:left;
	margin:-5px 5px 0px 5px;
	width:30px;
}
*/


/*
Added for the gallery
 */

.gallery {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0;
}

.gallery .thum {
    width: 100%;
    float: left;
}

.gallery .thum ul {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    column-count: 3;
    column-gap: 0;
}

.gallery .thum ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: -3px
}

.gallery a.pop-img {
    float: left;
}

.gallery .overlay-img {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    color: #fff;
}

.gallery .overlay-img .fa-search-plus {
    position: absolute;
    opacity: 0;
    transition: transform 0.6s;
    z-index: 9
}

.gallery a.pop-img:hover .overlay-img .fa-search-plus {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
}

.gallery a.pop-img:hover .overlay-img img {
    z-index: 4;
    transform: scale3d(1.1, 1.1, 1);
}

.gallery a.pop-img .overlay-img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 0.6s;
}

.gallery a.pop-img:hover .overlay-img:after {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}

.gallery a.pop-img .overlay-img:after {
    top: 0;
    content: '';
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    position: absolute;
    z-index: 5;
    float: left;
    width: 100%;
    transition: transform 0.6s;
}

.css-slideshow {
    width: 100%;
}

.css-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    --webkit-backface-visibility: hidden;
}

@kyeframes css-slideshow-animation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    18% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    37% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*Staff page design*/

.our-team-block .panel-title {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    text-align: center;
}

.our-team-block .panel-body {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 25px;
}

.our-team-block .team-section {
    border: none !important;
}

.our-team-block .panel-collapse {
    /* display: inline;*/
    width: 100%;
}

.our-team-block .panel-body&gt;div&gt;img {
    width: 213px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    display: table;
    max-height: 283px;
    max-width: 100%;
}

.our-team-block .team-section div h5 {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.our-team-block .team-section div span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.our-team-block .team-section::before {
    display: none;
}

.team-member {
    margin-bottom: 10px;
}

.blurb {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .our-team-block .panel-body {
        grid-template-columns: auto auto;
    }
}


/* Dark Modal */

.modal .modal-body-dark {
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/dark-textured-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.modal .modal-body-dark .close {
    font-size: 2em;
    color: #ffffff;
    opacity: 0.6;
}


/* Body Title */

.modal .modal-body-dark .modal-body-title {
    margin: 16px;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff0000;
}

.modal .modal-body-dark .modal-body-subtitle {
    margin: 12px 16px 24px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .modal .modal-body-dark .modal-body-title {
        font-size: 4rem !important;
    }
}

.modal .custom-lead-form form label,
.modal .custom-lead-form form input,
.modal .custom-lead-form form textarea,
.modal .custom-lead-form form select {
    font: normal 1em 'Oswald', sans-serif;
}

.modal .modal-form-container .form-group .form-control {
    padding: 0 12px;
}


.page_widget_Form .custom-lead-form form {
    padding: 20px;
}

.page_widget_Form .custom-lead-form .custom_form .form-group {
    display: flex;
}

.page_widget_Form .custom-lead-form .form-group label {
    text-transform: capitalize;
}

.page_widget_Form .custom-lead-form .custom_form .form-group.multichoice {
    display: block;
}

.page_widget_Form .multichoice.form-group .radio {
    width: 80%;
    float: right;
    margin: 0;
}

label span.required {
    color: red;
}

.custom-lead-form h2.modal-body-title {
    font-weight: bold;
}

.custom-lead-form .form-group.multichoice .radio label {
    display: block;
    width: 100%;
}

.form-row {
    display: flex;
    width: 100%;
}

.form-row .form-label {
    flex: 0 0 30%;
    text-align: left;
}

.form-row .form-field {
    flex: 0 0 70%;
    text-align: right;
}

.custom-lead-form .radio input {
    width: auto;
}

.radio label {
    display: block;
}

.loading {
    display: none;
    width: 35px;
}

.modal .modal-form-container .submit-btn {
    display: block;
    text-align: center;
}

.custom-lead-form .form-group input.btn.btn-default {
    display: inline-block;
}





.rental_type_dd_detail #rental_dd {
    width: 100%;
    padding: 5px;
}

.rental_type_dd_detail .rent_now {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: blue;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.rent_now img {
    margin-right: 5px;
}

.order_documents_outer {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.order_documents {
    width: 100%;
    float: left;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
    padding: 7px;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-size: 11px;
}

.form-ul li {
    margin-bottom: 10px;
}

.order_documents_outer .order_waiver {}

.order_documents_outer .order_form {}

.order_documents .btn-default {
    border: 1px solid #aaa;
    background: -webkit-linear-gradient(#EEE 1%, #CCC 100%);
}

.order_documents_outer .order_upload {}

.order_documents label,
.order_documents p {
    font-size: 11px;
}

.order_documents_outer .col-sm-4:nth-child(1) {
    padding-right: 5px;
}

.order_documents_outer .col-sm-4:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px;
}

.order_documents_outer .col-sm-4:nth-child(3) {
    padding-left: 5px;
}


/* Lengthen Google Address fields */

.pac-container {
    max-width: 400px !important;
    width: 100vw !important;
}


/*.gallery_home ul{display:flex; flex-direction:row; margin:0 -15px;}
.gallery_home li{width:20%; margin:0 0 20px 0; padding:0 15px;}
.gallery_home img{max-width:100%;}
.gallery_zoom_ico{display:none; position:absolute; top:50%; left:50%; height:30px; width:30px; border-radius:50%; background:rgba(255,255,255,0.8); text-align:center; line-height:30px; margin-top:-15px; margin-left:-15px;}
.gallery_zoom_area{position:relative;}
.gallery_zoom_area:hover .gallery_zoom_ico{display:block;}*/


/*.page_widget_Waiver{
    border: 1px solid #cfcfcf;
    margin: 40px 0;
    background: #f5f5f5;
    padding: 50px 0;
}
*/
#image-gallery li.clone img{
object-fit:contain!important; max-width:100%!important; width:auto!important; height:100%!important;}  
  
.clone a {
  width: 100%;
  display: block;
  text-align: center;
  height: 389px;
}
.lslide img{max-height:100%!important; } 
#newsletter_error {
    color: red;
}

.success_create_account .cart_wrap_left {padding: 5% !important;width: 100% !important;}
.success_create_account .cart_wrap_left {width: 100%;}
.success_create_account .cart_wrap_left i {display: none;}
.success_create_account .cart_wrap_left h3 {width: 100%;text-align: center;}
.success_create_account .cart_wrap_left .wrap h3 {font-size: 20px}
.success_create_account .cart_wrap_left .input_button {float: none; margin: 0 auto; margin-top: 25px;display: flex;}

/* category_landing_page design start */


.category_landing_page .CategoryTheme{font-size:28px !important;color:var(--White) !important;font-family: var(--theme-font);line-height:45px;font-weight:700;text-shadow: 2px 2px 2px rgba(0, 0, 0 );}
.category_landing_page .td-banner-grid{display: grid;grid-template-columns: 36% 62.7%;grid-gap: 10px; margin-top: 0px;margin-right: 0px;} 
.category_landing_page .td-banner-grid_one{grid-row-start: 1;grid-row-end: 3; grid-column-start: 1;grid-column-end: 2;} 
.category_landing_page .td-banner-grid_two{grid-row-start: 1;grid-row-end: 2;grid-column-start: 2;grid-column-end: 3;}
.category_landing_page .td-banner-grid_three{grid-row-start: 2;grid-row-end: 3;grid-column-start: 2;grid-column-end: 3;} 
.category_landing_page #brandpagegrid ul.lstng, .featured-listings .panel-body ul.lstng{display: flex;justify-content: center;}
.category_landing_page .featured-listings .labelbox{float: left; width: 100%; height:100% !important; font-size: 16px !important; color: var(--CategoryColor1);text-transform: uppercase !important;font-weight:400 !important;padding: 15px 0 0 0 !important;}
.category_landing_page  #brandpagegrid a, #our_top_brands a:hover{color: var(--CategoryColor);text-decoration:none;}
.category_landing_page .td_top_deals_inner{border: 2px solid var(--CategoryColor) !important;}
.category_landing_page .featured-listings .brnd-nm:hover{text-decoration:none !important;}
.category_landing_page .td-main-banner{margin-top:20px;}
.category_landing_page .td-main-banner_left .sidebar .tlg h4.expand_heading a{color:var(--CategoryColor1)!important;}
.category_landing_page h4.expand_heading{background-color:transparent;}
.category_landing_page .td-main-banner_left .sidebar{width:100%!important; border:none!important;}
.category_landing_page .td-main-banner_left .sidebar .tlg{margin-bottom:17px!important}
.category_landing_page .td-main-banner_left .sidebar .grg{padding:0px!important}
.category_landing_page .td-main-banner_left .sidebar .side_item p{width:100%!important}
.category_landing_page .td-main-banner_left .sidebar .side_item p a{width:100%!important; font-size:14px; padding:10px; color:#424242!important; text-decoration:none;}
.category_landing_page .td-main-banner_left .sidebar .side_item p a u{text-decoration:none;}
.category_landing_page .td-main-banner_left .sidebar .side_header{background: var(--ThemeColor2);color: #fff;padding: 15px;width: 100%;display: block;text-transform: uppercase; font-size: 16px; font-weight: 600; border-radius: 5px 5px 0 0; cursor: pointer; height: 50px; display: flex; align-items: center; margin-top: 0px;}
.category_landing_page .side_section.remove_company_info .side_item p{padding: 15px 0 15px 5px;}
.category_landing_page .td-categories-widget .featured-listings h3, 
.category_landing_page .td-brand-widget .featured-listings h3{font-size: 30px !important;color: var(--CategoryColor1) !important;line-height: 1.2;font-weight: 600;box-shadow: none;position:relative;}
.category_landing_page .td-categories-widget .featured-listings h3::after, .td-categories-widget .featured-listings h3::before, 
.category_landing_page .td-brand-widget .featured-listings h3::after, .td-brand-widget .featured-listings h3::before{content: '';position: absolute;background-color: #f00;width: 8px;height: 8px;border-radius: 25px;top: 50%;transform: translateY(-4px);right: -15px;}
.category_landing_page .td-categories-widget .featured-listings h3::before, .td-brand-widget .featured-listings h3::before{left: -20px;}
.category_landing_page #brandpagegrid ul.lstng li span.bn, .featured-listings .panel-body ul.lstng li span.bn{float: left;width: 100%;text-transform: uppercase; color: var(--CategoryColor1); font-size: 16px;}
.category_landing_page .featured-listings .panel-body ul.lstng li a.brnd-nm {width: 100%;}
.category_landing_page .td-categories-widget{float:left; width:100%; padding:40px 0 0 0; text-align:center;} 
.category_landing_page .td-categories-widget a{color:#000;} 
.category_landing_page .td-categories-widget .featured_categories_item_inner{box-shadow:0 0 2px #ccc; border-radius:0px; margin:10px 0;} 
.category_landing_page .td-brand-widget{float:left; width:100%; padding:40px 0; text-align:center;}
.category_landing_page .td-brand-widget a{color:#000;} 
.category_landing_page .td-brand-widget .vd_top_brands_grid a{color:#000; float:left; width:100%; box-shadow:0 0 2px #ccc; border-radius:0px; padding:20px 10px; margin:10px 0;} 
.category_landing_page .td-featured-products{float:left; width:100%; padding:40px 0 0 0; background:#fff; border-top:none; border-bottom:none; text-align:center;} 
.category_landing_page .td-featured-products .featured_product_text h4{color:#000;} 
.category_landing_page .td-more-banners{float:left; width:100%; padding:20px 0 40px;} 
.category_landing_page .td-more-banners .td_mb_inner{margin-bottom:20px; float:left; width:100%;} 

.category_landing_page .td-categories-widget .theme_title, .category_landing_page .td-brand-widget .theme_title, .category_landing_page .td-top-deals-section .theme_title,  .category_landing_page .td-featured-products .theme_title{
	font-weight: 600;font-family: "Rubik", sans-serif;font-size: 30px;  box-shadow: none; margin: 0 0 20px 0; position: relative;  width: 100%; text-align: center; text-transform: uppercase;}
  
.category_landing_page .td-categories-widget .theme_title:before, .category_landing_page .td-brand-widget .theme_title:before, .category_landing_page .td-top-deals-section .theme_title:before, .category_landing_page  .td-featured-products .theme_title:before{		content: ""; width: 7px; height: 7px; background: #e74033; position: absolute; margin-left: -20px; top: 12px; border-radius: 50%;}

.category_landing_page .td-categories-widget .theme_title:after, .category_landing_page .td-brand-widget .theme_title:after, .category_landing_page .td-top-deals-section .theme_title:after, .category_landing_page .td-featured-products .theme_title:after{
	content: "";width: 7px;height: 7px; background: #e74033; position: absolute;margin-left: 13px;top: 12px; border-radius: 50%;}

.category_landing_page .td-top-deals-section{float:left; width:100%; padding:40px 0 10px;} 
.category_landing_page .td-top-deals-section .vd_top_seller_inner .theme_title{display:none;} 
.category_landing_page .td-top-deals-section .vd_featured_categories_inner .theme_title{display:none;} 
.category_landing_page .td_top_deals_inner{padding:35px 15px; border-radius:2px; border:3px solid var(--ThemeColor2); float:left; width:100%; margin-bottom:30px;} 
.category_landing_page .vd_top_seller_grid{padding:10px 0 15px; float:left; width:100%; }
.category_landing_page .td_top_sales_inner{float:left; width:100%;}
.category_landing_page .section-subtitle{ color: #e74033;text-transform: uppercase; font-size: 13px;text-align: center; width:100%; text-align:center; padding-bottom:10px;}
.category_landing_page .td_top_sales .top_seller_item_inner{ border:1px solid #eee; float:left; width:100%; padding:20px 0;}
.category_landing_page .td_top_sales .vd_top_seller_title { border-top:1px solid #eee;color: #777;display: block;font-weight: 400;width: 100%;margin: 10px 0;font-size: 14px;text-align: center;line-height: normal;padding-left: 10px;padding-right: 10px;padding-top: 15px;}
.category_landing_page .td_top_sales .vd_fd_price{color: #333; text-align: center; font-weight: 500; font-size:16px;}
.category_landing_page .td_top_sales .vd_ts_percentage{text-align: center; font-size: 12px; color: #000; margin-top: 4px;}
.category_landing_page .banner_four{float:left; width:100%;}
.category_landing_page .td-categories-widget .row {display:flex; flex-wrap:wrap; justify-content:center;}
.category_landing_page .sidebar h4.expand_heading{background:#fff!important; padding:15px 10px!important;}
.category_landing_page .vb_backgrund_slide_widget{display:block; width:100%; position:relative; }
.category_landing_page .vb_backgrund_slide_widget .item:before{content:''; position:absolute; left:0; top:0; background:rgba(0,0,0,0.2); height:100%; width:100%; z-index:3;}
.category_landing_page .vb_backgrund_slide_widget .item &gt; div{position:relative; z-index:4;}
.category_landing_page .vb_bs_mobile_image{display:none!important;}
.category_landing_page .vb_bs_flex{display:flex; justify-content:center; align-items:center; min-height:550px;}
.category_landing_page .vb_bs_flex_inner{}
.category_landing_page .vb_bs_text{text-align:center; color:#fff; text-shadow:2px 2px 2px rgba(0, 0, 0, 0.1);}
.category_landing_page .owl-carousel .owl-item img{max-width:100%; width:auto;}
.category_landing_page .vb_image_slide_widget{display:block; width:100%; }
.category_landing_page .vb_is_main{position:relative;}
.category_landing_page .vb_is_text{position:absolute; left:0; top: 0; padding: 20px;}
.category_landing_page .owl-nav{margin:0!important;}
.category_landing_page .owl-dots{padding-top:20px; padding-bottom:20px;}
.category_landing_page .owl-prev{position: absolute!important; z-index: 9!important; width:40px!important; height:40px!important; background:#fff!important; border-radius:100px!important; left: 20px!important; top:calc( 50% - 20px ) !important;}
.category_landing_page .owl-next{position: absolute!important; z-index: 9; width:40px!important;  height:40px!important; background:#fff!important; border-radius:100px!important; right: 20px!important; top:calc( 50% - 20px ) !important;}
.category_landing_page .owl-prev::before{content:"\f104"; color:var(--Black); font: normal normal normal 26px/1 FontAwesome;  text-rendering: auto;}
.category_landing_page .owl-prev span{display:none;}
.category_landing_page .owl-next span{display:none;}
.category_landing_page .owl-next::before{content:"\f105"; color:var(--Black); font: normal normal normal 26px/1 FontAwesome; text-rendering: auto;}
.td-banner-grid .owl-dots, .vb_image_slide_widget .owl-dots {width: 100%; position: absolute; bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;}
/* .td-banner-grid .owl-next, .vb_image_slide_widget .owl-dots {width: 30px !important; height: 30px !important;right: 5px !important;}
.td-banner-grid .owl-prev, .vb_image_slide_widget .owl-dots {width: 30px !important; height: 30px !important;left: 5px !important;} */
.td-banner-grid .owl-next, .vb_image_slide_widget .owl-dots::before {font: normal normal normal 20px/1 FontAwesome;}
.td-banner-grid .owl-prev, .vb_image_slide_widget .owl-dots::before {font: normal normal normal 20px/1 FontAwesome;}
.featured-listings .panel-body ul.lstng li {background: #fff !important;}
.category_landing_page .vd_top_brands .owl-carousel .owl-stage-outer {padding:0 15px;}
.category_landing_page .vd_top_brands .owl-carousel .owl-stage {margin: 0 auto;}
.category_landing_page .content_section {float: left; width: 100%!important; display: flex; flex-wrap: wrap; justify-content:center; gap: 10px;}
.category_landing_page .product_box .product_photo {padding: 10px !important;}
.category_landing_page .content_section .product_box .product_photo img {max-height: 100% !important; max-width: 100% !important;}


/* vd_featured_categories*/

.category_landing_page .vd_featured_categories{float:left; width:100%;}
.category_landing_page .vd_featured_categories_inner{float:left; width:100%;}
.category_landing_page .vd_featured_categories_link{padding:0 0 40px 0; color:var(--ThemeColor); display:inline-block;}
.category_landing_page .vd_featured_categories_link:hover,.vd_top_brands_link:focus,.vd_top_brands_link:active{color:var(--ThemeColor);}
.category_landing_page .vd_featured_categories_grid{float:left; width:100%; text-align:center;}
.category_landing_page .vd_featured_categories_grid img{width:auto!important; max-width:100%; max-height:100%; padding:10px;}
.category_landing_page .vd_featured_categories_flex &gt; div{float:left; background:#fff; border-radius:12px; overflow:hidden;}
.category_landing_page .vd_featured_categories_image{min-height:100%; display:flex; justify-content:center; align-items:center;}
.category_landing_page .vd_featured_categories_text{float:left; width:100%; padding:6px 0 15px; text-transform:uppercase; font-size:16px;}
.category_landing_page .vd_featured_categories_flex{width:100%; float:left; }
.category_landing_page .featured_categories_item_inner{padding:10px; background:#fff; border-radius:12px; overflow:hidden; float:left;width:100%;}
.category_landing_page .vd_featured_categories .owl-stage {margin: 0 auto;}

/* vd_featured_categories*/

/* vd_top_brands*/

.category_landing_page .vd_top_brands{float:left; width:100%;}
.category_landing_page .vd_top_brands_inner{float:left; width:100%;}
.category_landing_page .vd_top_brands_link{padding:0 0 40px 0; color:var(--ThemeColor4); display:inline-block;}
.category_landing_page .vd_top_brands_link:hover,.vd_top_brands_link:focus,.vd_top_brands_link:active{color:var(--ThemeColor4);}
.category_landing_page .vd_top_brands_grid{float:left; width:100%; text-align:center;}
.category_landing_page .vd_top_brands_grid img{width:auto!important; max-width:100%; max-height:100%; padding:10px;}
.category_landing_page .vd_top_brands_flex &gt; div{float:left; background:#fff; border-radius:12px; overflow:hidden;}
.category_landing_page .vd_top_brands_image{min-height:100%; display:flex; justify-content:center; align-items:center;}
.category_landing_page .vd_top_brands_text{float:left; width:100%; padding:6px 0; text-transform:uppercase; font-size:16px;}
.category_landing_page .vd_top_brands_flex{width:100%; float:left; }


/* vd_top_brands*/

.category_landing_page .section_head {display:none;}
.category_landing_page .td-top-deals-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category_landing_page .remove_company_info
{
    display: none !important;
}

.category_landing_page .vb_is_text h2 {color: var(--White); font-family: var(--theme-font); text-transform: uppercase;font-weight: 600; margin-top: 10px !important; margin-bottom: 0px !important; text-shadow: 2px 2px 2px rgba(0, 0, 0 );}

@media screen and (max-width: 1023px) and (min-width: 992px) {
	
	.category_landing_page .vb_is_text {padding: 0 20px;}
	.category_landing_page .vb_is_text  h2 {font-size: 22px !important;}
	.category_landing_page .tbtn-md {padding: 10px 15px; font-size: 14px; }
	
}

@media (max-width:767px){
	
	.category_landing_page .td-banner-grid {display: flex; flex-wrap:wrap; margin: 0 15px;}
	.category_landing_page .td-banner-grid_one, .category_landing_page .td-banner-grid_two, .category_landing_page .td-banner-grid_three {width: 100%;}
	.category_landing_page .owl-carousel .owl-item img {max-width: 100%; width: 100%;}
	.category_landing_page .content_section .product_box {width: 100% !important; height: 100% !important;}
}

@media (max-width:576px){
	
	.vb_bs_mobile_image{display:block;}
	.vb_bs_desktop_bg{background:none!important;}
}


.category_landing_page .side_section.remove_company_info .side_item p { padding: 15px 0 15px 0;}
.category_landing_page .td-main-banner_left .sidebar .side_item p a {padding: 0px !important;}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    
  .category_landing_page .td-more-banners .vb_is_text { padding: 0 20px; position: relative; text-align:center;}
  .category_landing_page .td-more-banners .vb_is_text h2 {
    font-size: 22px;
    text-shadow: none;
    color: var(--Black);
  }
  
}
@media screen and (max-width: 1199px) and (min-width: 320px) {
    
  .category_landing_page .banner_four .vb_is_text { padding: 0 20px; position: relative; text-align:center;}
  .category_landing_page .banner_four .vb_is_text h2 {
    font-size: 22px;
    text-shadow: none;
    color: var(--Black);
  }
}
.vb_gg_repeat{margin-bottom:15px;}

/* category_landing_page design end */

/*Global Form Test Start 24-10-2024 Start*/
.page_widget_Form {float: left;width: 100%;padding: 0 15px;margin-top: 50px;}
.page_widget_Form .custom-lead-form { width: 80%;  margin: 0 auto 50px;background: rgba(153, 153, 153, 0.28);padding: 35px; box-shadow: 0 1px 5px #00000029; border-radius: 20px; }
.page_widget_Form .custom-lead-form h2{font-size:24px;color: var(--Black); font-weight:700; letter-spacing: normal;text-transform:capitalize;font-weight: 700;margin-bottom:20px;}
.page_widget_Form .custom-lead-form h3{font-size:22px;color: var(--Black); font-weight:700; letter-spacing: normal;text-transform:capitalize;font-weight: 700;margin-bottom:15px;}
.page_widget_Form .custom-lead-form h4{font-size:20px;color: var(--Black); font-weight:700; letter-spacing: normal;text-transform:capitalize;font-weight: 700;margin-bottom:15px;}
.page_widget_Form .form-row {display: block !important;}
.page_widget_Form .custom-lead-form .form-group {width: 100%; padding: 0 15px !important;}
.page_widget_Form .custom-lead-form label {font-size: 14px;font-weight: 700;}
.page_widget_Form .custom-lead-form .form-control {min-height: 38px;}
.page_widget_Form .custom-lead-form form input.text, form textarea, form select {margin:0px;}
.page_widget_Form .custom-lead-form .custom_form {display: flex; flex-wrap: wrap;}
.page_widget_Form .custom-lead-form .custom_form .form-label label span.required { color: red; text-shadow:none;}
.page_widget_Form .custom-lead-form p {font-size: 14px !important;margin: 0 0 10px 0;}
.page_widget_Form .custom-lead-form .form-group ul {list-style: disc;margin: 5px 5px 5px 25px; line-height: normal;}
.page_widget_Form .custom-lead-form .radio {display: flex; align-items:center;justify-content:space-between;width: 250px;}
/*.page_widget_Form .custom-lead-form .radio {width: 50% !important;}*/
.page_widget_Form .custom-lead-form input[type="radio"] {margin:0 0 0 -20px;}
.page_widget_Form .custom-lead-form .radio label{max-width: 100%; margin: 5px 0;display: flex; align-items: center;}
.page_widget_Form .custom_form .btn.btn-default {
  background-color: var(--Black)!important;
  border-color: var(--Black)!important; 
  color: var(--White)!important;
  border-radius: 3px !important;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 20px !important;
  text-shadow: none !important;
  font: bold 14px 'Helvetica', sans-serif;
  margin-top: 30px !important;
  width:auto!important;
  min-width:100px!important;
} 



@media (max-width:767px){
    
.page_widget_Form .custom-lead-form {width: 100%; padding: 35px 20px;}
.page_widget_Form .custom-lead-form form {padding: 20px 0;}


}



/*Global Form Test Start 24-10-2024 End*/</pre></body></html>