* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: primary;
    src: url("/uc/fonts/fustb.eot");
    src: url('/uc/fonts/fustb.otf'), url('/uc/fonts/fustb.ttf');
    src: url("/uc/fonts/fustb.woff");
    unicode-range: U+00-FF;
}

@font-face {
    font-family: secondary;
    src: url("/uc/fonts/fuhe.eot");
    src: url('/uc/fonts/fuhe.otf'), url('/uc/fonts/fuhe.ttf');
    src: url("/uc/fonts/fuhe.woff");
    unicode-range: U+00-FF;
}



body {
    font-family: 'primary', sans-serif;
}


a {
    text-decoration: none;
    color: #fff;
transition:all 1s ease-in-out;
}


.aboutUs_text a, a.forgotpass {
text-decoration:underline;
transition:all .5s linear;
}
    .aboutUs_text a:visited, a.forgotpass:visited {
        text-decoration: underline;
    }
    .aboutUs_text a:hover,a.forgotpass:hover {
        text-decoration: underline;
        color: #000000;
    }

.font_bold {
    font-family: 'secondary', sans-serif;
    letter-spacing: 1px;
    font-size: 21px;
}

ul {
    list-style: none;
}

p {
    font-size: 20px;
}

button {
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.main {
    min-height: 100%;
}

header {
    background-image: url("/uc/theme/bg-Header.png");
}

.header-top-content {
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 91px;
    width: 41%;
    padding: 15px;
}

    .logo img {
        width: 100%;
        /*height: 100%;*/
    }

.user {
    padding: 15px;
}

    .user a:hover {
        color: #bb2427;
        transition: all 0.5s ease;
    }

    .user a {
        font-size: 20px;
    }

        .user a:first-of-type, .user a:nth-of-type(2) {
            margin-right: 10px;
        }

        .user a:nth-of-type(2) {
            color: #a2a2a3;
        }
            .user a:nth-of-type(2):hover {
                color: #bb2427;
            }

    .user amp-img {
vertical-align:bottom;    
}

.social_list {
    float: right;
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .social_list li {
width:100%;
text-align:center;
}

     


nav {
    background: #000000;
text-transform:uppercase;
text-align:center;
}

    nav ul {
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between;
width:60%;
    }

    nav a {
        display: block;
        padding: 20px;
        font-size: 20px;
    }

        nav a:hover {
            color: #bb2427;
            transition: all 0.5s ease;
        }

    nav input {
        position: absolute;
        /*top: 85px;*/
        display: none;
        width: 40px;
        height: 32px;
        right: 10%;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    nav span {
        position: relative;
        display: none;
        width: 33px;
        height: 4px;
        top: -2px;
        right: -84%;
        margin-top: 6px;
        margin-bottom: 6px;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 2px 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

        nav span:first-child {
            transform-origin: 0 0;
        }

        nav span:nth-child(2) {
        }

        nav span:nth-last-child(2) {
            transform-origin: 0 100%;
        }

    nav input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
    }

        nav input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        nav input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

    nav input:checked ~ ul {
        max-height: 140px;
        transition: max-height 0.5s ease-in;
    }
/*Section*/

section {
    padding: 40px 49px 0;
    display: flex;
}

.sectionbaseprimary {
display:block;
}

    .sectionbaseprimary .content {
display:block;    
width:100%;
}

        .sectionbaseprimary .content .main_content {
display:block;
color:#FFFFFF;
        }

.sectionbaseprimary .divider {
border:none;
text-align:center;
}

.homepromo .subHeaders {
    display: none;
}

.section_aside_content {
    position: relative;
    width: 25%;
}

.section_content {
    width: 75%;
}

.section_aside_content input.asideinput {
    position: absolute;
    display: none;
    width: 191px;
    height: 41px;
    top: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.section_aside_content input.asideinput2 {
    position: absolute;
    display: none;
    width: 191px;
    height: 41px;
    top: 100px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.section_aside_content input.top_none {
    position: absolute;
    display: none;
    width: 191px;
    height: 41px;
    /*top: 0;*/
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.section_aside_content .ddaccParent {
display:none;
visibility:hidden;
}

.aside_menu_button, .aside_menu2_button {
    cursor: pointer;
    display: none;
    background: #6d6e71;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 41px;
    line-height: 41px;
text-transform:uppercase;
}

.aside_menu_close_select {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 25px;
    display: none;
    top: 1px;
    left: 22px;
}

.aside_menu2_close_select {
    position: absolute;
    color: #FFFFFF;
    z-index: 1;
    font-size: 25px;
    display: none;
    top: 103px;
    left: 22px;
}



.aside_menu_close_cart {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 25px;
    display: none;
    /*top: 53px;*/
    left: 22px;
}

.aside_menu, .sidebarlayout {
    z-index: 1;
}

.section_aside_content input:checked ~ .aside_menu, .section_aside_content input:checked ~ .sidebarlayout {
    transform: translate(0, 0);
}
/*.section_aside_content input:checked ~ .aside_menu_close{*/
/*display: block;*/
/*}*/
/*!! end Section!!*/
/*select box*/

.select_box,.select_box2 {
    background: #000000;
    display: flex;
    flex-direction: column;
    height: 476px;
}

.sidebar {
color:#FFFFFF;
height:unset;
}

    .sidebar > a {
        color: #FFF;
    }

.sidebar-content {
padding:20px;
overflow-wrap:break-word;
word-wrap:break-word;
background-color:#000000;
}

    .sidebar-content a:link {
        text-decoration: underline;
line-height:30px;
    }
    .sidebar-content a:visited {
        text-decoration: underline;
    }
    .sidebar-content a:hover {
        text-decoration: underline;
    }
.subHeaders {
    background: #6d6e71;
    color: #fff;
    padding: 8px 10px;
    height: 60px;
    line-height: 60px;
}

    .subHeaders h2 {
        letter-spacing: 2px;
        font-family: 'secondary', sans-serif;
        font-size: 33px;
    }

.SearchAdvanced, .WareTypeFilter {
    text-align: center;
}

.select_box select, .sa-ddl {
    width: 100%;
    height: 61px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0 5px;
    font-size: 19px;
    margin-top: 26px;
    color: grey
}

.chkwrap .sa-ddl, .registrationsection .sa-ddl, .sectionbasesubnav .sa-ddl {
    margin-top: 0px;
    height: 36px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
border-color:black;
}


.select_box input[type=button] {
    border: none;
    color: #fff;
    background-color: #bb2427;
    padding: 14px 20px;
    width: 60%;
    font-size: 16px;
    margin: 47px auto 0 auto;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

    .select_box input[type=button]:hover {
        color: #000000;
    }

    .btn-search {
    width: 50%;
    text-align: center;
    margin: 47px auto 0 auto;
}

    .select_box button:hover {
        background: #fff;
        color: #bb2427;
        outline: 1px solid #bb2427;
    }

.arrow {
    position: relative;
    margin: 25px auto 0;
    width: 90%;
}

    .arrow:after {
        content: '\25BC';
        position: absolute;
        top: 26px;
        padding: 20px 20px;
        right: 0;
        color: #fff;
        bottom: 0;
        background: #bb2427;
        pointer-events: none;
    }

.m-b-70 {
    margin-bottom: 70px;
}
/*!! select-box !!*/
/*cart_box*/

.aside_cart input {
    top: 51px;
}

.cart, .sidebarlayout {
    background: #000000;
    color: #fff;
    overflow: hidden;
}

    .cart .subHeaders, .sidebarlayout .subHeaders {
        margin-bottom: 20px;
    }

    .cart h5, .sidebarlayout h5 {
        color: #bb2427;
        margin-bottom: 5px;
    }

.cart {
margin-top:40px;
margin-bottom:70px;
}

.rowrepeater:hover, .rowrepeater:hover .tinyHeading {
    background-color: #7a7a7b;
    color: #ffffff;
    transition: all .5s ease-in-out;
    padding: 10px 0px;
}

.receiptsection .rowrepeater:hover {
background-color:#bb2427;
}

.receiptsection {
font-size:18px;
}

/*
:hover*/ .cart_buttons {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 10px auto;
    padding: 0 0 20px;
}

    .cart_buttons .cbutton {
        background: #bb2427;
        color: #fff;
        border: none;
        width: 115px;
        padding: 12px 0;
text-align:center;
    }



        .cart_buttons .cbutton:hover {
            color: #bb2427;
            background: #fff;
            outline: 1px solid #bb2427;
        }

    .cart_buttons button:last-child {
        background: #fff;
        color: #6d6e71;
        border: none;
        width: 145px;
        padding: 12px 0;
    }



.cart span, .sidebarlayout span {
    display: block;
    background: none;
    font-size: 18px;
}

.product_list {
    width: 90%;
    margin: 0 auto 15px;
}

    .product_list > div {
        display: flex;
        justify-content: space-between;
    }

        .product_list > div > span:last-of-type  {
            position: absolute;
            right: 46px;
            font-size: 16px;
        }

/*.product_list > div span:last-of-type:after {
            position: absolute;
            content: "x";
            top: -6px;
            font-size: 20px;
            cursor: pointer;
            padding: 0 5px;
        }*/

.subtotal {
    width: 90%;
    margin: 18px auto 17px;
    padding-top: 5px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
/*!!cart_box!!*/

.divider {
    box-shadow: -1px 0 0 0 #fff;
    border-left: 1px solid white;
}

.margin_top {
    margin-top: 40px;
}

.content {
    display: block;
    background-color: #bb2427;
width:100%;
}

.content_img {
    width: 38%;
display:inline-block;
padding:24px;
}

    .content_img img {
        width: 100%;
        height: auto;
    }

.content_text {
    display: inline-block;
    background: #bb2427;
    text-align: center;
    /*display: flex;
    flex-direction: column;*/
    /*padding: 100px 110px;*/
    padding: 24px;
    color: #FFFFFF;
vertical-align:top;
width:50%;
}

    .content_text p {
        color: #FFFFFF;
        line-height: 28px;
        letter-spacing: 1px;
        margin-top: 50px;
    }

    .content_text h4 {
        margin-bottom: 20px;
        margin-top: 30px;
        font-family: 'secondary', sans-serif;
    }

.item_pic_desc {
    display: flex;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

    .item_pic_desc h4 {
        font-family: 'secondary', sans-serif;
        letter-spacing: 2px;
        font-size: 26px;
line-height:30px;
    }

.item_pic {
    width: 27%;
}

    .item_pic img, .item_pic amp-img {
        width: 100%;
        height: 250px;
    }

.item_description_price {
    width: 73%;
    background: #bb2427;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    height: 230px;
}

.item_description {
    width: 60%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*height: 300px;*/
}
    .item_description h5 {
margin:0px;
    }

        .item_description p {
        margin: 25px 0;
        font-size: 18px;
        letter-spacing: 0;
    }

        .item_description p:last-child {
            margin-bottom: 58px;
         margin-top:15px;   
        }

.item_price {
    display: flex;
    flex-direction: column;
    width: 40%;
}

    .item_price a, .item_price .learn_more, .qty_addToCart .learn_more, .btn-CheckoutPreWrap2 a, .btn-CheckoutPreWrap a, .chkordersummary .learn_more, .loginwrap .learn_more, .forgotpasssection .formbutton4 a, .registrationsection .learn_more, .buttoncall a {
        cursor: pointer;
        font-family: primary;
        background-color: #000000;
        padding: 13px;
        border: none;
        color: #FFFFFF;
        text-transform: uppercase;
        transition: all ease-in-out 1s;
    }


p.buttoncall{display:block; margin-top:30px !important; margin-bottom:20px;}

.buttoncall a {
border-radius:8px;
    box-shadow: rgba(0,0,0,.2) 4px 4px 4px 4px;
}

        .buttoncall a:hover {
background-color:white;
color:black;

}

a.calllink {
text-decoration:underline;
color:#ffffff;
}

a.callink:hover {
color:black !important;
}

.contact-thanks {
margin-top:100px;
color:#000000;
font-size:26px;
}

.chkordersummary .xxsmall {
    padding: 8px;
}

.page-title-ordersumm-btn {
margin-top:20px;
}

.loginwrap .learn_more {
display:inline-block;
}


    .item_price .learn_more:hover, .qty_addToCart .learn_more:hover,
    .btn-CheckoutPreWrap2 a:hover, .btn-CheckoutPreWrap a:hover,
    .loginwrap .learn_more:hover, .forgotpasssection .formbutton4 a:hover, .registrationsection .learn_more:hover {
        color: #bb2427;
    }

.btn-CheckoutPreWrap {
    margin-top: 30px;

}
.btn-CheckoutPreWrap2 {
margin-top:10px;
}

 .btn-CheckoutPreWrap a {
    clear: both;
    position: relative;
}

        .item_price span, .item_price input[type=text] {
        padding: 10px 15px;
        background: #fff;
        color: #000;
        margin: 0 5px;
width:35px;
    }

.info_item_price {
    display: flex;
    justify-content: flex-end;
}

.item_price button, .btnview a {
    border: none;
    background: #fff;
    color: #6d6e71;
    height: 20px;
line-height:20px;
text-align:center;
    width: 168px;
    float: right;
transition:all ease-in-out 1s;
}

    .item_price button:hover, .btnview a:hover {
        background: #6d6e71;
        color: #fff;
    }

.item_price h4 {
    float: right;
}

.add_to_cart_and_view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 65px;
}

    .add_to_cart_and_view div:first-child {
        display: flex;
        justify-content: flex-end;
    }

    .add_to_cart_and_view div:last-child {
        margin-top: 15px;
    }

.part_selection_button {
    margin-bottom: 100px;
}

    .part_selection_button button {
        background: #bb2427;
        color: #fff;
        min-width: 190px;
        height: 43px;
        margin-left: 25%;
    }

        .part_selection_button button:hover {
            background: #fff;
            color: #bb2427;
            border: 1px solid #bb2427;
        }
/*About Page*/

.aboutUs_content,.myorder_content {
    background: #bb2427;
    display: flex;
    padding-bottom: 75px;
}

.aboutUs_img {
    width: 28%;
    padding: 30px 0 30px 30px;
}

    .aboutUs_img img {
        width: 90%;
    }

.aboutUs_text {
    width: 80%;
    color: #fff;
    padding: 30px 30px 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

    .aboutUs_text p {
display:block;
        margin-bottom: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }
/*!! About Page!!*/
/*Message Us*/

.messageUs_content {
    background: #bb2427;
    display: flex;
}

.messageUs {
    width: 70%;
    padding: 35px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

    .messageUs input[type=text] {
        width: 54%;
        height: 50px;
        box-sizing: border-box;
        border: 1px solid #000000;
        margin: 0px 0px 0px 0px;
        font-size: 18px;
        background-color: #f8f8f8;
        padding-left: 10px;
    }



textarea {
    width: 98%;
    height: 160px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #000000;
    background-color: #f8f8f8;
    margin-top: 0px;
    padding-left: 10px;
}

.ContactForm {
    margin-top: 20px;
}

    .ContactForm .fieldWrap {
margin-bottom:10px;    
}

    .ContactForm input[type=button] {
        text-transform: uppercase;
        border: none;
        background: #000000;
        color: #fff;
        width: 150px;
        margin: 15px 0;
        height: 45px;
        transition: all 1s ease-in-out;
        cursor: pointer;
        font-size: 18px;
    }

        .ContactForm input[type=button]:hover{
            background: #fff;
            color: #000000;
            border: 1px solid #000000;
        }

.blockFormSection div .btn1 {
    text-transform: uppercase;
    border: none;
    background: #000000;
    color: #fff;
    width: 400px;
    margin: 15px 0;
    height: 45px;
    transition: all 1s ease-in-out;
    cursor: pointer;
    font-size: 18px;
}

    .blockFormSection div .btn1:hover {
        background: #fff;
        color: #000000;
        border: 1px solid #000000;
    }


.errormsg {
color:#000000;
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

.messageUs_img {
    width: 40%;
    padding: 35px 0 35px 35px;
}

    .messageUs_img img {
        width: 100%;
    }

.messageUs > div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
/*!!Message Us!!*/
/*Product Info*/


.wareWrap {
width:100%;
}

.information_content {
    background: #bb2427;
    display: flex;
    box-shadow: -1px 0 0 0 #fff;
}

.information_img {
    width: 30%;
}

    .information_img img {
        width: 100%;
    }

.information {
    width: 70%;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    letter-spacing: 1px;
}

    .information h4,
    h5 {
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-family: 'secondary', sans-serif;
    }

.item_description h5 {
text-transform:uppercase;
font-size:16px;
}

    .information h4 {
        margin-bottom: 20px;
    }

    .information p {
        margin-bottom: 20px;
    }

.price {
    font-size: 24px;
    font-weight: bold;
}

.qty_addToCart {
    margin-top: 30px;
}

    .qty_addToCart span, .qty_addToCart input[type=text] {
        padding: 10px 15px;
        background: #fff;
        color: #000;
width:35px;
    }

    .qty_addToCart a {
        cursor: pointer;
        background: #000000;
        padding: 10px;
    }

        .qty_addToCart a:hover {
            border: 1px solid #000000;
            color: #000000;
            background: #fff;
        }

.continue_shopping {
    text-align: right;
    margin-top: 35px;
    margin-bottom: 133px;
}

    .continue_shopping a:hover {
        color: #000000;
    }
/*!!Product Info!!*/
/*S Cart*/

.col_names {
    background: #000000;
    display: flex;
    color: #fff;
    padding: 0 20px;
    box-shadow: -1px 0 0 0 #fff;
}

    .col_names h2:first-child {
        width: 35%;
        font-size: 22px;
    }

    .col_names h2:nth-child(2),
    .col_names h2:nth-child(3) {
        text-align: center;
        width: 20%;
        font-size: 22px;
    }

    .col_names h2:last-child {
        width: 25%;
        text-align: right;
        font-size: 22px;
    }

.scart_product {
    background: #bb2427;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.scart_product_img_title {
    align-items: center;
    display: flex;
    width: 35%;
    height: 115px;
}

    .scart_product_img_title span {
        margin-left: 5px;
        font-size: 20px;
    }

    .scart_product_img_title img {
        width: 40%;
        margin-top: 1px;
        height: 100%;
    }

.scart_product_price {
    text-align: center;
    width: 20%;
}

    .scart_product_price span {
        font-size: 20px;
    }

.scart_product_qty {
    justify-content: center;
    display: flex;
    width: 20%;
}

    .scart_product_qty input {
        width: 16%;
        height: 26px;
        border: none;
        font-size: 19px;
        text-align: center;
    }

        .scart_product_qty input::-webkit-outer-spin-button,
        .scart_product_qty input::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    .scart_product_qty span {
        background: #000000;
        color: #fff;
        height: 26px;
        width: 12%;
        text-align: center;
        margin: 0 5px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        cursor: pointer;
        line-height: 26px;
    }



.scart_product_qty span:hover {
    background: #fff;
    color: #000000;
}

.scart_product_priceTotal {
    width: 25%;
    text-align: right;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.Scart_totalResult {
    position: relative;
    background: #bb2427;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffffd4;
}

.total_results {
    font-size: 18px;
}

.divider_line {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 98%;
    top: 73%;
    right: 1%;
}

.coupon_button > div {
    width: 236px;
}

.coupon_button {
    display: flex;
    width: 50%;
}

    .coupon_button label {
        font-size: 18px;
    }

    .coupon_button input {
        width: 48%;
        height: 40px;
        border: 1px solid #000000;
    }

    .coupon_button button {
        border: none;
        background: #000000;
        color: #fff;
        height: 40px;
        width: 18%;
        margin-left: 15px;
    }

        .coupon_button button:hover {
            background: #fff;
            color: #000000;
        }

.total_results li {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

    .total_results li span {
        margin-left: 30px;
    }

.total_results ul li:last-child {
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
}

.scart_buttons {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

    .scart_buttons button:first-child {
        border: none;
        background: #bb2427;
        height: 46px;
        color: #fff;
        padding: 0 5px;
        min-width: 14%;
    }

        .scart_buttons button:first-child:hover {
            background: #fff;
            color: #bb2427;
            border: 1px solid #bb2427;
        }

    .scart_buttons button:last-child {
        background: #000000;
        color: #fff;
        height: 46px;
        min-width: 130px;
    }

        .scart_buttons button:last-child:hover {
            background: #fff;
            color: #000000;
            border: 1px solid #000000;
        }
/*!! S Cart!!*/

footer {
    background: #000000;
    display: flex;
    flex-direction: column;
margin-top:80px;
}

    footer .social_list {
        margin: 15px auto 15px;
        float: none;
        width: 15%;
    }

    footer > div {
        text-align: center;
        font-size: 15px;
        color: #fff;
text-transform:uppercase;
    }

    footer div:last-child {
        margin-top: 10px;
    }

.footer_nav_menu ul {
    display: inline-flex;
    justify-content: space-between;
    margin: 0 auto;

}

    .footer_nav_menu a {
        display: block;
        padding: 15px 55px;
        font-size: 18px;
    }

        .footer_nav_menu a:hover {
            color: #bb2427;
            transition: all 0.5s ease;
        }

.product_list .tinyHeading {
    font-size: 19px;
    color: #bb2427;
}

.sectionbasesubnav {
min-height:550px;
}

.sectionbasesubnav .subHeaders h2 {
text-transform:uppercase;
}

.sectionbasesubnav .aside_menu ul {
    font-size: 24px;
    padding: 40px 40px;
    line-height: 50px;
}
.sectionbasesubnav .aside_menu ul li {
    margin: 20px 0px;
}
.sectionbasesubnav .aside_menu ul a {
    text-decoration:none;
color:#FFFFFF;
}

    .sectionbasesubnav .aside_menu ul a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }
    .sectionbasesubnav .aside_menu ul a:hover {
        text-decoration: none;
        color: #bb2427;
    }

.sectionbasesubnav .main_content {
padding:40px 40px;
}

.sectionbasesubnav .button {
    cursor: pointer;
    font-family: primary;
    background-color: #000000;
    padding: 13px;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all ease-in-out 1s;
}

.sectionbasesubnav .button:hover {
    color: #bb2427;
}

.sectionbasesubnav .section_content {
font-size:20px;
}

.sectionbasesubnav .lbl-display {
        font-weight: bold;
        display: block;
    }

@media only screen and (max-width: 1600px) {
    .subHeaders {
        padding: 0 10px;
    }

        .subHeaders h2 {
            font-size: 29px;
        }

    .select_box select, .sa-ddl {
        height: 48px;
    }

    .arrow:after {
        padding: 15px 20px;
    }

    .arrow {
        margin-top: 23px;
    }

    .select_box {
        height: 373px;
    }

        .select_box select, .sa-ddl {
            padding-left: 20px;
            font-size: 22px;
        }

        .select_box button {
            width: 55%;
        }

    .product_list {
        margin: 30px auto 15px;
    }



    .item_pic_desc h4 {
        font-size: 20px;
    }

    .subtotal {
        margin: 25px auto 17px;
    }

    .cart_buttons {
        margin-top: 50px;
    }

    .aboutUs_img {
        width: 30%;
        box-sizing: border-box;
        padding: 40px 0 40px 40px;
    }

    .aboutUs_text {
        width: 70%;
        padding: 30px 40px 40px 30px;
    }

    .social_list img {
        /*width: 40px;
        height: 40px;*/
    }

    .youtube a img {
        width: 75px;
    }

    .content_img {
        /*height: 313px;*/

    }

    .content_text {
        /*height: 313px;
        padding: 55px 75px;*/
text-align:center;
    }

        .content_text h2 {
            font-family: 'secondary',sans-serif;
line-height:1.5em;
        }

        .content_text p {
            margin-top: 40px;
        }

    .item_price h4 {
        font-size: 28px;
    }

    .information {
        padding: 30px;
    }

        .information h4,
        h5 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .information h4 {
            margin-bottom: 15px;
        }

        .information h5 {
            margin-bottom: 5px;
        }

    .last_child_p {
        margin: 0 !important;
    }

    .information p {
        font-size: 18px;
        letter-spacing: 3px;
        margin: 20px 0;
    }

    .price {
        display: block;
        margin: 33px 0 45px;
        font-size: 28px;
        font-family: 'secondary', sans-serif;
    }

    .information_img img {
        height: 40%;
    }

    .information_content {
        height: 745px;
    }

    .scart_product_img_title img {
        width: 45%;
    }

    .scart_product_img_title {
        height: 130px;
    }

    .scart_buttons {
        margin: 30px 0 60px;
    }

        .scart_buttons button:first-child {
            min-width: 22%;
            height: 49px;
        }

        .scart_buttons button:last-child {
            min-width: 170px;
            height: 49px;
        }

    .messageUs_content {
        margin-bottom: 160px;
    }
}

@media only screen and (max-width: 1550px) {
    .cart_buttons button:first-child {
        width: 115px;
    }

    .cart_buttons button:last-child {
        width: 135px;
    }
}

@media only screen and (max-width: 1500px) {
    .cart_buttons button:first-child {
        width: 105px;
    }

    .cart_buttons button:last-child {
        width: 125px;
    }
}

@media only screen and (max-width: 1450px) {
    .item_pic {
        width: 32%;
    }

    .item_description {
        width: 68%;
    }
}

@media only screen and (max-width: 1400px) {
    .item_description p:last-child {
        margin-bottom: 30px;
    }

    p {
        font-size: 18px;
    }

    .aboutUs_text p {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1350px) {
    .item_description p:last-child {
        margin-bottom: 20px;
    }

    .cart_buttons button:first-child {
        width: 40%;
    }

    .cart_buttons button:last-child {
        width: 54%;
    }

    .item_pic {
        width: 35%;
    }

    .item_description {
        width: 65%;
    }
}

@media only screen and (max-width: 1300px) {
    .item_description p {
        margin: 33px 0;
    }

    .subHeaders h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1250px) {
    .content_text p {
        margin-top: 25px;
        line-height: 20px;
    }

    .content_text {
        /*padding: 60px 60px;*/
    }

    .item_description_price {
        height: 262px;
    }

    .add_to_cart_and_view {
        margin-top: 115px;
    }

    .information_img {
        width: 35%;
    }

        .information_img img {
            height: 33%;
        }
}

@media only screen and (max-width: 1200px) {
    .item_price a {
        padding: 10px;
    }

    .item_price span {
        padding: 10px 10px;
    }

    .item_price button, .btnview a {
        /*height: 39px;*/
        width: 179px;
    }

    .item_description p {
        margin: 14px 0;
        font-size: 22px;
    }

    .section_aside_content {
        width: 33%;
    }

    .item_pic {
        width: 38%;
    }

    .item_description_price {
        width: 62%;
    }

    .add_to_cart_and_view {
        margin-top: 90px;
    }

    .item_description {
        width: 55%;
    }

    .item_price {
        width: 45%;
    }
}

@media only screen and (max-width: 1150px) {
    .item_description p:last-child {
        margin-bottom: 10px;
    }

    .item_description_price {
        flex-direction: column;
    }

    .item_description {
        width: 100%;
    }

    .item_price {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }

    .add_to_cart_and_view {
        margin-top: 0;
    }

    .item_description_price {
        height: 310px;
    }
}

@media only screen and (max-width: 1100px) {
    .item_description h5 {
        line-height: 2;
    }

    .item_description p:last-child {
        margin-bottom: 0;
    }

    .aside_select input:checked ~ .aside_menu_close_select {
        display: none;
    }
    .aside_select2 input:checked ~ .aside_menu2_close_select {
        display: none;
    }
    .aside_cart input:checked ~ .aside_menu_close_cart {
        display: none;
    }

    .scart_product_price span {
        font-size: 18px;
    }

    .scart_product_img_title span {
        font-size: 18px;
    }

    .scart_product_priceTotal {
        font-size: 18px;
    }

    .scart_product_img_title img {
        width: 52%;
    }

    .coupon_button {
        width: 60%;
    }

    .logo {
        width: 52%;
    }

    .information_img {
        width: 38%;
    }

        .information_img img {
            height: 30%;
            width: 80%;
        }

    .item_pic_desc {
        flex-direction: column
    }

    .item_pic {
        width: 50%;
        margin: 0 auto;
    }

    .item_description_price {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .item_pic_desc {
        flex-direction: row;
    }

    .item_pic {
        width: 38%;
    }

    .item_description_price {
        width: 62%;
    }
    /* .item_pic {
        width: 50%;
        margin: 0 auto;
    }
    .item_description_price {
        width: 100%;
    } */
    button {
        font-size: 14px;
    }

    p {
        font-size: 16px;
    }

    .select_box button {
        padding-top: 10px;
        height: 35px;
    }

    .subHeaders {
        height: 40px;
        line-height: 42px
    }

    .aside_select input:checked ~ .aside_menu_close_select {
        display: block;
    }
    .aside_select2 input:checked ~ .aside_menu2_close_select {
        display: block;
    }

    .aside_cart input:checked ~ .aside_menu_close_cart {
        display: block;
    }

    .subHeaders h2 {
        font-size: 25px;
    }

    .cart_buttons button:first-child,
    .cart_buttons button:last-child {
        height: 35px;
        padding: 10px 0;
    }

    .cart_buttons button:first-child {
        width: 40%;
    }

    .cart_buttons button:last-child {
        width: 53%;
    }

    .product_list > div span:last-child {
        font-size: 14px;
    }

    .cart span {
        font-size: 16px;
    }

    .logo {
        width: 55%;
        padding: 10px;
    }



    .user {
        padding: 10px;
    }

    nav a {
        padding: 15px;
    }

    footer .social_list {
        width: 20%;
    }

    .content {
text-align:center;
    }

    .content_text {
        width: unset;
    }

    .content_img {
        width: 94%;
    }


        .content_text img {
display:block;
width:94%;        
}

    .item_description {
        justify-content: end;
    }

        .item_description h5 {
            margin: 15px 0;
        }

        .item_description p {
            margin: 0;
        }

    .select_box {
        position: absolute;
        top: 51px;
        width: 100%;
        transform: translate(-129%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .select_box2 {
        position: absolute;
        top: 150px;
        width: 100%;
        transform: translate(-129%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .aside_cart .cart {
        top: 62px;
    }

    .cart {
        position: absolute;
        top: 51px;
        width: 100%;
        transform: translate(-118%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .section_content {
        width: 100%;
    }

    section {
        display: block;
    }

    .section_aside_content {
        width: 100%;
    }

        .section_aside_content input.asideinput, .section_aside_content input.asideinput2, .section_aside_content input.top_none {
            display: block;
        }

    .aside_menu_button {
        display: block;
        width: 190px;
        text-align: center;
    }

    .aside_menu2_button {
        display: block;
        width: 190px;
        text-align: center;
    }

    .item_description_price {
        flex-direction: row;
    }

    .item_description {
        width: 50%;
    }

    .item_price {
        flex-direction: column;
        justify-content: unset;
        width: 50%;
    }

    .item_description h4 {
        margin: 15px 0;
    }

    .add_to_cart_and_view {
        margin-top: 105px;
    }

    .information_img {
        width: 40%;
        padding-left: 30px;
        padding-top: 25px;
        box-sizing: border-box;
    }

    .information {
        width: 60%;
    }
    /*.index_aside_cart input,.aside_menu_close_cart{*/
    /*top:0;*/
    /*}*/
    .index_aside_cart .cart {
        top: 51px;
    }
}

@media only screen and (max-width: 950px) {
    nav ul {
        width: 60%;
    }

    .item_description h4 {
        margin-bottom: 0;
    }

    .item_description h5 {
        margin-top: 0;
    }

    .add_to_cart_and_view {
        margin-top: 75px;
    }

    .item_description_price {
        height: 270px;
    }
}

@media only screen and (max-width: 900px) {
    

    .product_list > div span:last-child:after {
        padding: 0 10px;
    }

    .cart span {
        background: none;
    }

    .item_description_price {
        flex-direction: column;
    }

    .item_description {
        width: 100%;
    }

    .item_price {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }

    .add_to_cart_and_view {
        margin-top: 0;
    }

    .item_description_price {
        height: 300px;
    }

    .information_img img {
        width: 100%;
    }

    @media only screen and (max-width: 850px) {
        .item_pic {
            height: 213px;
        }

            .item_pic img {
                height: 100%;
            }

        footer .social_list {
            width: 50%;
        }

        .content {
            flex-direction: column;
        }

        .content_img {
            padding:24px 0px 0px 0px;
        }


        .scart_product_qty span {
            width: 16%;
        }

        .scart_product_qty input {
            width: 18%;
        }

        .item_pic_desc h4 {
            font-size: 16px;
        }

        .item_pic_desc h5 {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 800px) {
        nav ul {
            width: 70%;
        }

        .item_price {
            margin-top: 15px;
        }

        .item_description h5 {
            margin-top: 0;
        }

        .item_description h4 {
            margin-bottom: 0;
        }
        .divider {
border:none;        
}
    }

    @media only screen and (max-width: 750px) {
        .information_content {
            flex-direction: column;
        }

        .information_img {
            width: 50%;
            margin: 0 auto;
            padding-left: 0;
        }

        .information {
            width: 100%;
            margin: 0 auto;
        }

        .aboutUs_content, .myorder_content {
            flex-direction: column;
        }

        .aboutUs_img {
            width: 50%;
            margin: 0 auto;
            padding: 40px 0;
        }

        .aboutUs_text {
            width: 100%;
        }

        .coupon_button {
            flex-direction: column;
        }

            .coupon_button button {
                margin-left: 0;
                min-width: 90px;
            }

        .scart_product_img_title span {
            font-size: 18px;
        }

        .scart_product_price span {
            font-size: 18px;
        }

        .col_names h2 {
            font-size: 20px;
        }

        .information_content {
            height: auto;
        }
    }

    @media only screen and (max-width: 700px) {
        nav ul {
            width: 80%;
        }

        .item_description p {
            margin: 10px 0;
        }

        .footer_nav_menu a {
            padding: 15px 40px;
        }

        .messageUs_content {
            flex-direction: column-reverse;
        }

        .messageUs_img {
            width: 100%;
            padding: 0;
        }

        .messageUs {
            width: 100%;
            box-sizing: border-box;
        }

        .scart_product {
            flex-direction: column;
        }

        .scart_product_img_title {
            width: 55%;
        }

            .scart_product_img_title h5 {
                margin: 0;
                font-size: 18px;
            }

        .scart_product > div {
            margin: 15px auto 0;
            text-align: center;
            font-size: 17px;
        }

        .scart_product_img_title {
            display: flex;
            flex-direction: column;
        }

        .scart_product_qty span,
        .scart_product_qty input {
            width: 20%;
        }

        .subHeaders h2 {
            font-size: 20px;
        }

        .scart_product_img_title {
            justify-content: space-evenly;
        }

            .scart_product_img_title img {
                height: auto;
            }

        .scart_product_priceTotal {
            margin-bottom: 10px !important;
        }

        .scart_product_price {
            width: 31%;
        }

        .scart_product_priceTotal {
            width: 41%;
        }

        .logo {
            width: 55%;
            height: 70px;
        }

        .social_list {
            margin-top: 5px;
            /*display: block;*/
        }

            .social_list li {
                display: inline-block;
            }

                .social_list li:nth-child(2) {
                    margin: 0 20px;
                }

                .social_list li:last-child {
                    position: relative;
                    top: -3px;
                }

            .social_list img, .social_list amp-img {
                height: 25px;
                width: 25px;
            }
    }

    @media only screen and (max-width: 650px) {
        .divider {
            box-shadow: none;
            border: none;
        }

        nav {
            position: relative;
            overflow: hidden;
        }
            /*.adjustingToThisPage{*/
            /*position: relative;*/
            /*top: 50px;*/
            /*}*/
            /*.adjustingToThisPage input{*/
            /*top:109px;*/
            /*}*/
            /*.adjustingToThisPage ul{*/
            /*top: 142px;*/
            /*}*/
            nav ul {
                display: block;
                position: relative;
                top: -12px;
                transition: all 0.5s ease-in;
                float: right;
                text-align: center;
                width: 100%;
                max-height: 0px;
            }

                nav ul li a {
                    color: #fff;
                    padding: 10px 0;
                    transition: all 0.5s ease;
                }

                    nav ul li a:hover {
                        color: #bb2427;
                    }

            nav span {
                display: block;
            }

            nav input {
                display: block;
            }

        .item_pic_desc {
            flex-direction: column;
        }

        .item_pic {
            width: 80%;
            margin: 0 auto;
            height: unset;
margin-bottom:-6px;
        }

        .item_description_price {
            width: 100%;
            box-sizing: border-box;
        }

        .part_selection_button {
            display: flex;
            justify-content: center;
        }

            .part_selection_button button {
                margin: 0;
            }

        .content {
            flex-direction: column;
        }

        .content_img {
            width: 100%;
        }

        .content_text {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        footer .social_list {
            margin: 0 auto 5px;
        }

        .user a {
            font-size: 17px;
        }

        .item_price {
            margin-top: 20px;
        }

        .item_description_price {
            height: 370px;
        }

        .logo {
            width: 80%;
            margin: 0 auto;
            padding-right: 10px;
            box-sizing: border-box;
            height: 80px;
        }

        .user {
            text-align: center;
        }

            .user .social_list {
                width: 60%;
                float: none;
                margin: 15px auto;
            }

                .user .social_list li {
                    display: inline-block;
                    width: 70px;
                }

                    .user .social_list li:nth-child(2) {
                        margin: 0 15px;
                    }

        .header-top-content {
            flex-direction: column;
        }
    }

    @media only screen and (max-width: 580px) {
        .responsiveMenu span {
            right: -77%;
        }

        .responsiveMenu {
            top: 244px;
        }

        .cart {
            width: 100%;
        }

        .footer_nav_menu a {
            font-size: 15px;
            padding: 10px 15px;
        }
        /*.adjustingToThisPage{*/
        /*position: relative;*/
        /*top: 50px;*/
        /*}*/
    }

    @media only screen and (max-width: 550px) {
        section {
            padding: 40px 20px 0;
        }

        .responsiveMenu {
            width: 55%;
        }

        .Scart_totalResult {
            flex-direction: column-reverse;
        }

        .divider_line {
            top: 58%;
        }

        .scart_buttons button:first-child,
        .scart_buttons button:last-child {
            font-size: 12px;
        }

        .scart_buttons button:last-child {
            min-width: 100px;
        }

        .coupon_button {
            flex-direction: row;
            width: 100%;
            justify-content: space-evenly;
            margin-top: 15px;
        }

        .information_img {
            width: 70%;
            padding-left: 0;
        }

        .item_description p {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 500px) {
        .responsiveMenu span {
            right: -75%;
        }

        .responsiveMenu {
            width: 60%;
        }

        .scart_product_qty span,
        .scart_product_qty input {
            width: 30%;
        }

        .select_box {
            position: absolute;
            top: 51px;
            width: 100%;
            z-index: 10;
            transform: translate(-118%, 0);
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        }

        .select_box {
            position: absolute;
            top: 180px;
            width: 100%;
            z-index: 10;
            transform: translate(-118%, 0);
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        }

        .content_text {
            padding: 15px;
        }

        .subHeaders h2 {
            font-size: 15px;
        }

        .adjustingToThisPage input {
            right: 8%;
        }
    }

    @media only screen and (max-width: 450px) {
        .responsiveMenu span {
            right: -72%;
        }

        .messageUs input {
            width: 100%;
        }

        textarea {
            width: 100%;
        }

        .scart_product_qty span {
            padding: 0 10px;
        }

        .scart_product_qty input {
            width: 28px;
        }

        .content_text p {
            margin-top: 5px;
        }

        .coupon_button > div {
            display: flex;
            flex-direction: column;
        }

        .coupon_button {
            align-items: flex-end;
        }

            .coupon_button input {
                width: 130px;
            }
    }

    @media only screen and (max-width: 400px) {
        h2 {
            font-size: 15px;
        }

        .responsiveMenu {
            width: 65%;
        }

        .footer_nav_menu a {
            padding: 10px 6px;
        }

        nav span {
            right: -82%;
        }

        .subHeaders h2 {
            font-size: 10px;
        }
    }

    @media only screen and (max-width: 375px) {
        .item_price {
            flex-direction: column;
        }

        .add_to_cart_and_view {
            margin-top: 5px;
        }

        .responsiveMenu {
            top: 243px;
        }

            .responsiveMenu span {
                right: -71%;
            }

        .scart_buttons {
            padding: 20px 0;
        }

        .scart_product_qty span {
            padding: 0 10px;
        }

        .scart_product_qty input {
            width: 27px;
        }

        .item_description_price {
            height: 390px;
        }

        .item_pic {
            width: 70%;
        }
    }

