@font-face {
    font-family: open_sanslight;
    src: url(../fonts/opensans-light-webfont.woff2) format("woff2"), url(../fonts/opensans-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: open_sansregular;
    src: url(../fonts/opensans-regular-webfont.woff2) format("woff2"), url(../fonts/opensans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: open_sanssemibold;
    src: url(../fonts/opensans-semibold-webfont.woff2) format("woff2"), url(../fonts/opensans-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: latoregular;
    src: url(../fonts/lato-regular-webfont.woff2) format("woff2"), url(../fonts/lato-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html {
    height: 100%;  
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: open_sansregular, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    height: 100%;
   
}

    body.is-ontop {
        margin-top: 53px
    }

h1 {
    font-size: 40px
}

h2 {
    font-size: 125%
}

h3 {
    font-size: 112.5%
}

a {
    color: #666
}

    a:hover {
        color: #116dbc;
        text-decoration: none;
        transition: all .25s
    }

    a:focus {
        text-decoration: none
    }

.fa {
    line-height: inherit
}

.bold {
    font-weight: 700
}

.alignleft {
    float: left
}

.alignright {
    float: right
}



.btn-fb-login {
    width: 65px;
    height: 22px;
    background: url(../images/fb.jpg) no-repeat;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    border: none !important
}

.button {
    padding: 10px 20px;
    background-color: #002147;
    border: 1px solid #002147;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
    .button:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
.button-sm {
    padding: 5px 10px
}

.cart_summary a.button {
    margin: 5px 0;
    display: inline-block
}

.input {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.button .fa {
    line-height: inherit
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

img.alignleft {
    margin: 0 20px 15px 0
}

img.alignright {
    margin: 0 0 15px 20px
}

.clearfix:before {
    content: "";
    display: table
}

div.mb-lowest_price {
    display: none
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url(../images/Preloader_4.gif) 50% 50% no-repeat
}

.banner-opacity {
    position: relative;
    display: block
}

    .banner-opacity:before {
        display: block;
        position: absolute;
        -webkit-transition: all .1s ease-in .1s;
        transition: all .1s ease-in .1s;
        background: rgba(0, 0, 0, .1);
        opacity: 0;
        left: 0;
        top: 0;
        content: "";
        height: 0;
        width: 100%;
        left: 0;
        top: 50%
    }

    .banner-opacity:hover:before {
        opacity: 1;
        -webkit-transition: all .2s ease-in .1s;
        transition: all .2s ease-in .1s;
        height: 100%;
        left: 0;
        top: 0
    }

div#ask-question,
div#write-review {
    max-width: 600px
}

    div#ask-question .r2-form-contact-email,
    div#write-review .r2-form-contact-email {
        padding-right: 0
    }

.itemnumber-block a.wishlist {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 24px;
    text-align: center
}

.comments a.write-cmt {
    font-size: 14px;
    cursor: pointer;
    display: grid;
    text-align: center;
    line-height: 18px;
    margin-bottom: 3px;
    color: #06c
}

    .comments a.write-cmt span {
        margin-right: 3px
    }

.itemnumber-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.dealScoreAndVoting .buttongroup span {
    white-space: nowrap
}

.dealScoreAndVoting {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

    .dealScoreAndVoting .dealScore {
        margin-right: 5px;
        cursor: pointer
    }

    .dealScoreAndVoting .buttongroup {
        text-align: center
    }

        .dealScoreAndVoting .buttongroup .thumb {
            display: flex;
            justify-content: center
        }

        .dealScoreAndVoting .buttongroup .graybtn.brlft {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .dealScoreAndVoting .buttongroup .graybtn.brrgt {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            margin-left: -1px
        }

        .dealScoreAndVoting .buttongroup .graybtn {
            font-size: 24px
        }

        .dealScoreAndVoting .buttongroup > .button:first-child {
            margin-left: 0
        }

        .dealScoreAndVoting .buttongroup .icon-thumbs-up3,
        .dealScoreAndVoting .buttongroup .icon-thumbs-down {
            color: #999;
            cursor: pointer;
            display: inline-block;
            text-align: center
        }

        .dealScoreAndVoting .buttongroup > .button {
            position: relative;
            margin-left: -1px
        }

.graybtn.large {
    height: 40px;
    line-height: initial;
    padding: 6px 10px
}

.graybtn {
    background-color: #f1f1f1;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(#fcfcfc, #f1f1f1);
    border-width: 1px;
    border-style: solid;
    border-top-color: #e1e1e1;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ddd;
    font-family: "Inter", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    padding: 0 13px;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center
}

.dealScoreAndVoting .dealScore span.label {
    background-color: #96ca4e;
    color: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    padding: 6px 10px;
    font-weight: 600
}

.dealScoreAndVoting .dealScore span.label,
.dealScore .score {
    float: left;
    text-align: center;
    height: 40px
}

.dealScoreAndVoting .dealScore .sign {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 2px
}

.dealScoreAndVoting .dealScore .score {
    background-color: #cce5a9;
    border-radius: 0 3px 3px 0;
    font-size: 18px;
    padding: 7px 10px 0;
    color: #395413;
    font-weight: 500
}

.dealScoreAndVoting .dealScore,
#dealViews,
#dealComments {
    float: left;
    display: flex
}

.buttongroup i.fa.fa-thumbs-down,
.buttongroup i.fa.fa-thumbs-up {
    color: #999
}

.buttongroup span:hover i.fa.fa-thumbs-up {
    color: #b5d786
}

.buttongroup span:hover i.fa.fa-thumbs-down {
    color: #f1acad
}

.cart-cd-popup .cart-cd-popup-container .cart-container .shop-cart-head .cart-head {
    margin-top: 35px
}

iframe#VideoPlayIFrame {
    width: 100%
}

a.prdCurPrice {
    color: #333
}

#main-menu li .dropdown-menu {
    margin-top: 2px
}

#main-menu .navbar .navbar-nav > li {
    border-bottom: 2px solid #232f3e
}

.home section.event .event-content.order-event-1 {
    order: 1
}

.category-page #left_column .left-module .block_content .layered-filter-price {
    margin: 100px
}

    .category-page #left_column .left-module .block_content .layered-filter-price .category_scroll {
        margin: 11px 0 0;
        padding: 0
    }

div#left_column .left-module .block_content {
    padding-left: 0;
    padding-right: 0
}

.category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) {
    padding: 0 !important
}

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .category_scroll.slick-slider .slick-next,
    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .filter_scroll.slick-slider .slick-next {
        right: 10px !important
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .layered.layered-filter-price.category_scroll.slick-initialized.slick-slider {
        border: 0;
        position: relative;
        display: grid;
        padding: 0;
        margin-top: 10px !important
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .breadcrumb.clearfix {
        position: relative;
        left: 0;
        top: 10px
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .slick-list.draggable {
        margin: 0 50px
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .slick-prev {
        left: 10px !important
    }

.category-page #left_column .left-module .block_content.order-title-a2 .layered-filter-price {
    border: 0;
    position: relative;
    margin: 0 100px
}

.category-page .block.left-module .block_content.order-title-a2:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0
}

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(2) .layered.layered-filter-price {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0 !important;
        margin-left: 160px !important
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(2) button.slick-next.slick-arrow {
        right: 0 !important
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(2) .slick-list.draggable {
        margin-right: 50px !important
    }

@media(max-width:1200px) {
    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) h1.page-heading {
        right: 0
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .layered.layered-filter-price.category_scroll.slick-initialized.slick-slider {
        margin-right: 100px !important
    }
}

@media(max-width:767px) {
    .category-page #left_column .left-module .block_content.order-title-a2 .layered-filter-price {
        margin: 0
    }

    .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) {
        padding: 0 !important
    }

        .category-page .block.left-module .block_content.order-title-a2:nth-of-type(1) .breadcrumb.clearfix {
            position: inherit;
            top: auto
        }

    .category-page #left_column .left-module .block_content .layered-filter-price {
        margin: 0
    }
}

.fancybox-skin .block-quickview .pb-right-column .product-price-group span#SalesPrice {
    margin-left: -2px !important
}

.category-page .center_column .product-main-container .product-tab {
    padding: 0 15px;
    margin-top: 50px
}

#product .pb-right-column .product-price-group span#SalesPrice {
    margin-left: -8px
}

#product .pb-right-column .product-price-group span#SalesPrice,
#product .pb-right-column .product-price-group span.heavy {
    color: #002147
}

.dis-add button {
    background: #bb133e;
    border: 1px solid #bb133e;
   
}

    .dis-add button:hover {
        background: #d5053a;
        border: 1px solid #d5053a;
    }

@media(max-width:767px) {
    .category-page .center_column .product-main-container .product-tab {
        padding: 0;
        margin-top: 15px !important
    }
}

.tab-container {
    position: relative
}

    .tab-container .tab-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden
    }

    .tab-container .active {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        -vendor-animation-duration: .3s;
        -vendor-animation-delay: 1s;
        -vendor-animation-iteration-count: infinite
    }

.hover-zoom {
    -webkit-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden
}

    .hover-zoom:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .7
    }

.banner-boder-zoom {
    position: relative;
    overflow: hidden
}

    .banner-boder-zoom a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, .2);
        background: rgba(0, 0, 0, .2);
        color: rgba(0, 0, 0, .2);
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

.loaderOverlay {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 99999
}

.loaderImg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px
}

.banner-boder-zoom a:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    display: block;
    z-index: 10;
    border: 1px solid #fff;
    opacity: 0
}

.banner-boder-zoom a img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-boder-zoom:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.banner-boder-zoom:hover a:before {
    opacity: 1
}

.banner-boder-zoom:hover a:after {
    opacity: 0
}

.banner-boder-zoom2 {
    position: relative;
    overflow: hidden
}

    .banner-boder-zoom2 a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: transparent;
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

    .banner-boder-zoom2 a:after {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        content: "";
        display: block;
        z-index: 10;
        border: 1px solid #fff;
        opacity: 0
    }

    .banner-boder-zoom2 a img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

    .banner-boder-zoom2:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .banner-boder-zoom2:hover a:before {
        opacity: 1
    }

    .banner-boder-zoom2:hover a:after {
        opacity: 0
    }

.icon-down,
.icon-up {
    width: 100%;
    height: 17px;
    display: block
}

.icon-up {
    background: url(../images/up.png) no-repeat center center
}

.icon-down {
    background: url(../images/down.png) no-repeat center center
}

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%
}

    .image-hover2 a:after {
        overflow: hidden;
        position: absolute;
        top: 0;
        content: "";
        z-index: 100;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        transition: all .3s ease 0;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1
    }

    .image-hover2 a:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        color: #fff;
        ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity .3s ease 0;
        -o-transition: opacity .3s ease 0;
        transition: opacity .3s ease 0
    }

    .image-hover2 a:hover:after {
        visibility: visible;
        opacity: .8;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .image-hover2 a:hover:before {
        opacity: 1
    }

.top-banner {
    height: 150px;
    background: url(../images/bg-top-banner.jpg) no-repeat top center;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 20px
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

.top-banner .container {
    position: relative;
    padding-top: 35px
}

.top-banner h1 {
    color: #ed1b24;
    font-weight: 700;
    line-height: auto
}

.top-banner h2 {
    font-weight: 700
}

.top-banner span {
    font-size: 75%;
    color: #999
}

.top-banner .btn-close {
    width: 24px;
    height: 24px;
    background: #2d2c2e url(../images/btn-close.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.nav-ontop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    height: 53px;
    background: #eee;
    z-index: 9999;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1)
}

    .nav-ontop span.notify-right {
        top: 2px
    }

    .nav-ontop > .container {
        position: relative
    }

    .nav-ontop #box-vertical-megamenus {
        width: 80px;
        padding: 0
    }

        .nav-ontop #box-vertical-megamenus .title {
            background: #eee;
            color: #999;
            padding: 0;
            overflow: hidden;
            border-left: 1px solid #eaeaea
        }

            .nav-ontop #box-vertical-megamenus .title.active {
                background: #fff
            }

            .nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
                margin-right: 15px
            }

            .nav-ontop #box-vertical-megamenus .title .title-menu {
                display: none
            }

        .nav-ontop #box-vertical-megamenus .vertical-menu-content {
            min-width: 270px;
            position: absolute;
            display: none;
            border-top: 0;
            border-bottom: 1px solid #eaeaea;
            border-right: 1px solid #eaeaea;
            padding-bottom: 15px;
            border-left: 1px solid #eaeaea
        }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
                border-left: none
            }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category {
                margin-left: 20px
            }

    .nav-ontop ul.nav.navbar-nav {
        width: 85%
    }

#shopping-cart-box-ontop {
    width: 50px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: none;
    transform: translateY(-50%)
}

    #shopping-cart-box-ontop .fa {
        line-height: 50px;
        cursor: pointer;
        font-size: 125%;
        text-align: center;
        width: 100%;
        color: #fff
    }

    #shopping-cart-box-ontop .shopping-cart-box-ontop-content {
        position: absolute;
        right: 0;
        top: auto;
        left: 0;
        color: #fff;
        padding: 1px 15px;
        bottom: 9px;
        font-size: 12px
    }

    #shopping-cart-box-ontop:hover .cart-block {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible
    }

#user-info-opntop {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 50px
}

    #user-info-opntop a.current-open span {
        display: none
    }

    #user-info-opntop a.current-open {
        height: 50px;
        padding-top: 0;
        width: 20px;
        float: left;
        text-align: center
    }

        #user-info-opntop a.current-open:hover .dropdown-menu {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -khtml-transform: translateY(0px);
            opacity: 1;
            z-index: 2
        }

        #user-info-opntop a.current-open:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f007";
            color: #fff
        }

    #user-info-opntop .dropdown a {
        font-size: 75%;
        color: #333
    }

    #user-info-opntop .dropdown-menu {
        border-radius: 0;
        border: 0;
        top: 48px;
        right: 0;
        left: auto;
        transition: all .4s ease-out 0;
        -webkit-transition: all .4s ease-out 0;
        -o-transition: all .4s ease-out 0;
        -ms-transition: all .4s ease-out 0;
        opacity: 0;
        display: block;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -khtml-transform: translateY(50px);
        z-index: 0;
        visibility: hidden
    }

    #user-info-opntop .dropdown.show > .dropdown-menu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -khtml-transform: translateY(0px);
        opacity: 1;
        z-index: 2;
        visibility: inherit
    }

    #user-info-opntop i {
        display: none
    }

#form-search-opntop {
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%)
}

    #form-search-opntop .form-category {
        display: none
    }

    #form-search-opntop:hover .btnSrch i {
        color: #000 !important
    }

    #form-search-opntop .btn-search:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        color: #999;
        height: 30px;
        width: 25px;
        display: block;
        padding-top: 4px
    }

    #form-search-opntop .input-serach input {
        width: 0;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
        background: #fff;
        height: 32px
    }

    #form-search-opntop:hover .input-serach input {
        width: 300px;
        padding: 0 10px
    }

.top-header {
    background: #f6f6f6
}

    .top-header .currency,
    .top-header .language,
    .top-header .nav-top-links,
    .top-header .support-link,
    .top-header .top-bar-social,
    .top-header .user-info {
        width: auto;
        display: inline-block;
        line-height: 34px
    }

        .top-header .top-bar-social .fa {
            line-height: inherit
        }

        .top-header .top-bar-social a {
            border: 0;
            padding: 0;
            color: #999;
            font-size: 87.5%
        }

    .top-header img {
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px
    }

    .top-header a {
        padding-right: 0;
        margin-left: 10px;
        text-align: left;
        text-transform: capitalize;
    }

        .top-header a#Logout {
            margin-left: 0
        }

i.fa.fa-user-circle-o {
    line-height: 50px;
    margin-right: 5px
}

.top-header .dropdown-menu:after,
.top-header .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.top-header .dropdown-menu:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 9px;
    margin-left: -9px
}

.top-header .dropdown-menu:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDD;
    border-width: 9px;
    margin-left: -10px
}

.top-header a.first-item {
    margin-left: 0
}

.top-header a.current-open:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 106.25%;
    vertical-align: 0;
    font-weight: 700;
    margin-left: 5px
}

.top-header .dropdown {
    width: auto;
    display:block
}

.top-header .dropdown-menu {
    border-radius: 0;
    border: 0;
    top: 100%;
    left: auto;
    right: 0;
    transition: all .4s ease-out 0;
    -webkit-transition: all .4s ease-out 0;
    -o-transition: all .4s ease-out 0;
    -ms-transition: all .4s ease-out 0;
    opacity: 0;
    display: block;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    z-index: 0;
    visibility: hidden
}

.top-header .dropdown.show > .dropdown-menu {
    padding: 0;
    margin: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -khtml-transform: translateY(0px);
    opacity: 1;
    z-index: 99999;
    visibility: inherit
}

.top-header .dropdown-menu a {
    border: 0;
    margin: 0;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    display: block
}

.top-header .dropdown.show > .dropdown-menu li {
    border-top: #ccc 1px solid;
    display: block
}

    .top-header .dropdown.show > .dropdown-menu li:first-child {
        border-top: 0
    }

    .top-header .dropdown.show > .dropdown-menu li a:hover {
        background: #2f3337;
        color: #fff
    }

.main-header {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .main-header .header-search-box {
        margin-left: auto
    }

        .main-header .header-search-box .form-inline {
            position: relative;
            display: inline-block
        }

            .main-header .header-search-box .form-inline .form-category {
                background: #f6f6f6;
                height: 39px
            }

            .main-header .header-search-box .form-inline .select2 {
                border-right: 1px solid #eaeaea;
                min-width: 152px;
                height: 40px
            }

                .main-header .header-search-box .form-inline .select2 .select2-selection {
                    border: 0;
                    background: 0;
                    margin-top: -1px
                }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 15px
}

.select2-dropdown {
    border: 1px solid #eaeaea
}

.select2-container--open .select2-dropdown {
    left: -1px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.main-header .header-search-box .form-inline .btn-search {
    width: 41px;
    height: 41px;
    background: #f79010 url(../images/search.png) no-repeat center center;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -1px;
    right: -1px
}

    .main-header .header-search-box .form-inline .btn-search:hover {
        opacity: .8
    }

.main-header .shopping-cart-box a.cart-link:hover:after {
    opacity: .8
}

.main-header .shopping-cart-box a.cart-link .title {
    width: auto;
    font-weight: 600;
    margin-top: 2px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 8px
}

.cart-block {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    color: #666;
    width: 350px;
    opacity: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden
}

.event {
    margin: 0 0 20px
}

.cart-block .cart-block-content {
    padding: 20px;
    overflow: hidden
}

    .cart-block .cart-block-content .cart-title {
        text-transform: uppercase;
        font-size: 75%
    }

    .cart-block .cart-block-content .product-info {
        margin-top: 10px;
        border-bottom: 1px solid #eaeaea;
        display: block;
        overflow: hidden;
        padding-bottom: 10px
    }

        .cart-block .cart-block-content .product-info .p-left {
            width: 100px;
            float: left;
            position: relative;
            border: 1px solid #eee
        }

            .cart-block .cart-block-content .product-info .p-left .remove_link {
                position: absolute;
                left: 5px;
                top: 5px
            }

                .cart-block .cart-block-content .product-info .p-left .remove_link:after {
                    content: '';
                    background: url(../images/delete_icon.png) no-repeat center center;
                    font-size: 0;
                    height: 9px;
                    width: 9px;
                    display: inline-block;
                    line-height: 24px
                }

        .cart-block .cart-block-content .product-info .p-right {
            margin-left: 110px;
            line-height: 18px
        }

            .cart-block .cart-block-content .product-info .p-right .p-rice {
                color: #ed1b24
            }

            .cart-block .cart-block-content .product-info .p-right .change_quantity {
                margin-top: 10px
            }

                .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_down,
                .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_up {
                    float: left;
                    width: 20px;
                    height: 30px;
                    border: 1px solid #ccc;
                    padding-top: 2px;
                    text-align: center
                }

                .cart-block .cart-block-content .product-info .p-right .change_quantity .cart_quantity_input_text {
                    width: 60px;
                    border: 1px solid #ccc;
                    margin-left: -1px;
                    margin-right: -1px;
                    height: 30px;
                    line-height: 100%;
                    float: left;
                    text-align: center
                }

    .cart-block .cart-block-content .toal-cart {
        margin-top: 10px
    }

        .cart-block .cart-block-content .toal-cart .toal-price {
            font-size: 112.5%;
            color: #999
        }

    .cart-block .cart-block-content .cart-buttons {
        overflow: hidden;
        width: 100%
    }

        .cart-block .cart-block-content .cart-buttons a {
            width: 50%;
            float: left;
            margin-top: 12px;
            text-transform: uppercase;
            font-size: 81.25%;
            padding: 10px 0;
            text-align: center;
            padding-left: 0
        }

            .cart-block .cart-block-content .cart-buttons a:hover {
                opacity: .8
            }

            .cart-block .cart-block-content .cart-buttons a.btn-my-cart {
                background: #eee
            }

            .cart-block .cart-block-content .cart-buttons a.btn-check-out {
                background: #ed1b24;
                color: #fff
            }

.box-vertical-megamenus {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1000;
    background: #fff
}

    .box-vertical-megamenus .title {
        background: #f7941d;
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 87.5%;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 1px;
        overflow: hidden
    }

        .box-vertical-megamenus .title .btn-open-mobile > .fa {
            line-height: inherit
        }

        .box-vertical-megamenus .title .btn-open-mobile {
            font-size: 106.25%;
            cursor: pointer;
            line-height: 50px
        }

    .box-vertical-megamenus .vertical-menu-content {
        border-top: 3px solid #ed1b24;
        background: #fff;
        display: none;
        padding-bottom: 15px
    }

.home .box-vertical-megamenus .vertical-menu-content {
    display: block
}

.box-vertical-megamenus .vertical-menu-list {
    border-left: 1px solid #eaeaea
}

    .box-vertical-megamenus .vertical-menu-list li {
        display: block;
        line-height: 34px;
        margin-left: -1px;
        position: relative
    }

    .box-vertical-megamenus .vertical-menu-list > li:hover {
        background: #ed1b24
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            color: #fff;
            border-color: #ed1b24
        }

            .box-vertical-megamenus .vertical-menu-list > li:hover > a.parent:before {
                color: #fff
            }

    .box-vertical-megamenus .vertical-menu-list > li > a {
        padding-left: 20px;
        line-height: 36px;
        display: block
    }

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 8px;
    color: #666
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none
}

.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 15px
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 14px;
    padding-right: 20px
}

    .box-vertical-megamenus .all-category span {
        height: 40px;
        width: 100%;
        line-height: 39px;
        border: 1px solid #eaeaea;
        text-align: center;
        display: block;
        cursor: pointer
    }

        .box-vertical-megamenus .all-category span:hover {
            background: #ed1b24;
            color: #fff;
            border-color: #ed1b24
        }

        .box-vertical-megamenus .all-category span:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            font-weight: 700;
            margin-left: 20px
        }

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transition: all .45s ease-out 0;
    -moz-transition: all .45s ease-out 0;
    -o-transition: all .45s ease-out 0;
    transition: all .45s ease-out 0;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fff;
    border: 1px solid #eaeaea
}

    .vertical-dropdown-menu .vertical-groups {
        padding: 24px 15px
    }

    .vertical-dropdown-menu .mega-group-header {
        border-bottom: 1px solid #e8e8e8;
        font-size: 106.25%;
        margin-bottom: 10px;
        display: table;
        width: 100%
    }

        .vertical-dropdown-menu .mega-group-header span {
            padding-bottom: 10px;
            border-bottom: 1px solid #ed1b24;
            float: left;
            margin-bottom: -1px
        }

    .vertical-dropdown-menu .group-link-default {
        border: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 10px
    }

        .vertical-dropdown-menu .group-link-default li {
            border: none !important;
            padding-left: 0 !important;
            line-height: 28px !important
        }

    .vertical-dropdown-menu .mega-products .mega-product {
        border-right: 1px solid #eaeaea;
        margin-top: 15px;
        line-height: 18px
    }

        .vertical-dropdown-menu .mega-products .mega-product:last-child {
            border-right: 0
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
            width: auto;
            display: inline-block;
            color: #ed1b24
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
            color: #999;
            text-decoration: line-through;
            width: auto;
            display: inline-block;
            padding-left: 20px
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-star {
            margin-top: 5px;
            color: #f90
        }

.page-headers + #amazonLogin {
    display: none
}

#main-menu {
    padding: 0
}

    #main-menu .container-fluid {
        padding: 0;
        width: 100%
    }

    #main-menu .navbar-header {
        display: none
    }

    #main-menu .navbar {
        border: 0;
        margin: 0;
        background: 0
    }

        #main-menu .navbar .navbar-nav > li > a {
            color: #fff;
            margin: 12px 0;
            padding: 0 12px;
            background: 0;
            font-size:15px;
        }

.nav-top-menu .main-menu .navbar {
    min-height: 40px
}

.nav-ontop #main-menu .navbar .navbar-nav > li > a {
    padding: 3px;
    font-size: 14px;
}

#main-menu .navbar .navbar-nav > li:last-child > a {
    border-right: 0
}

#main-menu .navbar .navbar-nav > li.active,
#main-menu .navbar .navbar-nav > li:hover {
    color: #fff;
    border-bottom: 2px solid #fff
}

    #main-menu .navbar .navbar-nav > li.active > a,
    #main-menu .navbar .navbar-nav > li:hover > a {
        color: #fff;
        border-right: 0px solid transparent
    }

.navbar-nav > li {
    position: relative !important
}

#main-menu li:nth-child(5) .dropdown-menu,
#main-menu li:nth-child(6) .dropdown-menu {
    left: 50%;
    margin-left: -415px
}

#main-menu li:nth-child(6) .dropdown-menu,
#main-menu li:nth-child(7) .dropdown-menu {
    left: 50%;
    margin-left: -525px
}

#main-menu li:nth-child(7) .dropdown-menu,
#main-menu li:nth-child(8) .dropdown-menu {
    left: 50%;
    margin-left: -625px
}

#main-menu .dropdown-menu.container-fluid {
    padding: 15px 30px
}

#main-menu .mega_dropdown .block-container {
    padding: 0 15px
}

#main-menu .mega_dropdown .group_header a {
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
    font-size: 13px;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    position: relative
}

    #main-menu .mega_dropdown .group_header a.active,
    #main-menu .mega_dropdown .group_header a:hover {
        background: #e4e4e4;
        color:#000;
    }

#main-menu .mega_dropdown .group_header:first-child {
    margin-top: 0
}

#main-menu .mega_dropdown .img_container {
    padding: 0 0 5px
}

#main-menu .dropdown-menu .block-container .link_container > a {
    line-height: 32px
}

#main-menu .dropdown-menu .block-container .link_container {
    padding-left: 10px
}

    #main-menu .dropdown-menu .block-container .link_container:hover {
        background: #ed1b24
    }

        #main-menu .dropdown-menu .block-container .link_container:hover > a {
            color: #fff
        }

#main-menu .dropdown-menu .block-container .group_header > a {
    line-height: 32px;
    border-bottom: 1px solid #ed1b24;
    display: inline-block;
    margin-bottom: -1px
}

#main-menu li.dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 87.5%;
    vertical-align: 0;
    padding-left: 7px
}

#main-menu li.dropdown:before {
    content: "\f0de";
    font-family: FontAwesome;
    font-size: 93.75%;
    color: #fff;
    padding-left: 7px;
    position: absolute;
    bottom: -13px;
    right: 48%;
    display: none;
    z-index: 1001
}

#main-menu li.dropdown:hover:before {
    display: none
}

.menuCol03 {
    color: #000;
    padding-left: 10px
}

.menuCol03 {
    max-width: 100%;
    height: auto
}

.sideNavbar {
    display: none
}

    .sideNavbar.active {
        display: block
    }

    .sideNavbar li a {
        text-transform: uppercase;
        border-bottom: 1px solid #eaeaea;
        font-weight: 500;
        font-size: 13px;
        padding: 11px 15px;
        line-height: 18px;
        position: relative;
        display: block
    }

        .sideNavbar li a:hover {
            background: #e4e4e4;
            color:#000;
        }

.menuProTitle {
    font-size: 125%;
    line-height: 24px;
    padding-bottom: 20px;
    font-weight: 700
}

.menuProDisc {
    font-size: 100%;
    line-height: 20px;
    padding-bottom: 20px
}

.menuProPrice {
    font-size: 150%;
    padding-bottom: 20px;
    font-weight: 700
}

    .menuProPrice span {
        text-decoration: line-through;
        font-size: 87.5%;
        font-weight: 400
    }

.menuProBtn {
    background: #f0c417;
    border: #f0c417 solid 2px;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    color: #000;
}

    .menuProBtn:hover {    
        border: #f0c417 solid 2px;
        color: #f0c417;
        background: #fff;
    }

.menuProThumb {
    display: block;
    text-align: center;
    padding: 10px;
    border: #eaeaea 1px solid;
    margin-top: 20px
}

.nav-menu {
    border: 0
}

    .nav-menu .container-fluid {
        padding: 0
    }

    .nav-menu .navbar-collapse {
        z-index: 10000;
        padding: 0;
        margin: 0;
        border: 0
    }

    .nav-menu .nav > li:last-child a {
        background-image: none
    }

    .nav-menu .nav > li > a {
        padding: 15px 25px;
        background: url(../images/kak.png) no-repeat right center
    }

    .nav-menu .navbar-toggle {
        background: url(../images/bar.png) no-repeat left center;
        height: 50px;
        margin: 0;
        padding-right: 3px
    }

    .nav-menu .navbar-brand {
        font-size: 87.5%;
        font-weight: 700;
        display: none;
        text-transform: uppercase
    }

        .nav-menu .navbar-brand a {
            color: #fff
        }

    .nav-menu .toggle-menu {
        float: right;
        line-height: 49px;
        max-height: 50px
    }

        .nav-menu .toggle-menu:before {
            font: normal normal normal 17px/1 FontAwesome;
            content: "\f0c9";
            line-height: inherit;
            color: #fff
        }

.floor-elevator {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/floor-elevator.png) no-repeat left center;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 125%;
    font-weight: 700;
    line-height: normal;
    color: #999;
    padding-top: 7px
}

    .floor-elevator .fa {
        font-weight: 700
    }

    .floor-elevator .btn-elevator {
        cursor: pointer
    }

        .floor-elevator .btn-elevator:hover,
        .floor-elevator .disabled {
            color: #ccc
        }

    .floor-elevator .down {
        margin-top: -6px
    }

.nav-menu-default {
    height: 50px;
    background: #ed1b24;
    border-radius: 0;
    padding: 0;
    margin: 0
}

    .nav-menu-default .navbar-collapse {
        background: #eee
    }

    .nav-menu-default ul > li.active > a,
    .nav-menu-default ul > li.selected > a,
    .nav-menu-default ul > li > a:hover {
        background: #ed1b24;
        color: #fff
    }

.nav-menu-red {
    height: 53px;
    background: #ed1b24;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-red .navbar-collapse {
        background: #fff
    }

    .nav-menu-red li a:hover,
    .nav-menu-red li.active a,
    .nav-menu-red li.selected a {
        background: #ed1b24;
        color: #fff
    }

.nav-menu-green {
    height: 53px;
    background: #396;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-green .navbar-collapse {
        background: #fff
    }

    .nav-menu-green li a:hover,
    .nav-menu-green li.active a,
    .nav-menu-green li.selected a {
        background: #396;
        color: #fff
    }

.nav-menu-orange {
    height: 53px;
    background: #f63;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-orange .navbar-collapse {
        background: #fff
    }

    .nav-menu-orange li a:hover,
    .nav-menu-orange li.active a,
    .nav-menu-orange li.selected a {
        background: #f63;
        color: #fff
    }

.nav-menu-blue {
    height: 53px;
    background: #36c;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-blue .navbar-collapse {
        background: #fff
    }

    .nav-menu-blue li a:hover,
    .nav-menu-blue li.active a,
    .nav-menu-blue li.selected a {
        background: #36c;
        color: #fff
    }

.nav-menu-gray {
    height: 53px;
    background: #6c6856;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-gray .navbar-collapse {
        background: #fff
    }

    .nav-menu-gray li a:hover,
    .nav-menu-gray li.active a,
    .nav-menu-gray li.selected a {
        background: #6c6856;
        color: #fff
    }

.nav-menu-blue2 {
    height: 53px;
    background: #690;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

    .nav-menu-blue2 .navbar-collapse {
        background: #fff
    }

    .nav-menu-blue2 li a:hover,
    .nav-menu-blue2 li.active a,
    .nav-menu-blue2 li.selected a {
        background: #690;
        color: #fff
    }

.show-brand .navbar-brand {
    display: block;
    width: 228px;
    background: #f7941d;
    margin-left: 0 !important;
    text-transform: uppercase;
    padding: 0;
    padding-left: 20px;
    line-height: 50px;
    font-size: 87.5%
}

    .show-brand .navbar-brand a {
        color: #fff;
        line-height: 53px
    }

    .show-brand .navbar-brand img {
        vertical-align: middle;
        margin-right: 15px
    }

.header-top-right {
    padding: 0;
    border-top: 3px solid #ed1b24
}

    .header-top-right .header-banner {
        width: 26%;
        float: right
    }

        .header-top-right .header-banner img {
            width: 100%;
            height: auto
        }

    .header-top-right .homeslider img {
        width: 100%;
        height: auto
    }

    .header-top-right .homeslider .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: none;
        border: 0;
        left: 0;
        background: #fff
    }

    .header-top-right .homeslider .bx-controls-direction .bx-next,
    .header-top-right .homeslider .bx-controls-direction .bx-prev {
        background: #ed1b24;
        text-indent: 0 !important;
        color: #fff;
        font-size: 93.75%;
        text-align: center;
        line-height: 32px;
        -moz-transition: all .45s ease;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        -ms-transition: all .45s ease;
        transition: all .45s ease;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev {
        left: 50%
    }

    .header-top-right .homeslider .bx-controls-direction .bx-next {
        right: 50%
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-next {
        right: 10px;
        opacity: 1;
        visibility: inherit
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
        left: 10px;
        opacity: 1;
        visibility: inherit
    }

    .header-top-right .homeslider .bx-controls-direction .bx-next:hover,
    .header-top-right .homeslider .bx-controls-direction .bx-prev:hover {
        opacity: .8
    }

    .bx-wrapper:hover .bx-next,
    .header-top-right .homeslider .bx-wrapper:hover .bx-prev {
        display: block
    }

    .bx-wrapper .bx-controls-auto,
    .header-top-right .homeslider .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 10px;
        width: 90px;
        text-align: right;
        padding: 0;
        right: 10px
    }

        .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
            width: 20px;
            height: 20px;
            border-radius: 90%;
            margin-right: 5px;
            line-height: 20px
        }

            .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
                width: 100%;
                height: 100%;
                float: left;
                background: 0;
                margin: 0;
                padding: 0;
                text-align: center;
                text-indent: 0;
                border-radius: 90%;
                color: #666;
                border: 1px solid #999;
                padding-left: 1px
            }

        .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active,
        .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #ed1b24;
            color: #fff;
            border: 1px solid #fff
        }

.bx-wrapper {
    margin: 0
}

.page-top {
    margin-top: 30px
}

.latest-deals .latest-deal-title {
    height: 34px;
    background: url(../images/latest-deal-title.png) no-repeat left center;
    padding: 2px 0 0;
    margin: 0;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 700;
    padding-left: 37px;
    margin-left: 8px;
    background-size: 10%
}

.latest-deals .product-list li {
    padding-right: 0;
    border: 0
}

.latest-deals .latest-deal-content {
    border: 3px solid #ed1b24;
    padding: 7px 15px
}

.latest-deals .count-down-time {
    text-align: center;
    padding-bottom: 0
}

    .latest-deals .count-down-time span {
        height: 24px;
        background: #999;
        color: #fff;
        width: auto;
        display: inline-block;
        line-height: 24px;
        margin: 0 3px;
        font-size: 112.5%;
        letter-spacing: 17px;
        padding-left: 7px;
        position: relative
    }

        .latest-deals .count-down-time span:after {
            content: '';
            height: 24px;
            width: 2px;
            position: absolute;
            left: 25px;
            top: 0;
            background: #fff
        }

        .latest-deals .count-down-time span:before {
            content: '';
            height: 24px;
            width: 11px;
            position: absolute;
            right: 0;
            top: 0;
            background: #fff
        }

        .latest-deals .count-down-time span:first-child {
            margin-left: 10px
        }

    .latest-deals .count-down-time b {
        margin-left: -8px;
        position: relative
    }

        .latest-deals .count-down-time b:after {
            position: absolute;
            right: -1px;
            top: 0;
            content: ':'
        }

.latest-deals .product-list .owl-controls {
    width: 100%;
    top: 40%
}

.latest-deals .product-list li .right-block {
    padding: 0
}

.latest-deals .content_price {
    width: 100% !important
}

.latest-deals .colreduce-percentage {
    float: right;
    padding-right: 20px
}

.latest-deals .owl-next,
.latest-deals .owl-prev {
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    display: block;
    opacity: 0
}

.latest-deals .owl-next {
    right: -50px
}

.latest-deals .owl-prev {
    left: -50px
}

.latest-deals:hover .owl-prev {
    left: -15px;
    opacity: 1
}

.latest-deals:hover .owl-next {
    right: -15px;
    opacity: 1
}

.popular-tabs .owl-controls .owl-next {
    top: -46px
}

.popular-tabs .owl-controls .owl-prev {
    top: -46px;
    left: inherit;
    right: 26px
}

.popular-tabs .nav-tab {
    margin: 0;
    padding: 0
}

.popular-tabs .nav-tab {
    margin: 0 0 5px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden
}

    .popular-tabs .nav-tab li {
        list-style: none;
        display: inline;
        border-bottom: 3px solid #ccc;
        margin-right: 2px;
        height: 30px;
        line-height: 30px;
        float: left;
        padding: 0 15px
    }

        .popular-tabs .nav-tab li.active,
        .popular-tabs .nav-tab li:hover {
            border-bottom: 3px solid #ed1b24
        }

            .popular-tabs .nav-tab li.active a,
            .popular-tabs .nav-tab li:hover a {
                color: #333
            }

        .popular-tabs .nav-tab li a {
            font-size: 100%;
            text-transform: uppercase;
            color: #333;
            font-weight: 700
        }

.popular-tabs .tab-container {
    padding-top: 30px
}

.popular-tabs .product-list li {
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
    overflow: hidden
}

.service {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 75%;
    margin-top: 20px;
    float: left;
    width: 100%
}

    .service .service-item {
        padding-left: 35px;
        border-right: 1px solid #ccc;
        overflow: hidden
    }

        .service .service-item .icon {
            width: 40px;
            height: 40px;
            float: left
        }

        .service .service-item .info {
            padding-left: 15px;
            margin-left: 40px;
            padding-top: 2px
        }

        .service .service-item h3 {
            margin: 0;
            padding: 0;
            text-transform: uppercase
        }

            .service .service-item h3.headNorton {
                font-size: 68.75%
            }

        .service .service-item:last-child {
            border-right: 0
        }

.product-list li:hover .add-to-cart {
    bottom: 0;
    opacity: 1
}

.product-list li:hover .quick-view a.heart {
    margin-left: 0;
    opacity: 1
}

.product-list li:hover .quick-view a.compare {
    margin-left: 0;
    opacity: 1
}



.product-list li .left-block a {
    display: block;
    overflow: hidden
}

.product-list li .left-block img {
    transition: all .5s;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto
}

.product-list li:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transform-origin: center;
    -moz-transform: scale(1.2, 1.2);
    -moz-transform-origin: center;
    -o-transform: scale(1.2, 1.2);
    -o-transform-origin: center;
    transform: scale(1.2, 1.2);
    transform-origin: center
}

.product-list li .quick-view {
    position: absolute;
    right: 20px;
    /* top: 20%;*/
    width: 32px;
    top: auto;
    bottom: 20%;
}

    .product-list li .quick-view a {
        width: 32px;
        height: 32px;
        float: left;
        border-radius: 90%;
        margin-top: 5px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        cursor: pointer
    }

        .product-list li .quick-view a.LowerPriceGuarantee {
            -webkit-transition: opacity .5s ease .5s;
            -moz-transition: opacity .5s ease .5s;
            -ms-transition: opacity .5s ease .5s;
            -o-transition: opacity .5s ease .5s;
            transition: opacity .5s ease .5s;
            background-color: transparent;
            opacity: 0;
            content: url('../../img/B-LowesPrice-Icon.png')
        }

.product-list li:hover .quick-view > a.LowerPriceGuarantee {
    background-color: transparent;
    opacity: 1;
    content: url('../../img/B-LowesPrice-Icon.png')
}

.product-list li .quick-view a.LowerPriceGuarantee:hover {
    background-color: transparent;
    opacity: 1;
    content: url('../../img/R-LowesPrice-Icon.png')
}

.lwst_price_prod {
    content: url('/assets/images/B-Lowest-Price-Logo-2lines.png')
}

    .lwst_price_prod:hover {
        content: url('/assets/images/R-Lowest-Price-Logo-2lines.png')
    }

.product-list li .quick-view a.heart {
    -webkit-transition: margin-left .4s ease .4s;
    -moz-transition: margin-left .4s ease .4s;
    -ms-transition: margin-left .4s ease .4s;
    -o-transition: margin-left .4s ease .4s;
    transition: margin-left .4s ease .4s;
    margin-left: 10px;
    background: rgba(0, 0, 0, .4);
    opacity: 0
}

    .product-list li .quick-view a.heart:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f08a";
        font-weight: 700
    }

.product-list li .quick-view a.compare {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: margin-left .3s ease .3s;
    -moz-transition: margin-left .3s ease .3s;
    -ms-transition: margin-left .3s ease .3s;
    -o-transition: margin-left 3s ease .3s;
    transition: margin-left .3s ease .3s;
    margin-left: 10px;
    opacity: 0
}

    .product-list li .quick-view a.compare:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f012"
    }


.product-list li:hover .quick-view a.search {
    margin-left: 0;
    opacity: 1;
    
}
.product-list li .quick-view a.search {  
    background: #232f3e;
    border: #232f3e solid 1px;
    -webkit-transition: margin-left .2s ease .2s;
    -moz-transition: margin-left .2s ease .2s;
    -ms-transition: margin-left .2s ease .2s;
    -o-transition: margin-left .2s ease .2s;
    transition: margin-left .2s ease .2s;
    margin-left: 20px;
    width: 100px;
    border-radius: 5px;
    right: 0;
    position: absolute;
    top: 41px;
    opacity: 0;
    color: #f0c417;
    font-weight: 600;
    line-height: 28px;
    transition: all 0.3s ease-in;
}
    .product-list li .quick-view a.search:hover {
        background: rgba(0,0,0, 0.5);
        color: #fff;
        border: #1c1c1c solid 1px;
        transition: all 0.3s ease-in;
    }
    .product-list li .quick-view a.search:before {
        font: normal normal normal 14px/1 FontAwesome;
        /*content: "\f002"*/
        content: "Quick View";
        font-family: open_sansregular, sans-serif;
    }

.product-list li .quick-view a:hover {
    background-color: #000
}

.product-list li .add-to-cart {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    display:none;
}

    .product-list li .add-to-cart:hover {
        background-color: rgba(0, 0, 0, .5)
    }

    .product-list li .add-to-cart a {
        background: url(../images/shop.png) no-repeat left center;
        height: 32px;
        line-height: 32px;
        color: #fff;
        width: auto;
        padding-left: 40px;
        display: inline-block;
        vertical-align: middle
    }

.product-list li .product-info {
    padding: 0 5px
}

.product-list li .product-price {
    font-size: 100%;
    color: #333;
    font-weight: 700
}

.product-list li .old-price {
    text-decoration: line-through;
    margin-left: 3px;
    color: #666;
    margin-top: 5px;
    display: none;
    line-height: 13px;
    font-size: 100%;
}
/*.product-list li .content_price .offdisc {
    margin-top: -3px;   
}
.product-list li .content_price {
    margin-bottom: 10px;
}*/
.product-list li .colreduce-percentage {
    line-height: 17px;
    margin-left: 3px
}

.product-list li .group-price {
    position: absolute;
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto
}

    .product-list li .group-price .price-percent-reduction {
        width: 36px;
        height: 36px;
        background: #f60;
        color: #fff;
        float: left;
        border-radius: 90%;
        line-height: normal;
        text-align: center;
        font-size: 75%;
        padding-top: 5px;
        margin-bottom: 5px
    }

.product-list li .price-percent-reduction2 {
    width: 52px;
    height: 44px;
    background: url(../images/price-percent-br.png) no-repeat center center;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 87.5%;
    position: absolute;
    top: 10px;
    right: 0;
    padding-left: 5px;
    padding-top: 2px
}

.product-list li .group-price .product-new {
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 75%;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ffc000;
    height: 22px
}

.product-list li .group-price .product-sale {
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 75%;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ff4318;
    height: 22px
}

.product-list li .product-star {
    width: auto;
    float: right;
    color: #f90;
    text-align: right;
    display: inline-block;
    padding-top: 5px;
    font-size: 81.25%
}

.product-list li .lowest_price.on_product_price {
    display:none;
}

.owl-controls .owl-prev {
    position: absolute;
    left: -8px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-controls .owl-next {
    position: absolute;
    right: -8px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 100%;
    font-size: 0
}

    .owl-controls .owl-next:before,
    .owl-controls .owl-prev:before {
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        color: #000
    }

    .owl-controls .owl-next:before {
        content: "\f105"
    }

    .owl-controls .owl-prev:before {
        content: "\f104"
    }

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #000
}

.banner a {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative
}

    .banner a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5);
        content: '';
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 300%, 0)
    }

    .banner a:hover:before {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -300%, 0)
    }

.banner-img,
.banner-img2 {
    position: relative
}

    .banner-img a:before,
    .banner-img2 a:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-bottom: 1px solid rgba(255, 255, 255, .8);
        transform: scale(0, 1)
    }

    .banner-img2 a:before {
        border-width: 3px 0
    }

    .banner-img a:after,
    .banner-img2 a:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-left: 1px solid rgba(255, 255, 255, .8);
        border-right: 1px solid rgba(255, 255, 255, .8);
        transform: scale(1, 0)
    }

    .banner-img2 a:after {
        background: rgba(0, 0, 0, .1);
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px
    }

    .banner-img a:hover:after,
    .banner-img a:hover:before,
    .banner-img2 a:hover:after,
    .banner-img2 a:hover:before {
        transform: scale(1);
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0
    }

.content-page {
    background: #eaeaea;
    margin-top: 30px;
    padding-bottom: 30px
}

.category-featured {
    margin-top: 30px
}

.category-banner {
    overflow: hidden
}

    .category-banner .banner {
        padding: 0;
        overflow: hidden
    }

.featured-text {
    position: absolute;
    right: -5px;
    top: -5px;
    background: url(../images/featured2.png) no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100
}

    .featured-text span {
        color: #fff;
        text-transform: uppercase;
        font-size: 75%;
        width: 100%;
        height: 20px;
        line-height: 24px;
        float: left;
        margin-top: 24px;
        margin-left: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #036;
        font-weight: 700;
        text-indent: -999px
    }

.product-featured {
    margin-top: 10px;
    background: #fff
}

    .product-featured .product-featured-content {
        width: 100%;
        float: right
    }

        .product-featured .product-featured-content .product-featured-list {
            margin-left: 234px;
            overflow: hidden
        }

    .product-featured .banner-featured {
        width: 234px;
        float: left;
        margin-right: -100%;
        position: relative
    }

    .product-featured .product-list li {
        border-right: 1px solid #eaeaea;
        padding-bottom: 10px;
        min-height: 350px
    }

    .product-featured .product-list .owl-stage .active:last-child li {
        border: 0
    }

    .product-featured .owl-next,
    .product-featured .owl-prev {
        -moz-transition: all .45s ease;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        -ms-transition: all .45s ease;
        transition: all .45s ease;
        opacity: 0;
        visibility: hidden
    }

    .product-featured .owl-next {
        right: -50px
    }

    .product-featured .owl-prev {
        left: -50px
    }

    .product-featured .owl-carousel:hover .owl-prev {
        left: 0;
        opacity: 1;
        visibility: inherit
    }

    .product-featured .owl-carousel:hover .owl-next {
        right: 0;
        opacity: 1;
        visibility: inherit
    }

.banner-bottom {
    margin-top: 30px
}

.owl-carousel .item {
    background: #eaeaea
}

.brand-showcase {
    margin-top: 30px
}

    .brand-showcase .brand-showcase-title {
        font-size: 100%;
        text-transform: uppercase;
        color: #333;
        font-weight: 700;
        border-bottom: 3px solid #ed1b24;
        line-height: 40px;
        padding-left: 10px
    }

.brand-showcase-box {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .brand-showcase-box .brand-showcase-logo .owl-item:last-child {
        margin-right: 0 !important
    }

    .brand-showcase-box .brand-showcase-logo li {
        background: #eaeaea;
        cursor: pointer
    }

        .brand-showcase-box .brand-showcase-logo li.active,
        .brand-showcase-box .brand-showcase-logo li:hover {
            background: #fff
        }

    .brand-showcase-box .brand-showcase-logo .owl-controls .owl-next,
    .brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev {
        top: -18px
    }

    .brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev {
        left: inherit;
        right: 26px
    }

    .brand-showcase-box .brand-showcase-logo .owl-controls .fa {
        font-weight: 700
    }

.brand-showcase-content .brand-showcase-content-tab {
    display: none
}

.brand-showcase-content .active {
    display: block
}

.trademark-info {
    padding-left: 45px !important
}

    .trademark-info .trademark-desc,
    .trademark-info .trademark-logo {
        border-bottom: 1px dotted #999;
        padding-bottom: 20px
    }

    .trademark-info .trademark-logo {
        margin-top: 30px
    }

    .trademark-info .trademark-desc {
        line-height: 18px;
        margin-top: 20px
    }

    .trademark-info .trademark-link {
        line-height: 30px;
        text-transform: uppercase;
        border: 1px solid #999;
        padding: 0 10px 0 15px;
        margin-top: 20px;
        float: left
    }

        .trademark-info .trademark-link:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0da";
            padding-left: 12px
        }

.trademark-product {
    padding-right: 45px
}

    .trademark-product .product-item {
        margin-top: 30px
    }

    .trademark-product .image-product {
        float: left;
        width: 40%
    }

    .trademark-product .info-product {
        float: right;
        width: 60%;
        padding-left: 20px;
        line-height: 35px;
        padding-top: 20px
    }

        .trademark-product .info-product .product-price {
            font-size: 112.5%;
            color: #ed1b24;
            font-weight: 700
        }

        .trademark-product .info-product .product-star {
            color: #f90;
            font-size: 81.25%
        }

        .trademark-product .info-product .quick-view a {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: rgba(0, 0, 0, .7);
            color: #fff;
            text-align: center
        }

        .trademark-product .info-product .btn-view-more {
            height: 26px;
            text-align: center;
            line-height: 24px;
            padding: 0 15px;
            display: inline-block;
            border: 1px solid #eaeaea
        }

            .trademark-product .info-product .btn-view-more:hover {
                background: #ed1b24;
                color: #fff
            }

        .trademark-product .info-product .quick-view a .fa {
            text-align: center;
            line-height: 25px
        }

        .trademark-product .info-product .quick-view a:hover {
            background: #ed1b24
        }

#hot-categories {
    margin-top: 30px
}

.group-title-box {
    margin-bottom: 20px
}

.group-title {
    font-size: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    padding-bottom: 7px
}

    .group-title span {
        border-bottom: 3px solid #ed1b24;
        text-transform: uppercase;
        padding: 5px 10px
    }

.cate-box {
    padding-bottom: 20px
}

    .cate-box .cate-tit {
        background: #f4f4f4;
        height: 110px;
        overflow: hidden
    }

        .cate-box .cate-tit .div-1 {
            width: 46%;
            float: left;
            padding-left: 25px;
            padding-right: 15px
        }

.cate-name-wrap {
    display: table;
    margin-bottom: 18px
}

.cate-box .cate-name {
    font-size: 100%;
    font-weight: 700;
    height: 55px;
    display: table-cell;
    vertical-align: bottom
}

.cate-box .cate-link {
    padding: 4px 4px 3px 7px;
    background: #999;
    text-decoration: none;
    color: #fff
}

    .cate-box .cate-link:hover {
        background: #ed1b24 !important
    }

.cate-link span {
    padding-right: 12px;
    background: url(../data/cate-readmore-arrow.png) right 2px top 50% no-repeat;
    text-transform: uppercase;
    font-size: 62.5%;
    line-height: 20px
}

.cate-content {
    padding-top: 10px;
    padding-bottom: 10px
}

    .cate-content ul {
        list-style: none
    }

        .cate-content ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            content: "\f105";
            padding: 0 10px;
            font-weight: 700
        }

.cate-box .div-2 {
    width: 54%;
    float: left;
    padding-top: 10px;
    overflow: hidden
}

/*#footer {
    background: #eee
}*/

#address-list .tit-name {
    float: left;
    font-weight: 700;
    width: 70px;
    padding-right: 5px
}

#address-list {
    margin-top: 18px
}

    #address-list .tit-contain {
        display: flex
    }

#introduce-box {
    margin-top: 40px;
    padding-bottom: 30px
}

.introduce-title {
    text-transform: uppercase;
    font-size: 100%;
    list-style: none;
    font-weight: 700;
    margin-bottom: 8px
}

.introduce-list li {
    border-top: #eee 1px solid
}

    .introduce-list li a {
        display: block;
        line-height: 40px;
        color: #666;
        font-size: 15px;
        padding: 0 20px;
        font-weight: 600
    }

        .introduce-list li a:hover {
            background: #f4f4f4;
            color: #000;          
        }

.introduce-list {
    padding-left: 0;
    list-style: inherit
}

#mail-box {
    margin-bottom: 20px
}

    #mail-box input {
        height: 30px;
        background: #fff;
        width: 100%;
        padding-left: 10px
    }

    #mail-box .btn {
        font-weight: 700;
        color: #fff;
        height: 30px;
        border-radius: 0;
        background: #ed1b24;
        border: 0;
        outline: 0
    }

        #mail-box .btn:hover {
            z-index: 0;
            opacity: .8;
            transition: .3s
        }

#trademark-text-box {
    font-size: 81.25%
}

#trademark-list {
    list-style: outside none none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: 30px
}

    #trademark-list li {
        display: inline-block;
        padding: 10px 11px
    }

        #trademark-list li:last-child {
            padding-right: 0
        }

    #trademark-list #payment-methods {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 0
    }

.trademark-text-tit {
    text-transform: uppercase;
    font-size: 81.25%;
    font-weight: 700
}

.trademark-list {
    list-style: none;
    margin-bottom: 10px
}

    .trademark-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #666
    }

        .trademark-list li:first-child {
            border-right: 0;
            padding-right: 0;
            padding-left: 0
        }

        .trademark-list li:last-child {
            border-right: 0;
            padding-right: 0
        }

.social-link a:hover {
    opacity: .8
}

.social-link .fa {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center
}

.social-link .fa-facebook {
    background: #415a99
}

.social-link .fa-pinterest-p {
    background: #cb222a
}

.social-link .fa-vk {
    background: #5b7fa6
}

.social-link .fa-twitter {
    background: #00caff
}

.social-link .fa-google-plus {
    background: #da4735
}

#footer {
    background-color: rgba(0,0,0,.88);
}

#footer-menu-box {
    border-top: 1px dashed #5a5a5a;
    margin-top: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #bfbfbf;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    background: #2a2a2a;
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px
}

    .footer-menu-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #06c
    }

        .footer-menu-list li:last-child {
            border-right: 0
        }

        .footer-menu-list li a {
            color: #06c
        }

            .footer-menu-list li a:hover {
                text-decoration: underline;
                transition: all .3s
            }

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 52px;
    background: #404040;
    border: solid #6a6a6a;
    border-style: double;
    font-size: 0;
    padding: 4px
}

    .scroll_top:hover {
        background: #232f3e;
    }

    .scroll_top:before {
        content: "\f106";
        font-family: FontAwesome;
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: block
    }

.breadcrumb {
    background: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    line-height: normal
}

    .breadcrumb .navigation-pipe:before {
        content: "/";
        font-size: 125%;
        display: inline-block;
        text-align: right;
        width: 6px;
        color: #666;
        font-family: FontAwesome;
        padding: 0 2px;
        position: relative;
        top: 1px
    }

#columns {
    padding-top: 16px
}

#left_column .left-module {
    margin-bottom: 30px
}

    #left_column .left-module .owl-dots {
        bottom: 5px
    }

    #left_column .left-module:last-child {
        margin-bottom: 10px
    }

    #left_column .left-module img {
        margin: 0 auto
    }

#left_column .block .title_block {
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

.accDetailPageBg #left_column .block .title_block {
    background: #2f3337;
    color: #fff;
    font-size: 106.25%;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0 20px
}

.accDetailPageBg #left_column .block .block_content {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 1px;
    margin-bottom: 20px;
    padding: 0
}

.layered .layered_subtitle {
    color: #666;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    display: block;
    width: 100%
}

    .layered .layered_subtitle:after {
        pointer-events: none;
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f107';
        color: #878787;
        float: right;
        vertical-align: middle;
        display: block
    }

    .layered .layered_subtitle.active:after {
        content: '\f106'
    }

.layered .layered-content {
    margin-bottom: 15px;
    padding: 10px 15px;
    max-height: 300px;
    overflow-x: hidden
}

    .layered .layered-content::-webkit-scrollbar {
        width: 6px
    }

    .layered .layered-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
    }

    .layered .layered-content::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px #2588cc;
        -moz-box-shadow: inset 0 0 6px #2588cc;
        -ms-box-shadow: inset 0 0 6px #2588cc;
        box-shadow: inset 0 0 6px #2588cc
    }

.tab_check a {
    color: #212121;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: 158px
}

.layered .layered_subtitle.catTitle {
    border: 0;
    padding: 9px 0 9px 20px;
    margin-left: 0;
    line-height: 20px;
    border-bottom: 1px solid #ededed;
    position: relative
}

    .layered .layered_subtitle.catTitle:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f107';
        position: absolute;
        left: 5px;
        top: 0;
        color: #878787;
        padding: 12px 0
    }

    .layered .layered_subtitle.catTitle.active:after {
        content: '\f107'
    }

    .layered .layered_subtitle.catTitle + .layered-content {
        border-top: 0;
        margin-bottom: 0
    }

        .layered .layered_subtitle.catTitle + .layered-content .check-box-list {
            padding: 10px 0
        }

.tab_check {
    cursor: pointer
}

.layered .layered-content:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.layered-category .layered-content {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

.tree-menu li {
    line-height: 24px
}

    .tree-menu li.active > a,
    .tree-menu li.active > span:before,
    .tree-menu li:hover > a,
    .tree-menu li:hover > span:before {
        color: #ed1b24
    }

.tree-menu > li > span:before {
    content: "\f105";
    font-size: 87.5%;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: FontAwesome;
    padding-right: 12px;
    color: #ccc;
    font-weight: 700;
    cursor: pointer
}

.tree-menu > li > span.open:before {
    content: "\f107";
    font-size: 87.5%;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: FontAwesome;
    padding-right: 12px;
    color: #ccc;
    font-weight: 700;
    cursor: pointer
}

.tree-menu > li > ul {
    padding-left: 17px;
    display: none
}

    .tree-menu > li > ul > li {
        border-bottom: 1px dotted #eaeaea
    }

        .tree-menu > li > ul > li:last-child {
            border: 0
        }

        .tree-menu > li > ul > li > span:before {
            content: "\f0da";
            font-size: 87.5%;
            display: inline-block;
            text-align: right;
            color: #666;
            font-family: FontAwesome;
            padding-right: 12px;
            color: #ccc
        }

.layered-filter-price .amount-range-price {
    padding: 15px 0
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: #232f3e;
    border: 0;
    border-radius: 0
}

    .layered-filter-price .slider-range-price .ui-widget-header {
        background: #ccc;
        height: 7px
    }

    .layered-filter-price .slider-range-price .ui-slider-handle {
        border: 0;
        border-radius: 0;
        background: url(../images/range-icon.png) no-repeat;
        cursor: pointer
    }

.check-box-list li {
    line-height: 24px
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    width: 100%
}

    .check-box-list label:hover {
        color: #116dbe
    }

.check-box-list input[type=checkbox] {
    display: none
}

    .check-box-list input[type=checkbox] + label span.button {
        display: inline-block;
        width: 25px;
        height: 24px;
        margin-right: 13px;
        background: url(../images/checkbox.png) no-repeat;
        padding: 0;
        border: 0;
        background-size: contain
    }

    .check-box-list input[type=checkbox]:checked + label span.button {
        background: #000 url(../images/checked.png) no-repeat center center;
        background-size: 14px
    }

    .check-box-list input[type=checkbox]:checked + label {
        color: #ed1b24
    }

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
    float: right
}

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px
}

.t-cell-check.t-cell-b {
    width: 33px
}

.filter-color li label {
    border: 1px solid #eaeaea;
    width: 20px;
    height: 20px;
    padding-top: 6px;
    padding-left: 6px;
    float: left
}

.filter-color li input[type=checkbox] + label span.button {
    background: 0;
    margin: 0
}

.filter-color li input[type=checkbox]:checked + label {
    border-color: #ed1b24
}

.filter-size {
    display: none
}

.filter-brand {
    display: none
}

.filter-category {
    width: 100%;
    overflow-x: auto;
    display: none
}

.owl-controls .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%
}

    .owl-controls .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        background: #adadad;
        display: inline-block;
        margin: 0 6px;
        border-radius: 90%
    }

        .owl-controls .owl-dots .owl-dot.active {
            background: #ed1b24
        }

.products-block {
    overflow: hidden
}

    .products-block .products-block-left {
        width: 75px;
        float: left
    }

    .products-block .products-block-right {
        margin-left: 85px
    }

    .products-block .product-price {
        font-size: 112.5%;
        color: #ed1b24;
        font-weight: 700;
        line-height: 35px
    }

    .products-block .product-star {
        color: #f90
    }

.products-block-bottom {
    padding-top: 15px
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid #ed1b24;
    line-height: 33px;
    font-size: 87.5%;
    color: #ed1b24;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: #ed1b24;
    color: #fff
}

    .products-block .link-all:hover {
        opacity: .8
    }

    .products-block .link-all:after {
        font: normal normal normal 13px/1 FontAwesome;
        content: "\f101";
        margin-left: 10px
    }

.best-sell li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 8px
}

    .best-sell li:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

.owl-best-sell {
    padding-bottom: 35px
}

#header {
    position: relative;
    background: #fff;
    border-bottom: #ccc solid 1px;
}



#left_column .block .block_content.product-onsale {
    padding: 0
}

    #left_column .block .block_content.product-onsale .product-list {
        padding-bottom: 25px
    }

        #left_column .block .block_content.product-onsale .product-list .product-container {
            border: 0
        }

            #left_column .block .block_content.product-onsale .product-list .product-container .right-block {
                padding: 0
            }

.product-bottom {
    padding: 10px
}

#mini-cart a.btn-add-cart {
    background: #f0c417;
    border: #f0c417 solid 2px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize !important;
}

    #mini-cart a.btn-add-cart:hover {
        /*background: #1993fd !important;*/
        background: #fff !important;
        border: #f0c417 solid 2px;
        color: #f0c417;
    }

.btn-add-cart,
.btn-out-stock {
    line-height: 40px;
    font-size: 112.5%;
    color: #fff;
    display: inline-block;
    margin: 10px;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #116dbd;
    border-radius: 4px
}

    .btn-add-cart:hover {
        color: #fff;
        background: #1993fd !important
    }

.btn-out-stock {
    padding: 13px 45px 14px;
    text-transform: uppercase;
    line-height: 24px;
    background: #232f3e;
    border-radius: 4px
}

    .btn-out-stock:hover {
        cursor: inherit;
        color: #fff;
        background: #232f3e;
    }

.cart_continue {
    padding: 7px 0;
    background: #fff
}

.quick-add-cart {
    height: 45px;
    line-height: 45px;
    padding: 0 45px;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    display: block
}

.btn-add-cart:before {
    width: 16px;
    height: 100%;
    float: left;
    background: url(../images/cart.png) no-repeat scroll left center;
    content: " ";
    margin-right: 15px
}

.tags {
    line-height: 26px
}

    .tags span {
        padding: 0 5px
    }

    .tags .level1 {
        font-size: 75%
    }

    .tags .level2 {
        font-size: 100%
    }

    .tags .level3 {
        font-size: 112.5%
    }

    .tags .level4 {
        font-size: 125%
    }

    .tags .level5 {
        font-size: 150%
    }

.testimonials {
    padding-bottom: 38px
}

    .testimonials .client-mane {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600
    }

    .testimonials .client-avarta {
        margin-top: 10px;
        text-align: center
    }

        .testimonials .client-avarta img {
            width: 110px;
            height: 110px;
            border: 3px solid #eaeaea;
            border-radius: 90%;
            margin: 0 auto
        }

.category-slider .owl-controls .owl-next,
.category-slider .owl-controls .owl-prev {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

    .category-slider .owl-controls .owl-next:hover,
    .category-slider .owl-controls .owl-prev:hover {
        background: #ed1b24
    }

.category-slider .owl-controls .owl-prev {
    left: 50%
}

.category-slider .owl-controls .owl-next {
    right: 50%
}

.category-slider:hover .owl-controls .owl-next {
    right: 0;
    visibility: inherit;
    opacity: 1
}

.category-slider:hover .owl-controls .owl-prev {
    left: 0;
    visibility: inherit;
    opacity: 1
}

.activeSubCategories {
    background: #f2f2f2;
    color: #666
}

.subcategories {
    border: 1px solid #e4e4e4;
    margin-top: 20px
}

    .subcategories ul {
        overflow: hidden
    }

    .subcategories li {
        display: inline;
        float: left
    }

        .subcategories li a {
            height: 34px;
            float: left;
            line-height: 34px;
            padding: 0 40px;
            font-size: 81.25%
        }

            .subcategories li a:hover {
                background: #f2f2f2;
                color: #666
            }

        .subcategories li.current-categorie {
            position: relative
        }

            .subcategories li.current-categorie:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f0da";
                position: absolute;
                right: -5px;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #000
            }

            .subcategories li.current-categorie a {
                background: #232f3e;
                color: #fff;
                font-size: 87.5%;
                font-weight: 700
            }

.view-product-list {
    padding-top: 0;
    position: relative;
    clear: both
}

.page-heading .page-heading-title {
    border-bottom: 3px solid #ed1b24;
    position: absolute;
    bottom: -1px;
    padding: 0 12px
}

.page-heading .page-heading-title2 {
    text-transform: uppercase;
    display: none
}

.no-line {
    border-bottom: 0
}

.view-product-list .display-product-option {
    position: absolute;
    top: 7px;
    right: 0
}

.display-product-option {
    margin-top: -10px
}

    .display-product-option li.view-as-grid span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url(../images/grid-view-bg.png) 0 0 #666;
        border: 0
    }

    .display-product-option li.view-as-list span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url(../images/list-view-bg.png) 0 0 #666;
        border: 0
    }

.display-product-option {
    float: right
}

    .display-product-option li {
        display: inline-block;
        float: left;
        margin: 0 2px
    }

        .display-product-option li.selected span,
        .display-product-option li:hover span {
            background-color: #2f3337;
            background-position: 0 -30px
        }

.product-list.grid .product-container {
    flex-direction: column
}

.product-list .product-container {
    border-radius: 15px;
    padding-bottom: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}

.product-list .info-orther {
    display: none
}

.product-list.grid li {
    padding: 0 10px;
    height: auto;
    margin: 0 0 15px
}

.product-list.grid .info-orther {
    display: none
}

.product-list.list li {
    width: 100%;
    margin-top: -1px;
    padding: 0 0 0 7px
}

    .product-list.list li .product-container {
        border: 0;
        border: 1px solid #ededed;
        width: 100%
    }

    .product-list.list li:hover .product-container {
        border: 1px solid #eaeaea
    }

.product-list.list .left-block {
    width: 29%;
    float: left;
    position: inherit
}

.product-list.list .add-to-cart {
    top: 70px;
    right: 36px;
    left: inherit;
    bottom: inherit;
    width: 129px;
    height: 36px;
    background: #ed1b24;
    line-height: 36px;
    position: absolute
}

    .product-list.list .add-to-cart a {
        height: 36px;
        background: url(../images/cart.png) no-repeat left center;
        margin-left: 15px;
        padding-left: 15px;
        width: 114px
    }

.product-list.list .quick-view {
    width: 129px;
    right: 36px;
    top: 120px;
    text-align: center;
    padding-left: 5px
}

    .product-list.list .quick-view a {
        margin: 0 10px
    }

        .product-list.list .quick-view a:last-child {
            margin: 0
        }

        .product-list.list .quick-view a.heart {
            margin-left: inherit
        }

        .product-list.list .quick-view a.compare {
            margin-left: inherit
        }

        .product-list.list .quick-view a.search {
            margin-left: inherit
        }

.product-list.list .group-price {
    top: 34px;
    left: 25px
}

.product-list.list .product-star {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 87.5%;
    line-height: 26px;
    padding-top: 6px
}

.product-list.list .right-block {
    width: 31%;
    float: left;
    margin-top: 20px;
    line-height: 26px
}

.product-list.list .info-orther {
    display: block
}

.product-list.list .right-block .product-name {
    font-size: 112.5%
}

.product-list.list .right-block .availability span {
    color: #096
}

.product-list.list .right-block .product-desc {
    line-height: 24px;
    margin-top: 20px
}

.product-list.style2.grid .add-to-cart {
    position: inherit;
    background: 0;
    margin-top: 5px
}

    .product-list.style2.grid .add-to-cart a {
        background: #ed1b24;
        padding: 0 15px
    }

        .product-list.style2.grid .add-to-cart a:hover {
            opacity: .8
        }

        .product-list.style2.grid .add-to-cart a:before {
            content: '';
            width: 16px;
            height: 100%;
            background: url(../images/cart.png) no-repeat left center;
            float: left;
            margin-right: 10px
        }

.sortPagiBar {
    margin-top: 20px
}

    .sortPagiBar .page-noite {
        line-height: 30px
    }

    .sortPagiBar .show-product-item,
    .sortPagiBar .sort-product {
        float: right;
        border: 1px solid #eaeaea;
        height: 31px;
        margin-left: 23px
    }

    .sortPagiBar select {
        background: 0;
        padding: 0 10px;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/dropdown.png) no-repeat right center #fafafa;
        padding-right: 20px;
        display: inline-block;
        font-size: 81.25%
    }

    .sortPagiBar .sort-product .sort-product-icon {
        display: inline-block;
        width: 38px;
        text-align: center;
        float: right;
        height: 29px;
        border-left: 1px solid #eaeaea;
        background: #fafafa;
        padding-top: 8px
    }

    .sortPagiBar .bottom-pagination {
        width: auto;
        float: right;
        margin-left: 23px
    }

        .sortPagiBar .bottom-pagination .pagination {
            padding: 0;
            margin: 0;
            border-radius: 0
        }

            .sortPagiBar .bottom-pagination .pagination a:hover {
                background: #ed1b24;
                color: #fff
            }

            .sortPagiBar .bottom-pagination .pagination .active a {
                background: #ed1b24;
                color: #fff
            }

            .sortPagiBar .bottom-pagination .pagination > li:first-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:first-child > span {
                margin-left: 0;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

            .sortPagiBar .bottom-pagination .pagination > li > a,
            .sortPagiBar .bottom-pagination .pagination > li > span {
                position: relative;
                float: left;
                padding: 5px 12px;
                margin-left: -1px;
                line-height: 1.42857;
                color: #999;
                text-decoration: none;
                background-color: #fafafa;
                border: 1px solid #eaeaea
            }

            .sortPagiBar .bottom-pagination .pagination > li:last-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:last-child > span {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

.customer_cre .page-content {
    margin-top: 5px
}

.page-content {
    margin-top: 30px;
    margin-bottom: 15px;
    clear:both;
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden
}

    .page-order ul.step li {
        display: inline;
        line-height: 30px;
        width: 20%;
        float: left;
        text-align: center;
        border-bottom: 3px solid #ccc
    }

        .page-order ul.step li.current-step {
            border-bottom: 3px solid #ed1b24
        }

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

    .page-order .heading-counter.empty-cart {
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 400px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        width: 100%
    }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0
}

/*.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea
}*/

    .page-order .cart_avail {
    text-align: center
}

    .page-order .cart_avail .label {
        white-space: normal;
        display: inline-block;
        padding: 6px 10px;
        font-size: 87.5%;
        border-radius: 0
    }

.page-order .product-name {
    font-size: 100%
}

.page-order .cart_description {
    font-size: 87.5%
}

.page-order .cart_avail .label-success {
    background: #fff;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: 400
}

.page-order .cart_navigation a.next-btn {
    float: right;
    background: #ed1b24;
    color: #fff;
    border: 1px solid #ed1b24
}

    .page-order .cart_navigation a.next-btn:hover {
        opacity: .8
    }

    .page-order .cart_navigation a.next-btn:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f105";
        padding-left: 15px
    }

.page-order .cart_navigation a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    border: 0;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    background: #002147;
    display: table;
    margin: 0 auto;
    min-width: 250px;
    border-radius: 4px
}

    .page-order .cart_navigation a:hover {
        background: #bb133e;
    }

.cart_summary > tfoot,
.cart_summary > thead {
    background: #2f3337;
    font-size: 100%;
    color: #fff;
}

    .cart_summary > thead > th {
        border-bottom-width: 1px;
        padding: 20px;
        
    }

.cart_summary td {
    vertical-align: middle !important;
    padding: 20px
}

.cart_summary .table > tbody > tr > td,
.cart_summary .table > tfoot > tr > td,
.cart_summary .table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
    padding: 10px
}

.cart_summary img {
    max-width: 100px
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px
}

.cart_summary .price {
    text-align: right
}

.cart_summary .qty {
    text-align: center;
    width: 100px
}

    .cart_summary .qty input {
        text-align: center;
        max-width: 64px;
        margin: 0 auto;
        border-radius: 0;
        border: 1px solid #eaeaea
    }

    .cart_summary .qty a {
        padding: 8px 10px 5px;
        border: 1px solid #eaeaea;
        display: inline-block;
        width: auto;
        margin-top: 5px
    }

        .cart_summary .qty a:hover {
            background: #ed1b24;
            color: #fff
        }

.cart_summary .action {
    text-align: center
}

    .cart_summary .action a {
        background: url(../images/delete_icon.png) no-repeat center center;
        font-size: 0;
        height: 9px;
        width: 9px;
        display: inline-block;
        line-height: 24px
    }

.cart_summary tfoot {
    text-align: right
}

.cart_navigation {
    width: 100%;
    padding-top: 10px
}

#product .pb-right-column {
    line-height: 24px
}

    #product .pb-right-column .fa {
        line-height: inherit
    }

    #product .pb-right-column .product-name {
        font-size: 23px;
        font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        line-height: 30px;
        margin: 0 0 10px;
        font-weight: 600;
        color: #000;
    }

    #product .pb-right-column .product-comments .comments-advices,
    #product .pb-right-column .product-comments .product-star {
        width: auto;
        display: inline-block
    }

    #product .pb-right-column .product-comments .product-star {
        color: #f90
    }

    #product .pb-right-column .product-comments .comments-advices a {
        border-right: 1px solid #eaeaea;
        padding-left: 15px;
        padding-right: 15px
    }

        #product .pb-right-column .product-comments .comments-advices a:last-child {
            border-right: 0
        }

  /*  #product .pb-right-column .product-price-group .discount,
    #product .pb-right-column .product-price-group .old-price {
        display:none;
    }*/

    #product .pb-right-column .product-price-group .price {
        display: inline-block;
        margin-right: 15px
    }

    #product .pb-right-column .product-price-group .discount {
        border: 1px solid #bb133e;
        padding: 0 10px;
        border-radius: 3px
    }

    #product .pb-right-column .product-price-group .price {
        font-size: 125%;
        font-weight: 300;
        color: #686868;
        text-transform: uppercase
    }

    #product .pb-right-column .product-price-group {
        font-size: 175%;
        margin: 5px 0 0
    }

        #product .pb-right-column .product-price-group .old-price {
            text-decoration: line-through;
          /*  display: none;*/
            margin-left: 5px;
            text-align: center;
            font-size: 79%;
            text-transform: capitalize;
            color: #c1c1c1
        }

        #product .pb-right-column .product-price-group .item-text {
            font-size: 87.5%;
            display: inline-block;
            text-transform: capitalize
        }

    #product .pb-right-column .info-orther {
        padding-bottom: 6px
    }

    #product .pb-right-column .form-option #size_chart {
        color: #ed1b24;
        text-decoration: underline;
        margin-left: 15px
    }

    #product .pb-right-column .product-desc {
        line-height: 24px
    }

    #product .pb-right-column .form-option .attributes {
        clear: both;
        padding: 5px 0;
        overflow: hidden
    }

        #product .pb-right-column .form-option .attributes:first-child {
            padding-top: 0
        }

    #product .pb-right-column .form-option .form-option-title {
        font-weight: 600;
        line-height: 20px;
        text-transform: capitalize
    }

    #product .pb-right-column .form-option .attributes select {
        padding: 0 0 0 10px;
        height: 29px;
        line-height: 23px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #fafafa url(../images/dropdown.png) no-repeat scroll right center;
        display: inline-block;
        border: 1px solid #eaeaea;
        min-width: 95px
    }

    #product .pb-right-column .form-option .qty {
        width: 60px;
        display: inline-block;
        float: left;
        overflow: hidden
    }

    #product .pb-right-column .form-option .product-qty {
        border: 1px solid #eaeaea;
        width: 60px;
        margin-left: 50px;
        overflow: hidden;
        background: #fafafa
    }

    #product .pb-right-column .form-option .attributes .btn-plus {
        width: 18px;
        height: 29px;
        float: left;
        display: inline-block;
        margin-top: -5px
    }

    #product .pb-right-column .form-option .btn-plus a {
        width: 18px;
        height: 10px;
        float: left;
        text-align: center;
        cursor: inherit
    }

    #product .pb-right-column .form-option .attributes input {
        max-width: 50px;
        padding: 0 5px;
        float: none
    }

    #product .pb-right-column .form-option .attributes input {
        max-width: 50px;
        padding: 0 5px;
        float: none
    }

    #product .pb-right-column .form-option .list-color {
        overflow: hidden;
        padding-top: 5px
    }

        #product .pb-right-column .form-option .list-color li {
            width: 20px;
            height: 20px;
            border: 1px solid #eaeaea;
            float: left;
            margin-right: 10px
        }

            #product .pb-right-column .form-option .list-color li.active,
            #product .pb-right-column .form-option .list-color li:hover {
                border: 1px solid #ed1b24
            }

            #product .pb-right-column .form-option .list-color li a {
                width: 20px;
                height: 20px;
                float: left;
                text-indent: -9999px
            }

    #product .pb-right-column .form-action {
        padding: 1px 0 0;
        padding-bottom: 5px
    }

        #product .pb-right-column .form-action .button-group {
            margin-top: 10px;
            margin-bottom: 3px;
            display: inline-block
        }

            #product .pb-right-column .form-action .button-group .compare,
            #product .pb-right-column .form-action .button-group .wishlist {
                min-width: 50px;
                padding-right: 10px;
                text-align: center;
                float: left
            }

                #product .pb-right-column .form-action .button-group .compare .fa,
                #product .pb-right-column .form-action .button-group .wishlist .fa {
                    font-size: 112.5%;
                    width: 30px;
                    height: 30px;
                    color: #fff;
                    line-height: 30px;
                    background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
                    border-radius: 90%
                }

                #product .pb-right-column .form-action .button-group .compare:hover .fa,
                #product .pb-right-column .form-action .button-group .wishlist:hover .fa {
                    background: #ed1b24
                }

    #product .pb-right-column .form-share .fa {
        font-size: 112.5%
    }

    #product .pb-right-column .form-share .sendtofriend-print a {
        margin-right: 15px;
        margin-bottom: 15px
    }

img#product-zoom {
    margin: 0 auto;
    display: table;
    width: auto;
    height: auto
}

#product .pb-left-column .product-image .product-img-thumb li {
    margin: 10px 0
}

    #product .pb-left-column .product-image .product-img-thumb li a {
        display: inline-block;
        border: 1px solid #f2f2f2
    }

.product-tab {
    float: left;
    width: 100%
}

    .product-tab .nav-tab {
        width: 100%;
        overflow: hidden;
        z-index: 99;
        position: relative
    }

        .product-tab .nav-tab > li {
            height: 50px;
            line-height: 50px;
            float: left;
            display: inline;
            background: #e2e2e2;
            border: 1px solid #e2e2e2;
            color: #333;
            text-transform: uppercase;
            text-align: center;
            margin-right: 8px;
            font-weight: 700
        }

            .product-tab .nav-tab > li:last-child {
                margin-right: 0
            }

            .product-tab .nav-tab > li > a {
                color: #333;
                padding: 0 26px;
                height: 50px;
                float: left
            }

            .product-tab .nav-tab > li.active > a,
            .product-tab .nav-tab > li:hover > a {
                background: #fff
            }

    .product-tab .tab-container {
        padding: 20px;
        border: 1px solid #e2e2e2;
        margin-top: -1px;
        z-index: 1
    }

        .product-tab .tab-container p {
            margin: 3px 0 5px
        }

        .product-tab .tab-container .table {
            margin-bottom: 0
        }

        .product-tab .tab-container .tab-panel {
            line-height: 24px;
            word-break: break-word;
        }

.product-comments-block-tab {
    overflow: hidden
}

    .product-comments-block-tab .fa {
        line-height: inherit
    }

    .product-comments-block-tab .reviewRating {
        color: #f90
    }

    .product-comments-block-tab .comment {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px dotted #eaeaea
    }

        .product-comments-block-tab .comment:first-child {
            padding-top: 0
        }

        .product-comments-block-tab .comment:last-child {
            padding-bottom: 0;
            border-bottom: 0
        }

        .product-comments-block-tab .comment .author {
            border-right: 1px solid #eaeaea
        }

    .product-comments-block-tab .btn-comment {
        padding: 5px 15px;
        border: 1px solid #eaeaea;
        float: left;
        margin-top: 15px
    }

.page-product-box {
    margin-top: 20px;
    float: left;
    width: 100%
}

    .page-product-box .heading {
        font-size: 100%;
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 17px
    }

    .page-product-box .owl-next {
        top: -20px
    }

    .page-product-box .owl-prev {
        top: -20px;
        left: inherit;
        right: 26px
    }

.shipping-per {
    color: #000;
    line-height: 20px;
    padding: 10px 5px 12px 10px;
    font-weight: 400;
    border-top: 1px solid #eee;
    background: #e2e2e2
}

    .shipping-per span {
        color: #00175d;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 2px;
        display: block
    }

.amazon-part #btnAddToCart {
    margin-left: 0
}

.amazon-part .btn-add-cart,
.amazon-part .btn-out-stock {
    height: 45px;
    width: auto;
    font-size: 112.5%;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding: 2px 50px;
    background: #ed1b24;
    font-weight: 600;
    position: relative;
    z-index: 5;
    line-height: 41px;
    text-transform: uppercase;
    border-radius: 4px
}

.amazon-part .wish-list {
    display: inline-block;
    margin-top: 10px;
    font-size: 75%;
    padding: 2px 5px;
    height: 49px
}

    .amazon-part .wish-list i {
        font-size: 12px;
        width: 28px;
        height: 28px;
        color: #fff;
        background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
        border-radius: 90%;
        text-align: center;
        font-family: FontAwesome;
        line-height: 28px !important
    }

    .amazon-part .wish-list:hover i {
        color: #fff;
        background: #ed1b24
    }

.amazon-part .wishlist {
    text-align: center;
    margin: 0 auto;
    display: table;
    line-height: 19px
}

.amazon-button {
    cursor: pointer;
    float: left;
    margin-top: 13px;
    width: 50%;
    text-align: center;
    display: none
}

    .amazon-button span.or {
        font-size: 93.75%;
        color: #000;
        margin: 10px 10px 0 0;
        display: inline-block
    }

    .amazon-button .paybutton {
        vertical-align: top;
        max-width: 128px;
        margin: 5px 0;
        height: auto
    }

#product .share-part {
    padding: 0;
    min-height: 60px;
    width: 100%
}

.sharetext {
    float: left;
    color: #fff;
    background: #f79623;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 112.5%;
    line-height: 16px
}

.sharetext1 {
    color: #000;
    line-height: 18px;
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    float: left
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap
}

    .flex-wrap .col-md-4.col-sm-4 {
        float: none
    }

.sharetext1 span {
    color: #ed1b24
}

.sharetext1::before {
    content: "";
    background: url(../images/link-arrow.png) no-repeat 0 0;
    height: 24px;
    width: 27px;
    position: absolute;
    top: 23px;
    right: -12px;
    z-index: 1
}

.datepicak input {
    border: solid 0 #ccc;
    height: 20px;
    width: 140px
}

#product .quantity-part .qty {
    width: 60px;
    height: 45px;
    text-align: center;
    float: none;
    border: solid 1px #a1a1a1
}

#product .quantity-part input.qtyplus {
    width: 35px;
    height: 45px;
    border: solid 1px #a1a1a1;
    font-weight: 400;
    font-size: 125%
}

#product .quantity-part input.qtyminus {
    width: 35px;
    height: 45px;
    border: solid 1px #a1a1a1;
    font-weight: 400;
    font-size: 125%
}

#product .amazon-part {
    margin-left: 0
}

.Price-our {
    font-size: 112.5%
}

#contact {
    margin-top: 20px
}

    #contact .page-subheading {
        padding-left: 0;
        border: 0;
        margin: 14px 0 30px;
        text-transform: uppercase;
        font-size: 112.5%;
        color: #666
    }

    #contact .contact-form-box {
        padding: 0;
        margin: 0 0 30px
    }

        #contact .contact-form-box label {
            padding-bottom: 5px
        }

        #contact .contact-form-box .form-selector {
            padding-bottom: 25px
        }

    #contact input,
    #contact select,
    #contact textarea {
        border-radius: 0;
        border-color: #eaeaea;
        box-shadow: inherit;
        outline: 0 none
    }

        #contact input:focus,
        #contact select:focus,
        #contact textarea:focus {
            box-shadow: inherit;
            outline: 0 none
        }

    #contact #btn-send-contact {
        font-size: 87.5%;
        line-height: 18px;
        color: #fff;
        padding: 0;
        font-weight: 400;
        background: #666;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        padding: 10px 25px
    }

        #contact #btn-send-contact:hover {
            background: #ed1b24
        }

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic
}

    #contact_form_map ul.store_info {
        list-style: none;
        font-style: normal;
        color: #696969
    }

        #contact_form_map ul.store_info i {
            display: inline-block;
            width: 30px;
            line-height: inherit
        }

#message-box-conact .fa {
    line-height: inherit
}

.content-text {
    padding: 20px 0;
    text-align: justify
}

    .content-text p {
        margin-bottom: 15px
    }

.right-sidebar #left_column {
    float: right
}

.blog-posts {
    line-height: 24px;
    margin-top: 20px
}

    .blog-posts .post-item {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        margin-top: -1px
    }

        .blog-posts .post-item .entry-meta-data {
            padding: 5px 0;
            color: #666;
            font-size: 81.25%
        }

            .blog-posts .post-item .entry-meta-data span {
                margin-right: 5px
            }

            .blog-posts .post-item .entry-meta-data .author .fa {
                opacity: .7
            }

            .blog-posts .post-item .entry-meta-data .fa {
                line-height: inherit
            }

        .blog-posts .post-item .post-star {
            font-size: 81.25%
        }

            .blog-posts .post-item .post-star .fa {
                line-height: inherit;
                color: #f90
            }

        .blog-posts .post-item .entry-excerpt {
            text-align: justify
        }

        .blog-posts .post-item .entry-more a {
            border: 1px solid #eaeaea;
            padding: 10px 12px;
            background: #eee
        }

        .blog-posts .post-item .entry-more {
            margin-top: 15px
        }

            .blog-posts .post-item .entry-more a:hover {
                background: #ed1b24;
                color: #fff
            }

        .blog-posts .post-item .entry-thumb img {
            border: 1px solid #eaeaea
        }

.blog-list-sidebar li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

    .blog-list-sidebar li:last-child {
        border: 0;
        margin-bottom: 0
    }

    .blog-list-sidebar li .post-thumb {
        width: 80px;
        float: left;
        border: 1px solid #eaeaea;
        padding: 4px;
        background: #fcfcfc
    }

    .blog-list-sidebar li .post-info {
        margin-left: 90px;
        color: #999
    }

        .blog-list-sidebar li .post-info .post-meta {
            font-size: 75%;
            margin-top: 5px
        }

        .blog-list-sidebar li .post-info .fa {
            line-height: inherit
        }

.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

    .recent-comment-list li:last-child {
        border: 0;
        margin-bottom: 0
    }

    .recent-comment-list li .author {
        color: #666;
        margin-bottom: 5px;
        font-size: 81.25%
    }

    .recent-comment-list li .comment {
        margin-top: 5px;
        color: #666
    }

    .recent-comment-list li > h5 > a {
        color: #333
    }

.entry-detail {
    margin-top: 20px
}

    .entry-detail .entry-photo img {
        border: 1px solid #eaeaea
    }

    .entry-detail .entry-meta-data {
        padding: 10px 0;
        color: #666
    }

        .entry-detail .entry-meta-data .fa {
            line-height: inherit
        }

        .entry-detail .entry-meta-data span {
            margin-right: 10px
        }

        .entry-detail .entry-meta-data .author .fa {
            opacity: .7
        }

        .entry-detail .entry-meta-data .post-star {
            float: right
        }

            .entry-detail .entry-meta-data .post-star .fa {
                color: #f90
            }

            .entry-detail .entry-meta-data .post-star span {
                margin: 0
            }

.single-box {
    margin-top: 20px
}

.comment-list {
    margin-top: 20px
}

    .comment-list ul {
        padding-left: 80px
    }

        .comment-list ul li {
            overflow: hidden;
            margin-bottom: 15px;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 15px
        }

            .comment-list ul li:last-child {
                margin-bottom: 0;
                border: 0;
                padding: 0
            }

    .comment-list > ul {
        padding-left: 0
    }

    .comment-list .avartar {
        width: 80px;
        border: 1px solid #eaeaea;
        padding: 4px;
        float: left
    }

    .comment-list .comment-body {
        margin-left: 90px
    }

    .comment-list .comment-meta {
        color: #ccc
    }

        .comment-list .comment-meta .author a {
            font-weight: 700
        }

.coment-form {
    margin-top: 20px
}

    .coment-form label {
        margin-top: 10px;
        margin-bottom: 2px
    }

    .coment-form input,
    .coment-form textarea {
        border-radius: 0;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }

    .coment-form .btn-comment {
        padding: 10px 20px;
        border: 1px solid #eaeaea;
        background: #666;
        color: #fff;
        margin-top: 15px
    }

        .coment-form .btn-comment:hover {
            background: #ed1b24;
            border: 1px solid #ed1b24
        }

.related-posts {
    margin-top: 20px
}

    .related-posts .entry-thumb img {
        border: 1px solid #eaeaea
    }

    .related-posts .entry-ci {
        margin-top: 10px
    }

    .related-posts .entry-meta-data {
        color: #999;
        font-size: 81.25%;
        margin-top: 10px
    }

        .related-posts .entry-meta-data .fa {
            line-height: inherit
        }

    .related-posts .entry-ci .entry-excerpt {
        padding: 10px 0
    }

    .related-posts .entry-title {
        font-size: 87.5%
    }

    .related-posts .owl-next {
        top: -31px
    }

    .related-posts .owl-prev {
        top: -31px;
        left: inherit;
        right: 26px
    }

.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 320px
}

    .box-authentication > h3 {
        margin-bottom: 15px
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px
    }

    .box-authentication .forgot-pass {
        margin-top: 15px
    }

    .box-authentication input,
    .box-authentication textarea {
        border-radius: 0;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 50%
    }

    .box-authentication .button {
        margin-top: 15px
    }

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden
}

.box-wishlist .button,
.box-wishlist label {
    margin-top: 15px;
    margin-bottom: 5px
}

.box-wishlist {
    margin-top: 20px
}

.table-wishlist {
    margin-top: 20px
}

    .table-wishlist th {
        background: #fafafa
    }

.list-wishlist {
    margin-top: 20px
}

    .list-wishlist li {
        margin-top: 30px
    }

        .list-wishlist li .product-img {
            border: 1px solid #eee;
            padding: 10px
        }

        .list-wishlist li .button,
        .list-wishlist li .priority,
        .list-wishlist li .product-name,
        .list-wishlist li .qty {
            margin-top: 10px
        }

        .list-wishlist li .button-action {
            position: relative
        }

            .list-wishlist li .button-action a {
                position: absolute;
                right: 10px;
                top: 15px
            }

                .list-wishlist li .button-action a .fa {
                    line-height: inherit
                }

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #f90
}

.table-compare .price {
    font-weight: 700;
    color: #ed1b24
}

.table-compare .add-cart {
    background: #ed1b24;
    color: #fff
}

    .table-compare .add-cart:hover {
        opacity: .8
    }

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase
}

.checkout-page .box-border {
    margin-bottom: 15px
}

    .checkout-page .box-border .button {
        margin-top: 15px
    }

    .checkout-page .box-border label {
        margin-top: 5px
    }

    .checkout-page .box-border h4,
    .checkout-page .box-border p {
        padding-bottom: 5px;
        margin-top: 5px
    }

    .checkout-page .box-border .fa {
        line-height: inherit
    }

    .checkout-page .box-border input[type=radio] {
        margin-right: 10px
    }

.cat-short-desc {
    margin-top: 20px
}

    .cat-short-desc .cat-short-desc-products {
        margin-top: 20px
    }

        .cat-short-desc .cat-short-desc-products li .product-container {
            border: 1px solid #eaeaea;
            padding: 10px
        }

            .cat-short-desc .cat-short-desc-products li .product-container .product-name {
                margin-top: 10px
            }

.today-deals {
    position: relative
}

    .today-deals .deals-product-list .product-info {
        margin-top: 10px
    }

        .today-deals .deals-product-list .product-info .show-count-down {
            text-align: center
        }

            .today-deals .deals-product-list .product-info .show-count-down .box-count {
                display: inline-block;
                margin-right: 2px;
                color: #ed1b24
            }

            .today-deals .deals-product-list .product-info .show-count-down .dot {
                display: none
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .number {
                width: 100%;
                float: left;
                background: #eaeaea;
                padding: 5px 0;
                font-size: 100%
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .text {
                background: #eaeaea;
                font-size: 75%;
                margin-top: 1px;
                width: 100%;
                float: left;
                padding: 5px 0;
                color: #666
            }

        .today-deals .deals-product-list .product-info .product-name {
            margin-top: 15px
        }

        .today-deals .deals-product-list .product-info .product-meta {
            margin-top: 7px;
            line-height: 18px
        }

            .today-deals .deals-product-list .product-info .product-meta .fa {
                line-height: inherit
            }

            .today-deals .deals-product-list .product-info .product-meta .price {
                color: #ed1b24;
                font-size: 112.5%
            }

            .today-deals .deals-product-list .product-info .product-meta .old-price {
                text-decoration: line-through;
                margin-left: 11px;
                color: #666
            }

            .today-deals .deals-product-list .product-info .product-meta .star {
                float: right;
                font-size: 81.25%;
                color: #f90
            }

    .today-deals .owl-next {
        top: -55px
    }

    .today-deals .owl-prev {
        top: -55px;
        left: inherit;
        right: 26px
    }

.group-button-header {
    margin-top: 17px
}

    .group-button-header .btn-cart,
    .group-button-header .btn-compare,
    .group-button-header .btn-heart {
        width: 39px;
        height: 39px;
        float: right;
        position: relative;
        margin-right: 16px
    }

    .group-button-header .btn-cart {
        background: url(../images/icon-cart-round.png) no-repeat center center;
        position: relative
    }

        .group-button-header .btn-cart:after {
            content: "";
            width: 100%;
            height: 10px;
            display: block;
            position: absolute;
            bottom: -10px
        }

        .group-button-header .btn-cart .notify-right {
            top: -12px;
            right: -12px
        }

    .group-button-header .btn-heart {
        background: url(../images/icon-heart-round.png) no-repeat center center;
        text-indent: -999px;
        display: inline-block;
        font-size: 0
    }

    .group-button-header .btn-compare {
        background: url(../images/icon-compare-round.png) no-repeat center center;
        text-indent: -999px;
        margin-right: 0;
        display: inline-block;
        font-size: 0
    }

.main-header .group-button-header .btn-cart > a {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 0
}

.main-header .group-button-header .btn-cart:hover .cart-block {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible
}

.blog-list {
    margin-top: 30px
}

    .blog-list .page-heading {
        text-transform: uppercase
    }

    .blog-list .blog-list-wapper {
        margin-top: 30px
    }

        .blog-list .blog-list-wapper ul li {
            border: 1px solid #eaeaea;
            line-height: 30px
        }

            .blog-list .blog-list-wapper ul li .post-desc {
                padding: 15px
            }

                .blog-list .blog-list-wapper ul li .post-desc .post-title a {
                    font-size: 87.5%;
                    color: #333
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
                        color: #f96d10
                    }

                .blog-list .blog-list-wapper ul li .post-desc .post-meta {
                    color: #919191;
                    font-size: 81.25%
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f1ec";
                        padding-right: 5px
                    }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f0e5";
                        padding-right: 5px;
                        padding-left: 15px
                    }

            .blog-list .blog-list-wapper ul li .readmore {
                text-align: right
            }

                .blog-list .blog-list-wapper ul li .readmore a {
                    color: #f96d10
                }

                    .blog-list .blog-list-wapper ul li .readmore a:after {
                        font: normal normal normal 14px/1 FontAwesome;
                        content: "\f178";
                        padding-left: 10px
                    }

        .blog-list .blog-list-wapper .owl-controls .owl-next {
            top: -50px
        }

        .blog-list .blog-list-wapper .owl-controls .owl-prev {
            left: inherit;
            right: 26px;
            top: -50px
        }

#footer2 {
    margin-top: 45px;
    border-top: 1px solid #eaeaea;
    background: #fff
}

    #footer2 .footer-top {
        padding: 10px 0
    }

        #footer2 .footer-top .footer-menu {
            margin-top: 25px
        }

            #footer2 .footer-top .footer-menu li {
                display: inline;
                float: left;
                padding: 0 10px
            }

    #footer2 .footer-social {
        margin-top: 18px
    }

        #footer2 .footer-social li {
            display: inline;
            float: right
        }

            #footer2 .footer-social li > a .fa {
                line-height: inherit
            }

            #footer2 .footer-social li > a {
                color: #fff;
                width: 32px;
                height: 32px;
                background: #415a99;
                float: left;
                text-align: center;
                line-height: 32px;
                margin-left: 5px
            }

                #footer2 .footer-social li > a:hover {
                    opacity: .8
                }

                #footer2 .footer-social li > a.twitter {
                    background: #00caff
                }

                #footer2 .footer-social li > a.pinterest {
                    background: #cb222a
                }

                #footer2 .footer-social li > a.vk {
                    background: #5b7fa6
                }

                #footer2 .footer-social li > a.google-plus {
                    background: #da4735
                }

    #footer2 .footer-paralax {
        background: url(../images/brand_prlx_bg-small.jpg) 50% 0 no-repeat fixed;
        color: #fff
    }

    #footer2 .footer-row {
        padding: 45px 0;
        background-color: rgba(0, 0, 0, .8);
        background: rgba(0, 0, 0, .8);
        color: #fff
    }

    #footer2 .footer-center {
        text-align: center;
        background-color: rgba(0, 0, 0, .6);
        background: rgba(0, 0, 0, .6)
    }

        #footer2 .footer-center h3 {
            text-transform: uppercase;
            padding-bottom: 20px
        }

        #footer2 .footer-center p {
            color: #999;
            padding-bottom: 20px
        }

    #footer2 .footer-row .form-subscribe {
        width: 540px;
        margin: 0 auto;
        border: 1px solid #999;
        line-height: normal
    }

        #footer2 .footer-row .form-subscribe .form-group {
            width: 100%;
            position: relative
        }

        #footer2 .footer-row .form-subscribe .form-control {
            width: 100%;
            background: 0;
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            padding-right: 40px;
            color: #fff
        }

        #footer2 .footer-row .form-subscribe .btn {
            position: absolute;
            top: 3px;
            right: 0;
            background: 0;
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            color: #fff
        }

    #footer2 .widget-title {
        text-transform: uppercase;
        padding-bottom: 20px
    }

    #footer2 .widget-body ul {
        padding-left: 25px
    }

    #footer2 .widget-body li {
        line-height: 30px
    }

        #footer2 .widget-body li a {
            color: #999;
            margin-left: -25px
        }

            #footer2 .widget-body li a:hover {
                color: #fff
            }

            #footer2 .widget-body li a:before {
                font-family: FontAwesome;
                font-size: 87.5%;
                content: "\f105";
                margin-right: 15px
            }

            #footer2 .widget-body li a.location:before {
                content: "\f041"
            }

            #footer2 .widget-body li a.phone:before {
                content: "\f095"
            }

            #footer2 .widget-body li a.email:before {
                content: "\f003"
            }

            #footer2 .widget-body li a.mobile:before {
                content: "\f10b"
            }

    #footer2 .footer-bottom {
        background-color: rgba(0, 0, 0, .8);
        background: rgba(0, 0, 0, .8);
        color: #fff
    }

        #footer2 .footer-bottom .footer-bottom-wapper {
            border-top: 1px solid #333;
            padding: 30px 0
        }

        #footer2 .footer-bottom .footer-payment-logo {
            text-align: right
        }

.block-banner {
    margin-top: 30px
}

    .block-banner .block-banner-left,
    .block-banner .block-banner-right {
        width: 50%;
        float: left
    }

    .block-banner .block-banner-left {
        padding-right: 5px
    }

    .block-banner .block-banner-right {
        padding-left: 5px
    }

.hot-deals-row {
    margin-top: 30px
}

.hot-deals-box {
    border: 1px solid #eaeaea
}

    .hot-deals-box .hot-deals-tab {
        display: table;
        width: 100%
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 45px;
            display: table-cell;
            text-transform: uppercase;
            font-size: 150%;
            text-align: center;
            background: #08c;
            color: #fff;
            padding-top: 40px
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: 100%;
                float: left;
                text-align: center
            }

                .hot-deals-box .hot-deals-tab .hot-deals-title > span.yellow {
                    color: #fc0
                }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            display: table-cell;
            padding: 25px
        }

            .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li {
                line-height: 40px;
                border-bottom: 1px solid #eaeaea;
                text-transform: uppercase;
                padding-left: 15px
            }

                .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active > a {
                    color: #09c
                }

        .hot-deals-box .hot-deals-tab .box-count-down {
            margin-top: 20px;
            float: left;
            padding-left: 4px
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count {
                width: 67px;
                height: 67px;
                border: 1px solid #eaeaea;
                float: left;
                border-radius: 90%;
                text-align: center;
                padding: 10px;
                position: relative;
                color: #fff;
                margin-left: -4px;
                background: #fff
            }

            .hot-deals-box .hot-deals-tab .box-count-down .dot {
                display: none
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
                width: 100%;
                height: 100%;
                background: #08c;
                float: left;
                content: '';
                border-radius: 90%
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                content: '';
                width: 23px;
                height: 1px;
                background: #fff;
                position: absolute;
                top: 34px;
                left: 20px
            }

            .hot-deals-box .hot-deals-tab .box-count-down .number {
                position: absolute;
                width: 100%;
                left: 0;
                top: 15px
            }

            .hot-deals-box .hot-deals-tab .box-count-down .text {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 16px;
                font-size: 62.5%
            }

    .hot-deals-box .hot-deals-tab-content-col {
        padding-left: 0
    }

    .hot-deals-box .hot-deals-tab-content {
        padding: 30px 30px 0 0
    }

    .hot-deals-box .product-list .left-block {
        border: 1px solid #eaeaea;
        padding: 0
    }

    .hot-deals-box .product-list .right-block {
        padding: 0
    }

.box-products {
    margin-top: 30px
}

    .box-products .box-product-head {
        height: 30px;
        border-bottom: 1px solid #eaeaea
    }

        .box-products .box-product-head .box-title {
            color: #333;
            text-transform: uppercase;
            border-bottom: 3px solid #f30;
            padding-bottom: 5px;
            font-size: 112.5%;
            padding-left: 10px;
            padding-right: 5px
        }

    .box-products .box-tabs {
        float: right
    }

        .box-products .box-tabs li {
            display: inline;
            text-transform: uppercase;
            height: 30px;
            float: left
        }

            .box-products .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url(../images/kak3.png) no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px
            }

                .box-products .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: FontAwesome;
                    font-size: 81.25%;
                    color: #08c;
                    position: absolute;
                    bottom: -12px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none
                }

                .box-products .box-tabs li > a:before {
                    content: '';
                    height: 1px;
                    background: #08c;
                    position: absolute;
                    bottom: 0;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1)
                }

            .box-products .box-tabs li:last-child > a {
                background: 0
            }

                .box-products .box-tabs li:last-child > a:before {
                    right: 0
                }

            .box-products .box-tabs li:last-child > a {
                border-right: 0;
                padding-right: 0
            }

            .box-products .box-tabs li.active > a:before,
            .box-products .box-tabs li > a:hover:before {
                transform: scale(1);
                -webkit-transition: all .3s ease-out 0;
                -moz-transition: all .3s ease-out 0;
                -o-transition: all .3s ease-out 0;
                transition: all .3s ease-out 0
            }

            .box-products .box-tabs li.active > a,
            .box-products .box-tabs li > a:hover {
                color: #333
            }

                .box-products .box-tabs li.active > a:after,
                .box-products .box-tabs li > a:hover:after {
                    display: block
                }

    .box-products .box-product-content {
        margin-top: 20px
    }

        .box-products .box-product-content .box-product-adv {
            width: 226px;
            float: left
        }

        .box-products .box-product-content .box-product-list {
            margin-left: 236px
        }

            .box-products .box-product-content .box-product-list .product-list li {
                border: 1px solid #eaeaea;
                padding-bottom: 10px;
                overflow: hidden
            }

                .box-products .box-product-content .box-product-list .product-list li .right-block {
                    margin-top: 30px
                }

.option3 .product-list li .price-percent-reduction2 {
    right: -8px
}

.box-products.new-arrivals .box-tabs li > a:after {
    color: #f30
}

.box-products.new-arrivals .box-tabs li > a:before {
    background: #f30
}

.box-products.new-arrivals .box-product-head .box-title {
    border-bottom: 3px solid #f30
}

.box-products.top-sellers .box-tabs li > a:after {
    color: #fc0
}

.box-products.top-sellers .box-tabs li > a:before {
    background: #fc0
}

.box-products.top-sellers .box-product-head .box-title {
    border-bottom: 3px solid #fc0
}

.box-products.special-products .box-tabs li > a:after {
    color: #096
}

.box-products.special-products .box-tabs li > a:before {
    background: #096
}

.box-products.special-products .box-product-head .box-title {
    border-bottom: 3px solid #096
}

.box-products.recommendation .box-tabs li > a:after {
    color: #f6c
}

.box-products.recommendation .box-tabs li > a:before {
    background: #f6c
}

.box-products.recommendation .box-product-head .box-title {
    border-bottom: 3px solid #f6c
}

.option3 .blog-list .page-heading {
    font-size: 112.5%
}

.option3 .blog-list .blog-list-wapper ul li .readmore a {
    color: #09c
}

.option3 .blog-list .page-heading span.page-heading-title {
    border-color: #09c
}

.block-popular-cat {
    border: 1px solid #eaeaea;
    padding: 15px
}

    .block-popular-cat .parent-categories {
        text-transform: uppercase;
        font-size: 100%;
        text-decoration: underline;
        padding-bottom: 15px
    }

    .block-popular-cat .image {
        width: auto;
        display: inline-block
    }

    .block-popular-cat .sub-categories {
        width: auto;
        display: inline-block;
        line-height: 30px
    }

        .block-popular-cat .sub-categories > ul > li > a:before {
            content: '';
            background: #008a90;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 3px
        }

    .block-popular-cat .more {
        height: 36px;
        width: 70px;
        line-height: 36px;
        color: #fff;
        background: #00abb3;
        margin-top: 10px;
        display: block;
        text-align: center
    }

        .block-popular-cat .more:hover {
            color: #fff;
            opacity: .8
        }

.block-quickview {
    padding: 15px;
    overflow: hidden;
    background: #fff
}

    .block-quickview .product-main-container div#Description {
        max-height: 464px;
        overflow-y: auto;
        padding-right: 20px
    }
        .block-quickview .product-main-container div#Description h2,
        .block-quickview .product-main-container div#Description h3 {
            margin-bottom: 10px;
        }
        .block-quickview .product-tab .tab-container {
        padding: 20px 0px 20px 20px;
    }


.service3 {
    padding-bottom: 30px
}

    .service3 .service-item {
        margin-top: 30px
    }

        .service3 .service-item .icon {
            width: 50px;
            float: left
        }

        .service3 .service-item .service-info {
            padding-left: 73px;
            display: block;
            padding-top: 8px
        }

        .service3 .service-item .service-title a {
            color: #fff;
            text-transform: uppercase;
            font-size: 112.5%
        }

        .service3 .service-item .service-desc {
            color: #999
        }

.footer3 {
    background: #191919;
    padding-top: 10px
}

    .footer3 .footer-bottom,
    .footer3 .footer-top {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(80, 80, 80, .6);
        overflow: hidden
    }

    .footer3 .footer-bottom {
        padding: 40px 0
    }

    .footer3 .footer-coppyright {
        padding: 30px 0
    }

        .footer3 .footer-coppyright .coppyright,
        .footer3 .footer-coppyright .payment-logo {
            width: auto;
            display: inline-block;
            color: #ccc
        }

        .footer3 .footer-coppyright .payment-logo {
            float: right
        }

    .footer3 .footer-bottom .footer-bottom-left {
        width: 64%;
        float: left
    }

    .footer3 .footer-bottom .footer-bottom-right {
        width: 36%;
        float: left
    }

    .footer3 .widget-container {
        margin-bottom: 50px
    }

        .footer3 .widget-container:last-child {
            margin-bottom: 0
        }

        .footer3 .widget-container .block-heading h3,
        .footer3 .widget-container .widget-title {
            text-transform: uppercase;
            font-size: 87.5%;
            color: #fff;
            margin-bottom: 20px
        }

        .footer3 .widget-container li {
            line-height: 24px;
            list-style: none;
            font-weight: 300
        }

            .footer3 .widget-container li a {
                color: #999
            }

                .footer3 .widget-container li a:hover {
                    color: #fff
                }

    .footer3 .social-link a {
        margin-right: 20px
    }

        .footer3 .social-link a:last-child {
            margin-right: 0
        }

    .footer3 .social-link .fa {
        width: 32px;
        height: 32px;
        border: 1px solid #8c8c8c;
        background-color: transparent;
        color: #8c8c8c;
        webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%
    }

    .footer3 .mailchimp-form .input-group {
        border: 1px solid #505050
    }

        .footer3 .mailchimp-form .input-group input {
            height: 40px;
            padding-left: 15px
        }

    .footer3 .mailchimp-form .mailchimp-submit {
        height: 40px;
        background-color: #505050;
        border: 0;
        color: #999;
        text-transform: uppercase;
        padding: 0 20px;
        webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        float: right
    }

        .footer3 .mailchimp-form .mailchimp-submit:focus,
        .footer3 .mailchimp-form .mailchimp-submit:hover {
            background-color: #ffd68f;
            color: #fff
        }

.section-featured-banner {
    margin-top: 30px
}

.featured-banner {
    display: block;
    overflow: hidden;
    background: #fff
}

    .featured-banner .left,
    .featured-banner .right {
        width: 50%;
        float: left;
        position: relative
    }

    .featured-banner .box-countdown {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 37px;
        font-weight: 700;
        text-align: center
    }

        .featured-banner .box-countdown .box-title {
            width: 100px;
            height: 100px;
            background-color: rgba(255, 102, 51, .8);
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            vertical-align: middle;
            padding: 15px 0;
            display: inline-block
        }

    .featured-banner .box-countdown-inner {
        display: inline-block;
        height: 100px
    }

        .featured-banner .box-countdown-inner .dot {
            display: none
        }

        .featured-banner .box-countdown-inner .box-count {
            width: 80px;
            height: 100px;
            background-color: rgba(255, 255, 255, .8);
            display: inline-block;
            float: left;
            margin-left: 1px;
            text-align: center;
            padding-top: 10px;
            color: #333;
            position: relative
        }

            .featured-banner .box-countdown-inner .box-count:before {
                content: '';
                height: 1px;
                background-color: #b0b0ae;
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .featured-banner .box-countdown-inner .box-count .number {
                font-size: 60px;
                font-weight: 700;
                display: block;
                line-height: 60px;
                position: relative
            }

            .featured-banner .box-countdown-inner .box-count .text {
                font-size: 100%;
                text-transform: uppercase;
                display: block;
                margin-top: 3px;
                position: relative
            }

    .featured-banner .box-small-banner {
        width: 50%;
        float: left;
        position: relative
    }

        .featured-banner .box-small-banner .text-content {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center
        }

        .featured-banner .box-small-banner .banner:before {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px;
            background-color: rgba(255, 102, 51, .8);
            opacity: 0;
            -webkit-transition: all .3s ease 0;
            -o-transition: all .3s ease 0;
            transition: all .3s ease 0
        }

        .featured-banner .box-small-banner .text-content .title {
            font-size: 112.5%;
            text-transform: uppercase;
            color: #333;
            font-weight: 600
        }

            .featured-banner .box-small-banner .text-content .title:after {
                content: '';
                height: 2px;
                background: #333;
                width: 50px;
                display: inline-block;
                margin: 0 auto;
                margin-top: 3px
            }

            .featured-banner .box-small-banner .text-content .title span {
                display: block
            }

        .featured-banner .box-small-banner .text-content .sub-title {
            font-size: 87.5%;
            text-transform: uppercase;
            color: #666;
            margin-top: 5px;
            display: inline-block
        }

        .featured-banner .box-small-banner.style1 .text-content {
            display: none
        }

        .featured-banner .box-small-banner.style1:hover .text-content,
        .featured-banner .box-small-banner:hover .group-button {
            display: block
        }

        .featured-banner .box-small-banner:hover .banner:before {
            opacity: 1
        }

        .featured-banner .box-small-banner.style1 .text-content .sub-title,
        .featured-banner .box-small-banner.style1 .text-content .title {
            color: #fff
        }

            .featured-banner .box-small-banner.style1 .text-content .title:after {
                background-color: #fff
            }

        .featured-banner .box-small-banner .group-button {
            position: absolute;
            bottom: 43px;
            left: 50%;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none
        }

            .featured-banner .box-small-banner .group-button a {
                font-size: 0;
                display: inline-block;
                float: left;
                margin-right: 30px
            }

            .featured-banner .box-small-banner .group-button .btn-quick-view {
                width: 25px;
                height: 24px;
                background: url(../images/icon-quick-view.png) no-repeat center center
            }

            .featured-banner .box-small-banner .group-button .btn-add-to-cart {
                width: 32px;
                height: 25px;
                background: url(../images/icon-add-tocart.png) no-repeat center center
            }

            .featured-banner .box-small-banner .group-button .btn-compare {
                width: 24px;
                height: 24px;
                background: url(../images/icon-compare.png) no-repeat center center;
                margin-right: 0
            }

        .featured-banner .box-small-banner.style2 img {
            opacity: 0
        }

        .featured-banner .box-small-banner.style2:hover img {
            opacity: 1
        }

        .featured-banner .box-small-banner.style2:hover .text-content .sub-title,
        .featured-banner .box-small-banner.style2:hover .text-content .title {
            color: #fff
        }

            .featured-banner .box-small-banner.style2:hover .text-content .title:after {
                background-color: #fff
            }

        .featured-banner .box-small-banner.style2:hover .text-content .price del {
            color: #eaeaea
        }

        .featured-banner .box-small-banner .price {
            font-size: 112.5%;
            text-decoration: none;
            font-weight: 600;
            line-height: 18px;
            display: inline-block
        }

            .featured-banner .box-small-banner .price ins {
                text-decoration: none
            }

            .featured-banner .box-small-banner .price del {
                font-size: 87.5%;
                margin-left: 15px;
                color: #999;
                font-weight: 400
            }

    .featured-banner .banner-text {
        position: relative
    }

        .featured-banner .banner-text .banner:before {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px;
            background-color: rgba(255, 102, 51, .8);
            opacity: 0;
            -webkit-transition: all .3s ease 0;
            -o-transition: all .3s ease 0;
            transition: all .3s ease 0
        }

        .featured-banner .banner-text:hover .banner:before {
            opacity: 1
        }

        .featured-banner .banner-text .text-content {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff
        }

            .featured-banner .banner-text .text-content .title {
                text-transform: uppercase;
                font-size: 30px;
                font-weight: 600;
                line-height: 30px
            }

                .featured-banner .banner-text .text-content .title span {
                    display: block
                }

            .featured-banner .banner-text .text-content .sub-title {
                display: inline-block;
                margin-top: 28px;
                font-size: 150%;
                font-weight: 600
            }

                .featured-banner .banner-text .text-content .sub-title span {
                    display: block
                }

                    .featured-banner .banner-text .text-content .sub-title span:first-child:after {
                        content: '';
                        width: 40px;
                        height: 2px;
                        background-color: #fff;
                        display: block;
                        margin: 0 auto;
                        margin-bottom: 3px
                    }

                    .featured-banner .banner-text .text-content .sub-title span:last-child {
                        font-size: 87.5%;
                        font-weight: 400
                    }

        .featured-banner .banner-text .group-button {
            margin-top: 45px
        }

            .featured-banner .banner-text .group-button a {
                height: 40px;
                padding: 0 30px;
                line-height: 40px;
                color: #333;
                background-color: #fff;
                border: 2px solid #fff;
                text-transform: uppercase;
                text-align: center;
                display: inline-block
            }

                .featured-banner .banner-text .group-button a.border {
                    background-color: transparent;
                    color: #fff
                }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.hotcat-section {
    padding: 60px 0 35px;
    background: url(../images/service-bg.jpg) 50% 0 no-repeat fixed;
    position: relative;
    margin-top: 30px
}

.section-title-2 {
    text-align: center;
    position: relative;
    margin-bottom: 55px
}

    .section-title-2:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #333;
        margin: 0 auto;
        margin-top: 10px;
        display: block
    }

    .section-title-2 h2 {
        font-size: 112.5%;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 600
    }

.hotcat-section .section-title-2 {
    color: #fff
}

    .hotcat-section .section-title-2:after {
        background-color: #fff
    }

.hot-cat-9 {
    position: relative;
    text-align: center;
    color: #fff
}

    .hot-cat-9 .cat-item .cat-title {
        font-size: 112.5%;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px
    }

        .hot-cat-9 .cat-item .cat-title a {
            color: #fff
        }

    .hot-cat-9 .cat-item:hover .cat-title a {
        color: #f63
    }

    .hot-cat-9 .cat-item .icon {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto
    }

        .hot-cat-9 .cat-item .icon .img2 {
            display: none
        }

    .hot-cat-9 .cat-item .info {
        margin-top: 15px
    }

    .hot-cat-9 .cat-item:hover {
        color: #f63
    }

        .hot-cat-9 .cat-item:hover .icon .img1 {
            display: none
        }

        .hot-cat-9 .cat-item:hover .icon .img2 {
            display: inline-block
        }

.section-lasttest-blog {
    padding: 90px 0 48px
}

.lasttest-blog9 .item {
    display: table;
    position: relative
}

    .lasttest-blog9 .item:before {
        content: '';
        height: 6px;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #f63;
        webkit-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        transition: all .3s ease 0;
        z-index: 2
    }

    .lasttest-blog9 .item:hover:before {
        width: 100%
    }

    .lasttest-blog9 .item .info,
    .lasttest-blog9 .item .thumb {
        display: table-cell;
        width: 50%
    }

    .lasttest-blog9 .item .info {
        padding: 30px;
        position: relative
    }

        .lasttest-blog9 .item .info .cat {
            height: 30px;
            padding: 0 10px;
            display: inline-block;
            background-color: #f63;
            line-height: 30px;
            color: #fff
        }

        .lasttest-blog9 .item .info .title {
            font-size: 150%;
            text-transform: uppercase;
            margin-top: 30px
        }

            .lasttest-blog9 .item .info .title a {
                color: #333
            }

                .lasttest-blog9 .item .info .title a:hover {
                    color: #f63
                }

        .lasttest-blog9 .item .info .readmore {
            position: absolute;
            bottom: 30px;
            left: 30px;
            font-weight: 400;
            color: #999
        }

            .lasttest-blog9 .item .info .readmore:hover {
                color: #f63
            }

            .lasttest-blog9 .item .info .readmore:before {
                font-family: FontAwesome;
                content: "\f105";
                margin-right: 10px
            }

.lasttest-blog9 .owl-controls .owl-dots .owl-dot.active {
    background-color: #999;
    border-color: #999
}

.section-band-logo {
    padding: 40px 0;
    background-color: #ebebeb
}

.lasttest-blog11 .item {
    background-color: #fff
}

    .lasttest-blog11 .item .info {
        padding: 25px
    }

    .lasttest-blog11 .item .title {
        font-size: 112.5%;
        font-weight: 700
    }

    .lasttest-blog11 .item .desc {
        padding: 10px 0
    }

    .lasttest-blog11 .item .readmore {
        color: #f60
    }

        .lasttest-blog11 .item .readmore:before {
            font-family: FontAwesome;
            content: "\f105";
            margin-right: 10px
        }

    .lasttest-blog11 .item .thumb {
        position: relative
    }

    .lasttest-blog11 .item .cat {
        padding: 3px 30px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 0;
        background-color: rgba(255, 102, 0, .8)
    }

.field-validation-error {
    color: red;
    font-size: 68.75%
}

input.input-validation-error {
    border: 1px solid #e80c4d
}

input[type=checkbox].input-validation-error {
    border: 0 none
}

select.input-validation-error {
    border: 1px solid #e80c4d
}

#LoginValidation {
    padding: 15px 25px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: block;
    margin: 0 auto 25px
}

.alert-successful-done {
    padding: 15px 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
    font-size: 16px;
    margin: 0 15px 30px;
    line-height: 26px
}

.validation-summary-errors1 {
    color: red;
    font-size: 75%
}

.validation-summary-valid {
    display: none
}

.cart-head {
    font-weight: 600;
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;
    color: #fff;
    background: #2f3337;
    padding: 7px 10px;   
}

.cart-img-block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    float: left;
    margin-right: 15px
}

.cart-name-block a {
    color: #000;
    font-weight: 400;
    font-size: 106%
}

.cart-name-block {
    color: #7b7b7b
}

.cart-item-price {
    color: #000;
    text-align: right;
    font-weight: 400
}

.cart-item-select {
    border: 1px solid #d5d7d8;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 2px #f7f8f9;
    display: inline-block;
    height: 34px;
    padding: 0 10px;
    white-space: pre-line;
    width: 35px;
    font-size: 22px;
    line-height: 34px
}

.quantity-part .qty {
    max-width: 45px;
    display: inline-block;
    border: 1px solid #d5d7d8;
    text-align: center;
    height: 35px
}

.cart-item-box > div {
    padding: 0
}

    .cart-item-box > div.width-shp > div {
        text-align: right;
        line-height: 24px;
        padding: 0 6px
    }

.checkout-box p {
    padding: 0 0 8px;
    font-weight: 500;
    color: #000;
    text-align: right;
    margin-bottom: 9px;
    clear: both
}

    .checkout-box p.checkout-price {
        font-size: 13px;
        padding: 0 0 8px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc
    }

    .checkout-box p span {
        display: block;
        float: left
    }

label#tdGrandTotal {
    font-size: 14px
}

.checkout-btn {
    background-color: #002147;
    border: 1px solid #002147;
    text-align: center;
    font-size: 110%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    width: 100%;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
    z-index: 5;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

    .checkout-btn:hover {
        color: #fff;
        background: #bb133e;
        border: 1px solid #bb133e;
        transition: all 0.3s ease-in-out;
    }

.checkout-btn {
    border-radius: 4px
}

    .checkout-btn i {
        display: block;
        float: left;
        width: 32px;
        border-radius: 2px 0 0 2px;
        height: 40px;
        margin-right: 5px;
        line-height: 38px
    }

.brand-showcase-box .brand-showcase-logo li span {
    display: block;
    line-height: 30px
}

.btnOuter {
    margin: 7px 0;
    text-align: right
}

    .btnOuter a {
        background: #f9fafb none repeat scroll 0 0;
        border: 1px solid #dadcdf;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        color: #2f3337;
        font-size: 75%;
        padding: 4px 8px;
        display: inline-block;
        margin-left: 10px
    }

.login-body-wrap {
    max-width: 800px;
    margin: 0 auto;   
}

    .forgot-body-wrap .left-form-wrap,
    .login-body-wrap .left-form-wrap {
        border-right: 1px solid #e7e8ea;
        padding-right: 50px
    }

    .forgot-body-wrap form input[type=email],
    .forgot-body-wrap form input[type=password],
    .forgot-body-wrap form input[type=text],
    .login-body-wrap form input[type=email],
    .login-body-wrap form input[type=password],
    .login-body-wrap form input[type=text] {
        font-weight: 400;
        height: 44px;
        box-shadow: none;
        border-radius: 0;
        border-color: #999;
        font-size: 13px;
        padding-top: 3px
    }

.control input[type=password],
.control input[type=text],
.control select {
    background: #fff;
    border: 1px solid #d5d7d8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-weight: 700;
    outline: 0;
    padding: 7px 15px;
    vertical-align: bottom;
    width: 100%
}

.os-btn.info {
    background-color: #0070a3;
    border-color: #005f8b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    width: 100%
}

.os-btn.success {
    background-color: #27ae61;
    border-color: #219452;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    width: 100%
}

.login-body-wrap form .control {
    margin-bottom: 15px
}

    .login-body-wrap form .control .os-btn {
        padding: 11px 15px
    }

.login-body-wrap form {
    color: #626669
}

p.create-terms {
    color: #7b7b7b;
    display: inline-block;
    text-align: center;
    font-size: 75%
}

    p.create-terms a {
        font-weight: 700;
        color: #000;
        text-decoration: underline
    }

#bd .page-headers {
    margin-top: 30px
}

#bd h1 {
    color: #444;
    margin-bottom: 25px;
    font-size: 150%;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase
}

#bd h3 {
    font-size: 14px;
    text-align: left;
    font-weight: 600
}

.login-body-wrap form label {
    display: block;
    font-size: 100%;
    margin-bottom: 8px;
    text-align: left;
    color: #000
}

.login-body-wrap form i {
    font-size: 110%;
    margin-right: 10px;
    top: -1px
}

#loginForm .forgot-pass-wrap {
    margin-top: 20px;
    text-align: center
}

    #loginForm .forgot-pass-wrap .forgot-pass-link {
        color: #0272a2;
        display: inline-block;
        font-weight: 700;
        font-size: 75%
    }

.sign-in-headerMob {
    display: none
}

.os-btn.info.guestUser {
    background: #ed1b24;
    margin-top: 18px
}

.secury {
    margin-top: 20px;
    padding: 0 0 0 50px
}

.checkoutForm {
    padding: 0;
    vertical-align: top
}

    .braintree-form__label,
    .checkoutForm label:not(.take-it),
    .pay-with label {
        display: block;
        font-size: 100%;
        margin-bottom: 8px;
        text-align: left;
        color: #000;
        text-shadow: 0
    }

.braintree-form__label {
    margin-bottom: 15px
}

select#State {
    border: 1px solid #cbcbcb;
    height: 45px
}

.checkoutForm .panel {
    margin-top: 15px
}

#DivPromoCode {
    padding-bottom: 0;
    margin-top: 6px
}

.checkoutForm label span {
    color: red
}

.ship-part {
    padding-left: 0
}

.checkoutForm label.nopad {
    padding: 0;
    line-height: 20px
}

.checkoutForm input[type=number],
.checkoutForm input[type=password],
.checkoutForm input[type=tel],
.checkoutForm input[type=text],
.checkoutForm select,
.control input[type=password],
.control input[type=text],
.password-confirm input[type=password],
.pay-with input[type=tel],
.pay-with input[type=text] {
    font-weight: 400;
    height: 44px;
    box-shadow: none;
    border-radius: 0 !important;
    border: 1px solid #999;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.checkout-content .chosen-container.chosen-container-single {
    width: 100% !important
}

.checkoutForm input[type=number].input-validation-error,
.checkoutForm input[type=tel].input-validation-error,
.checkoutForm input[type=text].input-validation-error,
.checkoutForm select.input-validation-error,
.control input[type=password].input-validation-error,
.pay-with input[type=tel].input-validation-error,
.pay-with input[type=text].input-validation-error {
    border-color: #ed1b24
}

.checkoutForm input[type=checkbox],
.checkoutForm input[type=radio] {
    margin: 0 4px 0 0
}

.checkoutForm input[type=button] {
    background: #ed1b24;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 93.75%;
    font-weight: 700;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    width: 100%
}

.marTop34 {
    margin-top: 0;
    margin-bottom: 3px
}

.cart-disc,
.cart-item-price {
    display: block;
    text-align: right !important;
    padding: 0 6px
}

    .cart-disc .cart-name-block {
        text-align: left !important
    }

.mobileLabel {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.wrapper {
    width: 980px;
    margin: 0 auto
}

.smlShareTxt {
    color: #666;
    font-size: 87.5%;
    line-height: 16px
}

    .smlShareTxt.largeTxt {
        font-size: 81.25%;
        line-height: 30px;
        float: left;
        font-weight: 600
    }

.toolTip {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    text-align: center
}

.toolTipIco {
    background: url(../images/tool-tip.png) 0 0 no-repeat;
    width: 17px;
    height: 19px;
    display: inline-block
}

.smlShareList > li {
    display: block;
    float: left;
    padding-left: 10px;
    position: relative
}

    .smlShareList > li:first-child {
        padding-left: 0
    }

    .smlShareList > li > a {
        background: url(../images/sml-shared-ico.png) -1px 0 no-repeat;
        display: block;
        float: left;
        height: 23px;
        width: 22px
    }

        .smlShareList > li > a.smMail {
            background-position: -31px 0
        }

        .smlShareList > li > a.smWhatApp {
            background-position: -62px 0
        }

        .smlShareList > li > a.smTwit {
            background-position: -91px 0
        }

        .smlShareList > li > a.smLinked {
            background-position: -121px 0
        }

        .smlShareList > li > a.smCopy {
            background-position: -149px 0
        }

.shareList > li {
    display: block;
    float: left;
    padding-left: 10px;
    position: relative
}

    .shareList > li:first-child {
        padding-left: 0
    }

    .shareList > li > a {
        background: url(../images/sharedicon2.png) 0 0 no-repeat;
        display: block;
        float: left;
        height: 28px;
        width: 29px
    }

        .shareList > li > a.mail {
            background-position: -38px 0
        }

        .shareList > li > a.whatApp {
            background-position: -78px 0
        }

        .shareList > li > a.twit {
            background-position: -116px 0
        }

        .shareList > li > a.linked {
            background-position: -155px 0
        }

        .shareList > li > a.copy {
            background-position: -193px 0
        }

        .shareList > li > a.google-plus-icon {
            background-position: -232px 0
        }

        .shareList > li > a.pinterest-icon {
            background-position: -270px 0
        }

        .shareList > li > a.snapchat-icon {
            background-position: -310px 0
        }

.copied {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    border-radius: 25px;
    border-radius: 25px;
    z-index: 1;
    position: absolute;
    left: -7px;
    top: 100%;
    display: none
}

.mailPop {
    display: none;
    background: #eaeaea;
    padding: 10px 10px 5px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 28px;
    width: 120px
}

.mailoverlay {
    left: 123px;
    top: 100%;
    width: 120px
}

.mailPop:before {
    background: url(../images/arrow.png) 0 0 no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    top: -8px;
    left: 5px;
    content: ''
}

.mailPop li {
    display: block;
    padding-bottom: 5px
}

    .mailPop li a {
        display: block;
        padding-left: 25px;
        background: url(../images/MAIL.png) 0 0 no-repeat;
        line-height: 22px
    }

        .mailPop li a.yahoo {
            background-position: 0 -30px
        }

        .mailPop li a.hotMail {
            background-position: 0 -56px
        }

.service .service-item.overflowVis {
    overflow: visible
}

.detailPageshare {
    float: left;
    padding: 10px;
    border-left: #eaeaea 1px solid
}

.shareSuperCat {
    text-align: right;
    float: right;
    margin-top: -27px
}

    .shareSuperCat > ul {
        display: inline-block
    }

        .shareSuperCat .sharePop,
        .shareSuperCat > ul > li > ul {
            text-align: left
        }

.forgot-pass-wrap,
.forgot-pass-wrap + div {
    margin-bottom: 15px
}

    .forgot-pass-wrap a {
        text-decoration: underline
    }

.right-form-wrap .page-headers {
    margin-top: 0 !important
}

.checkNorBtns a {
    float: left
}

.checkNorBtns button {
    width: 100%;
    text-align: center;
    font-size: 16px
}

.cashbackOverlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 99999
}

.cashbackPop {
    position: relative;
    color: #666;
    font-size: 93.75%;
    line-height: 17px;
    background: #fff;
    padding: 15px;
    margin: 20px auto;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

    .cashbackPop li {
        list-style: none;
        display: block;
        padding-bottom: 5px
    }

    .cashbackPop p {
        padding-bottom: 15px
    }

.cashbackBanner {
    padding-bottom: 15px
}

    .cashbackBanner img {
        max-width: 100%;
        height: auto
    }

.cashbackClose {
    position: absolute;
    right: -10px;
    top: -10px;
    background: url(../images/cashback-close.png) 0 0 no-repeat;
    width: 28px;
    height: 28px
}

.cashbackPop p.cashbackTitle {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 125%;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 5px
}

.cashbackPop p.textCenter {
    text-align: center
}

.nav-top-links .smlShareList {
    display: inline-block;
    padding: 4px 0
}

.top-header .smlShareList a {
    border-right: 0;
    padding-right: 0;
    margin-left: 0
}

.smlBanner {
    padding-left: 10px
}

    .smlBanner a.firstBanner {
        margin-bottom: 10px;
        display: block
    }

#Description table {
    width: 100% !important
}

#box-vertical-megamenus {
    display: none
}

#searchResult,
.brand-showcase {
    padding: 0 15px
}

.content-page {
    padding: 0 0 30px
}

.accDetailPageBg {
    background: #f4f4f4
}

.latest-deal-content .left-block img {
    height: 167px;
    width: auto
}

.category-slider {
    display: none
}

.card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #ed2553;
    margin: 0 0 35px;
    padding: 10px 0 10px 50px;
    color: #ed2553;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase
}

.card .input-container {
    position: relative;
    margin: 0 30px 30px
}

    .card .input-container input {
        outline: 0;
        z-index: 1;
        position: relative;
        background: 0;
        width: 100%;
        height: 60px;
        border: 0;
        color: #212121;
        font-size: 100%;
        font-weight: 400
    }

        .card .input-container input:focus ~ label {
            color: #9d9d9d;
            -webkit-transform: translate(-12%, -50%) scale(.75);
            transform: translate(-12%, -50%) scale(.75)
        }

        .card .input-container input:focus ~ .bar:after,
        .card .input-container input:focus ~ .bar:before {
            width: 100%
        }

        .card .input-container input:valid ~ label {
            color: #9d9d9d;
            -webkit-transform: translate(-12%, -50%) scale(.75);
            transform: translate(-12%, -50%) scale(.75);
            font-weight: 600;
            color: #000
        }

    .card .input-container label {
        position: absolute;
        top: 0;
        left: 0;
        color: #757575;
        font-size: 22px;
        font-weight: 300;
        line-height: 60px;
        -webkit-transition: .2s ease;
        transition: .2s ease
    }

    .card .input-container .bar {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #757575;
        width: 100%;
        height: 1px
    }

        .card .input-container .bar:after,
        .card .input-container .bar:before {
            content: '';
            position: absolute;
            background: #ed2553;
            width: 0;
            height: 2px;
            -webkit-transition: .2s ease;
            transition: .2s ease;
            top: 0
        }

        .card .input-container .bar:before {
            left: 50%;
            display: none
        }

        .card .input-container .bar:after {
            right: 0
        }

.default-btn {
    font-size: 16px;
    color: #000;
    cursor: pointer
}

    .default-btn:hover {
        color: #ed1b24;
        cursor: pointer
    }

#addressbookModelPopup select#State {
    height: 40px
}

#addressbookModelPopupReg select#State {
    height:40px
}

.card .button-container {
    margin: 0 60px;
    text-align: center
}

    .card .button-container button {
        outline: 0;
        cursor: pointer;
        position: relative;
        display: inline-block;
        background: 0;
        border: 2px solid #e3e3e3;
        padding: 10px 30px;
        font-size: 100%;
        font-weight: 400;
        line-height: 1;
        overflow: hidden;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border-radius: 5px;
        background: #f6db98
    }

        .card .button-container button span {
            position: relative;
            z-index: 1;
            color: #fff;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

.personal-main .card {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 30px 0;
    margin-top: 10px
}

.personal-main h1 {
    border-bottom: 0
}

.edit-popup {
    background: #f0f2f4;
    padding: 10px 30px;
    position: absolute;
    top: -16px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 100%;
    z-index: 5;
    color: #000
}

.personal-main .button-container button {
    background: #002147;
    border: 1px solid #002147;
    padding: 12px 30px;
    border-radius: 4px;
    margin: 18px 0;
    font-size: 100%;  
    color: #fff;
    font-weight: 600
}

    .personal-main .button-container button:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
    }

.personal-main button.edit-popup {
    background: #002147;
    border: 1px solid #002147;
    border-radius: 4px;
    font-size: 100%;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px;
    outline: none
}

    .personal-main button.edit-popup:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
    }

.changes-password {
    margin: 20px 0
}

    .changes-password .button-container {
        text-align: left;
        margin: 0 30px
    }

        .changes-password .button-container button {
            margin: 0
        }

    .changes-password .card .input-container {
        margin: 0 10px 30px
    }

h4.modal-title {
    font-size: 150%
}

.changes-password .label {
    display: none;
    right: 8px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    background: #eaeaea;
    padding: 6px 7px 6px 6px;
    color: #7d7d7d;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accountDetails {
    text-align: center;
    padding: 20px
}

.accPhoto {
    display: inline-block;
    background: #f4f4f4;
    border: #cbcbcb 3px solid;
    height: 72px;
    width: 72px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.accName {
    color: #000;
    font-size: 93.75%;
    font-weight: 700;
    padding-bottom: 5px;
    word-wrap: break-word
}

ul.dashTableList {
    padding: 0 25px
}

.accFrom {
    color: #939393;
    font-size: 75%
}

.dashWrap {
    width: 100%;
    max-width: 1248px;
    margin: 40px auto
}

.dashColRgt {
    float: right;
    width: 73.5%
}

.dashBox {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 1px;
    margin-bottom: 20px
}

.dashTitle {
    font-size: 93.75%;
    font-weight: 700;
    border-bottom: #eee 1px solid;
    padding: 15px 20px
}

.dashValue {
    color: #f79622;
    font-size: 125%;
    line-height: 24px;
    padding: 10px 0
}

.dashSmlBox {
    margin: 0 -15px
}

    .dashSmlBox li {
        width: 33.33%;
        padding: 0 15px;
        float: left;
        text-align: center;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

.dashTableList li {
    display: block;
    padding: 10px 0;
    background: #fff
}

    .dashTableList li.dashBold {
        font-weight: 700
    }

    .dashTableList li:nth-child(even) {
        background: #f4f4f4
    }

.refCol01,
.refCol02,
.refCol03,
.refCol04,
.refCol05 {
    display: block;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.refCol01 {
    width: 19%
}

.refCol02 {
    width: 24.4%;
    word-wrap: break-word
}

.refCol03 {
    width: 24%;
    word-wrap: break-word
}

.refCol04 {
    width: 17.8%
}

.refCol05 {
    width: 14.8%;
    color: #f79622
}

.bonusCol01,
.bonusCol02,
.bonusCol03,
.bonusCol04 {
    display: block;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.bonusCol01 {
    width: 19%
}

.bonusCol02 {
    width: 48.2%;
    word-wrap: break-word
}

.bonusCol03 {
    width: 17.8%
}

.bonusCol04 {
    width: 14.8%;
    color: #000;
    font-weight: 600
}

.dashBold .bonusCol04,
.dashBold .refCol05 {
    color: #000
}

.dashDisc {
    padding: 20px
}

    .dashDisc a {
        color: #f79622;
        text-decoration: none;
        display: inline-block
    }

.alignRgt {
    float: right
}

.alignLeft {
    float: left
}

.dashDisc p {
    padding-bottom: 20px
}

.normalList {
    padding: 0 0 0 20px
}

    .normalList li {
        display: block;
        padding-bottom: 10px;
        position: relative;
        padding-left: 20px
    }

        .normalList li:before {
            content: '';
            background: #232f3e;
            height: 5px;
            width: 5px;
            left: 0;
            top: 5px;
            position: absolute;
            border-radius: 50%;
            -webkit-border-radius: 50%
        }

.payCol01,
.payCol02 {
    width: 30%;
    display: block;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.order-detail-content {
    background: #fff
}

.cart-bg {
    background:#fff;
}

.walletOnerlay {
    display: none;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    overflow: auto;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box
}

.popCommon {
    background: #f4f4f4;
    position: relative;
    padding: 40px 10px 10px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}

.popClose {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 125%
}

.referTab {
    display: none;
    padding: 20px;
    margin-bottom: 20px;
    background: #f4f4f4
}

    .referTab.active {
        display: block
    }

.referList {
    margin: 0 -1% 20px
}

    .referList a {
        background: #f7941d;
        color: #fff;
        text-align: center;
        position: relative;
        display: block;
        float: left;
        padding: 70px 20px;
        min-height: 174px;
        box-sizing: border-box;
        width: 31.33%;
        margin: 0 1%
    }

.referTab .normalList li:before {
    left: -12px
}

.referTab .payCol01,
.referTab .payCol02 {
    width: 50%
}

.referTab a {
    color: #f9a737
}

.referTab .shareList.clearfix {
    margin-bottom: 0 !important
}

.referList a.active {
    background: #ed1b24
}

    .referList a.active:after {
        bottom: -30px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(244, 244, 244, 0);
        border-bottom-color: #ed1b24;
        border-width: 15px;
        margin-left: -15px;
        transform: rotate(180deg)
    }

#creditDebitDetailsSection .col-md-8.col-sm-12 {
    width: 100%
}

#creditDebitDetailsSection .form-control {
    height: 40px
}

.col-sm-12.col-xs-12.expiration {
    width: 66%;
    padding: 0 15px;
    float: left
}

    .col-sm-12.col-xs-12.expiration .col-sm-4.col-xs-6 {
        width: 50%;
        padding: 0 15px
    }

.SocialHeader {
    background: transparent;
    text-transform: uppercase;
    position: relative;
    border-bottom: transparent;
}

    .SocialHeader li {
        display: inline-block;
        color: #000
    }

        .SocialHeader li a {
            color: #fff;
            position: relative;
            margin: 0 1px;
            display: inline-block
        }

.top-header a {
    color: #fff
}

.mobile-top-header a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size:12px;

}

.mobile-top-header #dropdownMenuParent ul li a {
    height: auto;
    line-height: normal
}

.SocialHeader li a:hover {
    color: #f89522
}

.getsocial.conact li a {
    margin: 0 10px
}

.posAbsLeft li {
    margin: 0 3px 0 0
}
.getsocial li {
    font-size:12px;
}

.SocialHeader .conact li a i {
    margin-right: 2px
}

.SocialHeader .support-link,
.SocialHeader .user-info {
    line-height: 23px
}

.getsocial li a .ic {
    width: 25px;
    height: 25px;
    margin-top: -4px;
    display: inline-block;
    background: url(/assets/images/fb.png) no-repeat;

}

.getsocial li a i.ic-ins {
    background: url(/assets/images/ins.png) no-repeat;
}

.getsocial li a i.ic-tw {
    background: url(/assets/images/tw.png) no-repeat;
}

.getsocial li a i.ic-pint {
    background: url(/assets/images/pin.png) no-repeat;
}

.getsocial li a {
    padding-right: 0;
    border: 0
}

.header-other-result .form-inline input {
    border-color: #cbcbcb;
    height: 45px;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    width: 100%;
    background: #f7f7f7;
    font-size:15px;
}

.header-other-result .form-inline ::-webkit-input-placeholder {
    color: #979797
}

.header-other-result .form-inline ::-moz-placeholder {
    color: #979797
}

.header-other-result .form-inline :-ms-input-placeholder {
    color: #979797
}

.header-other-result .form-inline :-moz-placeholder {
    color: #979797
}

.btnSrch {
    background: #bb133e;
    color: #a9a9a9;
    border: 0;
    padding: 9px 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 100%
}
    .btnSrch:hover {
        background: #d5053a;
        color: #fff;
    }
       /* .btnSrch:hover i {
            color: #fff;
        }*/
    .btnSrch i {
        color: #fff;
        font-size: 1.5rem
    }
   /* .btnSrch i:hover {
        color: #000;  
    }*/

    /*.btnSrch:hover {
        background: #000
    }*/

.support-link a {
    padding: 0;
    border-right: 0
}

.main-header .shopping-cart-box.cartAdd .total {
    display: none
}

.cartAdd i {
    margin-left: 6px
}

.navbarNav {
    background: #002147;
    transition: all 0.3s ease-in-out;
    margin-bottom: -1px;
}

    .navbarNav.nav-ontop {
        background: #002147;
        transition: all 0.3s ease-in-out;
    }

    .navbarNav li.dropdown > a {
        font-weight: 500;
        border: 0 !important
    }

    .navbarNav .container {
        position:relative;
    }

    .container {
        max-width: 1556px;
        width: 100%
    }

footer .getsocial {
    margin: 7px 0 0 !important
}

    footer .getsocial li {
        float: left;
        color: #bfbfbf;
        margin: 0 6px 0 0;
        font-size: 93.75%;
        line-height: 23px
    }

.home .secTitle {
    color: #000;
}
.home .secTitle span {
    font-size: 20px;
    font-weight:600;
}
    .secTitle {
        font-size: 250.5%;
        color: #777;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 5px 0 30px
    }

    .secTitle span {
        position: relative;
        z-index: 99;
        display: inline-block;
        background: #fff;
        padding: 0 25px;
        font-size: 36px;
        line-height: 45px
    }

    .secTitle::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        border-top: .5px solid #ccc;
        z-index: 1
    }

.col-cc {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin: 0 0 20px;
    position: relative
}

.item {
    position: relative;
    overflow: hidden
}

.bstSeller .product-list li .content_price {
    width: 100%
}

.bstSeller .product-list li .old-price {
    margin-left: 5px
}

.add-to-cart {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease
}

.item:hover .add-to-cart {
    bottom: 0
}

.add-to-cart:hover {
    color: #fff;
    background: #f89522
}

.col-cc-effect {
    position: relative
}

.itemDesc {
    padding: 0 4px 18px
}

.bstSeller .item img {
    width: 100%
}

.bstSeller .col-cc-effect:hover {
    padding: 10px 10px 80px;
    margin: -10px -10px -80px;
    z-index: 110
}

.bstSeller .itemDesc a {
    color: #777;
    display: block;
    padding: 10px 0 5px
}

.offdisc {
    display: none;
    color: #000;
    background: #ededed;
    font-weight: 600;
    /* color: #fff;
    background: #7c7c7c;*/
    padding: 4px 8px 5px;
    font-size: 13px;
    float: right;
    border-radius: 2px
}

.realPrice {
    color: #eb2229;
    font-weight: 700
}

.text-email {
    width: 70%;
    float: left;
    border-radius: 0
}

.btn-subm {
    background: #f89623;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    width: 30%
}

.ic-fb {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/fb.png)
}

.categories {
    margin: 20px 0
}

.prodImg {
    width: 100%;
    background: #eaeaea;
    border-radius: 100%;
    margin: 0 auto
}

.proName {
    color: #383838;
    font-size: 175%;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 30px;
    display: block;
    text-align: center
}

.reviews {
    border: 1px solid #707070;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    margin-top: 40px
}

.verfiied {
    width: 25%;
    float: left
}

.comment {
    width: 75%;
    float: left;
    color: #72737b
}

.reviews p {
    margin: 0
}

.yllow {
    color: #ffa015
}

.green {
    border-radius: 15px;
    padding: 8px 12px;
    color: #fff;
    background: #8bc832;
    font-size: 106.25%;
    margin-left: 10px
}

.topstar {
    margin: 0 0 20px
}

.one-linew {
    margin: 0 0 25px;
    font-size: 22px
}

.review_text {
    font-size: 106.25%;
    padding: 21px 0;
    line-height: 22px;
    text-transform: uppercase;
    height: 122px
}

.topstar .sub {
    bottom: .75em
}

.feedback a {
    color: #72737b
}

.verfiied {
    text-align: center
}

.custoImg {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 8px
}

    .custoImg img {
        width: 100%;
        border-radius: 100%
    }

.verifiedCus {
    color: #94ca49;
    text-transform: capitalize;
    margin-top: 10px !important
}

.customerNmae {
    color: #a24681
}

.feedback a i {
    padding: 0 4px
}

.evt_date {
    float: right;
    color: #72737b
}

.shw_more {
    width: 154px;
    height: 154px;
    border: 3px dashed #ed1b24;
    display: table !important;
    margin: 26px auto !important;
    border-radius: 100px;
    line-height: 150px;
    text-align: center;
    color: #000;
    font-size: 125%;
}

    .shw_more:hover {
        background: #ed1b24;
        color: #fff
    }

.event img {
    width: 100%
}

.reviewBtn {
    font-size: 1.5rem;
    background: #232f3e;
    color: #fff;
    text-align: center;
    padding: 13px 33px 14px;
    display: table;
    margin: 32px auto 37px;
    border-radius: 4px
}

    .reviewBtn:hover, .reviewBtn:focus {
        background: #404040;
        text-decoration: none;
        color: #fff
    }

.event a {
    margin: 0 0 10px;
    display: block
}

.nav-ontop .btnSrch {
    background: 0
}

#shopping-cart-box-ontop {
    width: 32px
}

#user-info-opntop {
    right: 36px
}

    #user-info-opntop #user-info-top .current {
        color: #fff;
        font-size: 100%
    }

#form-search-opntop .btnSrch i {
    color: #fff
}

    #form-search-opntop .btnSrch i:hover {
        color: #000
    }

.topstar sub {
    bottom: -.8em
}

#main-menu li:nth-child(8) .dropdown-menu {
    right: 0;
    margin-left: 0;
    left: auto
}

#main-menu li:nth-child(9) .dropdown-menu {
    right: 0;
    margin-left: 0;
    left: auto
}

#main-menu li:nth-child(4) .dropdown-menu {
    left: 50%;
    margin-left: -415px
}

.lwst_price {
    color: #fff;
    text-transform: uppercase
}

.lowest_price {
    background: #002147;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    /*.lowest_price:hover {
        background: #6c6c6c
    }*/

    .lowest_price.on_product_price {
        -webkit-transition: margin-left .4s ease .8s;
        -moz-transition: margin-left .4s ease .8s;
        -ms-transition: margin-left .4s ease .8s;
        -o-transition: margin-left .4s ease .8s;
        transition: margin-left .4s ease .8s;
        margin-left: 10px;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        float: left
    }
.returnable-text .fa.fa-refresh {
    margin-right: 8px
}

.on_product_price {
    background: 0 0 !important;
    padding: 0
}

.product-list li .on_product_price .quick-view a:hover {
    background: 0
}

.lowest_price span {
    font-weight: 600
}

.ic-lowesr {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/lwsprice-Icon.png);
    background-size: 100%;
    margin-right: 9px;
    background-repeat: no-repeat
}

.lowestPriceDetail .match-price h1,
.lowestPriceDetail .match-price {
    font-size: 19px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600
}

.lowestPriceDetail br {
    display: none
}

.lowestPriceDetail .how-here {
    margin: 0;
    color: #021a5b;
    font-weight: 700;
    font-size: 93.75%
}

.lowestPriceDetail ul {
    padding-top: 10px
}

.lowestPriceDetail p:last-of-type {
    background: #bb133e;
    color: #fff;
    font-size: 125%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px
}

.lowestPriceDetail p,
.lowestPriceDetail ul li {
    font-size: 93.75%;
    color: #021a5b;
    line-height: 20px
}

.lowestPriceDetail {
    background: #fff;
    z-index: 100;
    padding: 0 15px
}


.product-list li:hover .lowest_price.on_product_price {
    margin-left: 0;
    opacity: 1
}

.product-list li .quick-view a.lwst_price:hover {
    background-color: transparent
}

.product-list li:hover .lowestPriceDetail img {
    transform: scale(1, 1);
    margin: 0 0 20px
}

.lowestPriceDetail img {
    margin: 0 0 20px
}

.lowestPriceDetail ul li {
    list-style: disc;
    display: list-item
}

    .lowestPriceDetail ul li strong {
        color: #116dbc
    }

.lowestPriceDetail ul {
    margin: 0 20px 20px
}

.lowestPriceDetail p {
    margin: 0 0 15px
}

.lowestPriceDetail .how-here {
    font-weight: 500;
    font-size: 19px
}

.on_product_price .ic-lowesr {
    background-image: url(../images/lowest-price-blue.png)
}

.on_product_price .lwst_price:hover .ic-lowesr {
    background-image: url(../images/lowest-price-red.png)
}

.lowest_price.prodct_detail {
    padding: 0;
    float: left
}

    .lowest_price.prodct_detail > a {
        display: block;
        max-width: 150px
    }

label#TotalPromoDiscount {
    padding: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

label#tdShippingTotal {
    font-weight: 400;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.product {
    position: relative
}

    .product .cart-item-box {
        border-bottom: 1px solid #dedede;
        padding-bottom: 15px;
        position: relative
    }

.btnOuter.clearfix {
    position: absolute;
    right: 0;
    bottom: 21px
}

.lowest_price a.referalPopUpClose {
    line-height: 33px !important;
    color: #fff !important;
    right: 10px;
    top: 132px;
    cursor: pointer;
    background: #eb2229;
    position: fixed;
    font-size: 16px;
    text-align: center;
    z-index: 9999999;
    padding: 0;
    border: #d7d7d7 solid 1px
}

.lowest_price .referalPopUpClose {
    display: none !important
}

.deskLogo {
    max-width: 280px;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

#subscribe_email_footer {
    font-weight: 400;
    color: #000;
    border-radius: 5px 0 0 5px;
}

    #subscribe_email_footer::-webkit-input-placeholder {
        color: #000
    }

    #subscribe_email_footer::-moz-placeholder {
        color: #000
    }

    #subscribe_email_footer:-ms-input-placeholder {
        color: #000
    }

    #subscribe_email_footer:-moz-placeholder {
        color: #000
    }

.product-container {
    width: 100%;
    margin: 0 0 15px
}

.product-list.list .left-block {
    width: 22%
}

.product-list.list .quick-view {
    width: 144px;
    text-align: left
}

.product-list.list .lowest_price.on_product_price {
    opacity: 1
}

.product-list.list .quick-view a.heart {
    opacity: 1
}

.product-list.list li .quick-view a.search {
    opacity: 1
}

.product-list.list li .add-to-cart {
    opacity: 1
}

#searchPageHeading {
    display: block;
    padding: 0
}

#searchGridHeading li {
    margin: 0
}

#filterProductList #view-product-list {
    padding-top: 0
}

.category-page #left_column .left-module .block_content .layered-filter-price {
    border: 1px solid #eaeaea
}

#left_column .left-module h3 {
    color: #00175d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 15px
}

.block-quickview .primary-box,
.block-quickview .product-tab {
    width: 100%
}

.block-quickview .product-tab {
    padding: 0
}
/*div#dvsearchResult,*/
section.bstSeller {
    margin-top: 15px
}

div#dvsearchResult {
    margin-top:-5px;
}

div#dvsearchResult section.bstSeller {
    margin-top: 0
}
.accDetailPageBg .checkout-box {
    margin-top: 0px !important;
}
.accDetailPageBg #left_column {
    padding-right: 15px
}

#CartSummary {  
    margin-top: 15px
}

.accDetailPageBg .checkoutForm h2 {
    font-size: 0
}

.accDetailPageBg .checkoutForm {
    padding: 0;
    vertical-align: top;
    width: 100%;
    overflow: hidden
}

.category-page .breadcrumb.clearfix.float-none {
    float: none
}

.cartCheck {
    margin: 0 0 15px;
    width: 100%;
    overflow: hidden
}

.mk-mm-title {
    font-size: 35px;
    color: #000;
    margin: 0 0 5px
}

    .mk-mm-title span {
        font-size: 29px;
        display: block;
        margin: 5px 0 0
    }

.make-money {
    display: table;
    width: 100%;
    margin: 15px 0
}

.table-cell-make {
    display: table-cell;
    vertical-align: middle
}

.tt-image {
    width: 30%
}

p.get-rules {
    padding: 20px 0;
    justify-content: center;
    display: flex
}

    p.get-rules a {
        display: flex;
        align-items: center
    }

    p.get-rules a {
        margin-left:10px;
    }

    .lwst-btn-mk {
        text-transform: uppercase;
        font-weight: 600;
        margin: 20px 0 0;
        color: #5f5f5f
    }

    .lwst-btn-mk a {
        color: #02195b
    }

        .lwst-btn-mk a span {
            color: #026bc1;
            text-decoration: underline
        }

.tt-make {
    padding-left: 88px
}

.constant {
    margin: 25px 0 30px;
    padding: 0 0 30px;
    border-bottom: 2px solid #707070
}

    .constant ul {
        margin: 0 0 0 50px;
        padding: 0
    }

    .constant .offer-title {
        margin-left: 17px
    }

.offer-title {
    font-size: 225%;
    margin: 0 0 15px;
    color: #707070
}

.constant ul li {
    margin: 0 0 5px;
    padding: 0;
    font-size: 112.5%;
    list-style: disc;
    color: #707070; 
}

.tp {
    background: #2373f7;
    border-top-right-radius: 45px
}

.sc-right {
    display: table-cell;
    background: rgba(158, 192, 248, .5);
    width: 30%;
    vertical-align: middle;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    border-left: 5px solid rgba(255, 255, 255, .5)
}

.light-box {
    background: #bffeec;
    padding-left: 10px
}

.scenario {
    width: 48%;
    float: left;
    font-family: latoregular, sans-serif;
    position: relative
}

.scener-title {
    font-size: 42px;
    color: #2373f7;
    margin: 0 0 35px
}

.light-box-blue {
    padding: 0 10px;
    padding-top: 56px;
    padding-bottom: 56px;
    background: #73a8ff;
    position: relative
}

.light-box-orange {
    background: #fffac7;
    padding: 0 10px;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.green-box {
    background: #c1ffc1;
    position: relative;
    padding-left: 10px
}

.drk-blu {
    background: #6ea1f5
}

.green-box::after {
    content: "";
    border-top: 35px solid #c1ffc1;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    transform: rotate(-90deg);
    bottom: 0
}

.org-box {
    background: #bcceff;
    position: relative;
    padding-left: 10px
}

    .org-box::after {
        content: "";
        border-top: 35px solid #bcceff;
        border-right: 35px solid transparent;
        position: absolute;
        right: -35px;
        transform: rotate(0);
        top: 0
    }

.blue-box {
    background: #d8ebfa;
    padding-left: 10px
}

.scenario-prnt {
    position: relative;
    margin: 0 0 25px
}

.scener-title {
    display: inline-block;
    float: left;
    text-transform: uppercase
}

.builds_up {
    font-family: 'Dancing Script', cursive;
    float: right;
    font-size: 35px;
    color: #2373f7;
    line-height: 31px;
    margin-right: 10%
}

.image-sensex {
    position: absolute;
    left: -55px;
    right: 0;
    z-index: -1;
    width: 100%;
    top: 8px
}

.prgrph {
    margin: 20px 0 0;
    padding: 0;
    font-size: 112.5%
}

p {
    margin: 0
}

.sc-parent {
    display: table;
    width: 100%
}

.sc-left {
    display: table-cell;
    width: 70%
}

.sc-parent .inline-vlock {
    padding: 0
}

.inline-vlock span {
    display: block
}

.inline-vlock {
    display: inline-block;
    line-height: 35px !important;
    font-size: 30px !important
}

.tp-headline {
    font-size: 125%;
    color: #fff;
    padding: 10px
}

.sc-right .font-bold {
    font-size: 43px;
    margin: 25px 0 0;
    line-height: 57px
}

.tp-headline span {
    font-weight: 700
}

.visitors-headline {
    font-size: 125%;
    padding: 10px 0 !important
}

.inline-vlock span {
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 4px
}

.inline-vlock {
    text-align: center
}

.font-bold {
    font-weight: 700
}

.mk-sm {
    color: #fff;
    font-size: 18px;
    background: #002147;
    text-transform: uppercase;
    padding: 15px 20px;
    display: table;
    margin: 15px auto;
    border-radius: 4px;
    font-weight: 600
}

    .mk-sm:hover {
        background: #bb133e;
        color: #fff
    }

.erning-cash {
    font-size: 34px;
    text-align: center;
    color: #000;
    #4abd11 margin: 30px 0 10px
}

.medium-scen .builds_up,
.medium-scen .scener-title {
    color: #406081
}

.medium-scen .tp {
    background: #406081
}

.medium-scen .sc-right {
    background: rgba(188, 206, 255, .5)
}

.medium-scen .light-box-blue {
    background: #abc1d7
}


.medium-scen .light-box-orange {
    background: #bcceff
}

.medium-scen .light-box-blue::after {
    border-top-color: #abc1d7
}

.medium-scen .light-box-orange::after {
    border-top-color: #bcceff
}

.pwr-scen .light-box-blue::after {
    border-top-color: #ffccd0
}

.pwr-scen .light-box-orange::after {
    border-top-color: #fffac7
}

.pwr-scen .builds_up,
.pwr-scen .scener-title {
    color: #47812f
}

.pwr-scen .tp {
    background: #47812f
}

.pwr-scen .sc-right {
    background: rgba(255, 204, 208, .5)
}

.pwr-scen .light-box-blue {
    background: #ffccd0
}

.pwr-scen .light-box-orange {
    background: #fffac7
}

.pwr-scen .scenario.pull-right::before {
    border-color: #ca1c14
}

.medium-scen .scenario.pull-right::before {
    border-color: #f8a038
}

.pwr-scen .scenario::after {
    color: #47812f
}

.medium-scen .scenario::after {
    color: #406081
}

.light-box-blue::after {
    content: "";
    border-top: 35px solid #73a8ff;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    transform: rotate(-90deg);
    bottom: 0
}

.light-box-orange::after {
    content: "";
    border-top: 35px solid #fffac7;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    transform: rotate(0);
    top: 0
}

.scenario::after {
    content: "+";
    position: absolute;
    right: -59px;
    font-size: 100px;
    color: #3981f8;
    display: inline-block;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%)
}

.scenario.pull-right::after {
    display: none
}

.referral-mycash {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 500px
}

    .referral-mycash .mycash-main .mycash {
        width: 47%;
        margin: 0 auto
    }

    .referral-mycash .mycash-main {
        margin: 0
    }

    .referral-mycash .getting {
        color: #707070
    }

        .referral-mycash .getting h1 {
            color: #4abd11
        }

    .referral-mycash .mycash-main .note {
        color: #bb133e;
        font-size: 100%
    }

    .referral-mycash .create {
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 4px;
        font-weight: 600
    }

    .referral-mycash .mycash-main ul li .favorite-right {
        float: none;
        width: auto
    }

    .referral-mycash .mycash-main ul li .favorite-left {
        float: none;
        margin: 0 auto 10px
    }

    .referral-mycash .Program .favorite-right.social-arrow::before {
        right: 0;
        background-size: 40%;
        top: 19px
    }

.tt-make {
    position: relative
}

    .tt-make::after {
        position: absolute;       
        content: "";
        left: 5px;
        top: 0;
        background-image: url(../images/arrow-make.png);
        width: 87px;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat
    }

.lowest-landing {
    display: table;
    position: static;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.table-lowest {
    width: 100%;
    margin: 0 0 25px
}

.table-cell-lowest {
    display: inline-block
}

.tt-lw-left {
    width: 67%;
    padding-right: 55px
}

    .tt-lw-left span {
        font-size: 15px;
        margin: 15px 0;
        display: inline-block;
        color: #707070
    }

.lowestPriceDetail .tt-lw-left li {
    color: #707070;
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 22px
}

.lowest-landing img {
    max-width: 450px;
    margin: 0
}

.tt-lw-right {
    width: 30%;
    color: #fff;
    background: #bb133e;
    padding: 50px 0;
    border-radius: 5px 50px 0 50px;
    -webkit-box-shadow: 0px 1px 11px 5px rgb(97 97 97 / 38%);
    -moz-box-shadow: 0px 1px 11px 5px rgb(97 97 97 / 38%);
    box-shadow: 0px 1px 11px 5px rgb(97 97 97 / 38%);
}

    .tt-lw-right h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        color: #fff
    }

    .tt-lw-right h4 {
        text-transform: uppercase;
        text-align: center;
        font-size: 35px;
        letter-spacing: 6px
    }

    .tt-lw-right img {
        text-align: center;
        margin: 10px auto;
        display: table;
        /*height: 300px*/
    }

    .tt-lw-right a {
        font-size: 16px;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
        margin: 25px auto 0;
        display: table;
        letter-spacing: 2px;
        border: 1px solid #fff;
        background: #002147;
        border-radius: 5px;
    }

.lowestPriceDetail.lowest-landing h2 {
    margin: 0 0 40px 75px
}

.Policy-main p {
    padding-top: 0 !important
}

.Policy-main h2 {
    margin: 0 0 15px !important;
    text-transform: uppercase
}

.item-part > div {
    padding: 0
}

input.discount-input {
    height: 40px;
    width: 100%;
    background: #fff;
    padding: 15px
}

#DivPromoCode,
#divGiftCard {
    margin: 10px 0
}

.parent-content-disc {
    position: relative
}

.disc-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.designboxes-part .billing-text {
    margin-top: 10px;
    margin-bottom: 4px;
    position: static;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 0;
    transform: translateY(0)
}

.pdding-bttom-bill {
    padding-bottom: 10px;
    padding-top: 14px;
    margin-left: 20px;
    border-bottom: 1px solid #999;
    margin-right: 100px;
    margin-bottom: 10px;
    font-weight: 600
}

.box-border .form-control {
    box-shadow: none;
    border-color: #eaeaea;
    margin: 5px 0 10px;
    height: 48px;
    border-radius: 5px;
    background: #f4f4f4
}

.customer_cre span.field-validation-error {
    position: static
}

.checkout-btn.customer-btn {
    width: 250px
}

.customer-mt {
    margin-top: 10px
}

.customer_cre h1 {
    font-size: 36px
}

.free_return {
    text-transform: uppercase;
    background: #002147;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.free_return1 {
    background: #00175d;
    padding: 8px 15px 7px 28px;
    margin: 0 0 8px;
    text-align: center;
    font-weight: 600;
    width: auto;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    float: none;
    margin-left: 5px
}

.shipping-per {
    max-width: 309px;
    float: left;
    margin: 0 0 10px
}

.free_return1 i.fa.fa-refresh {
    left: 9px;
    font-size: 16px;
    top: 19px
}

.free_return1 .returnable-text {
    font-size: 14px;
    display: block
}

.tableCellGakllery {
    flex: 1;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.tableGakllery {
    display: flex
}

.shadow {
    -webkit-box-shadow: 0px 0px 8px -3px rgb(97 97 97 / 38%);
    -moz-box-shadow: 0px 0px 8px -3px rgba(97,97,97,0.38);
    box-shadow: 0px 0px 8px -3px rgb(97 97 97 / 38%);
    border-radius: 5px;
}
/*
.tableCellGakllery .item {
    height: 100%;
    margin: 0
}*/

/*.exchgTabl {
    border-bottom: solid 3px #ccc;
    height: 42% !important
}*/

.border-white-top {
    border-top: 10px solid #fff;
    border-bottom: 0
}

.costomertext {
    margin: 0 0 45px
}

.zoomLens {
    width: 100px !important;
    height: 100px !important
}

.zoomContainer {
    z-index: 9
}

.zoomWindow {
    top: -10px !important;
    border: 1px solid #eaeaea !important
}

a.paypal_payment {
    vertical-align: middle;
    margin: 11px 15px;
    display: inline-flex
}

.par-adress {
    margin: 0 0 2px;
    font-size: 95%
}

.adress-radio {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 15px;
    float: left
}

.flex-box-adress {
    border: 1px solid #dedede;
    min-height: 225px;
    border-radius: 5px;
    padding: 0 25px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    position: relative
}

    .flex-box-adress label {
        font-weight: 400
    }

    .flex-box-adress input {
        opacity: 0
    }

.flex-box-adress-parent {
    width: 100%;
    overflow: hidden;
    margin: 0 -15px
}

.first_name_bold {
    font-weight: 600
}

.flex-box-adress-parent .border-dashed {
    border-style: dashed;
    display: table;
    width: 100%
}

.flex-box-adress.active,
.flex-box-adress:hover {
    border-color: #ed1b24
}

    .flex-box-adress.active .tick-adress {
        display: inline-block !important;
        color: #90ee90;
        font-size: 24px
    }

.flex-box-adress-parent .icons {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 10px;
    font-size: 12px
}

#cartShippingAddresslist .modal-body {
    height: 73vh;
    overflow-x: hidden
}

.cart-content,
.checkout-content {
    max-width: 1050px;
    margin: 0 auto
}

.cart-item-box select {
    height: 25px
}

p.cat-item-code {
    margin-top: 5px
}

.cart-shipping {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    background: #fff;
    border: 10px solid #ebebeb;
    padding: 3px
}

#apply-coupon .form-group {
    position: relative;
    margin: 0
}

#apply-coupon p {
    padding-bottom: 0
}

#apply-coupon input {
    background: #fff;
    border: 1px solid #999;
    font-size: 12px;
    height: 34px;
    padding: 0 9px;
    width: 100%
}

#apply-coupon a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 25px 8px;
    color: #333;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border: 1px solid #000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 600
}

.eligble-offer-block {
    border: 0;
    border-top: 0;
    padding: 0
}

    .eligble-offer-block h3 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        vertical-align: middle;
        display: inline-block
    }

#CartSummary.cart-additon {
    margin: 0;
    padding: 0 15px 0 0
}

#apply-coupon {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 7px;
    clear: both
}

.col-row-full p {
    float: left;
    clear: none;
    padding-bottom: 0;
    padding-top: 1px;
    margin: 0;
    line-height: 20px;
    padding-left: 0
}

.col-row-full {
    padding-top: 5px;
    overflow: hidden
}

.promo-off.ord-total {
    font-size: 14px
}

.checkout-box .sub-total {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 9px;
    padding-bottom: 9px
}

p.prmnl-sav {
    border-bottom: 1px solid #ccc
}

.shp-chg {
    border-bottom: 1px solid #ccc
}

.product .btnOuter a.remove-cart {
    background: 0;
    padding: 0 10px;
    box-shadow: none;
    color: #333;
    font-size: 12px
}

.cart-item-price p.total-cart {
    margin: 15px 0 0;
    font-weight: 600
}

.cart-item-price p.sale-cart {
    color: #ed1b24
}

a#amazonPayBtn {
    display: block;
    margin: 7px 0 0 6px;
    width: 48%
}

.btn-instant.btn-2 {
    margin-top: 7px
}

p.saved-u {
    color: #ed1b24;
    font-size: 14px;
    padding: 11px 0 12px;
    text-shadow: 0
}

.per-order {
    margin: 0 0 10px
}

.col-75 {
    width: 67.9%;
    padding: 0 15px;
    float: left
}

.col-25 {
    width: 32.1%;
    padding: 0 15px;
    float: right
}

.login-body-wrap form .control .os-btn.btn-login, .os-btn.btn-login {
    background-color: #002147;
    border: 1px solid #002147;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

    .login-body-wrap form .control .os-btn.btn-login:hover, .os-btn.btn-login:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        transition: all 0.3s ease-in-out;
    }
    #LoginWithAmazon {
    display: block;
    margin: 0 0 15px;
    text-align: center
}

.right-form-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    bottom: 0;
    height: calc(100% - 45px);
    width: 1px;
    background: #ccc
}

.right-form-wrap {
    padding-right: 25px
}

.right-form-wrap-other {
    padding-left: 25px
}

.btn-create-account,
.guestCheckout {
    background-color: #002147;
    border: 1px solid #002147;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 13px 15px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
    .btn-create-account:hover,
    .guestCheckout:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        transition: all 0.3s ease-in-out;
    }

    .content-login-wrap span.field-validation-error {
        position: static;
        padding: 2px 0
    }

.guest-para {
    margin: 15px 0
}

.fa-shopping-cart:before {
    width: 18px;
    height: 20px;
    background: url(../images/shop.png);
    display: inline-block;
    vertical-align: -8px;
    top: 2px;
    right: 7px;
    font-size: 0;
    background-size: 18px
}

.cashprogram-head #mycash-part {
    display: none !important
}

.checkout-header {
    background: #eee
}

.full-cart-screen {
    background: #fff;
    border-bottom: 1px solid #ccc
}

.content-login-wrap {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 15px
}

.lock-sign {
    color: #09863f;
    font-size: 25px;
    margin: 0 15px 0 10px;
    width: 32px;
    display: inline-block;
    vertical-align: middle
}

a.pass-show {
    position: absolute;
    right: 5px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #eee;
    border: 1px solid #333;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 6px 9px;
    text-shadow: 0
}

    .guestCheckout:active,
    .guestCheckout:focus,
    .guestCheckout:hover,
    a.pass-show:active,
    a.pass-show:focus,
    a.pass-show:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        color: #fff
    }

.login-password-block {
    position: relative
}

.checkout-body {
    background: #eee
}

.checkout-main {
    width: 100%;
    margin-top: 20px
}

.checkoutForm {
    background: #fff;
    padding-bottom: 30px
}

.address-checkout {
    background: #fff;
    padding: 0 300px 0 20px
}

.shipping-title {
    font-size: 22px;
    margin: 23px 19px 10px;
    display: inline-block;
    font-weight: 600
}

.state-main-part .chosen-container-single .chosen-single {
    height: 44px !important;
    border-radius: 0;
    border-color: #999 !important;
    padding: 0 15px
}

    .state-main-part .chosen-container-single .chosen-single span {
        height: 100%;
        vertical-align: middle;
        display: inline-block;
        line-height: 39px
    }

    .state-main-part .chosen-container-single .chosen-single div b {
        background-position: 0 11px
    }

.checkout-now {
    padding: 0 15px;
    background: #fff
}

.checkoutForm.review-div {
    border: 1px solid #ebebeb;
    background: #fff
}

    .checkoutForm.review-div .checkout-box {
        background: #fff
    }

.braintree-sheet {
    border: 0 !important
}

.braintree-form__flexible-fields {
    display: block !important
}

    .braintree-form__flexible-fields .braintree-form__field-group {
        width: 121px !important;
        display: inline-block !important;
        position: relative
    }

.pay-with .tab-content {
    margin: 0 0 25px
}

.braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-error {
    display: block;
    position: absolute
}

.braintree-card .braintree-form__field-group {
    width: 234px;
    display: inline-block
}

.braintree-card .braintree-form__flexible-fields {
    display: inline-block !important
}

.braintree-card .braintree-form__field-group {
    margin-bottom: 12px !important
}

.braintree-form__label {
    margin-bottom: 8px !important
}

.braintree-form__descriptor {
    display: none !important
}

.braintree-sheet__header {
    display: none !important
}

.payNow {
    background: #fff;
    margin-top: 25px
}

.total-amount-left .nav-tabs a {
    font-size: 15px;
    font-weight: 400
}

.total-amount-left .nav-tabs {
    margin-top: 15px
}

    .total-amount-left .nav-tabs li {
        margin-left: 15px
    }

.continue-checkout {
    background: #002147;
    border: 1px solid #002147;
    color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 19px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
    .continue-checkout:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        transition: all 0.3s ease-in-out;
    }
    .pay-with .nav-tabs > li.active > a, .pay-with .nav-tabs > li.active > a:focus, .pay-with .nav-tabs > li.active > a:hover {
    border-bottom-color: #ed1b24
}

.paypal-text {
    font-size: 100%;
    padding: 15px 230px 6px 22px
}

.paypal-content {
    padding: 0 300px 0 5px
}

.cnt-paypal {
    background-color: #226fb9;
    color: #fff !important;
    border-color: #226fb9;
    font-size: 14px;
    padding: 10px 45px;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 10px
}

.pay-with {
    padding-bottom: 30px
}

.content-pay-now {
    max-width: 274px
}

    .content-pay-now.affix {
        position: fixed;
        top: 15px;
        width: inherit
    }

#CartSummary .checkout-box {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 15px
}

.confirm-addrss {
    padding: 15px 20px 0
}

.confirm-addrss-shipping {
    padding: 5px 20px 15px 42px
}

    .confirm-addrss p,
    .confirm-addrss-shipping p {
        margin: 0;
        font-size: 14px
    }

    .confirm-addrss h2,
    .confirm-addrss-shipping h2 {
        font-size: 142%;
        margin: 0 0 13px;
        font-weight: 700
    }

.btn-shipping-adress-edit {
    background-color: #eee;
    border: 1px solid #333;
    color: #333;
    padding: 12px 46px;
    font-weight: 600;
    display: inline-block;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 16px
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
    font-size: 13px !important
}

label.create-account {
    padding: 0 17px;
    width: 61%;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    text-transform: none;
    margin-bottom: 12px;
    letter-spacing: .06em
}

.discount {
    color: #bb133e;
    font-size: 16px
}

.attribute-label {
    display: inline-block;
    margin: 0 0 5px
}

.checkout-content input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 4px 11px 10px 0;
    float: left
}

    .checkout-content input[type=checkbox]:checked {
        background: #ed1b24;
        position: relative;
        border-color: #ed1b24
    }

        .checkout-content input[type=checkbox]:checked::before {
            left: 4px;
            top: 0;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            position: absolute
        }

.braintree-sheet__container {
    margin-bottom: 0 !important
}

.braintree-sheet__content--form {
    padding-bottom: 0 !important
}

.address-checkout .billing-text {
    text-transform: none;
    color: #777;
    font-size: 16px
}

.content-info-content,
.password-confirm {
    padding: 0 300px 0 20px
}

.posRelative {
    position: relative
}

.pay-with {
    background: #fff;
    margin-top: 20px
}

#LoginWithAmazon img {
    max-width: 65%;
    height: auto
}

.sucess-page {
    background: #fff;
    margin: 50px auto;
    display: table;
    max-width: 630px;
    padding: 20px 20px 45px
}

h2.sucess-Title {
    color: #eb2229;
    font-weight: 600;
    font-size: 200%;
    margin: 0 0 20px
}

p.sucess-order-text {
    font-size: 117%;
    margin: 0 0 15px;
    color: #707070
}

.title-merchandise {
    font-size: 125%;
    font-weight: 600;
    margin: 0 0 15px
}

.order-desc-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px
}

.description-order {
    font-size: 105%;
    text-shadow: none;
    color: #707070
}

.order-sucess-confirm {
    font-size: 125%;
    font-weight: 600;
    margin: 0 0 2px
}

.customer-email {
    font-size: 105%;
    text-shadow: none;
    color: #707070
}

.send-email-shipped {
    font-size: 105%;
    text-shadow: 0;
    color: #707070;
    font-style: italic
}

.order-shiped {
    margin: 0 0 27px;
    padding: 0 0 16px;
    border-bottom: 1px solid #ebebeb
}

.confirmation-text {
    margin: 40px 0 20px
}

.congo-middle {
    margin-top: 40px
}

p.store-detail-desc {
    font-size: 105%;
    margin: 25px 0 35px;
    color: #707070
}

h5.store-head {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 125%
}

.braintree-sheet--has-error .braintree-sheet__error {
    padding: 6px 6px 25px;
    position: relative;
    margin-top: 40px
}

.braintree-loaded .braintree-sheet__container {
    background: #fff
}

.swipe-animation {
    position: relative;
    width: 500px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.credit-card {
    width: 250px;
    height: 140px;
    background: #f0f0ed;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    animation: swipe-card 2s ease-in-out infinite;
    border: 2px solid #b8b6b0
}

    .credit-card .scc-tripe {
        position: absolute;
        background: #8d8a85;
        width: 100%;
        height: 25px;
        top: 30px
    }

.swiper-bottom,
.swiper-top {
    border-radius: 8px 8px 0 0;
    position: absolute;
    background: #f0f0ed;
    border: 2px solid #b8b6b0
}

.swiper-top {
    height: 20px;
    bottom: 105px;
    z-index: 0;
    width: 400px;
    left: calc(50% - 200px)
}

.swiper-bottom {
    height: 100px;
    bottom: 0;
    z-index: 3;
    width: 420px;
    left: calc(50% - 210px);
    text-align: center;
    line-height: 100px;
    font-size: 13px;
    color: #25d366
}

    .swiper-bottom .light-indicator {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #dadada;
        animation: reader-light 2s ease-in-out infinite
    }

@keyframes swipe-card {
    0% {
        margin-left: -150px;
        transform: rotate(25deg)
    }

    50% {
        transform: rotate(0)
    }

    100% {
        margin-left: 500px;
        transform: rotate(-25deg)
    }
}

@keyframes reader-light {
    0% {
        background: #dadada
    }

    60% {
        background: #b8fd99
    }
}

.payment-loader {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    left: 0;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0
}

.amazon-wrap {
    margin: 2em 0
}

    .amazon-wrap h2 {
        line-height: 30px
    }

.amazon-paybox {
    margin: 4em 0;
    width: 60%;
    display: flex
}

#AmazonLoginButton {
    margin: 2em 0;
    display: block
}

.btn-place-order {
    background-color: #ed1b24;
    border-color: #ed1b24;
    color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 2em;
    width: 174px
}

    .btn-place-order:hover {
        color: #fff;
        background: #f89522;
        border: 1px solid #f89522
    }

.amazon-payorder {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 600
}

#amazon-amount {
    display: inline-block;
    font-weight: 700
}

.loginmain .login-body-wrap {
    height: calc(100vh - 498px);
    min-height:300px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.loginmain .page-content {
    margin-top: 0px;
}
.p-right-7 {
    padding-right: 7px;
}
.p-left-7 {
    padding-left: 7px;
}

@media screen and (max-width:1024px) {
    #main-menu li:nth-child(3) .dropdown-menu {
        left: 0;
        margin-left: -195px;
        width: 725px !important
    }

    #main-menu li:nth-child(4) .dropdown-menu {
        left: 0;
        margin-left: -291px;
        width: 725px !important
    }

    #main-menu li:nth-child(5) .dropdown-menu {
        left: 0;
        margin-left: -365px;
        width: 725px !important
    }

    #main-menu li:nth-child(6) .dropdown-menu {
        left: 0;
        margin-left: -456px;
        width: 725px !important
    }

    #main-menu li:nth-child(9) .dropdown-menu {
        left: 0;
        margin-left: -657px;
        width: 725px !important
    }

    .shareList > li {
        padding-left: 5px
    }

    .sharetext1 {
        font-size: 81.25%
    }

    .mycash-main {
        margin: 5%
    }

    .discussion-box .discussion-box .usger-right {
        width: 88%
    }

    .favorite .favorite-right.social-arrow::before {
        right: 40px
    }

    .header-other-result .form-inline .form-group {
        display: block
    }

    .sharetext1::before {
        top: 22px;
        right: 6px
    }

    .amazon-button {
        width: 100%;
        text-align: left
    }

    #product .pb-right-column .product-price-group .old-price {
        text-align: center
    }

    .mycash-main.mycash-main2 .favorite .favorite-right.social-arrow::before {
        top: 40px;
        right: 130px;
        background-size: 60%
    }

    #main-menu .navbar-collapse {
        background: #2f3337
    }

        #main-menu .navbar-collapse .navbar-nav {
            margin: 0;
            width: 100% !important
        }

    #main-menu li.dropdown > a:after {
        position: absolute;
        right: 17px;
        left: auto
    }

    #main-menu li .dropdown-menu {
        padding: 0;
        background: #525252
    }

        #main-menu li .dropdown-menu a {
            color: #fff;
            font-weight: 400
        }

    #main-menu .mega_dropdown .group_header a {
        font-weight: 400;
        border-bottom: 1px solid #787878;
    }

    #main-menu .navbar-nav > li > .mega_dropdown {
        padding: 0
    }

    #main-menu .navbar .navbar-nav > li.active > a,
    #main-menu .navbar .navbar-nav > li:hover > a {
        color: #fff
    }

    #main-menu .navbar-nav > li > .mega_dropdown {
        border: 0
    }

    #main-menu .mega_dropdown .group_header:first-child {
        border-top: 1px solid #fff
    }

    #main-menu .navbar .navbar-nav > li > a {
        padding: 10px !important
    }
}

@media screen and (max-width:1023px) {
    .proName {
        height: 35px
    }

    .marTop20 {
        margin-top: 20px
    }

    .marTop34 {
        margin-top: 0
    }

    .shareList > li {
        padding-left: 2px
    }

    #user-info-opntop {
        display: none
    }

    #product .amazon-part {
        margin-left: 0
    }

    .sharetext1::before {
        top: 42px;
        right: 46px
    }

    .page-content .discussion-box .usger-right {
        width: 88%
    }

    .wishlist.openReferPop {
        width: 100%;
        display: table
    }

    .mycash-main .getting {
        font-size: 150%
    }

    .favorite .favorite-right.social-arrow::before {
        top: 50px;
        right: 0
    }
}

@media(max-width:567px) {
    .width-qty,
    .width-shp {
        width: 253px
    }
}

@media screen and (max-width:769px) {
    .ship-part .shipping-part {
        margin-bottom: 0
    }

    #CartItem > .clearfix.cart-item-box {
        display: none
    }

    .ship-part .shipping-part {
        min-height: auto !important
    }

    .input-group.email-part {
        margin-top: 0
    }

    .amazon-part #btnAddToCart {
        margin-left: 0;
        width: 100%;
        display: inline-block
    }

    .page-top.home-main .popular-tabs .owl-controls .owl-next,
    .page-top.home-main .popular-tabs .owl-controls .owl-prev {
        top: -11px
    }

    .Price-our {
        font-size: 87.5%
    }

    #product .pb-right-column .product-price-group .discount {
        font-size: 87.5%
    }

    .product-price-group .prise-text {
        font-size: 100%
    }

    #product .pb-right-column .product-price-group .discount {
        padding: 0 5px;
        margin-left: 5px
    }

    .product-price-group .price {
        margin-right: 0
    }

    .shipping-per {
        text-align: center;
        padding: 10px 5px 12px
    }

    #product .pb-right-column .form-action .button-group .wishlist {
        margin-bottom: 0
    }

    .menuCol01,
    .menuCol02,
    .menuCol03 {
        width: 100%
    }

    #main-menu .mega_dropdown .group_header a.active,
    #main-menu .mega_dropdown .group_header a:hover {
        background: 0 0 !important
    }

        #main-menu .mega_dropdown .group_header a.active:after,
        #main-menu .mega_dropdown .group_header a:hover:after {
            display: none
        }

    #main-menu li:nth-child(5) .dropdown-menu,
    #main-menu li:nth-child(6) .dropdown-menu {
        left: 0;
        margin-left: 0
    }

    #main-menu li:nth-child(7) .dropdown-menu,
    #main-menu li:nth-child(8) .dropdown-menu {
        left: 0;
        margin-left: 0
    }

    #main-menu li:nth-child(4) .dropdown-menu {
        margin-left: 0
    }

    .page-content .media-part a {
        margin-bottom: 0;
        display: inline-block;
        width: 12%;
        padding-right: 1%
    }

    .page-content .mycash-main {
        margin: 0
    }

        .page-content .mycash-main ul li .favorite-right {
            font-size: 112.5%;
            line-height: 20px;
            width: 75%
        }

    .favorite .favorite-right.social-arrow::before {
        top: 83px;
        right: 100px;
        z-index: 1;
        background-size: 50%
    }

    .media-part img {
        width: 100%
    }

    .favorite .create {
        padding: 6px 10px 7px;
        font-size: 15px;
    }
   

 /*   .cashbackPop .mycash-main .getting {
        line-height: 26px;
        font-size: 112.5%
    }*/

    .mycash-main .getting h1 {
        font-size: 112.5%
    }

    .discussion-text .discussion-box .usger-right {
        width: 78%
    }

    .discussion-text .also-part button {
        margin-top: 7px;
        float: left
    }

    .usger-right .also-part {
        height: 70px
    }

    .detailPageshare {
        border: 0;
        padding-left: 9px
    }

    .sharetext1 {
        font-size: 87.5%
    }

        .sharetext1::before {
            top: 42px;
            left: 33%
        }

    #main-menu .navbar-header {
        height: 41px;
        margin-left: 0
    }

    .main-header .shopping-cart-box a.cart-link {
        border: 0
    }

    .designboxes-part .designboxes-left .state-main-part .chosen-container-single .chosen-search-input {
        background: 0 0 !important
    }

    .product-list li .left-block img {
        height: auto !important;
        width: auto !important
    }

    .top-header .first-item {
        display: none
    }

    .top-header .smlShareList.clearfix {
        display: none
    }

    .amazon-part {
        margin: 0 auto;
        display: table;
        width: 100%;
        text-align: left
    }

    .trademark-product .product-item {
        padding-right: 30px
    }

    .trademark-product h5 {
        word-wrap: break-word
    }

    .trademark-product {
        padding-right: 0
    }

    #searchResult,
    .brand-showcase {
        padding: 0 !important;
        margin-top: 0
    }

    .product-featured .product-list li {
        min-height: 280px
    }

    .product-list li .colreduce-percentage {
        display: block
    }

    .pb-right-column .info-orther .ship-days {
        width: 49%
    }

    .pb-right-column .info-orther p {
        width: 49%
    }

    .mobileLabel {
        float: left;
        display: block;
        font-size: 100%;
        font-weight: 600
    }

    .cart-item-select {
        display: inline-block
    }

    .btnOuter {
        margin: 0 !important
    }

    .left_column {
        display: none
    }

    .cart-disc {
        padding-right: 0
    }

    #CartItem.col-md-9 > .cart-item-box {
        display: none
    }

    .cart-head {
        padding-top: 20px;
        text-align: left !important
    }

    .sign-in-headerdesk {
        display: none
    }

    .sign-in-headerMob {
        display: block
    }

    .login-body-wrap .left-form-wrap {
        border-right: 0;
        padding-right: 15px
    }

    .login-body-wrap .right-form-wrap,
    .login-body-wrap .sign-in-header {
        padding-left: 15px
    }

    .single-form li {
        display: block;
        width: 100%
    }

    .TOrder .camposTitle td,
    .login-body-wrap td {
        border: 0;
        width: 100%;
        display: block
    }

    .TOrder .lineCostado {
        border: 0
    }

    #divBillingAddress input[type=text],
    #divBillingAddress select,
    #divPayment input[type=text],
    #divPayment select,
    #divShippingAddress input[type=text],
    #divShippingAddress select {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #imgCarts {
        width: 100% !important
    }

    .marTopMob {
        margin-top: 20px
    }

    .cart-head {
        display: none
    }

    .cart-item-box > div {
        padding-bottom: 10px
    }

    .cart-item-select {
        width: 60px
    }

    .customer_cre .padding-mobile-none {
        margin-bottom: 15px
    }
}

@media screen and (max-width:479px) {
   

    .main-header .shopping-cart-box a.cart-link {
        border: 0;
        padding-left: 0
    }

    .cart-cd-popup-container {
        max-width: 400px
    }

    .close-poup-click {
        width: calc(100% - 400px)
    }
}

@-webkit-keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0
    }
}

@keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0
    }
}

@media screen and (max-width:767px) {
    .modal-sidebar {
        display: none
    }

    .cartCheck .content-pay-now {
        max-width: 100%
    }

    .button-form-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        padding: 10px;
        background: #fff;
        z-index: 9999;
        left: 0;
        right: 0;
        box-shadow: 0 1px 9px -2px #000;
        -webkit-box-shadow: 0 1px 9px -2px #000
    }

    .product-info-main .button-form-container .button-group {
        max-width: 300px;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .cartCheck .col-75.width-65 {
        width: 65%
    }

    .cartCheck .col-25.flex-new-order-3.width-35 {
        width: 35%
    }
}

.cartCheck .address-checkout {
    padding: 0 20px
}

.address-book h1 {
    margin-bottom: 20px
}

.address-book label {
    padding-bottom: 5px
}

.address-book .form-control {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 3px;
    height:40px;
}

.address-book .cart_summary .cart_product {
    font-size: 112.5%
}

.address-book .cart_summary strong {
    padding-bottom: 3px;
    display: inline-block
}

.address-book .cart_summary tr {
    padding: 10px 0
}

.address-book .title_block {
    background: #ed1b24;
    color: #fff
}

.address-book #left_column .block {
    background: rgba(247, 247, 247, .34)
}

.address-book .introduce-title {
    margin-bottom: 4px;
    font-size: 87.5%
}

.address-book .page-heading-title2 {
    color: #ed1b24
}

.address-book .field-validation-error {
    position: absolute;
    top: 57px
}

.address-book .addrress-part {
    border: solid 1px #c8c8c8;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 16px;
    min-height: 270px;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(204, 204, 204, .5)
}

.login-customer-address {
    border: solid 1px #c8c8c8;
    border-radius: 6px;
    padding: 25px;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(204, 204, 204, .5)
}

.address-book .addrress-part.addrress-part2 {
    border: dotted 3px #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center
}

    .address-book .addrress-part.addrress-part2 button.add {
        background: 0;
        border: 0;
        color: #000;
        font-size: 26px;
        outline: 0;
        font-weight: 600;
        color: #767676
    }

.address-book .addrress-part.addrress-part1 {
    padding: 0
}

.address-book .addrress-part strong {
    padding-bottom: 5px;
    display: inline-block;
    font-size: 100%
}

.address-book .addrress-part p {
    line-height: 26px;
    font-size: 100%
}

.address-book .addrress-part.addrress-part1 .edit-part {
    padding-top: 80px
}

.address-book .edit-part p {
    padding: 0 0 6px 10px;
    color: #1866c4
}

.address-book .edit-part {
    position: absolute;
    bottom: 25px
}

    .address-book .edit-part a {
        color: #000;
        font-size: 100%;
        padding: 0 10px
    }

        .address-book .edit-part a:hover {
            color: #ed1b24
        }

        .address-book .edit-part a:first-child {
            padding-left: 0
        }

.address-book .default {
    border-bottom: solid 1px #c8c8c8;
    padding: 15px 15px 11px
}

.address-book .biling {
    padding: 25px
}

.addrress-part.addrress-part2 .modal-dialog .col-md-4 {
    padding-left: 15px;
    padding-right: 15px
}

.referralprogram .cashbackPop {
    padding-top: 0
}

.referralprogram .cashbackBanner {
    margin-top: 5px;
    margin-bottom: 10px
}

.referralprogram p {
    padding-bottom: 20px;
    font-size: 125%;
    line-height: 25px
}

.referralprogram strong {
    font-weight: 600;
    font-size: 100%;
    padding-bottom: 15px;
    display: inline-block
}

.referralprogram ul li {
    padding: 0 0 8px
}

.referralprogram .shareList.clearfix {
    margin-bottom: 15px
}

    .referralprogram .shareList.clearfix li {
        margin-right: 5px
    }

.compression .shareList.clearfix {
    margin-bottom: 0;
    display: inline-block
}

.compression p {
    text-align: left;
    font-size: 100%;
    line-height: 23px;
    padding-bottom: 20px
}

.compression .cashbackPop {
    text-align: left
}

.compression strong {
    font-weight: 600;
    font-size: 100%;
    padding-bottom: 0px;
    display: inline-block
}

.compression ul li {
    padding: 0 8px 0 0
}

.compression .shareList.clearfix {
    margin-right: 8px;
    display: block
}

.compression .cashbackBanner {
    margin-top: 5px;
    margin-bottom: 10px
}

.compression .cashbackPop {
    padding-top: 10px
}

.compression ul li {
    padding: 0 2px 8px
}

.top-header a.money {
    border-left: 1px solid #e0e0e0;
    padding-left: 0px;
    font-weight: 600
}

.order-details {
    text-align: left
}

    .order-details button {
        background: 0;
        border: 0;
        color: #000;
        font-size: 81.25%;
        padding: 0;
        outline: 0;
        box-shadow: 0
    }

        .order-details button:hover {
            background: 0;
            color: #000;
            outline: 0
        }

        .order-details button:focus {
            background: 0;
            color: #000;
            outline: 0
        }

    .order-details h4.modal-title {
        font-size: 150%;
        color: #000
    }

    .order-details .modal-header {
        padding: 10px 20px
    }

    .order-details .shipping-div {
        padding: 6px 4px 10px
    }

        .order-details .shipping-div h4 {
            font-size: 93.75%;
            color: #000;
            padding-bottom: 10px;
            font-weight: 600
        }

        .order-details .shipping-div p {
            font-size: 81.25%;
            color: #000;
            line-height: 18px
        }

        .order-details .shipping-div span {
            float: right;
            font-weight: 600;
            color: #000
        }

    .order-details .close {
        font-size: 26px;
        margin-top: 1px
    }

.card .button-container.changes-save {
    margin: 0 28px 0 0;
    text-align: center
}

    .card .button-container.changes-save button {
        margin: 0
    }

.wallet-main {
    margin-top: 30px
}

    .wallet-main .wallet-part {
        border: 1px solid #eee;
        overflow-x: scroll;
        width: 100%
    }

        .wallet-main .wallet-part .table-wishlist {
            padding: 0;
            margin: 0
        }

    .wallet-main .table-bordered {
        border: 0
    }

    .wallet-main .wallet-part tr th {
        background: #eee;
        color: #000;
        padding: 8px 10px 10px;
        border: 0;
        outline: 0;
        font-weight: 600
    }

    .wallet-main .wallet-part tr td {
        padding: 8px 10px;
        border: 0;
        border-bottom: 1px solid #eee;
        font-size: 81.25%
    }

    .wallet-main .wallet-part tr th .uk-badge-success {
        background: #ed1b24;
        color: #fff;
        cursor: pointer;
        font-size: 68.75%;
        padding: 3px 7px;
        border-radius: 2px;
        float: right
    }

        .wallet-main .wallet-part tr th .uk-badge-success:hover {
            background: #ed1b24;
            color: #fff
        }

.balance-main {
    margin-bottom: 15px
}

    .balance-main .balance-right {
        text-align: right
    }

.wallet-part .table.table-striped {
    margin-bottom: 0
}

    .wallet-part .table.table-striped th {
        font-weight: 400;
        font-size: 81.25%;
        text-align: center
    }

    .wallet-part .table.table-striped td .uk-badge-success {
        background: #ed1b24;
        color: #fff;
        cursor: pointer;
        font-size: 68.75%;
        padding: 3px 7px;
        border-radius: 2px;
        float: right
    }

.wallet-part .table-striped.pagination-main ul {
    margin: 0
}

.wallet-part .table-striped.pagination-main th {
    text-align: left
}

.show-main {
    margin-top: -14px
}

    .show-main label {
        width: 50px;
        float: left;
        padding-top: 7px
    }

    .show-main .select-div {
        width: 120px;
        float: left
    }

    .show-main .entries {
        width: 100px;
        float: left;
        padding-top: 7px
    }

.showing {
    float: left;
    padding-top: 6px
}

.search-query.mac-style {
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 3px 0 7px
}

.pagination.pull-right li.active a {
    background: #ed1b24;
    border: #ed1b24 solid 1px
}

.text-align {
    text-align: left
}

.wallet-part tr td span.price-part {
    background: rgba(210, 205, 205, .48);
    padding: 4px 25px
}

.text-align {
    text-align: left !important
}

.border-red {
    border: 1px solid red !important
}

.ajs-button .ajs-cancel {
    background-color: #ededed !important
}

.mobile-logo {
    display: none
}

.checkout-main .change-div {
    background: #ed1b24;
    color: #fff;
    padding: 3px 10px;
    float: right;
    margin-right: 10px;
    margin-top: -3px;
    font-size: 87.5%
}

.checkoutForm .addresses-main span,
.checkoutForm .padding0 span {
    float: right
}

.checkout-main .icons a {
    margin: 0 10px 0 0;
    vertical-align: middle;
    line-height: 34px
}

    .checkout-main .icons a i {
        font-size: 112.5%
    }

        .checkout-main .icons a i.detele-text {
            color: #ed1b24
        }

.checkout-main .addaddress {
    padding: 3px 10px;
    font-size: 133%;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

span.adrss {
    display: block
}

.checkout-main .your-address {
    font-size: 125%;
    color: #000;
    text-transform: uppercase;
    padding: 13px 0;
    margin: 0
}

.modal-xtra-lg {
    max-width: 980px;
    width: 100%
}

.checkout-main .addresses-main {
    padding: 0
}

.checkout-main .padding0 {
    padding: 0
}

.checkout-main .panel-default {
    border-color: #ddd;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0
}

.checkoutForm.review-div h2 {
    margin-bottom: 10px
}

.panel-footer button {
    background: #ed1b24;
    padding: 6px 10px
}

.email-form {
    margin: 10px 0 0;
    background: rgba(242, 243, 244, .17);
    display: inline-block;
    border-radius: 0 0 5px 5px
}

/*#BillZipCode,
#ShipZipCode {
    border-radius: 0 0 0 5px
}*/

#BillPhoneNo,
.chosen-single {
    border-radius: 0 0 5px 0
}

.checkoutForm .email-form label {
    padding-bottom: 8px
}

.checkoutForm .email-form input,
.checkoutForm .email-form select {
    border: solid 1px #f7f4f4;
    box-shadow: 0;
    margin-bottom: 5px
}

.review-div label {
    padding-bottom: 8px
}

.cart-item-box select,
.review-div input,
.review-div select {
    border: solid 1px #f7f4f4;
    box-shadow: 0;
    margin-bottom: 5px;
    background: #fff
}

#lnkDel1396 {
    background: #ed1b24;
    color: #fff;
    padding: 6px 20px;
    float: right;
    font-size: 87.5%;
    border: 0
}

.shipping-part {
    border: solid 1px #f2f3f4;
    margin: 3px 0;
    background: rgba(242, 243, 244, .17);
    min-height: 373px;
    display: inline-block;
    padding-top: 20px
}

.pb-right-column .pb-left-column {
    border-top: 1px #eee solid;
    margin-top: 12px
}

.review-div .git-crt label {
    padding: 4px 0;
    font-size: 87.5%;
    font-weight: 600
}

#creditDebitDetailsSection {
    display: inline-block;
    width: 100%
}

.braintree-placeholder {
    display: none !important
}

.bt-drop-in-wrapper {
    padding-top: 10px !important
}

.git-crt.right-part {
    margin-bottom: 20px;
    background-color: #f9fafb
}

.review-left {
    margin-top: 10px
}

    .review-left h2 {
        margin-bottom: 8px;
        text-transform: uppercase
    }

.git-crt.right-part .col-sm-4 label {
    font-size: 81.25%
}

.billing-text {
    width: 100%
}

.checkoutForm.review-div {
    padding-top: 0
}

.seccurborderbox {
    border: solid 1px #f7f4f4;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
    height: 100%
}

    .seccurborderbox .totals-value {
        line-height: 30px;
        font-size: 150%
    }

    .seccurborderbox b {
        display: inline-block;
        padding-bottom: 10px
    }

.designboxes h2 {
    text-align: center;
    margin-bottom: 50px
}

    .designboxes h2 small {
        font-weight: 400;
        color: #888;
        display: block
    }

.designboxes .footer {
    text-align: center
}

    .designboxes .footer a {
        color: #53b2c8
    }

.designboxes .group {
    position: relative;
    margin-bottom: 45px
}

.designboxes input {
    font-size: 112.5%;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #757575;
    background: 0;
    box-shadow: 0;
    border-radius: 0
}

    .designboxes input:focus {
        outline: 0;
        border-color: none;
        box-shadow: 0
    }

.designboxes label {
    color: #999;
    font-size: 112.5%;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.designboxes input.valid ~ label {
    top: -20px;
    font-size: 87.5%;
    color: #5264ae
}

.designboxes input:focus ~ label {
    top: -20px;
    font-size: 87.5%;
    color: #5264ae
}

.designboxes input.inputhasvalue ~ label {
    top: -20px;
    font-size: 87.5%;
    color: #5264ae;
    font-weight: 600
}

.billing-div {
    margin-top: 0;
    display: inline-block
}

.state-lable1 {
    margin-bottom: 8px
}

.designboxes-left {
    display: inline-block;
    padding: 35px 0 5px;
    min-height: 402px
}

.designboxes .bar {
    position: relative;
    display: block;
    width: 100%
}

    .bar:after,
    .designboxes .bar:before {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #ed1b24;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all
    }

    .designboxes .bar:before {
        left: 50%
    }

    .designboxes .bar:after {
        right: 50%
    }

input:focus ~ .bar:after,
input:focus ~ .bar:before {
    width: 50%
}

.designboxes .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.designboxes input:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    .designboxes from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0
    }
}

@-moz-keyframes inputHighlighter {
    .designboxes from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0
    }
}

@keyframes inputHighlighter {
    .designboxes from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0
    }
}

.designboxes-left .marTop34 {
    margin-bottom: 40px
}

    .designboxes-left .marTop34 input {
        display: inline-block
    }

    .designboxes-left .marTop34 label {
        width: 100%
    }

.submit-order {
    margin-top: 15px
}

    .submit-order button {
        display: inline-block;
        margin-right: 10px
    }

.visa-img {
    background: url(/assets/images/visa-icon.jpg) no-repeat;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 36px
}

.american-img {
    background: url(/assets/images/american-icon.jpg) no-repeat;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 36px
}

.discover-img {
    background: url(/assets/images/discover.jpg) no-repeat;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 36px
}

.jcb-img {
    background: url(/assets/images/jcb.jpg) no-repeat;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 36px
}

.mastercard-img {
    background: url(/assets/images/mastercard-icon.jpg) no-repeat;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 36px
}

div#reviewCarouselWidget {
    margin-top: 10px
}

@media screen and (max-width:1100px) {
    .logo {
        max-width: 220px;
    }
    .info-orther .ship-days {
        width: 100%
    }

    .product-tab {
        margin-top: 0
    }

    .info-orther p {
        width: 100%
    }

    .product-tab .nav-tab > li {
        width: 36% !important;
        float: left;
        margin-bottom: -1px !important
    }

    #gallery_01 .owl-stage-outer img {
        width: 100% !important;
        height: auto !important
    }

    .smlShareTxt.largeTxt {
        font-size: 13px !important
    }

    .marTop20 {
        margin-top: 0 !important
    }

    .checkoutForm label {
        font-size: 12px
    }

    .review-div .git-crt label {
        font-size: 100%
    }

    .checkoutForm.review-div .col-sm-4 {
        padding: 0 5px
    }

    .visa-img {
        background: url(/assets/images/visa-icon.jpg) no-repeat;
        right: 5px;
        position: absolute;
        top: 36px;
        width: 40px;
        height: 29px
    }

    .designboxes label {
        font-size: 62.5%
    }

    .designboxes input {
        font-size: 62.5%
    }

    .email-form {
        margin-bottom: 30px
    }
}

.designboxes .state-lable {
    margin-top: -31PX !important;
    font-size: 87.5%;
    color: #5264ae;
    font-weight: 600
}

.shipping-part .designboxes {
    margin-top: 67px
}

.cartCheck .breadcrumb {
    display: none
}

.mobileLogo {
    display: none
}

@media screen and (max-width:1024px) {
    .cart-item-select {
        padding: 0 3px;
        width: 25px;
        line-height: 25px;
        height: 25px
    }

    .quantity-part .qty {
        height: 25px;
        max-width: 35px
    }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }
}

@media screen and (max-width:767px) {
    .col-sm-3.col-xs-12.form-marg:last-child {
        margin: 0
    }

    .total-amount-left {
        margin: 0 0 20px
    }

    div#reviewCarouselWidget {
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 0
    }

    .git-crt,
    .seccurborderbox {
        min-height: 100%
    }

    .col-sm-2.width-shp {
        display: none
    }

    .sharetext1::before {
        display: none
    }

    .deskLogo {
        height: auto
    }

    .review-left h2 {
        margin-bottom: 20px
    }

    .item-part {
        display: none
    }

    .email-form {
        margin-bottom: 5px
    }

    #_GUARANTEE_SealSpan {
        display: none !important
    }

    .expiration {
        float: left
    }

    .checkoutForm .email-form {
        width: 100%
    }

    .marTop20 .shipping-part {
        width: 100%
    }

    .designboxes-left {
        width: 100%
    }

    .designboxes label {
        font-size: 87.5%
    }

    .designboxes input {
        font-size: 87.5%
    }

        .designboxes input:focus ~ label,
        input:valid ~ label {
            font-size: 87.5%
        }

    .review-left {
        margin-right: 0;
        margin-top: 0
    }

    .designboxes .email-form {
        width: 100%
    }

    .submit-order {
        width: 100% !important;
        text-align: center
    }

        .submit-order button {
            float: none !important;
            display: inline-block
        }

    #bd h1 {
        margin-bottom: 0
    }

    .product-tab {
        margin-top: 0 !important
    }

    .cart_navigation > span {
        margin: 0 auto 20px !important;
        float: none !important;
        display: table !important
    }

    .btn-instant {
        display: table;
        margin: 15px auto 0
    }

    .width-shp {
        display: block
    }

    .width-qty,
    .width-shp {
        width: 200px
    }

        .width-qty .mobileLabel,
        .width-shp .mobileLabel {
            padding: 0;
            display: inline-block;
            vertical-align: middle
        }

        .width-qty .mobileLabel {
            margin-top: 2px;
            margin-right: 6px
        }
}

.other-div a {
    background: 0 0 !important;
    font-size: 100%;
    padding-left: 0 !important
}

.product-popup {
    text-align: left
}

.shareList.clearfix .mailPop {
    z-index: 5
}

.bbb-logo {
    z-index: 999 !important;
    bottom:52px !important;
}

.designboxes-part .group {
    border: 1px solid #dedede;
    margin: 0;
    border-radius: 5px;
    padding-top: 10px;
    position: relative
}

.form-marg {
    margin: 0 0 15px
}

.designboxes-part label {
    display: block;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .1s ease
}

.designboxes-part .group.focus label {
    top: 29%;
    font-size: 12px
}

.designboxes-part input {
    height: 35px;
    border: 0;
    margin: 0;
    background: 0 0 !important;
    padding: 0 10px;
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
    z-index: 2
}

.shipping-part #DivFirstName input {
    border-radius: 5px
}

.shipping-part #DivLastName input {
    border-radius: 5px
}

#DivEmailAddress input {
    border-radius: 5px
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.address-book .modal-content {
    overflow-y: scroll;
    max-height: 90vh
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.designboxes-part .col-sm-3,
.designboxes-part .col-sm-4,
.designboxes-part .col-sm-6 {
    padding: 0 7px
}

.designboxes-part .state-main-part select {
    margin-left: -10px;
    border: 0;
    margin: 0;
    background: #fff !important;
    border-right: #cbcbcb 1px solid;
    border-left: #cbcbcb 1px solid;
    border-top: #cbcbcb 1px solid;
    border-radius: inherit;
    height: 45px;
    line-height: 40px
}

.designboxes-part .designboxes-left {
    display: inline-block;
    min-height: 225px;
    padding: 0
}

.ship-part .shipping-part {
    min-width: auto;
    border: 0;
    background: 0;
    padding-top: 0;
    min-height: 200px;
    margin-bottom: 20px
}

.ship-part .designboxes-left {
    border-bottom: 0;
    min-height: 182px;
    border-radius: 0 0 5px 5px
}

.designboxes-part .designboxes-left {
    padding: 0;
    margin: 0 -7px
}

.shipping-part .marTop34 {
    padding-left: 0;
    padding-right: 0
}

.shipping-part .designboxes-part {
    margin-top: 12px
}

.designboxes-part {
    background: 0;
    min-height: 182px
}

    .designboxes-part .state-main-part .chosen-single {
        margin-left: -10px;
        height: 47px;
        line-height: 47px;
        border: 0;
        border-radius: 5px;
        margin: 0;
        background: #fff !important;
        border-right: #dedede 1px solid !important;
        border-left: #dedede 1px solid !important;
        border-top: #dedede 1px solid !important;
        border-bottom: #dedede 1px solid !important;
        padding: 0 10px;
        width: 100%;
        box-shadow: none
    }

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background: 0
}

    input:-webkit-autofill,
    input:-webkit-autofill:focus input:-webkit-autofill,
    input:-webkit-autofill:hover,
    select:-webkit-autofill,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:hover,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: none;
        transition: background-color 5000s ease-in-out 0
    }

.designboxes-part .state-main-part .chosen-single b {
    background-position: 0 12px
}

.submit-order img {
    display: none
}

#form-search-opntop .btn-search {
    margin-top: 0;
    left: 3px;
    position: relative
}

.chosen-disabled {
    opacity: 1 !important
}

.mobView {
    display: none
}

#orderDetailsModelPopup .modal-lg {
    width: 100%;
    max-width: 695px
}

.tipInfo {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 16px;
    margin-left: 4px;
    background: #ed1b24;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.refPopOverlay {
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 100px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.referalPopUp {
    background: #fff;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    position: relative
}

    .referalPopUp p {
        font-size: 125%;
        line-height: 24px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700
    }

        .referalPopUp p span {
            display: block
        }

.cashText {
    font-size: 38px;
    line-height: 42px
}

.refSteps {
    display: block;
    padding: 30px 0
}

    .refSteps img {
        max-width: 100%;
        height: auto
    }

.refBtnOut a {
    background: #ed1b24;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    color: #fff
}

.referalPopUpClose {
    position: absolute;
    right: -15px;
    top: -13px;
    color: #a7a7a7;
    font-size: 125%;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding-top: 0;
    font-weight: 500;
    line-height: 35px;
    box-shadow: #000 3px 1px 6px
}

.dropdown-menu {
    padding: 0
}

    .dropdown-menu > li > a {
        font-size: 75%;
        border-bottom: 1px solid #e0e0e0;
        padding: 8px 10px
    }

.refCircles {
    padding: 30px 0;
    text-align: center
}

    .refCircles img {
        max-width: 100%;
        height: auto
    }

.refTooltip {
    position: relative;
    display: inline-block
}

.refCirInner {
    display: none;
    position: absolute;
    right: -30px;
    top: 0;
    padding-top: 40px;
    width: 720px;
    z-index: 99999;
    text-align: center
}

.refCirInnerSec {
    background: #fff;
    padding: 10px 10px 0;
    border: #dadada 1px solid;
    position: relative
}

    .refCirInnerSec:after,
    .refCirInnerSec:before {
        bottom: 100%;
        right: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .refCirInnerSec:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px
    }

    .refCirInnerSec:before {
        border-color: rgba(218, 218, 218, 0);
        border-bottom-color: #dadada;
        border-width: 21px;
        margin-left: -21px
    }

.refTooltip > span {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: #f79622;
    color: #fff;
    font-style: normal;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-top: 7px
}

    .refCirInner:hover,
    .refTooltip > span:hover + .refCirInner {
        display: block
    }

.top-header a.lastAnc {
    border-right: 0;
    padding-right: 2px
}

.refBtns {
    padding-top: 20px;
    text-align: center
}

    .refBtns a {
        border: 0;
        padding: 10px 20px;
        margin: 0;
        font-weight: 700;
        background: #f7941d;
        color: #fff
    }

.searchLab {
    display: block;
    position: relative;
    margin-bottom: 10px
}

    .searchLab:before {
        font: normal normal normal 12px/1 FontAwesome;
        content: "\f002";
        color: #999;
        height: 30px;
        width: 25px;
        display: block;
        padding-top: 4px;
        position: absolute;
        left: 2px;
        top: 10px
    }

    .searchLab input {
        padding-left: 26px;
        border-bottom: #f0f0f0 1px solid;
        height: 40px;
        width: 100%
    }

.searchNore {
    font-size: 75%;
    font-weight: 700;
    text-transform: uppercase;
    color: #f79622;
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    bottom: -15px
}

.searchOptions {
    position: relative
}

.searchOptionsInner {
    position: relative;
    z-index: 99999;
    left: 0;
    background: #fff
}

    .searchOptionsInner .check-box-list li {
        display: block
    }

.sortAlpha {
    float: left;
    padding-left: 20px
}

    .sortAlpha li {
        display: block;
        float: left;
        width: 20px;
        text-align: center
    }

        .sortAlpha li a {
            color: #000;
            font-weight: 700
        }

.sortPopClose {
    font-size: 93.75%;
    font-weight: 700;
    display: block;
    float: right
}

.layered .layered_subtitle.categoryTitleTxt {
    padding-left: 20px;
    font-size: 106.25%;
    border-bottom: 1px solid #ededed;
    border-top: 0
}

    .layered .layered_subtitle.categoryTitleTxt:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f107';
        position: absolute;
        left: 5px;
        top: 0;
        color: #878787;
        padding: 12px 0
    }

.categoryNav:after {
    display: none
}

.categoryNavList {
    display: block !important
}

.tab_check {
    display: table;
    width: 100%;
    table-layout: fixed
}

.t-cell-check {
    display: table-cell
}

.t-cell-b {
    padding-bottom: 10px
}

@media screen and (max-width:1023px) {
    .refCirInner {
        width: 600px;
        right: -100px
    }

        .refCirInner:after,
        .refCirInner:before {
            right: 90px
        }

    .refCircles {
        padding: 0 0 20px;
        text-align: center
    }
}

@media screen and (max-width:736px) {
    .refCirInner {
        width: 600px;
        right: -358px
    }

        .refCirInner:after,
        .refCirInner:before {
            right: 344px
        }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }
}

@media screen and (max-width:541px) {
    .width-qty,
    .width-shp {
        width: 100%
    }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }
}

@media screen and (max-width:414px) {
    .refCirInner:after,
    .refCirInner:before {
        right: 147px
    }

    .refCirInner {
        width: 400px;
        right: -158px
    }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }
}

@media screen and (max-width:414px) {
    .refCirInner:after,
    .refCirInner:before {
        right: 147px
    }

    .refCirInner {
        width: 400px;
        right: -158px
    }
}

@media screen and (max-width:375px) {
    .about-banner-text {
        padding-top: 17px
    }

    .refCirInner {
        width: 370px;
        right: -134px
    }

        .refCirInner:after,
        .refCirInner:before {
            right: 123px
        }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }
}

@media screen and (max-width:320px) {
    .checkout-btn {
        padding: 0
    }

    .email-part input {
        width: 140px
    }

    .sortby .sortby .dropdown {
        margin: 0
    }

    .discussion-text .discussion-box .usger-right {
        width: 73%
    }

    .sharetext1::before {
        top: 42px;
        right: 16px
    }

    .top-header a {
        padding-right: 2px;
        margin-left: 10px
    }

    .refCirInner {
        width: 310px;
        right: -93px
    }

        .refCirInner:after,
        .refCirInner:before {
            right: 83px
        }

    #CartSummary.cart-additon .pay-btn {
        display: block
    }

    .cart-cd-popup-container .subtotal .label {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    .refPopOverlay {
        padding: 20px
    }

    .referalPopUp:after {
        display: none
    }

    .referalPopUp {
        padding: 30px 20px 20px
    }

    .know-first p {
        font-size: 116px
    }

    .ccImg {
        display: none !important
    }

    .top-header {
        font-size: 75%;
        text-align: center;
        overflow: visible;
        height: 48px
    }

        .top-header .header-wrapper-content {
            display: none
        }

    .both-content {
    }

    .mb-lowest_price {
        z-index: 999
    }

    .amazon-button {
        width: 48%;
        display: none;
        text-align: center;
        float: left;
        margin-left: 12px
    }

    .scroll_top {
        display: none !important
    }

    #introduce-box {
        padding-bottom: 0
    }

    #footer-menu-box {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .mycash-main .easy-steps {
        font-size: 28px
    }
}

.know-first {
    text-align: center;
    padding: 0 0 4%;
    display: block
}

    .know-first .wlcm-msg {
        font-size: 35px;
        text-transform: uppercase;
        color: #e98f07;
        font-weight: 500;
        padding-bottom: 10px
    }

    .know-first p {
        font-size: 112.5%;
        line-height: 24px;
        font-weight: 300
    }

    .know-first input {
        background: #f8f8f8;
        padding: 12px;
        font-size: 125%;
        height: auto;
        border: solid 1px #ccc;
        text-transform: capitalize;
        text-align: center;
        outline: 0;
        margin: 10px 0 20px;
        box-shadow: none
    }

        .know-first input:focus {
            border: solid 1px #000;
            box-shadow: none
        }

    .know-first button {
        font-size: 18px;
        background: #bb133e;
        cursor: pointer;
        padding: 10px 40px;
        border-radius: 4px;
        border: 0;
        color: white
    }

        .know-first button:hover {
            background: #002147 !important;
            color: white
        }

.first-popup:not(#answ_modal) .modal-header {
    padding: 0;
    border-bottom: 0
}

.first-popup .modal-header .close {
    padding: 15px;
    margin: -10px -8px 0 auto;
    background: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 9;
    outline: 0
}

.first-popup#answ_modal .modal-header .close {
    margin: -25px -8px 0 auto
}

.first-popup button span {
    position: relative;
    top: -16px;
    right: 7px;
    outline: 0
}

.shop-now {
    margin-top: 20px;
    display: inline-block
}

.know-first.welcome button {
    border: #e98f07 solid 2px;
    background: 0;
    color: #e98f07;
    text-transform: uppercase;
    padding: 6px 20px;
    cursor: pointer
}

    .know-first.welcome button:hover {
        background: #e98f07;
        color: #fff
    }

.mycash-main {
    margin: 5% 0
}

    .mycash-main.mycash-main2 {
        margin: 0
    }

    .mycash-main .mycash {
        width: 77%
    }

    .mycash-main .getting {
        font-size: 150%;
        color: #000;
        padding: 20px 0 30px 0;
        line-height: 130%;
        display: inline-block
    }

        .mycash-main .getting h1 {
            text-transform: uppercase;
            font-size: 150%;
            padding: 0;
            display: block;
            font-weight: 600
        }

    .mycash-main .easy-steps {
        font-size: 28px;
        color: #464445;
        text-transform: uppercase;
        font-weight: 600
    }

    .mycash-main ul {
        margin: 30px 0 20px 0;
        padding: 0
    }

        .mycash-main ul li {
            list-style: none;
            margin-bottom: 10px;
            display: inline-block;
            width: 100%;
            line-height: 24px
        }

            .mycash-main ul li .favorite-left {
                width: 35px;
                float: left;
                background: #484647;
                color: #fff;
                font-size: 150%;
                text-align: center;
                border-radius: 100%;
                height: 35px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 0;
                font-weight: 600;
                margin-right: 10px
            }

            .mycash-main ul li .favorite-right {
                width: 85%;
                float: left;
                color: #000;
                font-size: 150%;
                line-height: 28px;
                font-weight: 400;
                position: relative
            }

.media-part {
    margin-top: 12px
}

    .media-part a {
        padding-right: 10px
    }

        .media-part a img {
            width: 30px;
        }

.favorite-right.social-arrow::before {
    content: "";
    background: url(../images/arrow-left.jpg) no-repeat 0 0;
    height: 84px;
    width: 65px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1
}

.mycash-main.mycash-main2 .favorite-right.social-arrow::before {
    content: "";
    background: url(../images/arrow-left.jpg) no-repeat 0 0;
    height: 84px;
    width: 65px;
    position: absolute;
    top: 40px;
    right: 130px;
    z-index: 1;
    background-size: 60%
}

.mycash-main .note.note1 {
    margin-top: 10px
}

.mycash-main .note {
    font-size: 112.5%;
    color: #bb133e;
    line-height: 25px;
    font-weight: 500
}

.create {
    background-color: #002147;
    font-weight: 500;
    font-size: 26px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
}

    .create:hover {
        color: #fff;
        text-decoration: none;
        background: #bb133e;
    }

.cashback .cash-way {
    font-size: 125%;
    color: #000;
    font-weight: 600
}

.cashback ul {
    margin: 0;
    padding: 15px 0 0;
    color: #9a9a9a
}

    .cashback ul li {
        padding-bottom: 10px;
        font-size: 112.5%;
        margin-bottom: 0;
        color: #000
    }

.discussion-text {
    margin-top: 20px
}

    .discussion-text h4 {
        font-size: 125%;
        margin-bottom: 20px;
        font-weight: 500;
        color: #000
    }

.sortby {
    border-bottom: solid 1px #ccc;
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.also-part {
    background: #f6f7f9;
    padding: 10px;
    border: 1px solid #d3d6db
}

.discussion-box textarea {
    border: 1px solid #d3d6db;
    min-height: 40px;
    width: 100%;
    padding: 10px
}

.discussion-box .usger-left {
    float: left
}

.discussion-box .usger-right {
    float: right;
    width: 90%;
    margin-left: 10px
}

.also-part button {
    background-color: #9cb4d8;
    border-color: #9cb4d8;
    font-size: 87.5%;
    padding: 4px 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    float: right;
    margin-top: -4px
}

.discussion-box {
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.also-part .form-check {
    display: inline-block
}

#product .pb-right-column .form-option .attributesQty:first-child {
    padding-top: 0
}

#product .pb-right-column .form-option .attributesQty .attribute-label {
    width: 100px;
    float: left
}

#product .pb-right-column .form-option .attributesQty select {
    padding: 0 0 0 10px;
    height: 29px;
    line-height: 23px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fafafa url(../images/dropdown.png) no-repeat scroll right center;
    display: inline-block;
    border: 1px solid #eaeaea;
    min-width: 95px
}

#product .pb-right-column .form-option .attributesQty .btn-plus {
    width: 18px;
    height: 29px;
    float: left;
    display: inline-block;
    margin-top: -5px
}

#product .pb-right-column .form-option .attributesQty input {
    max-width: 65px;
    padding: 0 5px;
    float: none
}

.linkfa {
    color: #365899;
    font-size: 75%
}

    .linkfa i {
        font-size: 87.5%;
        margin-right: 5px
    }

.comments-div {
    padding-left: 0
}

.sortby .dropdown {
    display: inline-block;
    margin-top: -9px;
    background: #4267b2;
    color: #fff
}

.sort-right {
    text-align: right
}

.sortby .dropdown-menu button {
    color: #000;
    width: 100%;
    padding: 3px 10px;
    text-align: left
}

.homeslider .content-slide {
    position: relative
}

.cshprogram {
    position: absolute;
    top: 0;
    right: 0
}

.Program .favorite-right.social-arrow::before {
    right: 140px;
    background-size: 60%;
    top: 39px
}

.heavy {
    font-weight: 700
}

.clear-div {
    display: block
}

.acs_score_wrapper.acs_widget_rating.widget_0_reviews {
    display: inline-block !important;
    width: auto !important;
    padding-right: 4px !important
}

.acs_widget_links {
    display: inline-block !important
}

.shipping {
    margin: 2px 6px 0 0;
    display: inline-block
}

.container.main-container {
    width: 1272px;
    margin: 0 auto
}

    .container.main-container .brand-showcase {
        padding: 0
    }

#mycash-part {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 99;
    background: #f79623;
    width: 100%;
    text-align: center
}

.page-top.home-main {
    margin-top: 5px
}

    .page-top.home-main .popular-tabs .tab-container {
        padding-top: 5px
    }

    .page-top.home-main .popular-tabs .owl-controls .owl-next,
    .page-top.home-main .popular-tabs .owl-controls .owl-prev {
        top: -20px
    }

    .page-top.home-main .product-list li .old-price {
        margin-left: 4px
    }

    .page-top.home-main .product-list li .product-price {
        font-size: 100%
    }

    .page-top.home-main .page-top-left .right-block h5 {
        display: -webkit-box;
        max-width: 100%;
        height: 30px;
        margin: 0 0 6px;
        font-size: 87.5%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .page-top.home-main .product-list li .colreduce-percentage {
        font-size: 75%
    }

    .page-top.home-main .popular-tabs .product-list li {
        padding-bottom: 5px
    }

.save-main {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 15px
}

    .save-main img {
        width: 100%
    }

    .save-main h2 {
        font-size: 28px;
        color: #707070;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .save-main p {
        font-size: 112.5%;
        color: #707070;
        line-height: 28px
    }

.saving {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px
}

    .saving a {
        background-color: #002147;
        border: 1px solid #002147;
        padding: 15px 25px 17px;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
        border-radius: 4px
    }

        .saving a:hover {
            background: #bb133e;
            border: 1px solid #bb133e;
        }

.about-banner {
    text-align: center
}

.about-banner-text {
    width: 45%;
    padding-top: 75px;
    float: left
}

    .about-banner-text h1 {
        font-size: 35px;
        color: #fff;
        text-align: left;
        font-weight: 300;
        line-height: 45px
    }

.about-banner img {
    width: 100%
}

.about-banner {
    background: url(../images/about-banner.jpg) no-repeat;
    display: table;
    width: 100%;
    background-size: 100%;
    min-height: 290px
}

.accesibility-banner {
   /* background: #116dbd;*/
    padding: 50px 0 0 0;    
}

.acessible-content {
    font-size: 35px;
    text-align: center;
   
}

#accesibilityDiv {
    padding: 20px
}

.bg-dark.footer-main {
    /*background: #eaeaea !important;*/
    padding-top: 25px;
    padding-bottom: 18px
}

.input-group.email-part {
    margin-top: 0;
    width:100%;
}

.footer-part .sub-r2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #d3d3d3;
    padding-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-part p {
    color: #bfbfbf;
    font-size:15px;
}

.footer-part ul {
    margin: 0;
    padding: 0
}

.footer-part li {
    list-style: none
}

    .footer-part li a {
        padding: 3px 0;
        display: inline-block;
        color: #bfbfbf;
        font-size: 15px;
    }

    .footer-part li strong {
        color: #bfbfbf
    }

    .footer-part li a:hover {
        color: #fff;
        text-decoration:underline
    }

.email-part input {
    width:calc(100% - 114px);
    padding: 8px 10px;
    height: 45px;
    background: #fff;
    border-left: solid 1px #707070;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070
}

.email-part button {
    background: #bb133e;
    height: 45px;
    text-transform: uppercase;
    outline: 0;
    color: #fff !important;
    border-radius: 0 5px 5px 0;
    padding: 8px 30px;
    font-weight: 600;
    outline: 0
}

    .email-part button:hover {
        color: #fff;
        background: #d5053a !important;
    }

.footer-logo {
    margin-top: 10px;
    margin-left: -4px;
    /* margin-left: -15px;
    margin-right: -15px*/
    display:flex;
}
    .footer-logo a {
        display: inline-flex;
        flex-wrap:wrap;
        width: 31.33%;
        padding:5px;
        background: #fff;
        border-radius: 5px;
        height: 45px;
        align-items: center;
        justify-content:center;
        margin-left:5px;

    }

/*img.amazon-logo0 {
    margin-top: 15px
}

img.amazon-logo1 {
    margin-top: 8px
}*/

        .footer-logo a img {
            max-width: 100%;
            max-height: 100%;
        }

.returnable-main h1 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #6c6c6c;
    text-transform: uppercase
}

.qualifying {
    padding-top: 0
}

    .qualifying p,
    .qualifyingbg p {
        text-align: justify;
        line-height: 28px
    }

.returnable-main p {
    font-size: 100%;
    color: #959595;
    font-weight: 400;
    line-height: 24px
}

.pleaseemail {
    margin: 20px 0;
    font-weight: 100px
}

.costomertext {
    text-align: center
}

.costomertext {
    color: #6c6c6c
}

.costomertext {
    color: #757575
}

.costomertext {
    padding: 10px 0 0
}

    .costomertext a {
        color: #f89623
    }

.little-part h2 ul {
    margin: 20px 0 0;
    padding: 0;
    line-height: 35px
}

.original ul li {
    font-size: 100%;
    line-height: 24px;
    color: #959595
}

.qualifyingbg {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 30px 0
}

.returnable-main.Policy-main .qualifying {
    padding-top: 0
}

.qualifyingbg ol {
    margin: 0;
    padding: 0
}

    .qualifyingbg ol li {
        font-size: 100%;
        line-height: 24px;
        padding-bottom: 25px;
        color: #959595
    }

        .qualifyingbg ol li:last-child {
            padding-bottom: 0
        }

.returnable-main h2 {
    font-size: 22px;
    color: #696969;
    font-weight: 400;   
}

.returnable-main h4 {
    font-size: 125%;
    color: #707070;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 30px
}

.returnable-main button {
    display: table;
    font-size: 100%;
    color: #fff;
    height: 55px;
    margin: 2px auto 0;
    background: #232f3e;
    padding: 10px 60px;
    text-transform: uppercase;
    border-radius: 4px;
    transition:all 0.3s ease-in-out
}

    .returnable-main button:hover {
        background: #404040;
        color: #fff;
        transition: all 0.3s ease-in-out
    }

.walmart-part {
    text-align: center
}

    .walmart-part h1 {
        color: #6a6a6a;
        font-size: 187.5%;
        text-transform: uppercase;
        margin-bottom: 10px
    }

.returnable-main label {
    margin: 0 0 5px;
    font-weight: 600;
}

.returnable-main .form-control {
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd
}

span.field-validation-error {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding: 0
}

.cartCheck span.field-validation-error {
    position: static;
    padding: 5px 0 0;
    display: inline-block;
    font-size: 87.5%
}

.mui-textfield.mui-textfield--float-label {
    position: relative;
    padding-bottom: 15px
}

    .mui-textfield.mui-textfield--float-label sup {
        top:0;
    }

    .walmart-part img {
        margin: -11px 0 10px
    }

.walmart-part p {
    color: #6a6a6a;
    font-size: 137.5%;
    line-height: 19px
}

.little-part {
    margin-top: 30px;
    display: inline-block;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px
}

    .little-part h2 {
        font-size: 125%;
        line-height: 30px;
        padding: 0
    }

.marg20Bottom {
    margin: 0 0 15px
}

.register-part button {
    margin: 0 auto;
    display: table;
    background: #f89623;
    font-size: 100%;
    color: #fff;
    padding: 10px 60px;
    height: 55px;
    margin-top: 20px
}

.returnable-main a {
    font-weight: 600;
    color: #2f3337
}

    .returnable-main a:hover {
        color: #116dbc
    }

.my-gallery-container .item {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 0;
    color: #fff
}

    .my-gallery-container .item h3 {
        color: #707070;
        font-size: 150%;
        line-height: 28px;
        margin-top: 0;
        padding-bottom: 15px
    }

    .my-gallery-container .item p {
        font-size: 100%;
        color: #959595;
        font-weight: 400;
        line-height: 24px
    }

    .my-gallery-container .item.h150 {
        width: 100%;
        min-height: 150px
    }

    .my-gallery-container .item.h200 {
        width: 100%;
        min-height: 200px;
        padding-top: 10px
    }

    .my-gallery-container .item.h250 {
        width: 100%;
        min-height: 200px
    }

.my-gallery-container .padding {
    padding: 10px 5px
}

.costomertext h3 {
    font-size: 150%;
    padding-bottom: 10px
}

.breadcrumb > li + li:before {
    padding: 0 2px
}

.seccurborderbox a {
    color: #ed1b24
}

.col-sm-6.left-form-wrap {
    margin-top: -32px
}

.cash-part h4 {
    padding: 15px 0
}

.cash-part a {
    font-weight: 600;
    background: #ed1b24;
    color: #fff;
    padding: 2px 15px;
    margin-left: 5px
}

    .cash-part a span {
        padding-top: 4px;
        margin-left: -3px
    }

.eligibility {
    background: #f8f8f8;
    padding: 18px;
    min-height: 255px;
    margin-bottom: 30px;
    border-bottom: solid 3px #707070
}

.returnable-main .eligibility h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 15px
}

.returnable-main .eligibility p {
    font-size: 93.75%;
    line-height: 22px
}

.purchases {
    padding: 0 20px
}

    .purchases h3 {
        padding: 18px 0 12px
    }

.amounts {
    padding: 25px 20px 10px;
    background: #f8f8f8
}

    .amounts h2 {
        font-size: 22px;
        text-transform: uppercase;
        padding-bottom: 15px
    }

    .amounts p {
        padding-bottom: 20px
    }

.qualifying p {
    font-size: 100%;
    padding-top: 20px;
    line-height: 22px
}

.lowest_price.prodct_detail {
    background: 0
}

img.hover-show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0
}

img.hover-none {
    position: relative;
    z-index: 2;
    opacity: 1
}

.lowest_price.prodct_detail:hover img.hover-none {
    z-index: 1;
    opacity: 0
}

.lowest_price.prodct_detail:hover img.hover-show {
    z-index: 2;
    opacity: 1
}

.border-dd {
    border: 1px solid rgba(119, 119, 119, .5)
}

    .border-dd a {
        margin: 0
    }

.ow {
    margin: 0 -15px
}

.checkout-box {
    background: #fff;
    color: #000;
    padding: 9px 15px 17px;
    background: #f8f8f8;
    display: block;
    width: 100%;
    margin-top: 25px !important
}

.prmnl-sav {
    color: #ed1b24;
    font-weight: 600
}

.checkout-box p.checkout-price {
    font-size: 14px;
    padding: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

#tdOrderTotal {
    font-size: 14px
}

.git-crt label {
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #dedede
}

.git-crt input[type=checkbox] {
    display: none
}

.checkout-box strong {
    font-weight: 600 !important
}

.cart-additon .eligble-offer-block {
    margin-bottom: 20px
}

.cart-additon .checkout-box {
    margin-top: 0 !important
}

.checkout-box p.prmnl-sav {
    color: #ed1b24;
    font-weight: 600
}

.checkout-box .prmo-text {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    padding: 0 8px 0 0;
    margin: 0
}

.git-crt label {
    position: relative
}

    .git-crt label::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: inherit;
        color: inherit;
        content: '\f107';
        font-family: fontawesome;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.clearfix.checkNorBtns {
    margin-top: 15px
}

.checkNorBtns button {
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (max-width:1024px) {
    .eligibility {
        min-height: 383px
    }

    .contactingtext {
        padding: 0 15px !important;
        display: table;
        width: 100%
    }  

    .email-part button {
        padding: 8px 14px
    }

    .about-banner-text h1 {
        font-size: 24px;
        line-height: 30px
    }

    .about-banner-text {
        margin-top: 0;
        padding-top: 60px
    }

    .about-banner {
        min-height: 220px
    }

    #product .pb-right-column .product-price-group .discount {
        padding: 0 5px;
        font-size: 75%;
        margin-left: 5px
    }

    .product-price-group .prise-text {
        font-size: 93.75%
    }

    .mega_dropdown.dropdown-menu.clearfix {
        width: 708px !important
    }

    #main-menu li:nth-child(2) .dropdown-menu {
        left: 0;
        margin-left: 0;
        width: 725px !important
    }

    .header-top-right .homeslider img.referra-img {
        width: 76%;
        float: right;
        height: auto
    }

   /* .mycash-main.mycash-main2 {
        margin: 30px
    }*/

    #main-menu li:last-child .dropdown-menu {
        margin-left: -120px;
        width: 200px !important
    }

    .top-header-main input {
        margin-bottom: 0
    }

    .walmart-part p {
        line-height: 28px
    }

    .navbar-nav > li > a {
        line-height: 16px;
        font-size: 82.5%
    }

    .nav-ontop ul.nav.navbar-nav {
        width: 100%
    }

    .cart-item-box select,
    .review-div input,
    .review-div select {
        padding: 0
    }

    .top-header .nav-top-links,
    .top-header .support-link,
    .top-header .user-info {
        width: auto;
        float: none;
        display: inline-block
    }

    .main-header .logo {
        text-align: center
    }

    .main-header .header-search-box .form-inline .form-category {
        display: none
    }

    .main-header .shopping-cart-box {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0
    }

    #box-vertical-megamenus {
        width: 50%;
        height: 50px;
        float: left
    }

        #box-vertical-megamenus .box-vertical-megamenus {
            right: 0;
            padding-bottom: 0
        }

    .box-vertical-megamenus .vertical-menu-content {
        border-right: 1px solid #eee;
        display: none
    }

        .box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
            visibility: hidden;
            display: none
        }

        .box-vertical-megamenus .vertical-menu-content ul li a.parent:before {
            display: none
        }

    .nav-menu .navbar-brand,
    .nav-menu .toggle-menu {
        display: block
    }

    .nav-menu .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 15px
    }

    .nav-menu .navbar-collapse {
        margin-top: 0
    }

    .nav-menu .nav > li > a {
        padding: 5px 15px;
        text-align: right
    }

    .nav-menu .navbar-brand {
        padding-left: 30px
    }

    #main-menu .navbar-header {
        display: block;
        margin: 0;
        background: 0;
        color: #fff
    }

        #main-menu .navbar-header .navbar-brand {
            padding: 0;
            padding-left: 10px;
            line-height: 36px;
            color: #fff;
            font-weight: 700
        }

        #main-menu .navbar-header .fa {
            line-height: inherit;
            color: #000;
        }

        #main-menu .navbar-header .navbar-toggle {
            border: 0;
            padding: 0;
            margin-top: 12px
        }

        #main-menu .navbar-header .fa-bars:before {
            color: #000;
            font-size: 40px
        }

    #main-menu .navbar-default .navbar-toggle:focus,
    #main-menu .navbar-default .navbar-toggle:hover {
        background: 0
    }

    #main-menu .navbar-collapse {
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }

    #main-menu .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }

    #main-menu .navbar .navbar-nav > li {
        border-bottom: 1px solid #cacaca
    }

        #main-menu .navbar .navbar-nav > li.active,
        #main-menu .navbar .navbar-nav > li:hover {
            background: 0
        }

        #main-menu .navbar .navbar-nav > li > a {
            margin: 0;
            padding: 10px;
            border-right: 0;
            position: relative
        }

        #main-menu .navbar .navbar-nav > li.active > a,
        #main-menu .navbar .navbar-nav > li:hover > a {
            color: #fff;
            border-right: 1px solid transparent;
            background: #000
        }

    #main-menu .dropdown-menu {
        position: inherit;
        opacity: 1;
        visibility: inherit;
        display: none
    }

    #main-menu li.dropdown > a:after {
        position: absolute;
        top: 9px;
        right: 10px
    }

    #main-menu .dropdown.open > .dropdown-menu {
        display: block;
        width: 100% !important
    }

    #main-menu li.dropdown:before {
        display: none
    }

    #main-menu li.dropdown:hover:before {
        display: none
    }

    #main-menu .dropdown-menu {
        border: 1px solid #eee
    }

        #main-menu .dropdown-menu.container-fluid {
            padding: 15px;
            border: 1px solid #eee
        }

    #main-menu li:nth-child(3) .dropdown-menu {
        left: 0;
        margin-left: 0;
        width: 725px !important
    }

    #main-menu li:nth-child(9) .dropdown-menu {
        left: 0;
        margin-left: 0;
        width: 725px !important
    }

    .navbar-nav {
        width: 265px
    }

    #navbar {
        left: 0
    }

    #main-menu .navbar-header {
        width: 41px;
        height: 41px;
        margin-top: 5px;
    }

    #main-menu {
        margin-left: 0;
        position: absolute;
        top: 0px;
        z-index: 99;
        left: 0;
        width: 100%
    }

        #main-menu .navbar-header .navbar-brand {
            color: #000
        }

    .navbar-brand {
        height: 35px
    }

    #main-menu .navbar-header .navbar-toggle {
        float: none;
        margin-left: 0;
        margin-top: 7px;
        margin: 0 !important;
        line-height: 41px;
        text-align: center;
        width: 41px
    }

    #main-menu .navbar-header .navbar-brand {
        line-height: 36px
    }

    .header-top-right .header-banner {
        display: none
    }

    .header-top-right {
        margin-left: 0;
        width: 100%;
        border-top: 0
    }

        .header-top-right .homeslider .content-slide {
            margin-right: 0
        }

    #main-menu .dropdown,
    #main-menu .dropup,
    #main-menu .nav {
        position: static !important
    }

    #main-menu li:last-child .dropdown-menu,
    #main-menu li:nth-child(1) .dropdown-menu,
    #main-menu li:nth-child(2) .dropdown-menu,
    #main-menu li:nth-child(3) .dropdown-menu,
    #main-menu li:nth-child(4) .dropdown-menu,
    #main-menu li:nth-child(5) .dropdown-menu,
    #main-menu li:nth-child(6) .dropdown-menu,
    #main-menu li:nth-child(7) .dropdown-menu,
    #main-menu li:nth-child(8) .dropdown-menu {
        right: 0;
        margin: 0 auto;
        left: 0
    }

    #main-menu li:last-child .dropdown-menu {
        right: 0 !important;
        left: auto
    }
}



    @media screen and (max-width:768px) {
        #mb-cart-view > .dropdown {
            position: static
        }

        #mb-cart-view {
            position: relative
        }

        #mb-apply-coupon {
            margin-top: 8px
        }

        #mb-cart-view .pull-right > .dropdown-menu,
        #mb-cart-view > .dropdown-menu {
            padding: 1em;
            right: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            top: 35px
        }

        #mb-cart-view .eligble-offer-block {
            margin: 12px 0 20px
        }

        .header-top-right .homeslider img.referra-img {
            width: 57%;
            float: right
        }

        .nav-ontop #main-menu .navbar .navbar-nav > li > a {
            padding: 0 1px
        }

        .nav-menu-red .navbar-collapse {
            width: 98%
        }

        #main-menu li:nth-child(2) .dropdown-menu {
            left: -80px;
            margin-left: 0;
            width: 660px !important
        }

        #main-menu li:last-child .dropdown-menu {
            width: 200px !important
        }

        .about-banner-text {
            width: 55%;
            padding-top: 15px
        }

        .footer-part .sub-r2 {
            font-size: 100%
        }

        .email-part input {            
            font-size: 75%
        }

        .email-part button {
            padding: 8px 7px;
            font-size: 75%
        }

        /*.amazon-logo0 {
        margin-top: 20px
    }*/

        .btn-add-cart,
        .btn-out-stock {
            margin: 0
        }
    }

    @media screen and (max-width:736px) {
        .ow {
            margin: 0 5px
        }

        #product .amazon-part {
            padding: 8px 10px 16px !important
        }

        .header-top-right .homeslider img.referra-img {
            width: 55%;
            float: right
        }

        .eligibility {
            min-height: 100%
        }

        #product .amazon-part {
            text-align: center;
            padding: 8px 10px 6px;
            position: relative !important;
            left: 50% !important;
            top: 36px;
            transform: translate(-50%, -50%);
            transform: -webkit-translate(-50%, -50%);
            transform: -ms-translate(-50%, -50%);
            z-index: 99999;
            height: 10px
        }

        .btn-add-cart:before {
            display: none
        }
    }

    @media screen and (max-width:732px) {
        .header-top-right .homeslider img.referra-img {
            width: 54.1%;
            float: right
        }

        .introduce-list li a {
            display: block;
            line-height: 20px;
            color: #666;
            padding: 4px 15px;
            font-size: 14px
        }

        .introduce-title {
            font-size: 75%
        }

        #contact-box .input-group {
            display: none
        }
    }

    @media screen and (max-width:767px) {
        .email-part input {
            width: calc(100% - 75px);
        }
        .card .input-container {
            margin: 0 13px 30px
        }

        .personal-main {
            padding: 0 15px
        }

        .purchases h3 {
            line-height: 30px
        }

        .designboxes-part {
            min-height: auto
        }

        .great-img.great-img3 {
            margin-top: 20px
        }

        .save-main {
            margin-top: 10px
        }

        .great-img.great-img1 {
            margin-top: 20px
        }

            .great-img.great-img1 img {
                width: 60%
            }

        .great-img.great-img2 {
            margin-top: 20px
        }

            .great-img.great-img2 img {
                width: 60%
            }

        .save-main {
            margin-top: 0;
            margin-bottom: 0
        }

        .contactingtext {
            padding: 0 !important;
            display: table;
            width: 100%
        }

        .rlite-logo0 {
            margin-top: 3px
        }

        .email-part input {
            font-size: 93.75%
        }

        .email-part button {
            padding: 8px 17px;
            font-size: 75%
        }

        .returns-img {
            margin-top: 10px
        }

        .about-banner-text {
            width: 100%
        }

            .about-banner-text h1 {
                font-size: 16px;
                line-height: 18px
            }

        .save-main img {
            width: 100%
        }

        .about-banner {
            min-height: 130px
        }

        .walmart-part {
            text-align: center;
            padding-top: 0;
            padding-left: 0
        }

        .returnable-main {
            margin-top: 10px
        }

        .productsimg10 {
            margin: 30px auto;
            display: table
        }

        .register-part h2 {
            font-size: 30px;
            line-height: 35px
        }

        .register-part {
            text-align: center
        }

        .register-left {
            text-align: left;
            margin-top: 0
        }

        .footer-part {
            margin-bottom: 20px
        }

            .footer-part .sub-r2 {
                padding-bottom: 6px
            }

        /* .footer-logo img {
        width: 28%
    }*/

        .bg-dark.footer-main {
            padding-top: 8px;
            padding-bottom: 8px
        }

        .py-5 bg-dark.footer-main .container {
            padding-left: 0;
            padding-right: 0
        }

        .qualifying p {
            text-align: left
        }

        #main-menu li:nth-child(6) .dropdown-menu,
        #main-menu li:nth-child(7) .dropdown-menu {
            left: 0;
            margin-left: 0
        }

        .header-top-right .homeslider:hover .bx-controls-direction .bx-next,
        .header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
            top: 36px;
            display: none
        }

        #mycash-part {
            display: none !important
        }

        #product .amazon-part .button-group {
            float: left;
            width: 48%
        }

        .amazon-button .paybutton {
            float: none;
            max-width: 178px;
            height: auto;
            margin: 0 auto;
            display: table;
            width: 100%
        }

        #product .pb-right-column .form-action .button-group {
            margin-bottom: 5px !important;
            margin-top: 0 !important;
            width: 100%
        }

        .amazon-button span.or {
            color: #fff;
            margin: 15px 0 0 2px;
            font-weight: 600;
            display: none
        }

        .scroll_top {
            bottom: 56px
        }

        .category-featured .nav-menu .navbar-collapse {
            width: 200px;
            left: auto;
            box-shadow: 0 2px 1px 1px #cccccc4a
        }

        .category-featured .navbar-nav {
            width: 210px !important;
            left: auto
        }

        .nav-menu .navbar-collapse > ul {
            margin-right: -15px !important;
            width: 200px !important
        }

        .nav-menu .nav > li > a {
            font-size: 75%
        }

        .nav-menu .navbar-collapse > ul {
            margin-top: 0;
            float: right;
            margin-right: -22px
        }

        .acs_review_button_bar .rr-heavy-txt {
            display: block
        }

        .acs_review_button_bar button.acs_btn_helpful_y.acs_js_helpful_y {
            font-size: 11px !important
        }

        .acs_review_button_bar button.acs_btn_helpful_n.acs_js_helpful_n {
            font-size: 11px !important;
            margin-right: 0 !important
        }

        #answ_reviews_review.acs_product_reviews_narrow .acs_review_button_bar_wrapper {
            margin-top: 0 !important
        }

        .product-list li .product-name a {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            display: block;
            display: -webkit-box
        }

        .menuCol03 {
            padding: 6px;
            display: none !important
        }

        #main-menu li .dropdown-menu {
            visibility: inherit;
            opacity: 9
        }

        .header-top-right .homeslider img.referra-img {
            width: 50%;
            float: right
        }

        .clear-div {
            display: inline-block
        }

        .referral-mycash .clear-div {
            display: block
        }

        .media-part a img {
            width: 100%;
            margin-bottom: 9px
        }

        .Program .favorite-right.social-arrow::before {
            display: none
        }

        .mycash-main .easy-steps {
            font-size: 22px
        }

        .mycash-main .note {
            font-size: 112.5%
        }

        .cashback .cash-way {
            font-size: 112.5%
        }

        .cashback ul li {
            font-size: 112.5%
        }

        /*.mycash-main.mycash-main2 {
            margin: 20px
        }*/

        .favorite .favorite-right.social-arrow::before {
            display: none
        }

        .mycash-main .getting h1 {
            font-size: 112.5%
        }

        .know-first .wlcm-msg {
            font-size: 25px
        }

        .know-first input {
            margin-top: 0
        }
       
    }

    @media screen and (max-width:640px) {
        .header-top-right .homeslider img.referra-img {
            width: 48%;
            float: right
        }
    }

    @media screen and (max-width:568px) {
        .header-top-right .homeslider img.referra-img {
            width: 42%;
            float: right
        }
    }

    @media screen and (max-width:568px) {
        .header-top-right .homeslider img.referra-img {
            width: 35%;
            float: right
        }
    }

    @media screen and (max-width:414px) {
        .about-banner {
            min-height: 90px
        }
    }

    @media screen and (max-width:412px) {
        .about-banner {
            min-height: 80px
        }

        .header-top-right .homeslider img.referra-img {
            width: 35%;
            float: right
        }

        .main-header .header-search-box {
            padding-right: 27px
        }
    }

    @media screen and (max-width:375px) {
        .header-top-right .homeslider img.referra-img {
            width: 35%;
            float: right
        }

        #main-menu .navbar-nav > :nth-child(2) .dropdown-menu {
            left: 0 !important
        }

        .navbar-nav {
            width: 230px !important
        }
    }

    @media screen and (max-width:320px) {        

        .about-banner-text {
            width: auto;
            padding-top: 6px
        }

        .acs_review_button_bar button.acs_btn_helpful_y.acs_js_helpful_y {
            font-size: 9px !important
        }

        .acs_review_button_bar button.acs_btn_helpful_n.acs_js_helpful_n {
            font-size: 8px !important;
            margin-right: 0 !important
        }

        .acs_review_button_bar {
            margin-bottom: 15px
        }

        .main-header .header-search-box {
            width: 190PX
        }

        .amazon-button span.or {
            display: none
        }

        .amazon-button .paybutton {
            max-width: 148px;
            height: auto
        }
    }

    .slleer-new li {
        margin-bottom: 6px
    }

    .slleer-new h2 {
        margin-bottom: 10px;
        font-weight: 600;
    }

    .giftCard {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        box-shadow: 0 0 2px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2);
        color: #666
    }

    .total_count {
        padding: 0;
        display: table;
        width: 100%;
        margin: 0
    }

    .title-entry {
        width: 33.33%;
        padding: 0 15px 10px;
        display: table-cell;
        text-align: center;
        border-left: 1px solid #e5e5e5
    }

    .total_count .count {
        font-size: 22px;
        display: block;
        line-height: 40px;
        font-weight: 800;
        letter-spacing: 1px
    }

    .text-count {
        font-size: 14px;
        display: block;
        line-height: 14px;
        color: #7f8c8d;
        height: 100%;
        width: 100%;
        font-weight: 600
    }

    .red-br {
        border-bottom: solid 4px #e66c69
    }

    .blue-br {
        border-bottom: solid 4px #2589c5
    }

    .green-br {
        border-bottom: solid 4px #6b5b8c
    }

    .img-Promotion img {
        width: 100%;
        display: block
    }

    .daily-chance {
        text-align: center;
        padding: 13px 25px 24px
    }

    h2.title-chance {
        margin: 0 0 12px;
        font-size: 20px;
        font-weight: 600
    }

    .promotion-desc {
        font-size: 15px;
        margin: 0
    }

    .block-subscribe,
    .footer-subs-dec {
        background: #eceff1
    }

    .main-form-conent {
        background: #fff;
        padding: 15px
    }

    .form-content-subs label.text-field {
        font-size: 15px;
        display: table-cell;
        vertical-align: middle;
        width: 144px;
        padding-left: 15px
    }

    .text-input-cust {
        height: 40px;
        line-height: 20px;
        border-radius: 5px;
        width: 246px;
        box-shadow: none;
        border: 2px solid #eceff1;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px
    }

    .required-label {
        font-size: 13px;
        display: table-cell;
        vertical-align: middle;
        width: 103px
    }

    .group-promo {
        margin: 0 0 10px;
        display: table;
        width: 100%
    }

    .form-tile-subs {
        font-size: 18px;
        text-align: center;
        margin: 0 0 15px
    }

    .footer-subs-dec {
        text-align: center
    }

        .footer-subs-dec p {
            margin: 7px 0;
            display: inline-block
        }

            .footer-subs-dec p a {
                color: #444;
                display: inline-block
            }

    .sub-toggle {
        margin: 0;
        padding: 15px 65px;
        font-size: 20px;
        font-weight: 500;
        position: relative
    }

    .subscribe-button {
        text-align: center;
        padding: 8px 0;
        background: #f5f5f5
    }

        .subscribe-button a,
        .subscribe-button button {
            padding: 7px 12px;
            background: 0;
            border: 0;
            color: #444;
            border-radius: 2px
        }

        .subscribe-button .btn-subs {
            background: #f89623;
            color: #fff
        }

        .subscribe-button .btn-cncl {
            color: #b51010;
            vertical-align: middle;
            display: inline-block
        }

    .bg-custom-gift {
        padding: 40px 0 60px
    }

    .text-input-cust.input-validation-error {
        border: 2px solid #e80c4d
    }

    span.image-email {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 51px;
        line-height: 52px;
        text-align: center;
        color: #fff;
        background: #f89623;
        font-size: 24px
    }

    .text-input-cust::-webkit-input-placeholder {
        color: #ccc
    }

    .text-input-cust:-ms-input-placeholder {
        color: #ccc
    }

    .text-input-cust::placeholder {
        color: #ccc
    }

    .fixed-scroller-lucky {
        position: fixed;
        left: -414px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99999;
        -webkit-transition: left .75s;
        -o-transition: left .75s;
        transition: left .75s
    }

        .fixed-scroller-lucky.spin-in {
            left: 0
        }

    a.close-lucky {
        float: right;
        color: #fff;
        font-size: 22px;
        padding: 0 10px;
        margin: 0 0 0 -38px
    }

    .bg-mini-wrapper {
        background: #232f3e;
        color: #fff;
        font-size: 18px;
        width: 144px;
        float: right;
        text-align: center;
        padding: 3px 0;
        position: fixed;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        z-index: 99998;
        margin: 0 0 0 -44px;
        transition: opacity .5s ease
    }

        .bg-mini-wrapper:hover {
            color: #fff !important
        }

    .btn-shop-now {
        background: #ed1b24;
        padding: 8px 6px 10px;
        color: #fff !important;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        max-width: 190px;
        margin: 6px auto 0
    }

    .trms-con {
        padding: 15px;
        font-size: 14px
    }

        .trms-con p {
            margin: 0 0 10px
        }

    h2.trms-tile {
        margin: 0;
        padding: 20px;
        background: #eceff1;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600
    }

    .thank-you-section h2 {
        font-size: 100px;
        padding: 15px;
        margin: 15px;
        display: inline-block;
        color: #ff922c;
        font-weight: 600
    }

    .thank-you-section p {
        margin: 15px 0 30px;
        font-size: 24px;
        font-weight: 700;
        color: #000
    }

    .thank-you-section h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 30px 0;
        color: #000;
        line-height: initial
    }

    .startfree {
        padding: 25px 17px;
        border-radius: 25px
    }

    #alertBox {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
        background: rgba(0, 0, 0, .2)
    }

        #alertBox .confirm-content {
            border-radius: 5px;
            width: 500px;
            display: table;
            margin: 50px auto;
            background: #fff;
            box-shadow: rgba(0, 0, 0, .5) 0 0 20px
        }

        #alertBox .button:hover {
            background-color: #d61b23;
            color: #fff;
            border-color: #d61b23
        }

        #alertBox .message {
            text-align: left;
            display: inline-block
        }

    .confirm-title {
        color: #7d7b7b;
        font-weight: 500;
        font-size: 18px
    }

    .confirm-header {
        padding: 15px 10px 10px;
        margin-bottom: 8px
    }

    .confirm-footer {
        padding: 12px 10px;
        border-top: 1px solid #ccc;
        width: 100%;
        overflow: hidden
    }

        .confirm-footer span {
            background: #ed1b24;
            border-radius: 20px;
            color: #fff;
            border: solid 1px #eceeef;
            padding: 7px 25px;
            display: inline-block;
            float: right;
            margin: 0 3px;
            border-color: #ed1b24
        }

    .g-recaptcha {
        margin-top: 10px
    }

        .g-recaptcha div {
            width: 240px !important;
            height: auto !important
        }

    .cartCheck .pdding-bttom-bill {
        margin-right: 20px
    }

    @media screen and (min-width:768px) {
        .cartCheck .content-pay-now {
            max-width: 332px
        }
    }

    .btn-add-cart:focus,
    .btn-out-stock:focus {
        color: #fff
    }

    .spacer10 {
        width: 100%;
        height: 10px;
        clear: both
    }

    body.modal-open {
        height: 100vh;
        overflow-y: hidden
    }

    #mini-cart a.btn-add-cart,
    .main-header .shopping-cart-box a.cart-link,
    .shopping-cart-box a.cart-link {
        cursor: pointer
    }

    #mini-cart a.btn-add-cart {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        line-height: inherit;
        padding: 13px 45px 14px
    }

    .cd-popup {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0 .3s;
        -moz-transition: opacity .3s 0s, visibility 0 .3s;
        transition: opacity .3s 0s, visibility 0 .3s
    }

    .cart-cd-popup {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0 .3s;
        -moz-transition: opacity .3s 0s, visibility 0 .3s;
        transition: opacity .3s 0s, visibility 0 .3s
    }

        .cart-cd-popup.is-visible,
        .cd-popup.is-visible {
            opacity: 1;
            z-index: 9999;
            visibility: visible;
            -webkit-transition: opacity .3s 0s, visibility 0 0;
            -moz-transition: opacity .3s 0s, visibility 0 0;
            transition: opacity .3s 0s, visibility 0 0
        }

    .cart-cd-popup-container {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        max-width: 480px;
        margin: 0;
        background: #fff;
        border-radius: 0;
        text-align: center;
        z-index: 40005;
        box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s
    }

        .cart-cd-popup-container h2 {
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 23px;
            margin: 0 auto;
            display: block;
            text-align: center;
            vertical-align: top;
            padding: 0;
            min-height: 40px
        }

    .mini-products-list {
        display: table;
        width: 100%;
        text-align: left
    }

    .cd-popup-container .cd-buttons:after {
        content: "";
        display: table;
        clear: both
    }

    .cd-popup-container .cd-buttons li {
        float: left;
        width: 50%
    }

    .cd-popup-container .cd-buttons a {
        font-size: 14px;
        display: block;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        transition: background-color .2s
    }

    .cd-popup-container .cd-buttons li:first-child a {
        background: #d57503;
        border-radius: 0 0 0 .25em
    }

    .no-touch .cd-popup-container .cd-buttons li:first-cart-cd-popup-container a:hover {
        background-color: #e1810f
    }

    .cd-popup-container .cd-buttons li:last-child a {
        background: #d2d2d2;
        border-radius: 0 0 .25em 0
    }

    .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
        background-color: #c5ccd8
    }

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .7)
}

.cart-cd-popup-container .cart-cd-popup-close,
.single-product-cls .cart-cd-popup-close {
    position: absolute;
    top: 20px;
    right: 27px;
    width: 35px;
    height: 35px;
    background: #0000000d;
    border-radius: 50%;
    border-radius: 50%
}

.cd-popup-close::after,
.cd-popup-container,
.cd-popup-container .cd-popup-close::before,
.single-product-cls .cart-cd-popup-close::before {
    content: '';
    position: absolute;
    top: 13px;
    width: 14px;
    height: 2px;
    background-color: #000
}

    .cart-cd-popup-container .cart-cd-popup-close::after,
    .single-product-cls .cart-cd-popup-close::after,
    .cart-cd-popup-container .cart-cd-popup-close::before,
    .single-product-cls .cart-cd-popup-close::before {
        content: '';
        position: absolute;
        top: 17px;
        width: 20px;
        height: .15em;
        background-color: #656565
    }

    .cart-cd-popup-container .cart-cd-popup-close::before,
    .cd-popup-container .cd-popup-close::before,
    .single-product-cls .cart-cd-popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px
    }

    .cart-cd-popup-container .cart-cd-popup-close::after,
    .cd-popup-container .cd-popup-close::after,
    .single-product-cls .cart-cd-popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 7px
    }

    .is-visible .cd-popup-container {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .is-visible .cart-cd-popup-container {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cart-container .shipping-per {
        margin-bottom: 0;
        background: #eef7ff;
        border: 1px solid #c5dbed;
        line-height: 24px;
        font-weight: 600;
        margin: 15px 0 0;
        max-width: 100%
    }

    .shop-cart-head {
        overflow: hidden
    }

    .cart-container .product {
        display: block;
        clear: both
    }

    .cart-cd-popup-container ol li {
        border-bottom: 1px solid #ebebeb;
        display: block;
        margin: 0;
        line-height: normal;
        min-height: 66px;
        padding: 15px 0
    }

        .cart-cd-popup-container ol li a.product-image {
            display: inline-block;
            width: 50px
        }

        .cart-cd-popup-container ol li.last {
            border-bottom: 0;
            margin-bottom: 0
        }

    .mini-products-list .product-details {
        display: inline-block;
        margin-left: 15px;
        text-align: left;
        width: 80%;
        vertical-align: top
    }

    .minicart-action-bar {
        display: inline-block;
        float: right;
        line-height: 22px
    }

        .minicart-action-bar a.btn-remove {
            width: 25px;
            height: 25px;
            display: block;
            margin: 0 auto;
            text-align: right
        }
            .minicart-action-bar a.btn-remove:hover {
                color: #bb133e;
            }

            .minicart-action-bar a.btn-remove i {
                font-size: 15px
            }

    .mini-products-list .prod-name {
        padding: 0;
        line-height: normal;
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 20px
    }

        .mini-products-list .prod-name a {
            color: #000;
            font-weight: 600;
            display: block;
            display: -webkit-box;
            max-width: 100%;
            max-height: 40px;
            margin: 0 auto;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .mini-products-list .quantity-part,
    .mini-products-list .sale-cart {
        display: inline-block;
        float: left
    }

    .mini-products-list .quantity-part {
        position: relative
    }

    .mini-products-list .sale-cart {
        width: 50%;
        text-align: left;
        font-weight: 600
    }

    .mini-products-list .org-cart,
    .mini-products-list .product-price {
        display: inline-block;
        float: right;
        width: 50%;
        text-align: right;
        font-size: 14px;
        font-weight: 600
    }

        .mini-products-list .product-price#productSubPrice {
            color: #000
        }

    .mini-products-list .product-qty {
        display: inline-flex;
        float: left
    }

        .mini-products-list .product-qty input.qtyminus,
        .mini-products-list .product-qty input.qtyplus {
            width: 22px;
            height: 22px;
            border: solid 1px #a1a1a1;
            font-weight: 400;
            font-size: 20px;
            line-height: 19px;
            box-shadow: 2px 2px 2px 2px #f7f8f9;
            -webkit-box-shadow: 2px 2px 2px 2px #f7f8f9;
            -moz-box-shadow: 2px 2px 2px 2px #f7f8f9
        }

    .mini-products-list input.popupqty {
        max-width: 40px;
        height: 22px;
        text-align: center;
        float: none;
        border: solid 1px #a1a1a1;
        margin: 0 1px;
        position: relative;
        display: inline-block;
        color: #000 !important;
        font-weight: 600;
        opacity: 1
    }

    .price .product-price {
        display: inline-flex;
        float: left
    }

    .cart-cd-popup-container .product-checkout-content > div {
        border-bottom: 1px solid #ccc;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .cart-cd-popup-container .subtotal {
        font-weight: 600;
        margin: 0;
        text-align: left;
        color: #000;
        text-transform: capitalize;
        line-height: normal
    }

        .cart-cd-popup-container .subtotal .label {
            display: inline-block;
            color: #000;
            padding: 0;
            font-size: 14px
        }

    #tdGrandTotals {
        font-size: 14px
    }

    .cart-cd-popup-container .subtotal .price {
        display: inline-block;
        float: right
    }

    .cart-cd-popup-container .actions button.btn-checkout {
        padding: 10px 25px;
        width: 100%;
        display: block;
        background: #ed1b24
    }

    .product-checkout {
        bottom: 0;
        display: block;
        z-index: 100000;
        position: fixed;
        left: 0;
        right: 0
    }

    .product-checkout-content {
        color: #000;
        padding: 0 2em;
        background: #f8f8f8;
        border-top: 1px solid rgba(0, 0, 0, .05);
        display: block;
        width: 100%
    }

    .cart-cd-popup-container .product-checkout div.product-checkout-content .actions {
        display: block;
        border: 0;
        cursor: pointer
    }

    .product-checkout-content .actions .checkout-btn:focus {
        color: #fff
    }

    .cart-cd-popup-container .product-checkout p {
        font-weight: 500
    }

    .product-varient {
        display: block;
        margin-bottom: 5px
    }

    .cart-container {
        margin: 0 auto;
        padding: 2em 2em 10px
    }

    .cnt-shop {
        color: #000;
        font-weight: 600;
    }

        .cnt-shop:hover {
            color: #1993fd;
        }

    .product-list-items .product:last-of-type ol li {
        border-bottom: 0
    }

    .product-list-items {
        border-bottom: 1px solid #ebebeb
    }

  /*before  .product-listing {
        vertical-align: top;
        display: block;
        clear: left;
        overflow-x: hidden
    }*/
.product-listing {
    vertical-align: top;
    display: block;
    clear: left;
    overflow-x: hidden;
    height: calc(100vh - 496px);
    max-height: 100% !important;
}

        .product-listing::-webkit-scrollbar {
            width: 6px
        }

        .product-listing::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
        }

        .product-listing::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 6px #2588cc;
            -moz-box-shadow: inset 0 0 6px #2588cc;
            -ms-box-shadow: inset 0 0 6px #2588cc;
            box-shadow: inset 0 0 6px #2588cc
        }

    .cart-item-no-block {
        display: inline-block;
        text-align: left;
        position: absolute;
        left: 25px
    }

    .cart-item-no {
        font-weight: 600;
        text-transform: capitalize;
        padding-top: 0;
        position: absolute;
        right: 10px;
        top: -5px;
        background: #ed1b24;
        color: #fff;
        border-radius: 100%;
        height: 18px;
        font-size: 11px;
        justify-content: center;
        max-width: 18px;
        line-height: 17px;
        padding: 0 2px;
        width: 100%;
        text-align: center
    }

    .cart-cd-popup-container .product-checkout div.disc-code {
        display: block;
        margin: .5em auto;
        padding: 0;
        border: 0
    }

    .disc-code p {
        text-align: left;
        line-height: 25px;
        display: block;
        margin-bottom: 5px;
        width: 100%
    }

    .dis-add {
        display: block;
        width: 100%;
        padding-top: 5px !important
    }

    .product-checkout-content .actions .pay-btn {
        display: flex;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        border: 0
    }

    #CartSummary.cart-additon .pay-btn {
        display: flex;
        margin: 1em auto;
        padding: 0;
        flex-wrap: wrap
    }

        #CartSummary.cart-additon .pay-btn a#amazonPayBtn {
            margin-top: 0
        }

    .product-checkout-content .actions .pay-btn > div {
        border: 0;
        display: inline-block;
        padding: 7px 5px
    }

    .cart-cd-popup-container .product-checkout div .dis-add,
    .cart-cd-popup-container .product-checkout div .dis-add-field {
        padding: 0;
        border: 0
    }

    .dis-add input.discount-code {
        display: inline-flex;
        padding: 9px;
        border: 1px solid #ccc;
        border-radius: 2px 0 0 2px;
        outline: 0;
        width: 75%
    }

    .dis-add button {
        float: right;
        padding: 10px 35px;
        display: inline-flex
    }

    .dis-add-field {
        display: flex;
        width: 100%
    }

    .product-checkout-content .promo-off {
        color: #000;
        display: block;
        text-align: left
    }

        .product-checkout-content .promo-off .ord-total {
            font-weight: 600
        }

        .product-checkout-content .promo-off span,
        .product-checkout-content .saved-u span {
            float: right
        }

    .product-checkout-content .saved-u {
        color: #ed1b24;
        text-align: left;
        font-weight: 600
    }

    .mini-products-list .product-qty .qty-loadimg {
        position: absolute;
        left: 28px;
        top: 4px
    }

    .aspaypal {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
        margin-top: 15px
    }

    .aspayamzon {
        display: inline-block;
        width: 50%;
        margin-top: 15px
    }

    .empty-cart {
        height: 78vh;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        width: 100vh;
        clear: left;
        margin-bottom: 15px;
        font-size: 16px;
        border: 0 !important
    }

        .empty-cart i {
            color: #fff;
            font-size: 100%;
            width: 55px;
            height: 55px;
            background: #656565;
            text-align: center;
            line-height: 33px;
            display: inline-block;
            padding: 5px;
            border-radius: 50%
        }

        .empty-cart span {
            display: block;
            text-align: center;
            margin: 1em auto
        }

    a.shop-continue {
        color: #eb2229;
        font-weight: 700;
        padding: 2rem 0
    }

    .dsplay_none {
        display: none
    }

    #CartSummary.cart-additon .pay-btn > a#amazonPayBtn {
        float: right;
        align-items: flex-end;
        width: 49%;
        margin-left: 1%
    }

    .close-poup-click {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        width: calc(100% - 480px);
        cursor: default;
        background: rgba(0, 0, 0, .6)
    }

    .cart-cd-popup.is-visible .close-poup-click,
    .cd-popup.is-visible .close-poup-click {
        display: block
    }

    .scroll-remove {
        overflow: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

.formElementStyle .close {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    position: absolute;
    right: -26px;
    top: -19px;
    z-index: 88;
    opacity: 1 !important;
    line-height: 12px;
    font-size: 16px;
    color: #fff !important;
    background: rgba(187,19, 62, .8);
    text-shadow: none;
    display: block;
    text-align: center;
    line-height: 24px
}

    .formElementStyle form#frmUser input,
    .formElementStyle form#frmUser1 input {
        background: 0;
        z-index: 1;
        position: relative
    }

    .formElementStyle form#frmUser .form-group,
    .formElementStyle form#frmUser1 .form-group {
        background: #f4f4f4;
        padding: 0;
        border-radius: 4px
    }

    #mb-cart-view .dropdown.pull-right {
        margin-right: 29px
    }

    ul.nav.navbar-nav {
        margin: 0 auto;
        float: none
    }


    @media screen and (min-width:1300px) {
        .header-other-result .form-inline input {
            width: 500px !important
        }
    }

    @media screen and (min-width:1024px) {
        ul.nav.navbar-nav {
            display: flex;
            justify-content: space-between
        }

        #main-menu .navbar-header {
            background: transparent;
            
        }

            #main-menu .navbar-header .fa {
                color: #000
            }

        #main-menu .navbar-nav > li:hover .dropdown-menu {
          /*  -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);*/
            opacity: 1;
            visibility: visible;
            transition:all 0.3s ease-in-out;
        }

        #main-menu li .dropdown-menu {
            border-radius: 0;
            min-width: 200px;
            border-top: 0;
            left: auto;
            padding: 15px 15px;
            transition: all 0.3s ease-in-out;
            /* -webkit-transition: opacity .5s, -webkit-transform .5s;
            transition: opacity .5s, transform .5s;
            -webkit-transform: translate(0, 40px);
            -moz-transform: translate(0, 40px);
            -o-transform: translate(0, 40px);
            -ms-transform: translate(0, 40px);
            transform: translate(0, 40px);*/
            visibility: hidden;
            opacity: 0;
            background: #fff
        }

        #main-menu .mega_dropdown .group_header a.active:after,
        #main-menu .mega_dropdown .group_header a:hover:after {
            position: absolute;
            right: 10px;
            top: 0;
            content: "\f105";
            color: #000;
            font-family: FontAwesome;
            font-size: 87.5%;
            vertical-align: 0;
            padding-left: 7px
        }

        #btnAddToCart {
            margin-left: 10px
        }

        .col-cc {
            width: 20%
        }
    }

/*  #paypal-button-container-popup > div,
    #paypal-button-sidebar > div {
        opacity: 0
    }*/

    #paypal-button-container-popup,
    #paypal-button-sidebar {
        width: 50%;
        position: relative
    }

    .express-checkout-buttons {
        width: 100%
    }

    .express-checkout #paypal-button-container-popup {
        display: inline-block;
        margin-top: 7px;
        overflow:hidden;
        border-radius:5px;
    }

    .express-checkout a#amazonPayBtn {
        display: inline-block;
        width: 47%;
        padding-top: 0 !important
    }

    .paypal-button-label-container {
        background: #ffc439;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 6.5px;
        border-radius: 4px;
        vertical-align: middle;
        position: absolute;
        left: 0;
        right: 0;
        min-height:36px
    }

    .paypal-button-text {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px
    }

    .paypal-button-label-container img {
        height: 18px;
        vertical-align: middle
    }

    .amazon-text {
        display: inline-block;
        font-size: 13px;
        margin: 0;
        outline: 0;
        padding: 8px 10px 8px 23px;
        text-align: center;
        white-space: nowrap;
        font-weight: 600;
        letter-spacing: -.5px;
        position: relative
    }

    .show-on-mobile {
        display: none
    }

    .amazon-text i {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 4px
    }

    .amazon-pay {
        background: #e7e9ec;
        border-radius: 3px;
        border-color: #adb1b8 #a2a6ac #8d9096;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: block;
        padding: 0;
        text-align: center;
        text-decoration: none !important;
        vertical-align: middle;
        background: #f0c14b;
        border-color: #a88734 #9c7e31 #846a29;
        color: #111;
        min-height:35px;
    }

    .amazon-button-inner {
        background: #f4d078;
        background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
        background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
        border-radius: 2px
    }

    @media screen and (max-width:1440px) {
        #apply-coupon {
            display: block;
            width: 100%;
            margin-left: 0;
            margin-top: 7px
        }

        .eligble-offer-block h3 {
            display: block
        }
    }

    @media screen and (max-width:991px) {
        .cartCheck .col-25.flex-new-order-3.width-35,
        .cartCheck .col-75.width-65 {
            width: 100%
        }

        .show-on-mobile {
            display: inline-block
        }

        .show-on-desktop {
            display: none
        }

        .paypal-button-text {
            display: none
        }

        .amazon-text {
            padding: 3px 10px 2px
        }

            .amazon-text i {
                font-size: 29px;
                position: static
            }
    }

    @media screen and (max-width:736px) {
        #product .amazon-part {
            position: inherit !important;
            transform: inherit
        }

        #CartSummary.cart-additon .pay-btn {
            display: flex
        }
    }

    @media screen and (max-width:415px) {
        #product .amazon-part {
            position: inherit !important;
            transform: inherit
        }

        .cart-cd-popup-container {
            max-width: 400px
        }
    }

    @media screen and (max-width:376px) {
        .cart-cd-popup-container {
            max-width: 362px
        }

        .close-poup-click {
            width: calc(100% - 362px)
        }

        .mini-products-list .product-details {
            width: 77%
        }

        .mini-products-list .prod-name a {
            font-size: 13px
        }

        #mb-cart-view .per-order {
            font-size: 11px
        }

        #CartSummary.cart-additon .pay-btn {
            display: flex
        }
    }

    .btn-shadow-animation {
        animation: scaleInOut 2s ease infinite;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
        cursor: pointer
    }

    @keyframes scaleInOut {
        0% {
            transform: scale(1)
        }

        10% {
            transform: scale(1)
        }

        20% {
            transform: scale(1)
        }

        30% {
            transform: scale(1)
        }

        40% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.1, 1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
        }

        60% {
            transform: scale(1)
        }

        70% {
            transform: scale(1)
        }

        80% {
            transform: scale(1)
        }

        90% {
            transform: scale(1)
        }

        100% {
            transform: scale(1)
        }
    }

    div#addressbookModelPopup {
        z-index: 1051
    }

    div#Deleteconfirmationpopup {
        z-index: 1051
    }

    div#addressbookModelPopupReg {
        z-index: 1051
    }

    #addressbookModelPopupReg.formElementStyle form.my-custom input.inputhasvalue + .form-label,
    #addressbookModelPopupReg.formElementStyle form.my-custom select.valid + .form-label {
        left: 24px
    }

#btnSaveAddress {
    background: #002147;
    border: 1px solid #002147;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 19px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
    width: 200px
}

    #btnSaveAddress:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
    }

    .addEditReg .modal-body {
        min-height: 516px
    }

    #changeAddModalCenter.addEditReg .myAddressbook {
        max-height: 100%
    }

    div#reviewCarouselWidget .stjr-reviews-carousel-nav {
        margin-top: 20px
    }

    div#reviewCarouselWidget #stjr-reviews-tab__button {
        z-index: 9 !important
    }

    .stjr-reviews-carousel-pages-container.js-stjr-reviews-carousel-pages-container.stjr-reviews-carousel-pages--height-even {
        min-height: 101px !important
    }

    #reviewCarouselWidget .stjr-reviews-carousel-review {
        width: 95% !important;
        max-width: 100% !important;
        margin: 0 !important;
        height: 100px;
        padding: 5px 10px;
        display: block
    }

    #reviewCarouselWidget .stjr-reviews-carousel {
        margin: 0 !important
    }

    #reviewCarouselWidget .stjr-reviews-carousel-pagination {
        margin: 1px auto -8px
    }

    .stjr-reviews-carousel-attribution a {
        font-size: 11px
    }

    .stjr-reviews-carousel-attribution img.stjr-reviews-carousel-attribution__logo {
        margin-top: 7px !important
    }

    #reviewCarouselWidget .stjr-reviews-carousel-reviews-container-animation {
        position: relative;
        height: 179px;
        width: auto
    }

    .product-tab {
        margin-top: 10px
    }

    .account-show {
        float: right;
        text-decoration: underline;
        color: #f79623;
        font-weight: 600;
        cursor: pointer
    }

    #reviewCarouselWidget .stjr-reviews-carousel-reviews-container {
        height: 100px
    }

    #reviewCarouselWidget .stjr-reviews-carousel-nav--right {
        margin-left: 0
    }

    .show-password {
        overflow: hidden;
        padding: 0 0 10px
    }

.forgotmain .forgot-body-wrap {
    max-width: 600px;
    margin: 0 auto;
    height: calc(100vh - 499px);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgotmain .content-login-wrap {
    min-width: 600px;
}
.forgotmain .page-content {
    margin-top: 0;
    margin-bottom: 16px;
    
}

.forgot-body-wrap label {
    margin-top: 0;
    margin-bottom: 15px
}

        .forgot-body-wrap .form-control {
            max-width: 600px
        }

#btnResetPassword {
    background-color: #002147;
    border: 1px solid #002147;
    transition: all 0.3s ease-in-out
}

    #btnResetPassword:hover {
        background: #bb133e;
        border: 1px solid #bb133e;
        transition: all 0.3s ease-in-out
    }

    #applePayBtn.btn-instant.btn-2 {
        background: #232f3e;
        margin-top: 2px;
        border-radius: 5px
    }

    #applePayBtn img {
        height: 40px;
        margin: 0 auto;
        display: table
    }

    .savedYouAmt {
        display: none
    }

    #OrderTotalAmt {
        font-weight: 600
    }

    .quantity-part input {
        appearance: none !important;
        -webkit-appearance: none !important;
        opacity: 1 !important;
        box-shadow: none;
        color: #000
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #444 !important
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 18px
    }

    .stjr-reviews-carousel-pages__page-inner {
        margin: 0 15px !important
    }

    .stjr-reviews-carousel-review {
        display: block !important
    }

        .stjr-reviews-carousel-review .stjr-author--top {
            font-size: 12px !important;
            display: inline-block !important;
            width: auto !important;
            margin-bottom: 5px !important
        }

        .stjr-reviews-carousel-review .stjr-review__stars {
            float: none !important;
            margin: -3px 0 0 !important;
            margin-bottom: 0 !important;
            display: inline-block !important;
            transform: scale(.6) !important;
            transform-origin: left !important
        }

        .stjr-reviews-carousel-review .stjr-review__title {
            font-size: 15px !important;
            margin-bottom: 2px !important
        }

            .stjr-reviews-carousel-review .stjr-review__title a {
                line-height: 14px !important;
                font-size: 12px !important
            }

        .stjr-reviews-carousel-review .stjr-review__content {
            font-size: 12px !important
        }

    @media(max-width:630px) {
        .stjr-reviews-carousel-nav-arrow .stjr-reviews-carousel-content {
            max-width: 100% !important
        }

        div#reviewCarouselWidget .stjr-reviews-carousel-nav {
            margin-top: 28px;
            transform: scale(.6)
        }

        #reviewCarouselWidget .stjr-reviews-carousel-review {
            height: 150px !important
        }

        .stjr-reviews-carousel-pages-container.js-stjr-reviews-carousel-pages-container.stjr-reviews-carousel-pages--height-even {
            min-height: 150px !important
        }

        #reviewCarouselWidget .stjr-reviews-carousel {
            position: relative
        }

        #reviewCarouselWidget .stjr-reviews-carousel-review {
            width: 100% !important
        }

        .stjr-reviews-carousel-nav.stjr-reviews-carousel-nav--left.js-stjr-reviews-carousel-nav--left {
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .stjr-reviews-carousel-nav.stjr-reviews-carousel-nav--right.js-stjr-reviews-carousel-nav--right {
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%)
        }
    }

    .block-quickview div#product .primary-box {
        margin-left: 0;
        margin-top: 15px
    }

    .virtual-tour {
        display: flex;
        align-items: center;
        left: 0;
        z-index: 99998;
        opacity: 0;
        visibility: inherit;
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 1s ease, -webkit-transform .6s ease;
        transition: all 1s ease, -webkit-transform .6s ease;
        transition: transform 1s ease, all .6s ease;
        transition: transform 1s ease, all .6s ease, -webkit-transform .6s ease
    }

        .virtual-tour .text-virtual {
            min-height: 59px;
            padding: 0 0 0 10px;
            overflow: hidden;
            opacity: 1;
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            margin: 0;
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            white-space: normal;
            position: absolute;
            background: #fff;
            left: 72px;
            width: 100%
        }

        .virtual-tour:hover .icon {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }

        .virtual-tour .icon img {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            margin: 0 auto
        }

        .virtual-tour .icon {
            background: #232f3e;
            border-radius: 100%;
            position: relative;
            display: inline-block;
            height: 60px;
            line-height: 60px;
            width: 60px;
            -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition: transform .6s ease;
            transition: transform .6s ease, -webkit-transform .6s ease;
            flex: none
        }

    .text-share {
        margin: 0 0 5px
    }

    .learn-share {
        color: #116dbd;
        text-decoration: underline;
        cursor: pointer
    }

    .share-part {
        position: relative;
        float: left;
        padding-left: 5px
    }

    #product .pb-right-column .form-action .button-group.show-on-mobile {
        display: none
    }

    .header-wrapper-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 1556px;
        margin: 0 auto;
        padding: 0 15px;
    }

.mobile-top-header {
    margin-left: auto;    
    padding-right: 0px;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px;
}

.shopping-cart-box {
    margin-left: auto;
    background: #002147;
    border-radius: 5px;
}

        .shopping-cart-box .cart-link {
            display: inline-block;
            position: relative;
            padding-top: 4px;           
            border-radius: 4px
        }

            .shopping-cart-box .cart-link:hover {
                background: #232f3e;
            }

    .cart-icon-mini {
        width: 49px;
        height: 49px;
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

    .shopping-cart-box .cart-icon-mini::after {
        background-position: center;
        background-image: url(../images/cart_icon.png);
        content: "";
        width: 49px;
        height: 46px;
        background-size: 46px;
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        right: 0
    }

    .shopping-cart-box .cart-link .notify-left {
        text-align: center;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 2px;
        width: 20px;
        right: 9px;
        border-radius: 100%;
        height: 21px;
        line-height: 21px;
        color: #fff
    }

    .cart-item-no-block img {
        width: 33px
    }

    #mb-cart-view img {
        width: 28px
    }

    .amazon-text.show-on-mobile img {
        width: 35px
    }

    .max-cart-full {
        max-width: 100%
    }

    #checkoutModal .modal-body {
        padding-bottom: 30px
    }

    .mailPop.result_hover {
        display: block
    }

    #form-search-opntop .btnSrch {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }

    .hideOnshow {
        display: none
    }

        .hideOnshow.active {
            display: block
        }

    .blog_post {
        padding: 50px 0
    }

        .blog_post .secTitle {
            margin-bottom: 50px
        }

    .category-main-content,
    .category-sidebar-blog {
        padding: 0 15px
    }

    .category-inner-content-main {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .category-sidebar-blog {
        width: 28%;
        font-size: 13px
    }

    .list-category-blog a {
        font-size: 14px;
        padding: 5px 15px;
        display: block;
        border: 0;
        padding: 9px 0;
        margin-left: 0;
        line-height: 20px;
        border-bottom: 1px solid #ededed
    }

    .category-main-content {
        width: 72%;
        padding: 0 15px
    }

    #listView {
        border: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px
    }

    .category-child {
        padding: 11px 7px;
        border: 0;
        border-bottom: 2px solid #e1e1e1
    }

    .categories-ul {
        margin-top: 30px
    }

    .category-inner-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%
    }

        .category-inner-content .product_img {
            width: 25%;
            display: inline-block
        }

        .category-inner-content .blog-overlay {
            width: 72%;
            display: inline-block
        }

        .category-inner-content .blog-name {
            font-size: 12px;
            color: #bbb;
            text-decoration: underline
        }

    .category-sidebar-blog h4 {
        font-size: 125%;
        text-transform: uppercase;
        color: #707070;
        padding-bottom: 10px;
        font-weight: 600
    }

    .list-category-blog a::before {
        content: '\f101';
        font-family: FontAwesome;
        padding-right: 4px
    }

    .blog-overlay {
        padding: 0 0 20px 20px;
        font-size: 14px;
        position: relative
    }

    .post-title {
        margin: 0 0 20px;
        line-height: 23px
    }

    .blog-overlay .blog-author {
        font-size: 12px;
        float: left;
        color: #bbb
    }

        .blog-overlay .blog-author span {
            color: #116dbd
        }

    .blog-overlay .blog-date {
        font-size: 12px;
        color: #bbb;
        display: inline-block;
        margin-left: 25px;
        position: relative;
        padding-left: 5px
    }

    .blog-mean-now {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        padding: 3px 0
    }

    .blog-overlay .blog-date::after {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #bbb;
        display: inline-block;
        position: absolute;
        left: -7px;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .category-inner-content {
        background-color: #fff;
        background-image: none
    }

    #titleDiv {
        font-size: 18px
    }

    .category-sidebar-blog #subscribe_email_footer {
        max-width: 100%;
        width: 68%
    }

    .category-sidebar-blog .input-group.email-part {
        width: 100%
    }

    a.btn-read-more {
        color: #116dbd;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;       
        margin-top: 2px;
        position: absolute;
        right: 0
    }
a.btn-read-more:hover {
    text-decoration: underline;
}
    .inner-blog-page .social-info {
        margin-top: 50px;
        padding-bottom: 25px
    }

    .inner-blog-page .blog-inner-img {
        margin-top: 16px;
        border: 1px solid #ccc;
        margin-right: 15px;
        width: 100%
    }

    .inner-blog-page .heading-text {
        margin-top: 15px;
        line-height: 24px;
        font-size: 16px
    }

    .inner-blog-page .post-title {
        margin: 0 0 20px;
        line-height: 50px
    }

    .inner-blog-page {
        margin: 25px 0 35px
    }

        .inner-blog-page div#myTabContent {
            max-width: 700px
        }

            .inner-blog-page div#myTabContent > .active {
                overflow: hidden
            }

        .inner-blog-page .social-info {
            margin-top: 18px;
            padding-bottom: 25px;
            max-width: 700px;
            clear: both
        }

    .comment-box p {
        margin: 0 0 10px
    }

    .inner-blog-page h3 {
        font-size: 24px;
        padding-bottom: 6px
    }

    .inner-blog-page {
        font-size: 16px
    }

        .inner-blog-page .nav-tabs {
            border-bottom: 1px solid #dee2e6
        }

            .inner-blog-page .nav-tabs .nav-item {
                margin-bottom: -1px
            }

            .inner-blog-page .nav-tabs .nav-link {
                border: 1px solid transparent;
                border-top-left-radius: .25rem;
                border-top-right-radius: .25rem
            }

                .inner-blog-page .nav-tabs .nav-link:focus,
                .inner-blog-page .nav-tabs .nav-link:hover,
                .inner-blog-page .nav-tabs > li.active > a {
                    border-color: #e9ecef #e9ecef #dee2e6;
                    border-bottom: 0
                }

                .inner-blog-page .nav-tabs .nav-link.disabled {
                    color: #6c757d;
                    background-color: transparent;
                    border-color: transparent
                }

                .inner-blog-page .nav-tabs .nav-item.show .nav-link,
                .inner-blog-page .nav-tabs .nav-link.active {
                    color: #495057;
                    background-color: #fff;
                    border-color: #dee2e6 #dee2e6 #fff
                }

        .inner-blog-page .tab-content {
            border: 1px solid #dee2e6;
            padding: 15px;
            border-top: 0
        }

        .inner-blog-page .detailPageshare {
            border: 0;
            border: 0;
            padding: 0;
            margin: 0 0 20px
        }

        .inner-blog-page .form-control {
            box-shadow: none;
            border: 1px solid #dee2e6
        }

    .blog-desc-para {
        margin: 20px 0 0;
        display: block;
        width: 100%;
        padding-right: 70px;
        height: 75px;
        overflow: hidden;
        position: relative
    }

        .blog-desc-para > h2,
        .blog-desc-para > h3,
        .blog-desc-para > h4,
        .blog-desc-para > h5,
        .blog-desc-para > h6,
        .blog-desc-para > p,
        .blog-desc-para > span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical
        }

    .inner-blog-page textarea {
        height: 100px
    }

    .form-group.comment-form-author {
        width: 49%;
        float: left
    }

    span#categoryselection {
        font-size: 25px;
        color: #eb2229
    }

    .form-group.comment-form-email {
        width: 49%;
        float: right
    }

    .inner-blog-page .email-part button {
        padding: 8px 10px
    }

    .inner-blog-page .category-sidebar-blog {
        margin-top: 35px
    }

    .comment-form-comment label {
        margin: 0 0 5px
    }

    p.comment-notes {
        margin: 0 0 10px
    }

    .blog-content.pl.cont {
        max-width: 700px
    }

    div#pagers {
        margin: 50px 0 !important
    }

    .k-pager-wrap .k-pager-numbers .k-state-selected {
        border-style: solid;
        border-width: 1px;
        padding: 0;
        min-width: 2.429em;
        height: 2.429em;
        line-height: 2.429em;
        padding-top: 0 !important;
        position: relative;
        top: 7px;
        border-radius: 0
    }

    .k-pager-wrap > .k-link {
        border-radius: 0 !important
    }

    .heading-text h5 {
        margin: 0 0 15px
    }

    a.cnt-shop.cart-cd-popup.is-visible {
        position: static
    }

#titleDiv {
    cursor: pointer;
    color: #000;
    padding: 0 0 14px;
    font-weight: bold;
    display: block;
}
    #titleDiv:hover {
        color: #116dbd;
    }

    #AuthorDetails {
        overflow: hidden
    }

    .inner-blog-page .blog-mean-now {
        padding: 6px 0 6px 70px;
        margin: 30px 0 15px;
        position: relative
    }

    .inner-blog-page .blog-overlay .blog-date {
        float: right
    }

    .social-info .abh_image {
        width: 15%;
        margin-right: 15px;
        float: left
    }

    .listed-categories .tag {
        background-color: #ededed;
        border-radius: 8px;
        display: inline-block;
        padding: 1px 15px
    }

    #commentform .btn-lg {
        background: #eb2229;
        color: #fff;
        font-size: 15px;
        padding: 10px 40px
    }

    .listed-categories .tag a {
        color: #000
    }

    .listed-categories {
        padding-top: 11px
    }

        .listed-categories li {
            margin-right: 5px;
            list-style: none
        }

        .listed-categories .label {
            color: #b5bbbb;
            text-transform: uppercase
        }

    .social-info .abh_image img {
        width: 100%
    }

    .blog-mean-now .abh_image {
        width: 60px;
        float: left;
        margin-right: 0;
        position: absolute;
        left: -7px;
        top: 50%;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        border: 5px solid #eee;
        padding: 7px;
        transform: translateY(-50%)
    }

    .inner-blog-title {
        font-size: 200%
    }

    div#profile {
        overflow: hidden
    }

    .inner-blog-page .category-inner-content-main {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto
    }

    .free-product-desc,
    .free-product-img {
        width: 50%;
        float: left;
        padding: 0 10px
    }

    .giftCard .product-name {
        padding: 10px 0 30px;
        font-size: 17px;
        font-weight: 500;
        text-align: center
    }

    .giftCard .quick-add-cart {
        padding: 0 27px
    }

    .giftCard div#Description p {
        font-size: 13px;
        line-height: 24px
    }

    .giftCard div#Description ul li {
        font-size: 13px;
        line-height: 24px
    }

    .giftCard #product .pb-right-column .form-option .form-option-title {
        font-weight: 600;
        line-height: 20px;
        font-size: 14px;
        margin: 0 0 10px
    }

    .giftCard #product .pb-right-column .form-option {
        border-top: 0;
        padding-top: 0
    }

    .row10 {
        margin: 0 -10px
    }

    .giftCard .product-tab,
    .giftCard div#product .primary-box {
        margin: 0
    }

    @media(min-width:768px) {
        .event-wrapper {
            flex-wrap: wrap;
            margin: 0 -15px
        }

        .event-content {
            width: 33.33%;
            padding: 0 15px 30px
        }

            .event-content.event-half {
                width: 50%
            }

            .event-content .border-dd {
                height: 100%;
                display: flex;
                align-items: center
            }
    }

    .review2 .fa {
        font-size: 20px;
        color: #e7e7e7
    }

    .review2 .checked {
        color: orange
    }

    .review2 .side {
        float: left;
        width: 15%;
        margin-top: 7px
    }

    .review2 .middle {
        margin: 10px 10px 0;
        float: left;
        width: 62%
    }

    .review2 .right {
        text-align: right
    }

    .review2 .bar-container {
        width: 100%;
        background-color: #f1f1f1;
        text-align: center;
        color: #fff
    }

    .review2 .bar-5 {
        width: 60%;
        height: 18px;
        background-color: #fdc20e
    }

    .review2 .bar-4 {
        width: 30%;
        height: 18px;
        background-color: #fdc20e
    }

    .review2 .bar-3 {
        width: 10%;
        height: 18px;
        background-color: #fdc20e
    }

    .review2 .bar-2 {
        width: 4%;
        height: 18px;
        background-color: #fdc20e
    }

    .review2 .bar-1 {
        width: 15%;
        height: 18px;
        background-color: #fdc20e
    }

    .review2 .heading {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 15px;
        color: #ed1b24
    }

    .total-review {
        line-height: 28px;
        margin: 0
    }

    .review-content {
        margin: 5px 0 0
    }

    .r2-review-header {
        font-size: 14px;
        width: 100%;
        line-height: 32px
    }

    .r2-verified-badge {
        color: #1cc286
    }

    .fa-star {
        font-size: 50px;
        align-content: center
    }

    #pagin li {
        display: inline-block
    }

    .r2-review-header #r2-review-avatar,
    .r2-review-header .r2-review-avatar,
    .r2-review-reply #r2-review-avatar,
    .r2-review-reply .r2-review-avatar {
        float: left;
        margin-right: 15px
    }

    .r2-review-avatar-content {
        line-height: 54px
    }

    .r2-review-avatar-content {
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        width: 100% !important
    }

    .r2-share-links {
        display: none
    }

    .r2-share-wrapper:hover .r2-share-links {
        display: inline-block
    }

    .r2-review .author {
        margin-right: 7px
    }

    .r2-review-header .r2-verified-badge,
    .r2-review-header .verified,
    .r2-review-header .verified .fa-check-circle-o,
    .r2-review-header .verified .r2-fa-check-circle-o,
    .r2-review-header .verified-badge,
    .r2-review-header .verified-badge .fa-check-circle-o,
    .r2-review-header .verified-badge .r2-fa-check-circle-o,
    .r2-verified-badge {
        color: #1cc286
    }

        .r2-review-header .r2-verified-badge[data-type=buyer][data-verified-label]:after {
            content: attr(data-verified-label)
        }

    .r2-review-header .review-location {
        color: #999;
        font-size: 12px;
        font-weight: 400
    }

    .r2-location-flag {
        width: 18px;
        max-width: 18px;
        min-width: 18px;
        line-height: 0
    }

        .r2-location-flag img {
            width: 18px;
            max-width: 18px;
            min-width: 18px;
            display: inline-block;
            vertical-align: bottom;
            margin: 3px 3px 3px 1px !important;
            line-height: 0
        }

    .r2-review-header-starratings {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        line-height: 14px
    }

    [data-widget-type=minimal] .r2-review > .r2-review-content {
        margin: 0 0 0 65px !important
    }

    .r2-review-header-title {
        font-size: 15px;
        line-height: 24px;
        min-height: 15px;
        margin: 5px 0 0;
        padding: 0;
        border: 0;
        font-weight: 700;
        text-align: left
    }

    p.r2-review-content-body {
        font-size: 14px;
        margin-bottom: 0
    }

    .r2-review-footer {
        clear: both !important;
        font-size: 12px;
        opacity: .8;
        margin-top: 25px
    }

        .r2-review-footer #r2-review-share,
        .r2-review-footer .r2-review-share {
            float: left !important
        }

    .r2-share-icon {
        cursor: pointer;
        text-decoration: none
    }

    .r2-review-footer a {
        text-decoration: none;
        border: none !important
    }

    a.r2-thumbs-up {
        margin-left: 10px
    }

    .r2-review-header .created,
    .r2-review-header-byline .created {
        float: right !important;
        color: #999;
        font-size: 12px;
        font-weight: 400
    }

    .r2-review-avatar {
        background: #1a237e !important;
        color: #fff !important;
        border-radius: 50%;
        text-shadow: 1px 1px 0 #fff
    }

    .r2-rating-holder .fa {
        font-size: 17px;
        cursor: pointer;
        color: #6c6c6c
    }

    .r2-questions-search-text,
    .r2-reviews-search-text {
        color: #000;
        margin: 7px 0;
        max-width: 320px;
        position: relative;
        width: 100%
    }

    span.r2-sort-select-wrapper {
        margin-top: 2px
    }

    .ask-question-id i:before,
    .write-review-id i:before {
        color: #fff
    }

    ul.r2-summary-keywords-list li {
        font-size: 14px;
        color: #6b6d76;
        background: rgba(234, 234, 234, .7);
        padding: 6px 15px;
        margin-right: 8px;
        margin-bottom: 8px;
        margin-left: 0;
        margin-top: 0;
        border-radius: 3px;
        float: none;
        list-style: none;
        border: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline-block;
        text-transform: capitalize;
        line-height: 20px
    }

    .r2-questions-search-text input.r2-questions-search-input,
    .r2-reviews-search-text input.r2-reviews-search-input {
        color: #333;
        position: initial;
        height: 35px;
        min-height: 35px;
        background-color: #fff;
        line-height: 1.25;
        text-indent: .01px;
        text-overflow:;
        border: 1px solid #ccd6e0 !important;
        bottom: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all ease-in-out .2s;
        z-index: 2;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 400;
        width: 99%;
        padding-left: 27px;
        padding-right: 50px;
        box-sizing: border-box
    }

    .r2-reviews-filter {
        margin: 15px 0 30px
    }

    #r2-sort-select,
    #r2-sort-select-answer,
    #r2-sort-select2 {
        color: #333;
        position: initial;
        height: 35px;
        min-height: 35px;
        background-position: right -1px center;
        background-image: url(../images/icon-arrow-down-bg.svg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: initial;
        padding-right: 0;
        padding-left: 12px;
        line-height: 1.25;
        text-indent: .01px;
        text-overflow:;
        border: 1px solid #ccd6e0 !important;
        bottom: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all ease-in-out .2s;
        cursor: pointer;
        z-index: 2;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 400;
        width: auto;
        min-width: 170px;
        margin-top: 3px
    }

    .r2-summary-keywords {
        clear: none;
        font-size: 13px;
        margin-top: 20px
    }

    ul.r2-summary-keywords-list {
        margin: 0;
        padding: 0;
        font-size: 12px;
        max-width: 600px
    }

    .r2-reviews-filter-label {
        padding: 0;
        font-weight: 600
    }

    span.r2-reviews-search-icon.fa.fa-search {
        position: absolute;
        left: 8px;
        font-size: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

        span.r2-reviews-search-icon.fa.fa-search::before {
            color: #6c6c6c
        }

    .r2-review-content-body,
    .r2-review-reply-body,
    .r2-review-reply-shop {
        font-size: 16px;
        line-height: 20px
    }

    .r2-verified-badge {
        color: #1cc286
    }

    ul#pagin {
        display: table;
        margin: 20px auto 0;
        cursor: pointer
    }

    #pagin li {
        display: inline-block
    }

    .r2-questions .r2-icon-comment,
    .r2-questions .r2-review-content-body {
        margin-top: 25px;
        clear: both
    }

    .r2-review-reply {
        background: 0;
        margin: 15px 0 0 35px;
        padding: 10px 0 14px 15px;
        border-left: 5px solid #e0e0e0;
        overflow: hidden
    }

    span.r2-reply-a {
        font-size: 16px
    }

    .r2-questions span.r2-review-header-byline {
        display: block;
        margin-bottom: 10px !important;
        font-weight: 700
    }

    span.r2-reply-a-label {
        font-size: 16px
    }

    .r2-review-avatar {
        background: #4f5699 !important;
        color: #fff !important;
        display: block !important;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-shadow: 1px 1px 0 #fff
    }

    .btn-review-group .btn-primary {
        padding: 5px;
        background: #2f3337;
        color: #fff;
        border-radius: 4px !important;
        line-height: 25px;
        border-color: #2f3337;
        margin: 10px 7px 0 0;
        font-size: 12px
    }

        .btn-review-group .btn-primary i {
            margin-right: 5px
        }

    .r2-form > form {
        margin: 0
    }

    .r2-form-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0
    }

    .r2-form-actions,
    .r2-form-contact,
    .r2-form-custom-questions,
    .r2-form-review {
        padding: 0;
        border: 0;
        margin: 0
    }

    .r2-form-actions {
        text-align: right;
        margin-bottom: 30px
    }

    .r2-content {
        position: relative
    }

    .r2-main-widget-loading .r2-reviews:before {
        content: 'Loading more...';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        border: 0;
        margin: auto auto auto -75px;
        padding: 10px 20px;
        font-size: 14px;
        background: #eee;
        z-index: 2
    }

    .r2-main-widget-loading .r2-reviews .r2-review {
        opacity: .5
    }

    .r2-reviews:empty:after,
    .r2-ugc-modal-wrapper:after {
        content: ''
    }

    .r2-form-review-rating {
        overflow: hidden;
        margin-bottom: 4px
    }

        .r2-form-review-rating input {
            display: table;
            height: 5px !important;
            width: 5px !important;
            font-size: 1px !important;
            line-height: 5px !important;
            -webkit-appearance: none
        }

        .r2-form-review-rating a,
        .r2-form-review-rating a:hover {
            text-decoration: none !important;
            display: inline-block !important;
            float: left !important
        }

    .r2-form-label {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin: 0 16px 6px 0
    }

    .r2-form-input {
        margin: 0;
        font-family: inherit !important;
        font-style: normal
    }

    .r2-form-label + .r2-form-input {
        font-weight: 400;
        margin: 0 0 10px;
        display: block;
        width: 100% !important;
        min-height: 45px;
        line-height: 39px
    }

    .r2-review-avatar[data-avatar=true] .r2-review-avatar-content,
    .r2-review-header #r2-review-avatar:empty,
    .r2-review-header .r2-review-avatar:empty,
    .r2-review-reply #r2-review-avatar:empty,
    .r2-review-reply .r2-review-avatar:empty {
        display: none
    }

    input.r2-form-input {
        height: 35px
    }

    input.r2-form-input-email,
    input.r2-form-input-text,
    textarea.r2-form-input-textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
        height: 35px;
        max-width: 100%;
        margin: 0;
        padding: 5px;
        border: 1px solid #d7d7d7
    }

    textarea.r2-form-input-textarea {
        height: 60px
    }

    input.r2-form-input-email,
    input.r2-form-input-text {
        padding: 0 15px
    }

    .r2-form-input-textarea {
        resize: vertical
    }

    .r2-form-input-error,
    input[type=email].r2-form-input-error,
    input[type=text].r2-form-input-error {
        border-color: #c0363a
    }

    .r2-starrating.r2-form-input-error a {
        color: #c0363a
    }

    .r2-form-message {
        padding: .8em 1em;
        margin: 0 0 1em
    }

    .r2-form-message-error {
        background: #c0363a;
        color: #fff
    }

    .r2-form-message-success {
        padding: 0;
        margin: 50px 0 0
    }

    .r2-button,
    .r2-button-primary {
        width: auto;
        height: auto !important;
        margin: 0;
        min-height: 1em
    }

    .r2-button-primary {
        float: initial;
        border: 1px solid;
        padding: 5px 10px;
        margin-left: 10px;
        min-height: 30px;
        text-decoration: none;
        background: #232f3e;
        color: #fff;
        cursor: pointer
    }

        .r2-button-primary[disabled=disabled] {
            opacity: .5
        }

    #r2-button-submit,
    input.r2-button.r2-button-primary.button.button-primary.btn.btn-primary {
        background: #eb2229;
        color: #fff;
        border-radius: 4px !important;
        border-color: #eb2229;
        width: auto;
        padding: 10px 20px
    }

    .r2-reviews {
        position: relative
    }

        .r2-reviews[data-filtered=true]:empty:after {
            content: 'No reviews matched the selected criteria. Clear or modify your filter and try again.';
            display: block;
            text-align: center;
            max-width: 280px;
            margin: auto;
            margin-top: 20px;
            line-height: 25px;
            font-size: 14px
        }

    .r2-form-contact-email,
    .r2-form-contact-location,
    .r2-form-contact-name {
        float: left;
        width: 50%;
        max-width: 300px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        margin: 0 0 15px
    }

    .r2-starrating .fa {
        margin-right: 5px;
        color: #444
    }

        .r2-starrating .fa:hover {
            color: #ffbd00
        }

    .rating-summary {
        white-space: nowrap
    }
        

        .rating-summary .rating-result {
            width: 115px;
            display: inline-block;
            position: relative;
            vertical-align: middle
        }

    .category_review span.review-clicker {
        margin: 1px 0 0 6px
    }

    .category-summary.rating-summary .rating-result {
        width: 91px
    }

    .rating-summary .rating-result:before {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        -webkit-font-smoothing: antialiased;
        color: #c7c7c7;
        font-family: FontAwesome;
        font-size: 18px;
        height: 18px;
        letter-spacing: 2px;
        line-height: 18px;
        content: '\f005' '\f005' '\f005' '\f005' '\f005';
        display: block;
        font-style: normal;
        font-weight: 400;
        speak: none
    }

    .rating-summary .rating-result > span {
        display: block;
        overflow: hidden
    }

        .rating-summary .rating-result > span:before {
            position: relative;
            z-index: 2;
            -webkit-font-smoothing: antialiased;
            color: #fdc20e;
            font-family: FontAwesome;
            font-size: 18px;
            height: 18px;
            letter-spacing: 2px;
            line-height: 18px;
            content: '\f005' '\f005' '\f005' '\f005' '\f005';
            display: block;
            font-style: normal;
            font-weight: 400;
            speak: none
        }

        .rating-summary .rating-result > span span {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

    .product-reviews-summary .rating-summary .label,
    .table-reviews .rating-summary .label {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .review-control-vote {
        overflow: hidden;
        margin: 5px 0 25px
    }

        .review-control-vote:before {
            color: #e3e3e3;
            font-family: FontAwesome;
            font-size: 36px;
            height: 36px;
            letter-spacing: 10px;
            line-height: 36px;
            font-style: normal;
            font-weight: 400;
            speak: none;
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            content: '\f005' '\f005' '\f005' '\f005' '\f005';
            display: block;
            position: absolute;
            z-index: 1
        }

        .review-control-vote input[type=radio] {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

            .review-control-vote input[type=radio]:checked + label:before,
            .review-control-vote input[type=radio]:hover + label:before {
                opacity: 1
            }

        .review-control-vote label {
            cursor: pointer;
            display: block;
            position: absolute
        }

            .review-control-vote label span {
                border: 0;
                clip: rect(0, 0, 0, 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px
            }

            .review-control-vote label:before {
                color: #fdc20e;
                font-family: FontAwesome;
                font-size: 36px;
                height: 36px;
                letter-spacing: 10px;
                line-height: 36px;
                font-style: normal;
                font-weight: 400;
                speak: none;
                vertical-align: top;
                -webkit-font-smoothing: antialiased;
                opacity: 0
            }

    .r2-form-contact .review-control-vote {
        height: 42px;
        width: 216px;
        display: inline-block
    }

    .rating-like {
        display: inline-block
    }

    .review-control-vote label:hover:before {
        opacity: 1
    }

    .review-control-vote label:hover ~ label:before {
        opacity: 0
    }

    .review-control-vote .rating-5 {
        z-index: 2
    }

        .review-control-vote .rating-5:before {
            content: '\f005' '\f005' '\f005' '\f005' '\f005'
        }

    .review-control-vote .rating-4 {
        z-index: 3
    }

    .review-control-vote input[type=radio]:checked + label:before,
    .review-control-vote input[type=radio]:hover + label:before {
        opacity: 1
    }

    .review-control-vote .rating-4:before {
        content: '\f005' '\f005' '\f005' '\f005'
    }

    .review-control-vote .rating-3 {
        z-index: 4
    }

        .review-control-vote .rating-3:before {
            content: '\f005' '\f005' '\f005'
        }

    .review-control-vote .rating-2 {
        z-index: 5
    }

        .review-control-vote .rating-2:before {
            content: '\f005' '\f005'
        }

    .review-control-vote .rating-1 {
        z-index: 6
    }

        .review-control-vote .rating-1:before {
            content: '\f005'
        }

    .review-control-vote:before {
        content: '\f005' '\f005' '\f005' '\f005' '\f005'
    }

    .products-reviews-toolbar {
        position: relative
    }

    @media(min-width:985px) {
        .r1_hero__title {
            font-size: 2rem;
            line-height: 2.3rem;
            margin: 0 0 25px
        }
    }

    .r1_logo {
        float: left;
        margin-bottom: 15px
    }

    .r1_news {
        padding: 40px 0
    }

    @media(min-width:985px) {
        .r1_news {
            padding: 80px 0
        }
    }

    .r1_news__list {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .r1_news__list__image {
        width: 100%
    }

    .r1_news__list__item {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        flex: 1 1 33%;
        padding: 15px 0;
        text-align: center
    }

        .r1_news__list__item:nth-child(n+7) {
            display: none
        }

        .r1_news__list__item:not(:nth-child(n+4)) {
            padding-top: 0
        }

        .r1_news__list__item:nth-child(n+4) {
            padding-bottom: 0
        }

    @media(min-width:985px) {
        .r1_news__list__item {
            display: -webkit-box !important;
            display: flex !important;
            -webkit-box-flex: 1;
            flex: 1 1 12.5%;
            padding: 0
        }
    }

    .r1_reviews {
        overflow: hidden;
        padding: 40px 15px;
        padding-bottom: 0;
        margin-bottom: 29px
    }

    .r1_reviews__slider {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-top: 30px
    }

    @media(min-width:985px) {
        .r1_reviews__slider {
            margin-top: 50px
        }

            .r1_reviews__slider .slick-list {
                overflow: visible
            }
    }

    .r1_reviews__slider.slick-initialized {
        display: block
    }

    .r1_reviews__slider .slick-track {
        display: -webkit-box;
        display: flex
    }

        .r1_reviews__slider .slick-track .slick-slide {
            position: relative
        }

    @media(min-width:985px) {
        .r1_reviews__slider .slick-track .slick-slide {
            margin-left: 45px
        }
    }

    @media(min-width:985px) {
        .r1_reviews__slider .slick-track .slick-slide > div:nth-child(2) {
            position: relative;
            left: 135px
        }
    }

    .r1_reviews__slider .slick-track .slick-slide.r1_reviews__item_wrapper {
        margin-right: 0
    }

    .r1_reviews__item_wrapper {
        height: 236px;
        margin-bottom: 20px;
        margin-right: 40px
    }

    @media(min-width:985px) {
        .r1_reviews__item_wrapper {
            margin-bottom: 50px
        }
    }

    .r1_reviews__item {
        background: #fff;
        box-shadow: 0 0 4px rgba(167, 167, 167, .5);
        padding: 27px 23px;
        max-width: 320px;
        max-height: none;
        color: #464646;
        margin-left: 9px;
        height: 100%;
        width: 100%
    }

        .r1_reviews__item.big {
            max-width: 320px
        }

    @media(min-width:985px) {
        .r1_reviews__item {
            margin-top: 0;
            max-width: 375px;
            max-height: none;
            float: left;
            margin-left: 0;
            box-shadow: 0 0 20px rgba(186, 186, 186, .5);
            height: 217px
        }

            .r1_reviews__item.big {
                margin-left: 0;
                max-width: 480px;
                height: 236px
            }
    }

    .r1_reviews__item__top {
        display: -webkit-box;
        display: flex;
        border-bottom: 1px solid #ececec;
        padding-bottom: 16px;
        margin-bottom: 18px
    }

    .r1_reviews__thumb {
        width: 53px;
        height: 53px;
        overflow: hidden;
        margin-right: 20px;
        margin-left: 7px
    }

        .r1_reviews__thumb img {
            width: 100%;
            border-radius: 50%;
            height: 100%
        }

    .r1_reviews__meta {
        -webkit-box-flex: 1;
        flex: 1;
        width: calc(100% - 80px)
    }

    .r1_reviews__rating {
        margin-bottom: 10px
    }

    @media(min-width:985px) {
        .r1_reviews__rating .stars .star {
            width: 20px;
            height: 20px;
            background-position: calc(-2 * 20px) 0;
            background-size: calc(3 * 20px) 20px
        }

        .r1_reviews__rating .stars .star--normal--half {
            background-position: calc(-1 * 20px) 0
        }

        .r1_reviews__rating .stars .star--normal--muted {
            background-position: 0 0
        }
    }

    .r1_reviews__info {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.5rem;
        line-height: 1.7rem
    }

    .r1_reviews__name {
        font-size: 1.5rem;
        line-height: 1.7rem
    }

    .r1_reviews__business {
        font-size: 1.5rem;
        line-height: 1.7rem;
        color: #464646;
        font-weight: 700
    }

    .r1_reviews__title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.6rem;
        line-height: 1.8rem;
        color: #f89623;
        margin-bottom: 6px
    }

    .r1_reviews__body {
        font-size: 1.6rem;
        line-height: 2rem
    }

        .r1_reviews__body .review__text {
            color: #333;
            max-height: 60px;
            overflow: hidden;
            font-size: 14px
        }

    @media(max-width:767px) {
        .r1_reviews__body .review__text {
            display: none
        }

        .event-content img {
            object-fit: cover;
            height: 250px
        }
    }

    .r1_reviews__body .review__text--mobile {
        display: none
    }

    @media(max-width:767px) {
        .r1_reviews__body .review__text--mobile {
            display: block
        }
    }

    .stars {
        line-height: 0
    }

    .stars--widgets .star {
        background: 0 0 !important
    }

        .stars--widgets .star.star--larger {
            font-size: 3.6rem;
            height: 36px;
            width: 36px
        }

        .stars--widgets .star.star--medium {
            font-size: 2.5rem;
            height: 25px;
            width: 25px
        }

        .stars--widgets .star.custom-icon-star2-half-right {
            color: #d2d2d2
        }

        .stars--widgets .star.custom-icon-star2-empty {
            color: #d2d2d2
        }

        .stars--widgets .star.custom-icon-star2,
        .stars--widgets .star.custom-icon-star2-full,
        .stars--widgets .star.custom-icon-star2-half-left {
            color: #fdc20e
        }

        .stars--widgets .star.custom-icon-star2-half-left {
            display: inline-block;
            letter-spacing: 0;
            margin-right: 0;
            overflow: hidden;
            vertical-align: top;
            width: .5em
        }

        .stars--widgets .star.custom-icon-star2-half-right {
            vertical-align: top;
            display: inline-block;
            letter-spacing: 0;
            overflow: hidden;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            width: .5em
        }

    .stars .star {
        background-image: url(../images/stars.png);
        background-position: -36px 0;
        background-size: 54px 18px;
        display: inline-block;
        height: 18px;
        margin-right: 3px;
        width: 18px
    }

        .stars .star:last-child {
            margin-right: 0
        }

        .stars .star.star--largest {
            background-position: -86px 0;
            background-size: 129px 43px;
            height: 43px;
            margin-right: 4px;
            width: 43px
        }

            .stars .star.star--largest.star--largest--half {
                background-position: -43px 0
            }

            .stars .star.star--largest.star--largest--muted {
                background-position: 0 0
            }

        .stars .star.star--larger {
            background-position: -72px 0;
            background-size: 108px 36px;
            height: 36px;
            margin-right: 4px;
            width: 36px
        }

            .stars .star.star--larger.star--larger--half {
                background-position: -36px 0
            }

            .stars .star.star--larger.star--larger--muted {
                background-position: 0 0
            }

        .stars .star.star--large {
            background-position: -56px 0;
            background-size: 84px 28px;
            height: 28px;
            margin-right: 4px;
            width: 28px;
            transform: scale(.8);
            transform-origin: center
        }

            .stars .star.star--large.star--large--half {
                background-position: -28px 0
            }

            .stars .star.star--large.star--large--muted {
                background-position: 0 0
            }

        .stars .star.star--normal.star--normal--half {
            background-position: -18px 0
        }

        .stars .star.star--normal.star--normal--muted {
            background-position: 0 0
        }

        .stars .star.star--small.star--small--half {
            background-position: -18px 0
        }

        .stars .star.star--small.star--small--muted {
            background-position: 0 0
        }

        .stars .star.star--smaller {
            background-position: -32px 0;
            background-size: 48px 16px;
            height: 16px;
            margin-right: 2px;
            width: 16px
        }

            .stars .star.star--smaller.star--smaller--half {
                background-position: -16px 0
            }

            .stars .star.star--smaller.star--smaller--muted {
                background-position: 0 0
            }

        .stars .star.star--tiny {
            background-position: -24px 0;
            background-size: 36px 12px;
            height: 12px;
            margin-right: 2px;
            width: 12px
        }

            .stars .star.star--tiny.star--tiny--half {
                background-position: -12px 0
            }

            .stars .star.star--tiny.star--tiny--muted {
                background-position: 0 0
            }

        .stars .star.star--muted {
            background-position: 0 0
        }

    .r1__reviews__item {
        margin-top: 0;
        max-width: 375px;
        max-height: none;
        float: left;
        margin-left: 0;
        box-shadow: 0 0 20px rgba(186, 186, 186, .5);
        height: 217px
    }

        .r1__reviews__item.big {
            margin-left: 0;
            max-width: 480px;
            height: 236px
        }

    .r1_title {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 26px
    }

    .r1_sub_title {
        font-size: 2rem;
        line-height: 2.6rem
    }

    .bg-gray-light-100 {
        background-color: #f2f2f2
    }

    .r1_blocks {
        margin: 100px 0
    }

    @media(max-width:767px) {
        .r1_blocks {
            margin: 50px 0
        }
    }

    .r1_blocks__flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 50px 0 0;
        flex-wrap: wrap;
        padding: 0
    }

    .r1_blocks .slick-track {
        display: -webkit-box;
        display: flex
    }

    .r1_blocks__site {
        margin-bottom: 25px;
        min-width: 225px;
        position: relative;
        width: 24%
    }

    .r1_blocks__site--margin {
        margin-bottom: 20px
    }

    .r1_blocks__site__border {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(39.47%, rgba(255, 255, 255, .0001)), color-stop(47.3%, rgba(255, 255, 255, .844482)), color-stop(54.22%, rgba(255, 255, 255, .556149)), color-stop(73.91%, rgba(255, 255, 255, .0001)));
        background: linear-gradient(0, rgba(255, 255, 255, .0001) 39.47%, rgba(255, 255, 255, .844482) 47.3%, rgba(255, 255, 255, .556149) 54.22%, rgba(255, 255, 255, .0001) 73.91%);
        border: 1px solid #ececec;
        box-shadow: none;
        height: 100%
    }

    @media(min-width:985px) {
        .r1_blocks__site__border {
            height: auto
        }
    }

    .r1_blocks__site__category {
        display: none
    }

    .r1_blocks__site__info {
        border: 0;
        margin: 0;
        padding: 0;
        background: #fff
    }

        .r1_blocks__site__info > div {
            padding: 20px
        }

    @media(max-width:767px) {
        .r1_blocks__site__info > div {
            padding: 15px
        }
    }

    @media(max-width:369px) {
        .r1_blocks__site__info > div {
            padding: 10px
        }
    }

    .r1_blocks__site__link {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: 100%;
        position: relative
    }

    .r1_blocks__site__num-reviews {
        font-size: 1.3rem;
        line-height: 1.25;
        clear: both
    }

    .r1_blocks__site__rating {
        margin-bottom: 12px
    }

    .r1_blocks__site__url {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;
        margin: 0 0 8px;
        font-size: 1.8rem;
        line-height: 1.25
    }

    .r1_blocks__site__user__link {
        color: #015899
    }

    .r1_blocks__site.slick-slide {
        margin-right: 20px
    }

    .rating-summary.r2-review-summary {
        width: auto;
        display: inline-block
    }

    .customer-img-details output#result {
        display: grid;
        grid-gap: 15px;
        grid: auto/repeat(8, 1fr);
        text-align: center
    }

    .col-eqal {
        background-image: none;
        background-color: #fafafa;
        text-align: center
    }

    .sidebar-user-material.resellr-r2 {
        height: 100%
    }

    .category-content {
        position: relative;
        padding: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .sidebar-user-material-content {
        text-align: center
    }

    .text-overflow {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .mb-2 {
        margin-bottom: 2px
    }

    .url-header__info__categories {
        font-size: 1.3rem
    }

    .url-header__info__categories__link {
        color: #000;
        font-weight: 700
    }

    .url-header__info__link {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 7px
    }

    .url-header__info__rating__reviews {
        font-size: 1.6rem;
        vertical-align: sub;
        margin: 6px 0 0
    }

    i.custom-icon-checkmark3 {
        line-height: 18px
    }

    .url-header__info__rating__reviews {
        font-size: 1.2rem;
        vertical-align: sub
    }

    .url-header__info__title {
        display: inline-block;
        font-size: 200%;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 2px;
        font-family: Arial, Helvetica, sans-serif
    }

    .url-header__info .badge {
        cursor: pointer;
        display: inline-block;
        font-size: 1rem;
        height: 18px;
        line-height: 18px;
        margin-left: 7px;
        padding: 0;
        vertical-align: super;
        width: 18px
    }

    .url-header__buttons {
        margin-top: auto
    }

        .url-header__buttons .button {
            margin-right: 6px
        }

    i.custom-icon-external-link.url-header__external-link__icon {
        vertical-align: middle;
        margin-right: 5px
    }

    .url-header__buttons .button {
        border: 0;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 14px;
        padding: 8px 15px;
        text-align: center;
        -webkit-appearance: none
    }

    .button.button--orange {
        background-color: #ef6a23;
        border: 1px solid #ef6a23 !important
    }

    .button.button--purple {
        background-color: #af4499;
        border: 1px solid #af4499 !important
    }

    .button.button--big {
        font-size: 1.5rem;
        padding: 17px 6px
    }

    .url-header__external-link {
        color: #2b2b2b;
        display: inline-block;
        font-size: 1.6rem;
        margin: 15px 0
    }

    .button.button--orange--inverted {
        background-color: transparent;
        border: 1px solid #ef6a23;
        color: #ef6a23
    }

    .button.button--purple--inverted {
        background-color: transparent;
        border: 1px solid #af4499;
        color: #af4499
    }

    .badge--blue {
        background-color: #015899;
        border-color: #015899;
        color: #fff
    }

    .store-link {
        font-weight: 700
    }

    .small-font {
        font-size: .75em
    }

    body .separator {
        clear: both;
        height: 20px;
        font-size: 1px;
        border: 0;
        background: 0;
        margin: 0;
        padding: 0
    }

    .siteStars {
        display: flex;
        align-items: center
    }

    #StartReviewStars {
        display: inline-block
    }

    .fancyStars span,
    .starRating {
        margin: 2px
    }

    .rr-purple {
        color: #af4499
    }

    .resellr-r2.rating-summary .rating-result > span:before {
        color: #af4499
    }

    #store-label h1 {
        font-size: 200%
    }

    .sitejaber-r2 .rating-summary .rating-result > span:before {
        color: #f77100
    }

    a#view_link {
        display: block
    }

    .btn-review-group .btn-primary i {
        font-size: 14px
    }

    .row-qual-flex {
        display: grid;
        grid-gap: 20px;
        grid: auto/repeat(1, 1fr);
        overflow: hidden;
        margin: 0 0 40px;
        border-bottom: 1px solid #f1f1f2;
        padding: 0 0 30px
    }

    @media screen and (min-width:768px) {
        .row-qual-flex {
            grid: auto/repeat(2, 1fr)
        }

        .border-dt {
            padding: 0 0 15px;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 25px;
            /* border: 1px solid #f1f1f2;
                box-shadow: #b5b5b5 0px 1px 0px;*/
        }

        .product-list li .left-block {
            position: relative;
            padding: 10px;
            border-bottom: 0px solid #f1f1f2
        }

        .product-list li .right-block {
            padding: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: calc(100% - 270px);
            flex-direction: column
        }

        .product-list {
            display: flex;
            flex-wrap: wrap
        }

        .view-product-list .product-list.grid {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
            padding-top: 10px
        }

        .product-list li .right-block > * {
            margin-top: auto
        }

        .offdisc {
            margin-top: 2px
        }
    }

    @media screen and (min-width:1024px) {
        .row-qual-flex {
            grid: auto/repeat(3, 1fr)
        }

        .button-form-container {
            display: flex;
            align-items: center;
            justify-content: space-between
        }
    }

    .resellr-r2 [class*=src-components-widget-styles__Title--] {
        display: none
    }

    .resellr-r2 [class*=src-components-widget-styles__alignStars--] {
        margin: 0 !important
    }

    .stjr-review-showcase-widget-header__rating {
        margin-bottom: 0
    }

    .resellr-r2 [class*=src-components-widget-styles__card--] {
        box-shadow: none !important;
        background: 0 0 !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .resellr-r2 [class*=src-components-widget-styles__formFactor_Mini--] {
        max-width: 100% !important
    }

    .resellr-r2 [class*=src-components-widget-styles__rr--] {
        padding: 0 !important
    }

    .sitejaber-r2 .stjr-review-showcase-widget {
        border: 0
    }

    .sitejaber-r2 .stjr-review-showcase-widget-header__text {
        display: none
    }

    .sitejaber-r2 .stjr-review-showcase-widget-header {
        background: 0 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 0;
        flex-direction: column
    }

    .sitejaber-r2 .stjr-review-showcase-widget,
    .sitejaber-r2 .stjr-review-showcase-widget-header {
        background-color: #fafafa;
        border: 0;
        width: 100% !important
    }

    .sitejaber-r2 .stjr-review-showcase-widget-header__rating__title {
        display: none
    }

    .sitejaber-r2 .stjr-review-showcase-widget-footer {
        display: none !important
    }

    .stjr-review-showcase-widget-header__num-reviews {
        padding: 1px 0 0
    }

    .sitejaber-r2 .stjr-review-showcase-widget-header .stars--widgets .star {
        font-size: 16px
    }

    .sitejaber-r2 .stjr-review-showcase-widget-header__num-reviews {
        font-size: 12px
    }

    .sitejaber-r2 .stjr-review-badge-banner__logo__img {
        height: 25px
    }

    .resellr-r2 [class*=src-components-stars-styles__stars--] {
        background-size: 99px !important;
        height: 20px !important;
        width: 98px
    }

    .resellr-r2 [class*=src-components-widget-styles__NumReviews--] {
        line-height: normal;
        margin: 7px 0 0 !important
    }

    .sidebar-user-material.sitejaber-r2 {
        height: 100%
    }

    .sitejaber-r2 div#reviewShowcaseWidget {
        margin: 0
    }

    .resellr-r2 [class*=src-components-widget-styles__NumReviews--] {
        font-size: 11px !important
    }

    #RR_PR_Widget_Wrapper .rating-summary .rating-result > span:before {
        font-size: 18px;
        height: 18px
    }

    #RR_PR_Widget_Wrapper .rating-summary .rating-result:before {
        font-size: 18px;
        height: 18px
    }

    .r2-review-summary.rating-summary .rating-result {
        width: 93px;
        margin-right: 15px
    }

    .rating-summary.r2-review-summary {
        width: auto;
        display: inline-block
    }

    .review-hover {
        overflow: hidden;
        border: 1px solid #cdcdcd;
        border-color: rgba(0, 0, 0, .2);
        transition: all .3s ease;
        border-radius: 4px;
        box-shadow: 0 2px 4px #000;
        background-color: #fff;
        padding: 0;
        position: absolute;
        top: 20px;
        z-index: 9999;
        height: 320px;
        padding: 15px 15px 25px;
        visibility: hidden;
        width: 300px;
        opacity: 0
    }

    .r2-review-summary:hover .review-hover {
        visibility: visible;
        opacity: 1
    }

    .clear-padding {
        border-bottom: 1px solid #e7e7e7;
        padding: 0 0 15px;
        clear: both
    }

    .review-footer {
        padding: 15px 0 0;
        text-align: center;
        cursor: pointer
    }

    .rating_average {
        font-size: 22px;
        display: inline-block;
        font-weight: 800;
        vertical-align: middle
    }

    .rating_glob {
        margin: 8px 0 3px
    }

    .review-clicker {
        cursor: pointer
    }

        .review-clicker:hover {
            text-decoration: underline
        }

#productReviews .tab-panel {
    visibility: hidden;
}

        #productReviews .tab-panel.active {
            visibility: visible;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #eb2229;
        border-color: #eb2229
    }

    .playBtn {
        background: url(/img/play.png) 0 0 no-repeat;
        height: 28px;
        width: 28px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -14px 0 0 -14px
    }

    .angle-star {
        margin-right: 8px
    }

    #r2-review-righter {
        cursor: pointer
    }

        #r2-review-righter:hover {
            text-decoration: underline
        }

    .pb-right-column .r2-review-summary.rating-summary .rating-result {
        margin-right: 6px
    }

    .in-row-one {
        display: flex;
        align-items: center;
        padding: 0 15px;
        width: 80%;
        flex-wrap: wrap
    }

    @media screen and (min-width:767px) {
        .in-row-one {
            width: 80%
        }

        .r2-questions-search-text,
        .r2-reviews-search-text {
            margin: 5px 20px 0
        }

        .review-hover {
            width: 320px
        }

        .category_scroll {
            padding: 0 100px
        }

        @keyframes a2-sticky-slide-down {
            0% {
                position: fixed;
                top: -100%
            }

            to {
                position: fixed;
                top: 5px
            }
        }

        .a2-sticky-slide-down {
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-name: a2-sticky-slide-down;
            animation-name: a2-sticky-slide-down;
            position: fixed
        }

        .r2-reviews-main {
            background: #fff;
            border-radius: .5rem;
            box-shadow: 0 2px 10px #000;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 20px
        }

        .a2-reviews > div {
            break-inside: avoid;
            page-break-inside: avoid;
            will-change: transform
        }

        div#reviewer {
            margin: 0 0 20px;
            padding: 10px
        }

        #product .pb-left-column .product-image .product-full {
            margin: 0 10px 0 20px;
            width: 78%
        }

        #product .pb-left-column .product-image {
            display: flex;
            flex-wrap: wrap;
            align-items: center
        }

            #product .pb-left-column .product-image .product-img-thumb {
                width: 14%;
                order: -1
            }

        .attribute-list .chosen-results::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: transparent
        }

        .attribute-list .chosen-results::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: transparent
        }

        .attribute-list .chosen-results::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #ccc
        }

        .attribute-list .chosen-results::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #ccc
        }

        .attribute-list .chosen-results::-webkit-scrollbar-corner {
            background-color: transparent;
            border-color: transparent
        }

        .attribute-list .chosen-results::-webkit-scrollbar-corner {
            background-color: transparent;
            border-color: transparent
        }

        .attribute-list .chosen-results::-webkit-scrollbar {
            width: 10px;
            height: 10px;
            background-color: transparent
        }

        .category_scroll .layered_category_subtitle,
        .filter_scroll .layered_category_subtitle,
        .filter_scroll .layered_subtitle {
            visibility: hidden;
            opacity: 0
        }

            .category_scroll .layered_category_subtitle.slick-active,
            .filter_scroll .layered_category_subtitle.slick-active,
            .filter_scroll .layered_subtitle.slick-active {
                visibility: visible;
                opacity: 1
            }

        .order-title-a2 .breadcrumb.clearfix {
            display: inline-block;
            float: left;
            padding: 0;
            margin-top: 8px;
            margin-right: 10px
        }

        .order-title-a2 h1.page-heading {
            position: absolute;
            right: 0;
            top: 56%;
            transform: translateY(-50%)
        }

        .sub-a2-category {
            display: inline-block;
            float: left;
            margin-top: 0;
            margin-right: 10px;
            background: #f1f1f2;
            padding: 10px 15px;
            border-radius: 50px;
            line-height: 20px
        }

        .order-title-a2 {
            clear: both;
            min-height: 62px
        }
    }

    @media screen and (min-width:1025px) {
        .menuCol01,
        .menuCol02,
        .menuCol03 {
            float: left;
            vertical-align: top;
            width: 33.33%;
            box-sizing: border-box
        }

        /*.shopping-cart-box .cart-link {
            padding: 0 30px
        }*/

        /*.header-other-result .form-inline input {
            width: 300px
        }*/

        @keyframes a2-sticky-slide-down {
            0% {
                top: -100%
            }

            to {
                top: 55px
            }
        }

        .product-info-main.a2-sticky-slide-down {
            right: 20px
        }
    }

    .data-description {
        text-transform: capitalize;
        font-size: 17px;
        font-weight: 500;
        color: #fdc20e;
        letter-spacing: .05px;
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px
    }

    input#Customer_Image {
        display: none
    }

    input#ProductId {
        display: none
    }

    .customer-img-details.add-edit-blog-img-section {
        margin: 15px 0
    }

    @media all and (max-width:767px) {
        .r2-form-contact-email,
        .r2-form-contact-location,
        .r2-form-contact-name {
            width: 100%;
            max-width: 100%;
            padding-right: 0
        }

        #r2-sort-select,
        #r2-sort-select-answer,
        #r2-sort-select2,
        .in-row-one {
            width: 100%;
            min-width: 100%;
            max-width: 100%
        }

        span.r2-sort-select-wrapper {
            display: block;
            width: 100%
        }

        .r2-form-contact .review-control-vote {
            height: 25px;
            width: 130px
        }

        .review-control-vote {
            margin: 5px 0 14px
        }

            .review-control-vote label:before,
            .review-control-vote:before {
                font-size: 25px;
                height: 25px;
                letter-spacing: 3px;
                line-height: 25px
            }

        .data-description {
            margin-left: 5px;
            margin-top: 6px;
            font-size: 15px
        }

        .r2-reviews-filter {
            margin: 15px 0
        }

        .r2-review {
            margin-bottom: 10px;
            padding-top: 15px
        }

        .r2-review-header {
            margin: 0 0 15px
        }

        .r2-reviews {
            border-bottom: 1px solid #f1f1f2
        }

        #product .pb-left-column .product-image .product-img-thumb {
            margin: 0 -5px
        }

            #product .pb-left-column .product-image .product-img-thumb li {
                margin: 10px 0;
                padding: 0 5px
            }

        .attribute-list .chosen-container .chosen-results::-webkit-scrollbar {
            display: none
        }

        .attribute-list .chosen-container .chosen-results {
            overflow: -moz-scrollbars-none;
            -ms-overflow-style: none;
            scrollbar-width: none
        }
    }

    .first-alert {
        font-size: 25px;
        margin: 0 0 11px;
        font-weight: 500;
        text-transform: uppercase
    }

    #lowestModel .modal-header {
        border-bottom: 0;
        padding: 0
    }

        #lowestModel .modal-header .close {
            font-size: 21px;
            font-weight: 400;
            line-height: 1;
            background: #d3d3d3 !important;
            opacity: 1;
            width: 34px;
            height: 34px;
            color: #000;
            border-radius: 100%;
            position: absolute;
            right: 15px;
            top: 15px;
            z-index: 99
        }

    #lowestModel .modal-body {
        padding: 0
    }

.category_review {
    display: flex;
    align-content: center;
    margin: 6px 0 0;
    align-items: center;
}

        .category_review .rating-summary .rating-result {
            width: 91px;
            float: left;
        }

    .inner-blog-page img#productImg {
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 300px;
        border: 1px solid #dee2e6
    }

    #post-main-desc {
        clear: both
    }

        #post-main-desc #ProductName {
            font-size: 162%;
            padding: 10px 0 15px;
            font-weight: 600
        }

        #post-main-desc #BrandName {
            background-color: #ededed;
            border-radius: 8px;
            display: table;
            padding: 1px 15px;
            color: #eb2229;
            margin-bottom: 15px
        }

        #post-main-desc #Description ul li {
            display: block;
            margin: 0
        }

        #post-main-desc #Description ul li {
            position: relative;
            padding: 0 0 0 10px
        }

            #post-main-desc #Description ul li:before {
                content: "-";
                position: absolute;
                left: 0
            }

        #post-main-desc #Description h2,
        #post-main-desc #Description h3 {
            font-size: 16px;
            line-height: 25px
        }

        #post-main-desc #Description h3 {
            margin: 20px 0 0 10px;
            padding: 0
        }

            #post-main-desc #Description h3 strong {
                font-size: 22px
            }

        #post-main-desc #Description ul h3 {
            margin: 0
        }

        #post-main-desc #Description ul {
            margin: 15px 0 0
        }

        #post-main-desc #salesPrice {
            font-size: 125%;
            font-weight: 700;
            color: #686868;
            text-transform: uppercase;
            margin: 10px 0
        }

        #post-main-desc #retailPrice {
            text-decoration: line-through;
            display: block;
            margin-right: 5px;
            font-size: 106.25%;
            font-size: 100%;
            text-transform: capitalize
        }

    #btn-blog-add {
        height: 45px;
        width: auto;
        font-size: 112.5%;
        color: #fff;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        clear: both;
        padding: 2px 50px;
        background: #ed1b24;
        font-weight: 600;
        position: relative;
        z-index: 5;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .inner-blog-page .rating-summary .rating-result {
        width: 92px
    }

    .inner-blog-page .rating-summary {
        display: inline-block
    }

    .total_count_star {
        display: inline-block;
        margin: 2px 2px 2px 10px
    }

    .category-to-cart {
        background: #eb2229;
        color: #fff;
        padding: 10px 15px;
        display: block;
        text-align: center;
        border-radius: 5px;
        margin-top: 10px;
        clear: both
    }

    .product-main-container .owl-carousel .owl-item img {
        width: auto
    }

    .product-info-main .discount {
        margin: 0 0 10px;
        display: inline-block
    }

    .prod-brand {
        margin: 0 0 5px;
        font-weight: 500;
        display: none
    }

    .product-options-bottom {
        padding: 10px 0 0;
        border-top: 1px solid #f1f1f2;
        margin: 10px 0 0
    }

    #product .pb-right-column .product-options-bottom .info-bottom-p1 {
        position: relative;
        padding-left: 25px;
    }

        #product .pb-right-column .product-options-bottom .info-bottom-p1 .fa {
            line-height: inherit;
            position: absolute;
            left: 0;
        }




    .product-attribute-options {
        padding: 0;
        margin: 10px 0;
        border-top: 1px solid #f1f1f2
    }

    .product-wish-bottom {
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .15);
        margin-top: 20px
    }

    p.form-option-title {
        font-weight: 600;
        margin: 0 5px 5px 0
    }

    .attribute-list::-webkit-scrollbar {
        display: none
    }

    .attribute-list-option {
        position: relative;
        margin: 4px 8px 8px 0
    }

    .attribute-list-label {
        align-items: center;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 0 .0625rem #909196;
        box-shadow: inset 0 0 0 .0625rem #909196;
        cursor: pointer;
        padding: 8px 15px;
        display: block;
        width: 100%;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    input.attribute-list-value {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        opacity: 0
    }

        input.attribute-list-value:checked + .attribute-list-label {
            -webkit-box-shadow: inset 0 0 0 .125rem #000;
            box-shadow: inset 0 0 0 .125rem #000;
            font-weight: 600
        }

    .info-bottom-p1 {
        padding: 4px 0;
        position: relative
    }

    .product-options-bottom .text-virtual {
        padding: 4px 0;
        display: inline-block;
        vertical-align: middle
    }

    .info-bottom-p1 strong {
        font-weight: 600 !important
    }

    a.wishlist {
        margin-left: 30px
    }

    .wish-list {
        margin-bottom: 10px;
        display: flex;
        align-items: center
    }

    span.wish-text {
        margin-left: 5px
    }

    .product-description-block .title {
        font-size: 20px;
        margin: 30px 0 0;
        font-weight: 600;
        border-bottom: 1px solid #f1f2f2;
        padding: 25px 0
    }

    .product-description-block p {
        line-height: 24px;
        margin: 0 0 15px
    }

    .product-description-block ul {
        padding-left: 20px
    }

        .product-description-block ul,
        .product-description-block ul li {
            list-style: disc;
            margin: 0 0 4px
        }

    .a2-sectitle {
        font-size: 20px;
        margin: 16px 0 18px;
        font-weight: 600
    }

        .a2-sectitle .a2-oneline {
            color: #666;
            font-size: 14px;
            font-weight: 400;
            margin: 5px 0 0
        }

    .product-page-bottom .slick-track {
        display: flex
    }

    .product-page-bottom .slick-slide {
        height: auto
    }

    .slick-slider:not(#a2-slick-slider) .slick-next,
    .slick-slider:not(#a2-slick-slider) .slick-prev {
        position: absolute;
        height: 50px;
        width: 50px;
        line-height: 60px;
        border-radius: 100%;
        font-size: 0;
        cursor: pointer;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0;
        border: 1px solid #2f3337;
        background: #fff;
        z-index: 9;
        box-shadow: 0 0 8px -2px #000
    }

        .slick-slider:not(#a2-slick-slider) .slick-next:hover,
        .slick-slider:not(#a2-slick-slider) .slick-prev:hover {
            background: #ebebeb
        }

    .slick-disabled {
        opacity: 0;
        pointer-events: none
    }

    .slick-slider:not(#a2-slick-slider) .slick-prev {
        left: 0
    }

    .slick-slider:not(#a2-slick-slider) .slick-next {
        right: 0
    }

    .slick-slider .slick-next:before,
    .slick-slider .slick-prev:before {
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        color: #000
    }

    .slick-slider .slick-prev::before {
        content: "\f106"
    }

    .slick-slider .slick-next::before {
        content: "\f107"
    }

    .slick-slider#a2-attribute-grid .slick-next,
    .slick-slider#a2-attribute-grid .slick-prev {
        height: 30px;
        width: 30px;
        line-height: 42px;
        letter-spacing: -3px
    }

    .product-description-block {
        clear: both
    }

    .product-description-block {
        clear: both;
        width: 100%;
        overflow: hidden
    }

    .product-page-bottom .product-list {
        margin: 0 -15px
    }

    #r2-ul .nav-item a {
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 16px;
        color: #000
    }

    .a2-wrapper {
        padding: 15px
    }

    #r2-ul .nav-item {
        padding: 0 0 25px
    }

    .product-info-main.a2-sticky-slide-down .product-attribute-options .attribute-list {
        visibility: hidden;
        height: 0;
        width: 0
    }

    #a2-attribute-grid .slick-next,
    #a2-attribute-grid .slick-prev {
        width: 30px;
        height: 30px;
        line-height: 44px;
        box-shadow: 0 0 10px 0 #000
    }

    #a2-attribute-grid .slick-slide > div {
        padding: 0 5px
    }

    .category-brand {
        font-weight: 600;
        margin: 8px 0 4px;
        display: none
    }

    .category-info {
        margin: 10px 0 0
    }

    .layered-content {
        display: none
    }

    @media(min-width:768px) {
        .layered-content.active-result {
            display: block;
            padding: 15px;
            border: 1px solid #f2f2f2;
            position: absolute;
            max-width: 250px;
            min-width: 250px;
            z-index: 9;
            top: 102%;
            background: #fff;
            border-radius: 4px;
            -webkit-box-shadow: 0 3px 5px 2px #666;
            box-shadow: 0 3px 5px 2px #666
        }

        .product-main-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%
        }

            .product-main-container .product-tab {
                order: 4
            }

        .product-image-content {
            width: 60%;
            padding: 0 15px;
            float: left;
            max-width: 720px
        }

        .product-main-container .pb-right-column {
            width: 38%;
            float: left;
            max-width: 456px
        }

        .block-quickview .product-main-container .pb-right-column {
            width: 50%
        }

        .product-info-main {
            border-radius: 15px;
            padding: 15px;
            -webkit-box-shadow: 0 1px 2px 1px #000;
            box-shadow: 0 1px 2px 1px #000
        }

        .block-quickview#product .pb-left-column .product-image .product-img-thumb {
            width: 100%;
            order: 2
        }

        .block-quickview#product .pb-left-column .product-image .product-full {
            width: 100%
        }

        .a2-reviews {
            grid-column-gap: 24px;
            -webkit-column-gap: 24px;
            column-gap: 24px;
            -webkit-column-count: 3;
            column-count: 3
        }
    }

    .left-module .block_content {
        padding: 10px 0 13px;
        border: 1px solid #f2f2f2;
        border-width: 1px 0;
        margin: -1px 0 0;
        font-size: 15px;
        letter-spacing: .3px;
        position: relative;
        padding-left: 40px;
        padding-right: 40px
    }

    .category-page #left_column .left-module .block_content .layered-filter-price {
        border: 0;
        position: relative
    }

    .layered .layered_subtitle.catTitle:after,
    .layered .layered_subtitle:after {
        line-height: 20px;
        position: static;
        padding: 0;
        padding-left: 5px;
        padding-right: 5px
    }

    .layered .layered_subtitle,
    .layered .layered_subtitle.catTitle {
        display: inline-block !important;
        width: auto;
        text-align: center;
        border: 0;
        margin: 0 10px 0 0;
        padding: 8px;
        box-shadow: inset 0 0 0 .0625rem #909196;
        border-radius: 5px;
        color: #000;
        background-color: #fff
    }

    .product-options-bottom .fa {
        color: #444;
        padding: 0 5px 0 0;
        font-size: 15px
    }

    .text-wrapper-share .fa {
        vertical-align: 13px
    }

    .product-info-main.a2-sticky-slide-down {
        right: 5px
    }

    div#blog-desc-para-new :not(a, button) {
        font-size: 14px !important;
        line-height: 25px !important;
        font-family: open_sansregular, sans-serif !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    div#post-main-desc :not(#ProductName, #productImg, #BrandName, #rating-summary, #total_count_star, #salesPrice, #retailPrice, #btn-blog-add) {
        font-size: 14px !important;
        line-height: 25px !important;
        font-family: open_sansregular, sans-serif !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    div#post-main-desc #realData #Descriptions > h2,
    div#post-main-desc #realData #Descriptions > h3,
    div#post-main-desc #realData #Descriptions > h4,
    div#post-main-desc #realData #Descriptions > h5,
    div#post-main-desc #realData #Descriptions > h6,
    div#post-main-desc #realData #Descriptions > p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .font-size-0 {
        font-size: 0
    }

    .product-img-thumb .slick-arrow {
        width: 100%;
        background: #666;
        font-size: 0;
        height: 25px
    }

        .product-img-thumb .slick-arrow::before {
            color: #fff
        }

    .product-img-thumb button.slick-next.slick-arrow {
        bottom: -14px;
        position: relative
    }

    .attribute-list select {
        width: 100%;
        height: 0;
        visibility: hidden;
        opacity: 0
    }

    .attribute-list .chosen-search {
        display: none !important
    }

    .attribute-list .chosen-container {
        width: 100% !important;
        display: inherit
    }

        .attribute-list .chosen-container .chosen-results {
            white-space: nowrap;
            display: flex;
            overflow-x: scroll;
            text-align: center
        }

    .attribute-list .chosen-results li {
        border-radius: 5px;
        box-shadow: 0 0 3px #000;
        margin: 3px 10px 3px 3px;
        padding: 6px 20px
    }

        .attribute-list .chosen-results li.result-selected {
            -webkit-box-shadow: inset 0 0 0 .125rem #000;
            box-shadow: inset 0 0 0 .125rem #ed1b24;
            color: #ed1b24
        }

.layered_category_subtitle.isActive {
    -webkit-box-shadow: inset 0 0 0 .125rem #000;
    box-shadow: inset 0 0 0 .125rem #404040;
    color: #fff;
    background: #404040
}

    .attributes .chosen-container-single .chosen-single {
        position: absolute;
        top: -28px;
        font-weight: 600
    }

#a2-carousel .border-dt {
    padding: 0 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #f1f1f2;*/
    border: 1px solid #fff;
    border-radius: 25px
}

.product-list#a2-carousel li .left-block {
    position: relative;
    padding: 10px;
    /*border-bottom: 1px solid #f1f1f2*/
    border-bottom: 1px solid #fff
}

    .product-list#a2-carousel li .right-block {
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: calc(100% - 270px);
        flex-direction: column
    }

    .product-list#a2-carousel {
        display: flex;
        flex-wrap: wrap
    }

    ul#r2-ul {
        border-bottom: 0
    }

    #a2-slick-slider * {
        -ms-touch-action: none;
        touch-action: none
    }

    .title-pos-rel {
        display: inline-block;
        position: relative
    }

.a2-all-category,
.a2-all-filter,
.clear-filter {
    border: #ed1b24 solid 1px;
    color: #ed1b24;
    padding: 7px 8px;
    border-radius: 6px;
    display: inline-block;
    letter-spacing: .5px;
    font-size: 12px;
    text-transform: none;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .a2-all-category:hover,
    .a2-all-filter:hover,
    .clear-filter:hover {
        border: #aa0000 solid 1px;
        color: #aa0000;
        transition: all 0.3s ease-in-out;
    }

    .a2-readonly {
        border: none !important;
        height: auto !important;
        box-shadow: none !important
    }

    #answ_modal .modal-content {
        box-shadow: none !important
    }

    .category-page .modal-backdrop {
        pointer-events: none
    }

    .all_category_sub {
        margin-bottom: 10px;
        cursor: pointer
    }

    #stjr-reviews-tab__button {
        z-index: 1 !important
    }

    li[data-option-array-index="0"] {
        display: none !important
    }

    .event a:not(.shw_more) {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center
    }

        .event a:not(.shw_more) img {
            display: block;
            position: relative;
            -webkit-transition: all .4s linear;
            transition: all .4s linear
        }

        .event a:not(.shw_more):hover img {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .block-quickview img#product-zoom-quick {
        height: auto
    }

    .block-quickview .slick-slide img {
        height: auto
    }

    .block-quickview #mini-cart a.btn-add-cart {
        padding: 13px 15px 14px
    }

    .a2-filter-content {
        display: none
    }

    .layered_category_subtitle {
        display: inline-block !important;
        text-align: center;
        border: 0;
        background-color: #fff;
        margin: 0 5px;
        padding: 8px;
        box-shadow: inset 0 0 0 .0625rem #909196;
        border-radius: 5px;
        color: #000;
        background-color: #fff
    }

    .layered_category_subtitle {
        cursor: pointer
    }

    .category_scroll .owl-controls .owl-next,
    .category_scroll .owl-controls .owl-prev,
    .filter_scroll .owl-controls .owl-next,
    .filter_scroll .owl-controls .owl-prev {
        width: 35px;
        height: 35px;
        top: 43%
    }

        .category_scroll .owl-controls .owl-next:before,
        .category_scroll .owl-controls .owl-prev:before,
        .filter_scroll .owl-controls .owl-next:before,
        .filter_scroll .owl-controls .owl-prev:before {
            line-height: 32px
        }

    .description-ul h2,
    .description-ul h3 {
        font-size: 100%;
        line-height: 24px
    }

    .a2-content-offer {
        padding-bottom: 10px !important
    }

    .category_scroll.slick-slider .slick-next,
    .category_scroll.slick-slider .slick-prev,
    .filter_scroll.slick-slider .slick-next,
    .filter_scroll.slick-slider .slick-prev {
        width: 30px !important;
        height: 30px !important;
        line-height: 40px !important;
        top: 50% !important
    }

    .category_scroll.slick-slider .slick-prev,
    .filter_scroll.slick-slider .slick-prev {
        left: -40px !important
    }

    .category_scroll.slick-slider .slick-next,
    .filter_scroll.slick-slider .slick-next {
        right: -40px !important
    }

    .category_scroll.slick-slider .slick-prev::before,
    .filter_scroll.slick-slider .slick-prev::before {
        content: "\f104"
    }

    .category_scroll.slick-slider .slick-next::before,
    .filter_scroll.slick-slider .slick-next::before {
        content: "\f105"
    }

    .product-attribute-options .attributes [name=Size] + div a.chosen-single {
        left: 34px
    }

    .product-attribute-options .attributes [name=Style] + div a.chosen-single,
    .product-attribute-options .attributes [name=Type] + div a.chosen-single {
        left: 43px
    }

    .product-attribute-options .attributes [name=Colors] + div a.chosen-single {
        left: 53px
    }

    .product-attribute-options .attributes [name=COLORS] + div a.chosen-single {
        left: 65px
    }

    .product-attribute-options .attributes a.chosen-single > div {
        display: none
    }

    .product-attribute-options .attributes a.chosen-single {
        cursor: inherit
    }

    #product .pb-right-column .product-wish-bottom a.wishlist {
        white-space: nowrap
    }

    #product .pb-right-column .product-wish-bottom .virtual-tour .text-virtual {
        position: inherit
    }

    #product .product-wish-bottom .shareList > li {
        position: static
    }

    #product .product-wish-bottom ul.shareList ul.mailPop {
        position: absolute;
        top: 65px;
        width: 113px;
        left: 112px
    }

    #product .product-wish-bottom ul.shareList li:hover {
        cursor: pointer
    }

        #product .product-wish-bottom ul.shareList li:hover ul.mailPop {
            display: block !important
        }

    @media(max-width:767px) {
        h1 {
            font-size: 24px
        }

        .mobile-top-header i.fa.fa-user-circle-o {
            line-height: 20px
        }

       /* #footer {
            padding-bottom: 70px
        }*/

        #product .product-wish-bottom ul.shareList ul.mailPop {
            left: 91px
        }

        .product-wish-bottom ul.shareList.clearfix {
            transform: inherit
        }

        #product .pb-right-column {
            position: relative
        }

        #product .product-wish-bottom .shareList > li > a {
            height: 23px;
            width: 24px;
            background-size: 270px
        }

            #product .product-wish-bottom .shareList > li > a.mail {
                background-position: -30px 0
            }

            #product .product-wish-bottom .shareList > li > a.whatApp {
                background-position: -62px 0
            }

            #product .product-wish-bottom .shareList > li > a.twit {
                background-position: -124px 0
            }

            #product .product-wish-bottom .shareList > li > a.copy {
                background-position: -184px 0
            }

            #product .product-wish-bottom .shareList > li > a.google-plus-icon {
                background-position: -215px 0
            }

        .category-page .block.left-module .block_content.order-title-a2:nth-of-type(2) .layered.layered-filter-price {
            margin-left: 0 !important
        }
    }

ul.product-list li .product-name a, .singl-product-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
    ul.product-list li .product-name a:hover, .singl-product-name a:hover {
        text-decoration: underline;
        color: #000;
    }

        .product-attribute-options .attributes .attribute-label {
            font-weight: 700
        }

    .product-attribute-options .attributes .attribute-list a.chosen-single {
        font-weight: 500
    }

    .product-attribute-options .attributes .attribute-list {
        margin-bottom: 10px
    }

        .product-attribute-options .attributes .attribute-list .chosen-results li {
            border-radius: 50px;
            box-shadow: none;
            margin: 3px 3px 8px;
            background: #ebebeb
        }

            .product-attribute-options .attributes .attribute-list .chosen-results li.result-selected {
                box-shadow: none;
                background: #2f3337;
                color: #fff
            }

    .layered .layered_subtitle {
        border-radius: 100px;
        background-color: #f1f1f2;
        box-shadow: none;
        padding: 8px 15px
    }

    .event-content .border-dd {
        box-shadow: 1px 0 8px -2px #000;
        border: 1px solid rgba(119, 119, 119, .3)
    }

    .searchLab {
        border: solid #babbbe 1px;
        border-radius: 50px;
        padding: 1px
    }

        .searchLab input {
            padding-left: 42px;
            border: #fff solid 2px;
            height: 36px;
            width: 100%;
            border-radius: 50px;
            padding-right: 10px
        }

            .searchLab input:focus {
                border: #000 solid 2px
            }

        .searchLab:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f002";
            color: #999;
            height: 30px;
            width: 25px;
            display: block;
            padding-top: 1px;
            position: absolute;
            left: 16px;
            top: 9px
        }

    .layered-filter-price .slider-range-price .ui-slider-handle {
        border: 0;
        border-radius: 100px;
        background: #232f3e;
        cursor: pointer;
        height: 20px;
        width: 20px;
        top: -6px
    }

        .layered-filter-price .slider-range-price .ui-slider-handle:hover {
            background: #000
        }

            .layered-filter-price .slider-range-price .ui-slider-handle:hover::after {
                border: #fff solid 2px;
                position: absolute;
                content: '';
                border-radius: 100px;
                margin: 1px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

    .layered-filter-price .amount-range-price {
        padding: 15px 0;
        text-align: center;
        font-weight: 600;
        color: #000;
        font-size: 15px
    }

    .home-bnr-main {
        width: 100%;
        margin-bottom: 30px
    }

        .home-bnr-main .slick-slider .slick-prev::before {
            content: "\f104";
            color: #fff
        }

        .home-bnr-main .slick-slider .slick-next::before {
            content: "\f105";
            color: #fff
        }

        .home-bnr-main .slick-slider .slick-next:hover::before,
        .home-bnr-main .slick-slider .slick-prev:hover::before {
            color: #000
        }

        .home-bnr-main .slick-slider:not(#a2-slick-slider) .slick-next,
        .home-bnr-main .slick-slider:not(#a2-slick-slider) .slick-prev {
            height: 40px;
            width: 40px;
            line-height: 52px;
            background: rgba(0, 0, 0, .7);
            transition: .3s ease-in-out
        }

            .home-bnr-main .slick-slider:not(#a2-slick-slider) .slick-next:hover,
            .home-bnr-main .slick-slider:not(#a2-slick-slider) .slick-prev:hover {
                background: rgba(235, 235, 235, .7);
                transition: .3s ease-in-out
            }

    .event .border-dd {
        margin: 0
    }

    .home-bnr-main .event-content {
        padding: 10px 15px
    }

    .pdp-mobile-item {
        display: none
    }

    .home-event-bnr1 .slick-slide {
        height: auto
    }

    .home-event-bnr1 .slick-track {
        display: flex
    }

    .home-event-bnr1 .border-dd {
        height: 100%
    }

    .block_content.order-title-a2 .totalselectCount,
    .block_content.order-title-a2 span#AllCountFilter {
        margin-left: 5px
    }

    .pdp-recently-viewed {
        background: #fff;
        padding: 0 15px;
        border: #dfdfdf solid 1px;
        border-radius: 15px
    }

    .pdp-right-side {
        margin-left: 20px;
        max-width: 330px;
        width: 100%;
        float: right
    }

        .pdp-right-side h3 {
            padding: 15px 0;
            font-weight: 600;
            text-align: center
        }

    scrollbar-pdp2 {
    }

    .pdp-right-side .slick-vertical .slick-slide {
        border-top: #dfdfdf solid 1px !important;
        padding-top: 18px
    }

    .pdp-right-side .product-veiw-main {
        padding-bottom: 18px;
        letter-spacing: 0
    }

        .pdp-right-side .product-veiw-main .button-group {
            display: flex
        }

        .pdp-right-side .product-veiw-main .top-sec {
            display: flex;
            margin-bottom: 8px
        }

            .pdp-right-side .product-veiw-main .top-sec .product-pic {
                flex: none;
                max-width: 60px;
                max-height: 60px
            }

            .pdp-right-side .product-veiw-main .top-sec .product-dtl h4 {
                font-size: 15px;
                line-height: 24px;
                padding-left: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: initial;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-weight: 600;
                font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
                color: #000;
            }
            .pdp-right-side .product-veiw-main .top-sec .product-dtl a:hover {
                color:#000;
                text-decoration:underline;
            }

            .pdp-right-side .product-veiw-main .rating-summary.r2-review-summary {
                display: inline-flex;
                align-items: center
            }

        .pdp-right-side .product-veiw-main .review-text {
            line-height: 21px
        }

        .pdp-right-side .product-veiw-main .rating-summary.r2-review-summary .review-hover {
            width: 296px
        }

        .pdp-right-side .product-veiw-main .rating-summary.r2-review-summary .rating-result:before,
        .pdp-right-side .product-veiw-main .rating-summary.r2-review-summary .rating-result > span:before {
            font-size: 16px !important
        }

        .pdp-right-side .product-veiw-main .rating-summary.r2-review-summary .rating-result {
            width: 95px;
            margin-right: 3px
        }

        .pdp-right-side .product-veiw-main .review-text span {
            font-size: 13px
        }

        .pdp-right-side .product-veiw-main .product-price-group {
            margin-top: 10px
        }

            .pdp-right-side .product-veiw-main .product-price-group span.heavy {
                color: #002147;
                font-size: 18px
            }

                .pdp-right-side .product-veiw-main .product-price-group span.heavy + span {
                    margin-left: -3px
                }

            .pdp-right-side .product-veiw-main .product-price-group span.old-price {
                font-size: 18px;
                color: #c1c1c1;
                text-decoration: line-through;
                margin-left: 5px;
                /*display: none*/
            }

            .pdp-right-side .product-veiw-main .product-price-group .discount {
                border: 1px solid #bb133e;
                padding: 0 10px;
                border-radius: 3px;
                margin-left: 10px;
                font-size: 14px;
                /*display: none*/
            }

        .pdp-right-side .product-veiw-main .button-group a.btn-add-cart {
            padding: 10px !important;
            font-size: 12px !important;
            margin: 12px 10px 0 0 !important;
            line-height: 18px !important;
            width: 130px;
            text-transform: uppercase !important;
            letter-spacing: 0 !important;
            cursor: pointer;
            background: #f0c417 !important;
            color: #000;
            font-weight: 600
        }

            .pdp-right-side .product-veiw-main .button-group a.btn-add-cart:hover {
                color: #fff
            }

        .pdp-right-side .product-veiw-main .button-group .btn-out-stock {
            padding: 10px !important;
            font-size: 12px !important;
            margin: 12px 0 0 !important;
            line-height: 18px !important;
            width: 130px;
            text-transform: uppercase !important;
            letter-spacing: 0 !important
        }

        .pdp-right-side .product-veiw-main .button-group a.chooseoption {
            padding: 10px;
            font-size: 12px;
            margin: 12px 0 0;
            line-height: 18px;
            width: 130px;
            text-transform: uppercase;
            letter-spacing: 0;
            background: #ebebeb;
            color: #000;
            border-radius: 4px;
            text-align: center;
            margin-right: 10px;
            font-weight: 600
        }

            .pdp-right-side .product-veiw-main .button-group a.chooseoption:hover {
                background: #002147;
                color: #fff
            }

    .pdp-right-side .scrollbar-pdp2 .slick-list,
    .pdp-right-side .scrollbar-pdp2 .slick-track {
        max-height: 550px;
        height: auto !important
    }

    .wish-list.product-wish-bottom:hover a#search-8844 {
        display: none
    }

    #product .pdp-right-side .product-veiw-main .button-form-container .quantity-part .qty,
    #product .pdp-right-side .product-veiw-main .button-form-container .quantity-part input.qtyminus,
    #product .pdp-right-side .product-veiw-main .button-form-container .quantity-part input.qtyplus {
        height: 38px
    }

    #product .pdp-right-side .product-veiw-main .button-form-container .form-option {
        margin-top: 12px
    }

    .recent-view-slider .product-list li.col-cc {
        width: 100%;
        margin: 0;
        padding: 10px;
        min-width: 100%
    }

    .recent-view-slider .slick-track {
        display: flex
    }

    .recent-view-slider .slick-slide {
        height: auto
    }

.recent-view-slider .product-list li.col-cc {
    height: 100%;    
}

.recent-view-slider.slick-slider .slick-prev::before,
.costomerreview.slick-slider .slick-prev::before {
    content: "\f104";
    color: #fff
}

.recent-view-slider.slick-slider .slick-next::before,
.costomerreview.slick-slider .slick-next::before {
    content: "\f105";
    color: #fff
}

.recent-view-slider.slick-slider:not(#a2-slick-slider) .slick-next,
.recent-view-slider.slick-slider:not(#a2-slick-slider) .slick-prev,
.costomerreview.slick-slider:not(#a2-slick-slider) .slick-next,
.costomerreview.slick-slider:not(#a2-slick-slider) .slick-prev {
    height: 40px;
    width: 40px;
    line-height: 52px;
    background: rgba(0, 0, 0, .7);
    transition: .3s ease-in-out
}

    .recent-view-slider.slick-slider:not(#a2-slick-slider) .slick-next:hover,
    .recent-view-slider.slick-slider:not(#a2-slick-slider) .slick-prev:hover,
    .costomerreview.slick-slider:not(#a2-slick-slider) .slick-next:hover,
    .costomerreview.slick-slider:not(#a2-slick-slider) .slick-prev:hover {
        background: rgba(235, 235, 235, .7);
        transition: .3s ease-in-out
    }

.recent-view-slider.slick-slider .slick-next:hover::before,
.recent-view-slider.slick-slider .slick-prev:hover::before,
.costomerreview.slick-slider .slick-next:hover::before,
.costomerreview.slick-slider .slick-prev:hover::before {
    color: #000
}


    .container.idshpper .stjr-review-showcase-horizontal-widget-review__content {
        word-break: break-word
    }

    .product-list li .left-block button {
        overflow: hidden;
        display: block
    }

    .product-list li .quick-view button {
        width: 32px;
        height: 32px;
        float: left;
        border-radius: 90%;
        margin-top: 5px;
        text-align: center;
        line-height: 32px;
        color: #fff
    }

        .product-list li .quick-view button.lwst_price:hover {
            background-color: transparent
        }

    div#addressbookModelPopup .modal-header .close,
    div#ChangePasswordpopup .modal-header .close {
        font-size: 30px
    }

    div#addressbookModelPopup .modal-header .modal-title,
    div#ChangePasswordpopup .modal-header .modal-title {
        font-size: 22px;
        font-weight: 600
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: none;
        outline-offset: inherit
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #555;
        cursor: default;
        border-bottom-color: transparent;
        font-weight: 700;
        border-bottom: 2px solid #2f3337
    }

    .nav-tabs > li > a:hover {
        color: #000
    }

    img.returns-img {
        max-width: 150px;
        margin: 0 auto;
        display: table
    }

    h1.headingbig {
        display: none
    }

    .blogmain .k-pager-wrap {
        border-color: #e3e3e3;
        border-radius: 50px;
        box-shadow: 0 1px 11px #e1e1e1
    }

    .blogmain span.k-widget.k-dropdown.k-header {
        margin-top: 0
    }

    .blogmain a.k-link {
        border-width: 0 !important
    }

    .blogmain .k-pager-wrap .k-pager-numbers .k-state-selected {
        border-radius: 50px
    }

    .blogmain .k-dropdown-wrap {
        border-radius: 50px
    }

    .k-list-scroller {
        background: #efefef
    }

    .k-animation-container .k-popup.k-list-container {
        padding: 0
    }

    .k-list-scroller ul.k-list.k-reset li {
        border-bottom: #fff solid 1px;
        cursor: pointer
    }

    #cookiePopup {
        background: #fff;
        max-width: 400px;
        position: fixed;
        box-shadow: 0 0 15px #ccc;
        padding: 20px;
        top: auto;
        bottom: 100px;
        left: auto;
        right: 15px;
        z-index: 999
    }

        #cookiePopup h4 {
            font-weight: 600;
            padding-bottom: 10px
        }

        #cookiePopup p {
            text-align: left;
            font-size: 15px;
            color: #4e4e4e;
            padding-bottom: 15px
        }

        #cookiePopup button {
            width: 200px;
            border: #ffdead;
            background: #097fb7;
            padding: 5px;
            border-radius: 10px;
            color: #fff;
            margin: 0 auto;
            display: table
        }

    .recent-view-slider .product-list {
        max-width: 306px;
        height: 100%
    }

    .mobile-top-header .user-info i {
        display: none
    }

    .signin-mobile {
        display: none
    }

    .comments {
        display: grid;
        margin-left: 10px
    }

    .miniheadercount {
        position: relative;
        cursor:pointer;
    }

    .order-total {
        display: flex;
        align-items: baseline
    }

        .order-total .order-desc-title {
            width: 127px;
            margin: 0;
            flex: none
        }

    div#product .breadcrumb {
        padding-bottom: 15px;
    }

    .getsocialf {
        display: flex;
        margin: 10px 0 0 0 !important;
    }

        .getsocialf li {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
            .getsocialf li img {
                opacity: 0.7;
            }
.getsocialf li:hover img {
    opacity:1;
}

a.referalPopUpClose:hover {
    color: #c00;
}
.layered_category_subtitle:hover {
    box-shadow: inset 0 0 0 0.0625rem #000;
    color: #000;   
}
.SocialHeader ul.getsocial i img {
    width: 23px;
    margin-right: 0px;
    filter: invert(1);
}

.SocialHeader ul.getsocial i img:hover {
    opacity:0.7
}

.r-m-lr {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.pr-product-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.pr-product-card h2 {
    margin-bottom: 12px;
}
    .pr-product-card figure {
     margin-bottom:5px;
    }
    .bx-shadow {
    box-shadow: 0px 0 4px -2px #000;
}

.pr-sm-img {
    
}
.plr {
    padding:0 10px;
}
.pb-0 {
    padding-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom:10px;
}

.ctg-bnr-main {
    margin-bottom: 20px;
}

.smp-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.deal-off {
    color: #cc0000;
    font-size: 13px;
}
    .deal-off span {
        margin-right: 10px;
        background: #cc0000;
        color: #fff;
        padding: 0 5px;
        border-radius: 3px;
    }

.best-s img {
    max-width:94%
}
.ct-title {
    padding: 20px 20px 20px 20px;
    display: flex;
    justify-content: flex-start;
}
    .ct-title h2 {
        font-size: 20px;
    }
.view-all {
    margin-left: 20px;
    white-space: nowrap;
}

.ct-bg {
    background: #fff;
}

.pr-product-card h2 a,
.ct-title h2 a {
    color: #000;
}
.ct-title h2 {
    text-transform:uppercase
}
/*.hbg{
     background: rgba(204,204,204, 0.1);
}*/
/*.h-today-deals .right-block,
.h-today-deals .left-block .quick-view,
.h-today-deals .left-block .add-to-cart,
.hbs-electronics .right-block,
.hbs-electronics .left-block .quick-view,
.hbs-electronics .left-block .add-to-cart,
.hbs-healthbeauty .right-block,
.hbs-healthbeauty .left-block .quick-view,
.hbs-healthbeauty .left-block .add-to-cart,
.hbs-toysgames .right-block,
.hbs-toysgames .left-block .quick-view,
.hbs-toysgames .left-block .add-to-cart,
.bs-homeneeds .right-block,
.bs-homeneeds .left-block .quick-view,
.bs-homeneeds .left-block .add-to-cart,
.hbs-clothshoes .right-block,
.hbs-clothshoes .left-block .quick-view,
.hbs-clothshoes .left-block .add-to-cart,
.hbs-women .right-block,
.hbs-women .left-block .quick-view,
.hbs-women .left-block .add-to-cart,
.hbs-men .right-block,
.hbs-men .left-block .quick-view,
.hbs-men .left-block .add-to-cart,
.hbs-jewwatches .right-block,
.hbs-jewwatches .left-block .quick-view,
.hbs-jewwatches .left-block .add-to-cart {
    display: none !important;
}*/
.ctg-bnr-main .product-list li:hover img {
    transform: inherit;
}

.ctg-bnr-main .border-dt {
    padding: 0 0 0;
}

/*.product-list li .left-block img:hover {
    box-shadow: 0px 0 6px -3px #000;
}*/
/*.product-list li .left-block a {
    overflow:visible
}*/

.ctg-bnr-main .recent-view-slider .product-list li.col-cc {
    padding: 0px;
}

.hevent {
    position: absolute;
    left: 0;
    right: 0;
}
.pj-htop-sc {
    padding-top: 280px;
}


.bnr-ar.slick-slider:not(#a2-slick-slider) .slick-next, .bnr-ar.slick-slider:not(#a2-slick-slider) .slick-prev {
    border: transparent;
    background: transparent;
    box-shadow: inherit;
    width: auto;
    height: 280px;
    top: 140px;
}
.bnr-ar.slick-slider .slick-prev::before,
.bnr-ar.slick-slider .slick-next::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
}

.bnr-ar.slick-slider .slick-prev::before {
    left: 0;
}
.bnr-ar.slick-slider .slick-next::before {    
    right: 0;
}
.bnr-ar.slick-slider .slick-prev::before,
.bnr-ar.slick-slider .slick-next::before {
    width: 104px;
    height: 104px;
    display: block;
}
.bnr-ar.slick-slider .slick-prev::before {
    content: '';
    background: url(../images/bnr-al.png) center no-repeat;
    background-size: 70px;
}
.bnr-ar.slick-slider .slick-next::before {
    content: '';
    background: url(../images/bnr-ar.png) center no-repeat;
    background-size: 70px;
}

.hdbnr {
    display: block !important;
}
.hmbnr {
    display: none !important;
}
.pb-15 {
    padding-bottom:15px;
}
.mb-15 {
    margin-bottom: 15px;
}
@media (min-width:768px)  {

    .recent-view-slider .product-list li.col-cc {
        border-radius: 5px;
        box-shadow: 0px 0 4px -2px #000;
    }

    .ctg-bnr-main .product-list, .recent-view-products .product-list {
        margin: 8px 8px 8px 8px;
    }

    .ctg-bnr-main .slick-slide, .recent-view-products .slick-slide {
        margin-bottom: 15px;
    }

    section.recent-view-products {
        margin-bottom: 30px;
    }

   .recent-view-slider .product-list li.col-cc .border-dt {
        padding: 0;
    }
}

.ctg-bnr-main .product-list .product-name {
    min-height:40px;
}
.addtocart-btn {
    text-transform: capitalize;
    font-size:15px;
}

.addtocart-btn, .btn-continue {
    margin-top: 10px;
    background-color: #002147;  
    border-radius: 4px;
    padding: 6px 5px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}
    .addtocart-btn:hover, .btn-continue:hover,
    .addtocart-btn:focus, .btn-continue:focus {
        background: #bb133e !important;
        color: #fff !important;
    }


.btn-continue {
    display: inline-block;
    width: auto;
    font-weight: normal;
}

.pr-sm-img a, .pr-product-card a {
    color: #000;
}
.pr-sm-img .smp-name:hover, .pr-product-card .smp-name:hover {
   text-decoration:underline
}

.singleproductmodal {
    background:rgba(0,0,0, 0.5);
}




.singleproductmodal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s 0s, visibility 0 .3s;
    -moz-transition: opacity .5s 0s, visibility 0 .3s;
    transition: opacity .5s 0s, visibility 0 .3s
}

.singleproductmodal.active {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    -webkit-transition: opacity .5s 0s, visibility 0 0;
    -moz-transition: opacity .5s 0s, visibility 0 0;
    transition: opacity .5s 0s, visibility 0 0
}

    .singleproductmodal.active .product-modal-content {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        transition:all 0.5s;
    }

    .singleproductmodal .product-modal-content {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        max-width: 480px;
        margin: 0;
        background: #fff;
        border-radius: 0;
        text-align: center;
        z-index: 40005;
        box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        -webkit-transform: translateX(480px);
        -moz-transform: translateX(480px);
        -ms-transform: translateX(480px);
        -o-transform: translateX(480px);
        transform: translateX(480px);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        transition: all 0.5s;
        overflow-y:auto;
    }

   

.singleproductmodal.active {
    display: block;
}
    .singleproductmodal .product-price-group .discount {
        margin-top:10px;
    }
    .single-product-cls .cart-cd-popup-close {
        top: 0px !important;
    }

.singleproductstyle .product-tab {
    float: left;
    width: 100%;
}

.singleproductstyle .product-main-container {
    display: inherit;
    flex-wrap:inherit;
    justify-content: inherit;
    width: 100%;
}

    .singleproductstyle .product-main-container .pb-right-column {
        width: 100%;
        float: left;
        max-width: 100%;
    }

.p-l-0 {
    padding-left: 0px;
}
.singleproductstyle #product .pb-right-column .product-name {
    font-size: 17px;   
    line-height: 24px;   
    text-align: left;
}
.singleproductstyle #product .pb-right-column .product-price-group span#SalesPrice {
    margin-left: 0;
}

.singleproductstyle #product .pb-right-column .product-price-group,
.singleproductstyle #product .info-bottom-p1 {
    text-align: left;
}
.singleproductstyle .product-info-main {
    border-radius: 0;
    padding: 0;   
    box-shadow: none;
}
.singleproductstyle .attributes {
    text-align: left;   
}
.singleproductstyle h4.modal-title {
    font-size: 23px;
    text-align: left;
    font-weight: 600;
    color: #000;
    font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.singleproductstyle #product .pb-right-column .product-name {
    font-size: 16px;
    line-height: 20px;
}
    .singleproductstyle #product .pb-right-column .product-name a {       
        color: #000;
    }
    .singleproductstyle #product .pb-right-column .product-name a:hover {
        text-decoration:underline;
    }
.singleproductstyle .product-attribute-options .attributes .attribute-list {
    margin-bottom: 0;
}
.singleproductstyle .product-attribute-options {
    padding: 10px 0 0 0;
    margin: 10px 0;   
}
.singl-product-img {
    height: 150px;
}
    .singl-product-img img {
        max-height: 100%;
    }

.singlep-shide {
    overflow:hidden;
}

.affiliates {
    padding: 20px 0;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.fs-2 {
    font-size: 3rem;
}

.fs-3 {
    font-size: 2.5rem;
}

.aiign-items-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.c-flex-wrap {
    flex-wrap: wrap;
}

ul.benefits-list {
    padding-left: 2rem
}

    ul.benefits-list li {
        list-style: disc;
        margin-bottom: 1rem
    }

ol.benefits-list {
    padding-left: 2rem
}

    ol.benefits-list li {
        list-style: decimal;
        margin-bottom: 1rem
    }

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.p-round-1 {
    padding: 2rem
}

.border {
    border: #ccc solid 1px;
}

.rounded {
    border-radius: 5px;
}

.mb-3 {
    margin-bottom: 3rem
}

.card-custom {
    min-height: 300px;
}

.page-hero {    
    padding: 1% 0;
   border-bottom:#ccc solid 1px;
}


.logo {
    margin-top: -42px;
}
.contact-signin {
    display: flex;
    gap: 9px;
    margin-left: auto;
    font-size:15px;
}

    .contact-signin a {
        color: #116dbc;
        cursor:pointer;
    }
    .contact-signin a:hover {
        color: #000;
    }


.align-items-center {
    align-items: center;
}
.user-info i {
    display: none;
}
.user-info .dropdown {
    display: flex;
}

    .user-info .dropdown a {
        color: #116dbc;
    }
    .user-info .dropdown a:hover {
        color: #000;
    }
    .m-l-5 {margin-left:5px;}
.m-l-3 {
    margin-left:3px;
}
ul.getsocial.posAbsLeft {
    display: flex;
    align-items: center;
    margin-left: auto;
}
    ul.getsocial.posAbsLeft img {
        width: 22px;        
    }
    ul.getsocial.posAbsLeft i {
        font-size: 18px;
        margin: 0 3px;
        line-height: 18px;
    }
    /*stop review*/
    .top-star .fa-star, .top-star .fa-star-half-o {
        font-size: 18px;
        margin: 0 2px;
    }

.review-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #000 !important;
    margin-left: 20% !important;
}

a.review-top:focus {
    color: #000 !important;
}

a.review-top:hover {
    color: #333 !important;
}


.review-top .review-left span, .review-top .review-right span, .review-top .review-left strong, .review-top .review-right strong {
    font-size: 14px;
}

.review-top .review-left strong, .review-top .review-right strong {
    margin: 0 0 0 10px;
}


.review-top .review-left {
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.review-top .review-right {
    display: flex;
    align-items: center;
}

.out-off, .reviews-text {
    margin-left: 10px;
}

.reviews-text {
    width: 120px;
}

    .top-star {
        margin-left: 5px;
    }

    .top-star i {
        color: #af4499
    }

/*stop review*/


.loginlogo .logo, .forgotlogo .logo {
    margin-top: 0;
}

.clearfix {
    clear: both;
}
.checkout-mb-logo {
    display:none;
}



.costomerreview .slick-track {
    display: flex;
}

.costomerreview .slick-slide {
    height: auto;
    margin: 0 5px;
}

.costomerreview figure.m-0 {
    margin: 0 5px;
}

.costomerreview.slick-slider:not(#a2-slick-slider) .slick-prev {
    left: 0px;
}

.costomerreview.slick-slider:not(#a2-slick-slider) .slick-next {
    right: 0px;
}

.costomerreview.slick-slider .slick-prev::before {
    content: "\f104";
}

.costomerreview.slick-slider .slick-next::before {
    content: "\f105";
}
/*  .costomerreview .slick-slide {
        background: #fafafa;
        margin: 0 5px;
        border-radius: 5px;
    }*/
.costomerreview.slick-slider:not(#a2-slick-slider) .slick-next, .costomerreview.slick-slider:not(#a2-slick-slider) .slick-prev {
    height: 40px;
    width: 40px;
    line-height: 52px;
}


.review-container {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    height: 93%;
    margin: 10px 0;
}

    .review-container .user-avatar {
        margin-right: 15px;
        display: grid;
    }


.avatar-bg {
    background-color: #ff5722;
}

.avatar-bg-two {
    background-color: #512da8;
}

.avatar-bg-three {
    background-color: #33691e
}

.avatar-bg-four {
    background-color: #ab47bc
}

.review-container .secTitle {
    margin-bottom: 20px;
}

.review-container .avatar {
    color: white;
    border-radius: 50%;
    font-size: 24px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
}

    .review-container .avatar img {
        border-radius: 50px;
    }

.review-container .review-details {
    flex: 1;
}

.review-container .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-container .stars {
    display: flex;
    align-items: center;
}

.review-container .star-new {
    color: #af4499;
    font-size: 16px;
    margin-right: 2px;
}

.review-container .fa-star, .review-container .fa-star-o {
    font-size: 19px;
    align-content: center;
}

.review-container .fa-star-o {
    color: #7e8890;
}

.review-container .rating {
    margin-left: 5px;
    color: #333;
    font-weight: bold;
}

.review-container .date {
    color: #888;
    font-size: 14px;
}

.review-container .review-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
}

.review-container .company-id {
    color: #6157f3;
    font-weight: bold;
    text-decoration: none;
}

    .review-container .company-id:hover, .review-container .order-id:hover {
        color: #639
    }

.review-container .order-id {
    display: block;
    color: #6157f3;
    margin-top: 2px;
}

.review-container .review-text {
    margin-top: 10px;
    color: #444;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #476b29;
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
}

    .verified-badge i {
        margin-right: 5px;
    }

    .rvpt-10 {padding-top:10px !important;}
.compression .cashbackPop {
    border-radius: 5px;
    padding:0px;
}
.compression .cashbackPop .page-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    overflow-x: hidden;
}
.accDetailPageBg .breadcrumb{
    margin-bottom: 20px !important;
}

.p-0 {
    padding:0px;
}

.wishlist .table {
    margin-bottom:0px;
}

.accessibility-main {
    min-height: calc(100vh - 648px);
}

.mt-3 {margin-top:20px;}
.d-none {
    display: none !important;
}

.fs-150 {
    font-size: 150% !important;
}

.mt-15 {
    margin-top: 15px !important;
}

@media (min-width:1025px) {
    .contact-signin .dropdown.show .dropdown-menu {
        display: block;
    }
    .contact-signin .dropdown-menu > li > a {
        font-size: 100%;
    }
}

    

    @media (max-width:1600px) {
        .review-top {
            margin-left: 0% !important;
        }

        .header-wrapper-content {
            justify-content: flex-start;
        }
        .loginmain .login-body-wrap {
            height: calc(100vh - 466px);            
        }
    }

    @media (max-width:767px) {
        a.review-top {
            color: #fff !important;
            width: 100%;
        }

        .compression .cashbackPop .page-content {
            padding: 20px;
        }
        .accesibility-banner {
            padding: 20px 0 0 0;
        }
        .accessibility-main {
            min-height: auto;
        }
        .main-header .header-search-box {
            padding: 0;
        }
        .product-checkout-content .actions .pay-btn > div {
            overflow: hidden;
        }
    }

@media (max-width:414px) {
    .product-checkout-content div#paypal-button-sidebar > div {
        left: -18px;
    }
}

@media (max-width:340px) {
    .product-checkout-content div#paypal-button-sidebar > div {
        left: -30px;
    }
}