.cat-tiles .col-xs-12.col-sm-6.col-md-6 {
    margin: 30px 0;
}

.cat-tiles div a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;    
    width: 100%;
}

.cat-tiles.sale-special {
    width: 100%;
}


.cat-tiles .tiletit {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    -moz-box-shadow: 0 -15px 10px -15px #0000004d;
    -webkit-box-shadow: 0 -15px 10px -15px #0000004d;
    box-shadow: 0 -15px 10px -15px #0000004d;
    position: relative;
    top: 0;
    z-index: 1;
    background: #fff;
    color: #14123d;
    /* font-weight: bold; */
}

.cat-tiles .tiletit>strong {
    /* color: #fe1700; */
    display: block;
    /* color: #006; */
}

.cat-tiles .tiletit:hover {
    background: #fe1700;
    color: #fff
}

.cat-tiles .tiletit:hover>strong {
    color: #fff
}

.cat-tiles .disc-tile {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 0, 0, .8);
    border-radius: 50%;
    padding: 12px;
    width: 79px;
    height: 79px;
    overflow: hidden;
    text-align: center;
}

.cat-tiles .disc-tile span {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.cat-tiles .disc-tile span.numbers {
    display: block;
    font-size: 24px;
    color: #f7fe00;
}

.product-heading.sale {
    font-size: 25px;
    clear: both;
    margin-bottom: 20px;
}

.wrapper-footer {
    margin-top: 0;
    background: #343434
}

.container-bottom {
    background: #000;
    text-align: center
}

.wrapper-footer address {
    margin-top: 12px;
    margin-bottom: 11px
}

.container-top {
    background: #f0f0f0
}

.wrapper-footer .payment-method {
    margin-top: 5px
}

.list-social {
    margin: 15px 0 0
}

.list-social>li>a {
    background: #f0f0f0
}

.list-social>li {
    padding-right: 0;
    padding-left: 10px;
    float: none;
    display: inline-block;
    margin-bottom: 15px;

}

.list-social>li:first-child {
    padding-left: 0
}

.newsletter-social {
    background: 0 0;
    min-height: 0
}

.newsletter-social .form-control,
.newsletter-social .btn {
    border-radius: 0;
    height: 40px;
    margin: 0
}

.newsletter-social .btn {
    background: #55ba47
}

.container-attribution {
    text-align: center;
    margin: 30px auto
}

.container-attribution img {
    height: 80px;
    margin: 0 10px
}

.container-attribution p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

.payment-icon {
    width: 80px;
    height: 22px;
    width: 80px;
    margin-top: 4px;
    background-size: 100%
}

.payment-icon-container {
    padding: 10px 0
}

.payment-icon-visa {
    background-image: url(/assets/themes/mygenerator/img/payment_visa.svg);
    background-position: 0 0
}

.payment-icon-paypal {
    background-image: url(/assets/themes/mygenerator/img/payment_paypal.svg);
    background-position: 0 0
}

.payment-icon-zipPay {
    background-image: url(/assets/themes/mygenerator/img/payment_zippay.svg);
    background-position: 0 0
}

.payment-icon-mastercard {
    background-image: url(/assets/themes/mygenerator/img/payment_mastercard.svg);
    background-position: 0 0;
}

.payment-icon-directdeposit {
    background-image: url(/assets/themes/mygenerator/img/payment_directdebit.svg);
    background-position: 0 0;
}

.container.reviews-home-text {
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0f0f0;
}

.container.reviews-home-text .row {
    /* margin-right:-30px; */
    /* margin-left:-30px; */
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.container.reviews-home-text .col-xs-12.col-sm-3 {
    border-right: 1px solid #f0f0f0;
    margin-bottom: 30px;
    margin-right: -1px;
    box-sizing: border-box
}

.container.reviews-home-text .col-xs-12.col-sm-3:last-child {
    border-right: none
}

.container.reviews-home-text .products-review {
    height: 190px;
    position: relative;
    padding: 0 10px;
}

.products-review .rname {
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #141253;
}

.products-review .rproduct {
    margin-bottom: 10px;
    color: #141253;
    display: block;
}

.products-review .review-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

h3.home-text-title {
    font-size: 22px;
    color: #55ba47;
    text-align: center;
    padding: 10px 0
}

.reviews-home-text .review-star .fa {
    color: #f6c400;
}

.home-text {
    line-height: 1.7em
}

.home-text p,
.home-text ul {
    margin-bottom: 15px
}

.row.row-padded.container {
    width: 100%;
    box-sizing: border-box;
}

.navbar-collapse.collapse {
    position: relative;
    z-index: 999;
    top: 0
}

@media only screen and (max-width:768px) {
    .container.reviews-home-text .products-review {
        height: auto
    }

    .container.reviews-home-text .col-xs-12.col-sm-3 {
        border-right: none;
        margin-bottom: 15px
    }

    .wrapper-newsletter-social {
        background: transparent !important;
        margin-top: 0 !important;
    }
}

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

    .wrapper-footer .payment-method,
    .list-social {
        text-align: center
    }

    .container-attribution img {
        height: 60px;
        margin: 15px 0
    }

    .slick-dots {
        display: none !important;
        ;
    }
}

/** BLOG PAGE **/
.blog-page-content {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.blog-page-content .move-top {
    box-sizing: border-box;
    padding: 30px 0px;
    margin-top: 0
}

.main-content .blog-image-main {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center;
}

.author-date>.dropdown>button {
    background: transparent;
}

.blog-page>.breadcrumb {
    background: transparent;
    padding: 0 15px
}

.blog-page-content table {
    width: 100% !important;
}

.blog-categories {
    background: #fff;
}

.blog-categories h3 {
    background: #141238;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

.blog-categories>ul {
    padding: 0;
}

.blog-categories ul>li {
    box-sizing: border-box;
    padding: 10px 0;
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid #f0f0f0;
}

.blog-categories ul>li:last-child {
    border-bottom: none
}

.blog-categories ul>li>a {
    color: #333;
}

.blog-categories ul>li>a:hover {
    color: #141238;
    font-weight: bold;
}

h3.sidebar-heading {
    font-size: 18px;
    font-weight: bold;
    color: #141238;
    text-transform: uppercase;
}

.blog-trending-topics {
    padding: 30px 0;
    text-align: center;
    background: #fff;
    margin-top: 30px
}

.blog-trending-topics .row {
    margin: 0
}

.blog-trending-topics h3.sidebar-heading {
    margin-bottom: 30px;
}

.blog-trending-topics .blog-thumb-item {
    background: #fff;
}

.blog-trending-topics .blog-thumb-item h4,
.blog-trending-topics .blog-thumb-item p {
    padding: 0 20px;
    text-align: center;
    color: #141238;
}

.blog-trending-topics .blog-thumb-item h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.blog-trending-topics .blog-thumb-item a {
    color: #141238;
}

.blog-trending-topics .blog-thumb-item a:hover {
    color: #58b847;
}

.blog-trending-topics .blog-thumb-item .img-thumb {
    display: block;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}

.blog-page .author,
.blog-page .author-date .dropdown .btn .fa,
.blog-page .date-posted {
    font-size: 14px;
    color: #141238;
    text-transform: uppercase;
}

.blog-page h1 {
    color: #141238;
    margin-top: 0;
}

.col-xs-12.col-sm-8.nopadding {
    margin-bottom: 30px;
}

#inner-sidebar {
    position: relative;
}

.affix {
    top: 20px;
    bottom: 20px;
    max-width: 360px;
    z-index: 999;
    position: fixed !important
}

@media only screen and (max-width:767px) {
    body#n_content {
        background: #fff;
    }
}

@media only screen and (max-width:480px) {
    .blog-page-content .blog-image-main {
        height: 160px;
    }
}

/** category banner **/
.page-title.category-title {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
}

.page-header.sale-header {
    text-align: center;
}

.sale-header>.dollar-icon {
    height: 50px;
    width: 50px;
    background-image: url(../img/sale_icon_red.svg);
    background-position: 0 0;
    background-size: 100%;
}

.sale-header>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
    margin: 0 10px;
}

@media only screen and (max-width:480px) {
    #n_category h2 {
        font-size: 18px;
    }

    .category-title .page-header {
        font-size: 1em;
        top: 0;
        padding: 5px 0;
        width: 55%;
        display: table-cell;
        vertical-align: middle;
    }
}

.review-sku>span {
    vertical-align: middle;
    display: inline-block;
}

.learnmore,.new-learnmore {
    cursor: pointer;
    font-size: 14px !important;
    text-decoration: underline;
    margin-left: 15px;
    margin-right: 25px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
}

/** PARENT BLOGS **/
.img-header,
.img-tile {
    position: relative;
    margin-bottom: 15px;
    max-height: 200px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.blog-child-categories .img-header img,
.blog-child-categories .img-tile a>img {
    /*width: 60%;*/
    height: auto;
}

.blog-child-categories .img-header h1 {
    position: absolute;
    top: 30%;
    right: 2%;
    color: #141238;
    margin: 0;
}

.blog-child-categories .img-tile a>h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 0;
    line-height: 50px;
    font-size: 1.2em;
    color: #141238;
}

.blog-child-categories .img-tile a:hover>img {
    opacity: 0.6
}

.blog-child-categories .img-tile a:hover>h3 {
    text-decoration: underline;
}

.blog-child-categories .normal-header h1 {
    font-size: 2em;
    color: #14123d;
    text-align: center;
    margin-bottom: 40px;
}

.new-thumbnail-child-blog {
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 1px;
}

.new-thumbnail-child-blog>.image {
    display: block;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.new-thumbnail-child-blog h3 {
    margin: 15px 0;
    font-size: 1.2em;
    text-align: center;
    height: 60px;
}

.new-thumbnail-child-blog h3>a {
    color: #14123d
}

.new-thumbnail-child-blog:focus .image,
.new-thumbnail-child-blog:hover .image {
    opacity: 0.6
}

.new-thumbnail-child-blog:focus h3>a,
.new-thumbnail-child-blog:hover h3>a {
    text-decoration: underline;
}

#blog_promobanner {
    margin-bottom: 60px;
}

body.n_content-3323 .img-tile {
    max-height: 247px;
}

body.n_content-3323 .img-tile a>img {
    height: 300px;
}

body.n_content-3323 .blog-child-categories .img-tile a>h3 {
    background: rgba(255, 255, 255, .5);
}

@media only screen and (max-width:990px) and (min-width:481px) {
    .blog-child-categories .img-header h1 {
        position: absolute;
        top: 25%;
        right: 2%;
        color: #141238;
        margin: 0;
        font-size: 2.2em;
    }
}

@media only screen and (max-width:480px) and (min-width:376px) {
    .blog-child-categories .img-header h1 {
        font-size: 1.3em;
    }
}

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

    .blog-child-categories .img-header h1,
    .blog-child-categories .img-tile a>h3 {
        font-size: 1em;
    }
}

#specification>p>b,
#specification>p>strong,
#warranty>p>b,
#warranty>p>strong {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

#specification>p,
#warranty>p {
    width: 100%;
    margin: 0 !important;
    line-height: 2.5;
    display: table;
    padding: 0 10px;
    border-collapse: separate;
    border-spacing: 10px 0;
}

#specification>p:nth-child(2n-1),
#warranty>p:nth-child(2n-1) {
    background: #f0f0f0
}

#specification>p.spec-note {
    background: transparent;
}

#specification>p.spec-note>b,
#specification>p.spec-note>strong {
    display: inline;
    min-width: auto;
    border-right: none;
    padding-left: 0;
    margin-right: 0;
}

.ratings {
    height: 20px;
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 auto;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../img/rating.png) 0 100% repeat-x;
}

#specification span#goto-desc {
    font-weight: bold;
    cursor: pointer
}

#specification span#goto-desc:hover {
    color: #141238;
    text-decoration: underline;
}

.wrapper-header.headerx .one-third {
    width: 13%;
}

.wrapper-header.headerx .one-third.ribbon_text {
    width: 69%;
    margin-top: 7px;
}

.ribbon_text span.text_deliver {
    text-decoration: underline;
}

.wrapper-header.headerx .last {
    width: 18%;
}

.one-third.ribbon_text>a {
    color: #fff;
}

.ribbon_text a span.text_deliver {
    text-decoration: underline;
}

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

    .wrapper-header.headerx .one-third,
    .wrapper-header.headerx .one-third.last {
        width: 20%;
    }

    .wrapper-header.headerx .one-third.ribbon_text {
        width: 60%;
        margin-top: 2px;
    }

    .ribbon_text {
        font-size: 1.1em;
    }

    .ribbon_text span.ic_deliver {
        height: 65px;
        margin-bottom: -30px;
        margin-top: -8px;
        width: 16%;
    }
}

@media only screen and (min-width:737px) and (max-width:812px) {

    .wrapper-header.headerx .one-third,
    .wrapper-header.headerx .one-third.last {
        width: 20%;
    }

    .wrapper-header.headerx .one-third.ribbon_text {
        width: 60%;
        margin-top: 2px;
    }

    .ribbon_text {
        font-size: 1.1em;
    }

    .ribbon_text span.ic_deliver {
        margin-bottom: -30px;
        margin-top: 0;
    }

    #specification>p>b,
    #specification>p>strong,
    #warranty>p>b,
    #warranty>p>strong {
        display: block;
        border-right: none;
        margin-right: 0;
        width: 100%
    }

    #specification>p,
    #warranty>p {
        display: block;
        width: 100%
    }
}

@media only screen and (min-width:641px) and (max-width:736px) {

    .wrapper-header.headerx .one-third,
    .wrapper-header.headerx .one-third.last {
        width: 23%;
    }

    .wrapper-header.headerx .one-third.ribbon_text {
        width: 54%;
        margin-top: 2px;
    }

    .ribbon_text {
        font-size: 1em;
    }

    .ribbon_text span.ic_deliver {
        max-width: 80px;
        height: 48px;
        margin-bottom: 0;
        margin-top: -20px;
        width: 100%;
    }

    .ribbon_text span.text_deliver {
        width: 100%;
    }
}

@media only screen and (min-width:481px) and (max-width:640px) {

    .wrapper-header.headerx .one-third,
    .wrapper-header.headerx .one-third.last {
        width: 25%;
    }

    .wrapper-header.headerx .one-third.ribbon_text {
        width: 50%;
        margin-top: 7px;
    }

    .ribbon_text {
        font-size: .8em;
    }

    .ribbon_text span.ic_xmas,.ribbon_text span.ic_deliver {
        display: none
    }

    .ribbon_text span.text_deliver {
        width: 100%;
    }
    
}

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

    .wrapper-header.headerx .one-third,
    .wrapper-header.headerx .one-third.last {
        width: 100%;
    }

    .wrapper-header.headerx .one-third.ribbon_text {
        width: 100%;
        margin-top: 7px;
    }

    .ribbon_text {
        font-size: .9em;
    }

    .ribbon_text span.ic_xmas,.ribbon_text span.ic_deliver {
        display: none
    }

    .ribbon_text span.text_deliver {
        width: 100%;
    }
}

@media only screen and (max-width:812px) {
    .nCrossSellItem .col-xs-2 {
        max-width: 17%;
        padding: 3px;
    }

    .nCrossSellItem .col-xs-7 {
        width: 53%;
    }

    .confidence-bar {
        display: none
    }

    #description img,
    #description iframe {
        width: 100% !important;
        height: auto !important;
    }
}

.tabbable .tab-content ul {
    margin-bottom: 10px
}

.tabbable .tab-content ul>li {
    line-height: 1.7;
}

@media only screen and (max-width:812px) {
    #description table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border-collapse: collapse;
        border-spacing: 0;
        -webkit-overflow-scrolling: touch;
        background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
        background-size: 10px 100%, 10px 100%;
        background-attachment: scroll, scroll;
        background-repeat: no-repeat;
    }

    .table-note {
        display: block;
        margin: 10px 0;
    }
}

/** start new testimonial style **/
.testimonial_wrap {
    background: #fff;
    padding-bottom: 20px
}

.testimonials_container .testimonial-grid {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.testimonial-grid .video_text {
    height: 110px;
    margin: 10px 0;
    overflow: hidden;
}

.testimonials_container .flex-direction-nav a {
    background-image: url(../images/2017design/slideshow_arrows.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
}

.testimonials_container .flex-direction-nav .flex-next {
    background-position: -120px -25px;
    right: -40px;
}

.testimonials_container .flex-direction-nav .flex-prev {
    background-position: -30px -25px;
    left: -50px;
}

.flexslider-testi {
    width: 90%;
    margin: 10px auto 30px;
    background: transparent;
}

.flexslider-testi .slides>li {
    background: #fff;
}

#loadMoreButton {
    background: #e7e7e7;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 2px;
}

#loadMoreTesti {
    height: 0;
    overflow: hidden;
    transition: height 150ms ease-in-out;
    -moz-transition: height 150ms ease-in-out;
    -webkit-transition: height 150ms ease-in-out;
    -o-transition: height 150ms ease-in-out;
}

.turnkeye-testimonial-index-index .main-container {
    background: url(../images/2017design/testimonial_bg.jpg) top left repeat-x #e7e7e7;
}

.turnkeye-testimonial-index-index .google-rank {
    background: url(../images/2017design/google-review.jpg) no-repeat transparent;
    width: 320px;
    height: 185px;
    margin: 0 auto;
}

.testimonials_title {
    font-size: 2.2em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 2.2em;
    margin-top: 1em;
}

.testimonials_title span {
    display: inline-block;
    vertical-align: middle;
}

.testimonials_title span.ic-testi-mac,
.testimonials_title span.ic-testi-note {
    background-image: url(../img/mac-note-s.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 100px;
}

.testimonials_title span.ic-testi-mac {
    background-position: -1px 0;
}

.testimonials_title span.ic-testi-note {
    background-position: -300px -5px;
}

.testimonials_title span.line {
    height: 3px;
    width: 200px;
    background: #bcbcbc;
    margin: 0 auto 1em;
    display: block
}

.testimonial_wrap .testimonial_text {
    display: block;
    font-size: 13px;
    padding: 12px 4% 1px;
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    border-radius: 3px;
}

.testimonial_wrap .testimonial_text h2 {
    color: #000166;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 15px
}

.testimonial_wrap .testimonial_text p {
    line-height: 1.5;
    font-size: 1em;
}

#hidden_testi {
    display: none;
}

#show_more_testi {
    background: #000066;
    border: none;
    width: 30%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    min-width: 200px;
    border-radius: 4px;
    transition: all .2s ease-out
}

#show_more_testi:hover {
    background: #fff;
    border: 3px solid #000066;
    color: #000066;
}

@media only screen and (max-width: 812px) {
    .testimonials_container .flex-direction-nav .flex-prev {
        left: -35px;
    }

    .testimonials_container .flex-direction-nav .flex-next {
        right: -25px;
    }
}

/** end new testimonial style **/
@media(max-width:812px) {
    .affix {
        position: static !important;
        width: auto;
        top: 0;
    }
}

.prod-variation {
    background-color: #f3f3f4;
    margin: 0 0 30px;
    box-sizing: border-box;
    padding-top: 15px;
}

.prod-variation .col-lg-6 {
    margin-bottom: 15px;
}

.prod-variation select {
    border: 1px solid #d0d0d0;
}

.bagi-lima {
    text-align: center
}

.bagi-lima>p {
    font-size: .9em
}

.bagi-lima img {
    max-width: 180px;
}

@media(min-width:1024px) {
    .delivery-info-thumbs .col-lg-2 {
        width: 18%;
        border: 1px solid #f0f0f0;
        margin-right: 2.5%;
        min-height: 355px;
    }

    .delivery-info-thumbs .col-lg-2:last-child {
        margin-right: 0;
    }

    .delivery-info-thumbs.row {
        margin: 0;
    }
}

.shop-by-cat .row.row-padded.container {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.wrapper-thumbnail.col-xs-6.col-sm-6.col-md-3.col-lg-3.slick-slide {
    border-right: 1px solid #f0f0f0;
    padding-top: 15px;
}

/* ** FLASH SALE COUNTDOWN TIMER ** */
.flash-sale {
    background-color: #14123d;
    color: #fff;
    text-align: center;
    padding: 7px
}

.flash-sale h2,
.flash-sale p {
    max-width: 700px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 2em;
    margin: 0;
}

.flash-sale h2 a,
.flash-sale p a {
    color: #fff;
    text-decoration: underline;
}

#flashtimer {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

#flashtimer>div {
    width: 20%;
    min-width: 60px;
    background-color: #e82f2f;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 1%;
    border: 2px solid #f4dd9e;
    padding: 4px;
    border-radius: 2px;
}

#flashtimer>div span {
    font-size: 1.6em;
}

#flashtimer>div .smalltext {
    font-size: .8em;
}

/* ** SUBSCRIBE PAGE ** */
.input-group-btn.subscribe-btn {
    display: block;
    margin-top: 30px;
    text-align: center;
    width: 99%;
}

.subscribe-btn .mail-subscribe {
    display: inline-block;
    background-color: #54ba47;
    color: #fff;
    border-radius: 4px !important;
    width: 49%;
    min-width: 240px;
    padding: 10px
}

.form-control.small {
    width: 49%;
    margin: 10px 1% 10px 0;
    font-size: 14px;
    min-width: 240px;
    border-radius: 4px !important;
    padding: 20px 14px
}

.form-control.small:last-child {
    margin-right: 0;
}

.form-control.wide {
    width: 99%;
    border-radius: 4px !important;
    padding: 20px 14px
}

.subscribe-page p {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 30px
}

.subscribe-page img {
    max-width: 256px;
    margin: 0 auto;
    display: block;
}

.info-head {
    margin-bottom: 0;
    text-align: center;
}

.info-head>img {
    width: 100%;
}

body.n_content-1 p.author-date,
body.n_content-11 p.author-date,
body.n_content-281 p.author-date,
body.n_content-3319 p.author-date,
body.n_content-12 p.author-date,
body.n_content-3322 p.author-date,
body.n_content-2836 p.author-date,
body.n_content-2 p.author-date {
    padding: 10px 10px 0;
    text-align: right;
}

body.n_content-1 .breadcrumb,
body.n_content-11 .breadcrumb,
body.n_content-281 .breadcrumb,
body.n_content-3319 .breadcrumb,
body.n_content-12 .breadcrumb,
body.n_content-3322 .breadcrumb,
body.n_content-2836 .breadcrumb,
body.n_content-2 .breadcrumb,
body.n_content-74 .breadcrumb {
    margin-bottom: 20px;
}

.contact-us {
    margin: 40px 0 0;
    padding: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.contact-us .form-group label {
    font-weight: 400;
    color: #171638;
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-us .form-group.small {
    width: 49%;
}

.contact-us textarea.form-control {
    width: 100%;
    height: 187px;
    resize: none;
    padding: 8px 15px;
}

.contact-us .col-md-6,
.contact-us .col-lg-6 {
    padding: 0
}

.contact-us #inp-name,
.contact-us #inp-phone,
.contact-us #inp-email,
.contact-us select#inp-enquiry,
.contact-us input#inp-invoice {
    width: 96%
}

.contact-us .form-group {
    width: 100%;
}

.contact-us .btn-set {
    text-align: right;
    padding-right: 0;
}

.contact-us .btn-set input.btn.btn-lg.btn-default {
    text-transform: capitalize;
    padding: 8px 50px;
}

.contact-us h3 {
    border-bottom: none;
    color: #341650
}

.quastion {
    font-weight: bold;
    color: #58b847;
}

ul.answar {
    padding-left: 5px;
    list-style: none;
}

ul.answar li {
    color: #131222;
    padding-left: 1em;
    padding-top: 10px
}

ul.answar li::marker {
    content: "\203A";
    color: #131222;
    display: inline-block;
    font-size: 16px;
}

.sub-sub-header {
    font-size: 18px;
    color: #55ba47;
}

.move-top p {
    line-height: 1.9;
    font-size: 15px;
    letter-spacing: 0.225px;
    margin-bottom: 1rem;
}

.move-top img {
    margin-top: 15px;
    margin-bottom: 15px
}

.move-top ul {
    line-height: 1.5;
    padding-inline-start: 18px;
}

.move-top ul>li {
    margin-bottom: 5px;
    padding-left: 1em;
    font-size: 15px;
    letter-spacing: 0.225px;
    margin-bottom: 1rem;
}

.sub-header {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #55ba47;
}

.tabbable .nav-tabs>li>a>.tab-counter {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    background: #55ba4770;
    padding: 3px 4px 3px 3px;
    border-radius: 50%;
    min-width: 21px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
}

.tabbable .nav-tabs>li:hover>a>.tab-counter,
.tabbable .nav-tabs>li.active>a>.tab-counter {
    background: #55ba47;
}

.tabbable .tab-content ul.prodfaq {
    margin-top: 30px;
}

.tabbable .tab-content ul.prodfaq li:before {
    display: none;
}

ul.prodfaq li .que {
    font-weight: bold;
    margin-bottom: 15px;
}

ul.prodfaq li .que .qa-text {width:90%;display: inline-block;vertical-align: top;}

ul.prodfaq li .ans {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-style: italic;
}

ul.prodfaq li .ans .qa-text {
    width: 95%;
    display: inline-block;
    vertical-align: top;
}
ul.prodfaq li .ans .qa-text > p {
    display: block
}

ul.prodfaq li .ans .qa-text>div {
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: top;
}

ul.prodfaq li:last-child .ans {
    padding-bottom: 0px;
    border-bottom: none;
}

.title-review {
    color: #58b847;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.reviews-home-text .row.slick-slider {
    border: none
}

#productGuides {
    margin-bottom: 0;
}

#productGuides .wrap-four-col {
    margin-bottom: 0;
    border-right: 1px solid #f0f0f0;
    height: 513px;
}

.product-heading.product-guide {
    margin: 0
}

.four-col-text p.text-center {
    margin-top: 10px;
}

#productGuides p.text-center {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

@media only screen and (max-width:1024px) and (min-width:769) {
    #productGuides .wrap-four-col {
        height: 570px;
    }
}

@media only screen and (max-width:768px) and (min-width:561) {
    #productGuides .wrap-four-col {
        height: 670px;
    }
}

@media only screen and (max-width:560px) {
    #productGuides .wrap-four-col {
        height: auto;
    }

    #productGuides p.text-center {
        position: static;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .four-col-text p.text-center .btn-primary {
        width: 100%;
    }

    .four-col-text {
        height: 480px;
    }

    .four-col-text p.text-center .btn-primary {
        position: absolute;
        left: 5%;
        bottom: 1pc;
        width: 90%;
    }

    .container.reviews-home-text .products-review {
        height: 160px
    }
}

#quoteTY, #quoteTYQA {
    padding: 15px;
    text-align: center;
    background: #58b8474a;
    margin-top: 5px;
    border-left: 5px solid #58b847;
}

.n_content-3 h1,
.n_content-3320 h1,
.n_content-281 h1,
.n_content-3319 h1,
.n_content-1 h1,
.n_content-12 h1,
.n_content-74 h1,
.n_content-3322 h1,
.n_content-11 h1,
.n_content-2792 h1,
.n_content-2836 h1,
.n_content-1140 h1 {
    height: 149px;
    display: flex;
    align-items: center;
    color: #fff !important;
    box-sizing: border-box;
    padding-left: 200px;
}

.n_content-3 p.author-date,
.n_content-3320 p.author-date,
.n_content-281 p.author-date,
.n_content-3319 p.author-date,
.n_content-1 p.author-date,
.n_content-2 p.author-date,
.n_content-12 p.author-date,
.n_content-74 p.author-date,
.n_content-11 p.author-date,
.n_content-2792 p.author-date,
.n_content-2836 p.author-date,
.n_content-1140 p.author-date,
.n_content-3322 p.author-date {
    display: none;
}

.n_content-3 h1 {
    background: url('../img/info-pages/Warranty_Policy.png');
}

.n_content-3320 h1 {
    background: url('../img/info-pages/Delivery_info.png');
}

.n_content-281 h1 {
    background: url('../img/info-pages/FAQ.png');
}

.n_content-3319 h1 {
    background: url('../img/info-pages/Return_Policy.png');
}

.n_content-1 h1 {
    background: url('../img/info-pages/TermsCondition.png');
}

.n_content-12 h1 {
    background: url('../img/info-pages/Return_Policy.png');
}

.n_content-74 h1 {
    background: url('../img/info-pages/Contact_Us.png');
}

.n_content-3322 h1 {
    background: url('../img/info-pages/Testimonial.png');
}

.n_content-11 h1 {
    background: url('../img/info-pages/about_us.png');
}

.n_content-2792 h1 {
    background: url('../img/info-pages/xmas_delivery_topbanner.png');
}

.n_content-2836 h1,
.n_content-1140 h1 {
    background: url('../img/info-pages/zip_topbanner.png');
}

.n_customer- h1 {
    color: #006;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}
input.btn.btn-review1 {
    background: #006;
    border-color: #006;
}

.n_customer- h1.write-review{
    background: url(../img/info-pages/review_banner.png);
    height: 156px;
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding-left: 286px;
}

h1.nr_track_order {
    background: url('../img/info-pages/Order_Tracking.png');
}

.c-warranty-brands .wrapper-category-image {
    margin-top: 4px;
    padding: 0 2px;
}

#n_content h4 {
    margin-top: 30px;
}

#left-sidebar .list-group h4 {
    margin-top: 0;
}

.covid19 {
    margin-bottom: 30px;
}

.n_content-3319 a {
    color: #1b193d;
}

.n_content-3319 .sub-sub-header {
    font-size: 18px;
    color: #333;
}

.n_content-11 .move-top {
    padding: 30px 0;
}

.n_content-11 .move-top p,
.n_content-11 .move-top h3,
.n_content-11 .move-top h2 {
    margin: 0 30px 15px;
}

.n_content-11 .move-top img {
    margin: 0 0 30px;
    width: calc(100% + 60px);
    position: relative;
}

.well {
    background-color: #fff;
}

.page-header {
    border-bottom: none;
}

form.nr_track_order_form {
    margin-bottom: 40px;
}

@media only screen AND (max-width:480px) {

    .n_content-3 h1,
    .n_content-3320 h1,
    .n_content-281 h1,
    .n_content-3319 h1,
    .n_content-1 h1,
    
    .n_content-12 h1,
    .n_content-74 h1,
    .n_content-3322 h1,
    .n_content-11 h1,
    .n_content-2792 h1,
    .n_content-2836 h1,
    .n_content-1140 h1
    {
        height: 80px;
        padding-left: 100px;
        background-size: cover;
        font-size: 1.5em
    }
}

.author-date .dropdown .btn .fa-twitter-square {
    display: none;
}

.n_content-94 .wrapper-category-image {
    margin-top: 0;
    height: auto;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.n_content-94 .category-thumbnail h3 {
    margin: 15px 0;
    font-size: 1.5em;
    height: 46px;
    text-align: center;
}

/* ** PRODUCT REVIEWS ** */
.product_reviews blockquote {
    padding: 0;
    border-left: none;
    font-size: 14px;
}

.product_reviews .fa-star:before {
    color: #f6c500;
}

.product_reviews h4 {
    font-size: 20px;
}

.product_reviews h4,
.product_reviews div {
    color: #14123d;
    margin-bottom: 10px;
}

.product_reviews {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #ddd;
}

span.label.label-freeshipping {
    background: #009cf7;
}

.products-review>p .fa-quote-left {
    margin-right: 2px;
    vertical-align: top;
}

.products-review>p .fa-quote-right {
    margin-left: 2px;
    vertical-align: top;
}

.fa-quote-left:before,
.fa-quote-right:before {
    content: ".";
    width: 15px;
    text-indent: -9999px;
    color: #333;
    display: block;
    background-image: url(/assets/themes/mygenerator/img/hp-review-quote.png);
    background-repeat: no-repeat;
}

.fa-quote-left:before {
    background-position: top left;
}

.fa-quote-right:before {
    background-position: top right;
}

.extra-options .easter-sale-coupon {
    font-weight: normal;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #d0d0d0;
    clear: both;
    background: #F7F7F7;
    display: inline-block;
    line-height: 28px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.extra-options .easter-sale-coupon span {
    font-weight: bold;
    color: #de1818;
}

.promo-container-category {
    font-size: 12px;
    margin: 8px 0px;
    color: #d9534f;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #d9534f;
    min-height: 32px;
}

.promo-container-category::before{
    font-family: "Font Awesome 6 Free"; 
    content:"\f02c";
    margin-right: 4px;
}

.blank.promo-container-category {
    visibility: hidden;
}

#hidden-reviews {
    display: none;
}

.n_content-74 h1 {   
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1200px;
    height: 380px;
    background: url(/assets/media/wysiwyg/cms_pages/contact.jpg) no-repeat;
    color: #fff;
    font-size: 4em;
    text-shadow: 0 2px #123383;
    background-size: cover;
    padding-left: 0;
}
.page-title {
    margin-bottom: 15px;
}

form#contactForm {
    max-width: 885px;
    display: block;
    margin: 0 auto;
}

h2.legend {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    float: left;
    margin: -43px 0 0 -10px;
    padding: 0 10px;
}

.fieldset {
    border-top: 1px solid #e5e5e5;
    margin: 30px 0 0;
    padding: 30px 30px 10px;
}

.form-list li {
    margin: 0 0 8px
}

.form-list label {
    float: left;
    font-weight: 700;
    position: relative;
    z-index: 0;
    margin: 0 0 2px
}

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

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

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

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

.form-list .input-box {
    display: block;
    clear: both
}

.form-list .field {
    float: left;
    width: 275px;
    margin-bottom: 5px
}

.form-list input.input-text {
    width: 254px
}

#quotepopup .form-list input.input-text {
    width: 100%;
  margin-bottom: 20px;
}
.form-list textarea {
    width: 254px;
    height: 10em
}

.form-list select {
    width: 260px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#oar_widget_orders_and_returns_form ul li {
    margin: 0 0 5px;
    height: 30px
}

.buttons-set {
    clear: both;
    margin: 10px 0;
    text-align:center
}

.buttons-set button.button {
    float:none;
    border:none;
    display:inline-block;
    background-color: #000066;
}

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

.form-list .wide textarea#comment {
  width: 805px;
  height: 15em;
  resize: none;
    border: 1px solid #ddd;
}

p.required {
    color: #D90000;
    text-align: center;
    font-size: .8333em;
}


button.button span {
    color:#fff;
    font-size:12px;
    line-height:40px;
    padding:0 20px;
    
}

button.button:hover span {
    background-color: #000066;
    color: #ffffff
}
.n_checkout- h1 {
    color: #006;
    font-weight: bold;
    font-size: 22px;
}


@media only screen and (max-width:810px) {
    .flash-sale h2,
    .flash-sale p {
        text-align: center;
        font-size: 1.4em !important;
    }
}

#ouibounce-modal {
    font-family: lato,sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modol {
    width: 800px;
    border: 1px solid #006;
    background-color: #f0f1f2;
    z-index: 999;
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    display:block
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-modal h2 {
    font-weight: 700
}

#ouibounce-modal h3 {
    color: #404040;
    font-size: 1em;
    margin: .2em;
    text-transform: uppercase;
    font-weight: 500
}

#ouibounce-modal .modal-body {
    padding: 20px 35px 10px;
    font-size: .9em
}

#ouibounce-modal p {
    color: #404040;
    font-size: 13px;
    margin-bottom: 5px
}

#ouibounce-modal form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-modal form input[type=text] {
    padding: 12px 2%;
    font-size: 1.2em;
    width: 96%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    color: #4f4f4f
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-modal .modal-footer {
    text-align: center;
    width: 100%
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9 {
    position: relative;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box
}
.grid12-3{
    width: 23%;
}
.grid12-4 {
    width: 31.33%;
}
.grid12-5 {
    width: 39.67%;
}
.grid12-6{
    width: 48%;
}
.grid12-7 {
    width: 56.33%;
}
.grid12-8 {
    width: 64.67%;
}
.grid12-9{
    width: 73%;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
.hide-below-1680 {
    display: none !important;
}
.hide-below-1440 {
    display: none !important;
}
.hide-below-1360 {
    display: none !important;
}
.hide-below-1280 {
    display: none !important;
}
.container.stretched {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
}
.container.stretched .grid-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .hide-below-960 {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .nested-container {
        width: 100%;
        margin-left: auto;
    }
    .grid12-3,
    .grid12-4,
    .grid12-5,
    .grid12-6,
    .grid12-7,
    .grid12-8,
    .grid12-9 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hide-below-960 {
        display: none !important;
    }
    .hide-below-768 {
        display: none !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hide-below-960 {
        display: none !important;
    }
    .hide-below-768 {
        display: none !important;
    }
    .hide-below-480 {
        display: none !important;
    }
}
@media only screen and (max-width: 319px) {
    .hide-below-960 {
        display: none !important;
    }
    .hide-below-768 {
        display: none !important;
    }
    .hide-below-480 {
        display: none !important;
    }
    .hide-below-320 {
        display: none !important;
    }
}

.tiav_mc_embed_form.section.clearer {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
    margin-top:20px
  }
  .tiav_mc_embed_form .mc-field-group {
    margin-bottom:20px
  }
  .tiav_mc_embed_form .mc-field-group.small {
    display:inline-block;
    width:49.5%;
    box-sizing:border-box
  }
  .tiav_mc_embed_form .mc-field-group.wide {
    display:inline-block;
    width:99%;
    box-sizing:border-box
  }
  .tiav_mc_embed_form .mc-field-group input,
  .tiav_mc_embed_form .mc-field-group select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    border: 1px solid #aaa;
    border-radius: 8px;
    font-size: 12px;
  }
  .tiav_mc_embed_form .mc-field-group label {
    display:block;
    font-size:15px !important;
    margin-bottom:5px;
    color:#0c0546
  }
  input#mc-embedded-subscribe {
    box-sizing:border-box;
    padding:0 15px;
    background-color:#58b847;
    color:#222;
    min-width:220px;
    font-weight:700;
    border:none;
    font-size:20px;
    line-height:40px;
    cursor:pointer;
    border-radius:20px;
    margin-top:20px
  }
  
.cms-tiav hr {
    height: 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px !important;
  }
  .cms-tiav h3{
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #3177ff;
    font-weight: bold;
  }
  
@media only screen and (max-width: 480px) {
    .tiav_mc_embed_form .mc-field-group.small {
      width:99%;
    }
} 
@media only screen and (max-width: 810px) {
    .cms-tiav .grid12-4,.cms-tiav .grid12-8 {
      width:99%;
    }    
.promoLabelNew > span {
    margin-bottom: 10px;
  }
}

.cart-upsell-body {
    border-top: 1px solid #ddd
  }
  
  .cart-upsell-body .panel-body {
    padding-bottom: 0
  }
  
  .cart_upsell .thumbnail {
    margin-bottom: 0;
    border: 0
  }
  
.cart-upsell-item .caption .price .text-muted {
    font-size: 13px;
    text-align: center;
    color: #999;
    font-weight: bold;
  }
  .thumbnail:focus, .thumbnail:hover {
    box-shadow: none;
  }
  .cart_upsell .cart-upsell-item h3,
  .cart_upsell .cart-upsell-item .price {
    height: auto
  }
  
  .row.btn-stack.cart_btn {
    margin-top: 0;
    margin-bottom: 20px
  }
  
  .clear-button {
    text-align: right;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 9
  }
  
  .collapse.in {
    position: relative;
    margin-bottom: 30px
  }
  
div#discount-calc, div#shipping-calc{
    margin-bottom: 0;
    padding: 0;
}
div#discount-calc form,
div#shipping-calc form{
    padding: 15px;
    min-height: 172px;
}
.cart-upsell-item {
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }

.extra-options .easter-sale-coupon {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #de1818;
    clear: both;
    background: #fff;
    display: inline-block;
    line-height: 28px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
    border-radius: 8px;
}

.extra-options .easter-sale-coupon .promo-header {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.extra-options .easter-sale-coupon .promo-timer>span {
  display: block;
  color: #de1818;
  text-align: center;
  font-size: 18px;
  font-weight: 500
}

.extra-options .easter-sale-coupon .promo-timer>span.time {
  color: #de1818;
  background-color: white;
  border-radius: 25px;
  position: relative;
  font-size: 20px;
  padding: 5px;
  border: 1px solid #de1818;
}

.extra-options .easter-sale-coupon .promo-timer>span.time>span {
  display: inline-block;
  vertical-align: top;
}

.extra-options .easter-sale-coupon .promo-timer>span.time>span label {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 300;
  margin: 0;
  line-height: 12px;
  color: #777777;
}
.extra-options .easter-sale-coupon span.small-text {
    font-size:16px;
    font-weight: normal;
    display: block
}
  .brand-image-desc-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
  }
.tabbable,
#n_product .tabbable{
margin-bottom:0;
padding-bottom: 0 !important;
}
.footer-primary-container {
    background-color: #404040;
  }
  #n_product .wrapper-review-dropdown  .review-star .fa {
    color: #ffd200;
    font-size: 26px;
  }
  .successaddmessage .header {
    text-align:center;
    border-bottom:none
  }
  .successaddmessage .body {
    text-align:center;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px
  }
  .successaddmessage .body .image {
    float:none;
    height:130px
  }
  .successaddmessage .body .description {
    float:none;
    width:100%;
    font-size:16px;
    height:auto;
    line-height:1;
    margin-bottom:20px
  }
  .successaddmessage .footer .right {
    display:none
  }
  .successaddmessage .footer .left {
    float:none;
    width:100%;
    text-align:center
  }
  .successaddmessage .footer .left .btn {
    width:45%;
    text-wrap: wrap;
    vertical-align: middle;
    display: inline-block;
  }
  .successaddmessage .footer .left .npopup-view {
    background:#55ba47;
    border:1px solid #55ba47;
    color:#fff
  }
  #moreDesc {
    text-align:center;
    background:#fff;
    background:linear-gradient(0deg,rgba(255,255,255,1) 58%,rgba(255,255,255,0.06484592127866773) 100%,rgba(255,255,255,1) 100%);
    position:absolute;
    width:calc(100% - 40px);
    bottom:0;
    cursor:pointer;
    color:#14123d;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
    text-decoration: underline;
  }
  
#currprice {
    margin-right: 15px;
  }
  .productrrp {
    display: inline-block;
    font-size: 26px;
  }
  @media only screen and (max-width: 767px) {
    #n_product .tabbable{
      margin-left:0 !important;
      margin-right:0 !important;
    }
    .mb-no-padding{
      padding-left:0 !important;
      padding-right:0 !important;
    }
    .successaddmessage .left,
    .successaddmessage .right {
      display:inline-block
    }
    .successaddmessage .footer .left .btn {
        height: 60px
    }
    #mobile-desc-content {
        height: 200px;
      }
      .cart-upsell-body .panel-body
      {padding:0}
.cart-upsell-body .page-header {
  margin: 0;
    padding-top:15px
}
.cart-upsell-body .col-xs-4{
  width:33.33333333%;
  padding:0
}
.cart-upsell-body .thumbnail.aa .caption.dd, .cart-upsell-body .btn-groupx{
  padding:0;
  min-height: 0;
}
.cart-upsell-body .thumbnail .caption h3 {
    height: auto;
  }
.cart-upsell-body .ratings {
  height: auto;
}
.cart-upsell-body .caption .price {
    min-height: 50px;
  }
.cart-upsell-body .wrapper-thumbnail {
    padding: 10px 5px;
  }
  }
  .visible-mobile-xx{
    display: none;
  }
  @media only screen and (max-width: 912px) {
    .productpricetext, .productpromo{
        width: calc(100% - 95px);
        display: inline-block;
        vertical-align: top;
    }
    .visible-mobile-xx{
        display: inline-block !important;
        vertical-align: top;
    }
  }
  /* external css: flickity.css */

.carousel {
  margin-bottom: 20px;
}
.carousel-main .carousel-cell {
    height: 445px;
  }
.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
  margin-right: 10px;
  border-radius: 5px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ddd;
}
.flickity-page-dots {
    display: none;
}
@media only screen and (max-width: 912px) {
    .flickity-page-dots {
      display: block;
    }
}

.caption.dd .review-star {
    display: block;
    margin: 0;
}
.caption .review-star i{
   font-size: 16px;
}
.caption.dd .review-star i{
   font-size: 13px;
}
@media only screen and (min-width:768px) and (max-width:840px) {

body.n_content-3323 .img-tile a > img {
  height: auto;
}
.navbar-header {
  float: none;
}
}
.label {
  opacity: .9;
}
@media only screen and (min-width:961px) {
#n_category .col-xs-12.col-sm-12.col-md-9 {
    padding-right: 0;
}
}


.reviews-slider {
    border: 1px solid #ddd;
    height: auto;
    transition: height .35s ease-in;
    margin-top:30px
}

.reviews-slider .review-title-wrap {
    position: relative;
    background-color: #efeeef;
    border-bottom: 1px solid #ddd;
    padding: 9px 96px 8px 58px
}

.reviews-slider .review-title-wrap h3 {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #000166;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700;
    margin: 0 44px 0 0;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.reviews-slider .review-title-wrap .review-author {
    display: inline-block;
    vertical-align: top;
    color: #000166;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400;
    padding: 1px 0 0
}

.reviews-slider .review-title-wrap .review-author span {
    font-weight: 700
}

.reviews-slider .review-content>div br,
.reviews-slider .review-title-wrap .review-author .review-title {
    display: none
}
.reviews-slider .review-content>small{
    font-style: italic;
}

.reviews-slider .review-title-wrap .read-more-button {
    position: absolute;
    right: 7px;
    top: 7px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: #006;
    padding: 5px 10px
}

.reviews-slider .review-title-wrap .read-more-button:hover {
    background-color: #5cc111
}

.reviews-slider .review-content-wrap {
    padding: 7px 58px 8px
}

.reviews-slider .review-content {
    position: relative;
    min-height: 82px
}
.reviews-slider .review-content>div {
    position: relative;
    padding: 5px 0;
    margin: 0 !important;
    color: #2d2d2d;
    font-size: 13px !important;
    line-height: 18px !important;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.reviews-slider .review-content>div:last-of-type {
    border: 0;
    text-transform: capitalize
}

.reviews-slider .review-content>div h3 {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    margin: 0;
    color: #404040;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700
}

.reviews-slider .slick-arrow {
    margin: 0;
    top: 65%;
    width: 26px;
    height: 47px;
    border: 1px solid #ddd;
    display: block;
    opacity: 1;
    -webkit-background-size: 10px auto;
    background-size: 10px auto
}
.reviews-slider .slick-arrow:before {
    display: none !important;
}

.reviews-slider .slick-prev {
    background: #efeeef url(/assets/media/wysiwyg/review-nav-left.png) no-repeat center center;
    border-left: none;
    left: 0
}


.reviews-slider .slick-next {
    background: #efeeef url(/assets/media/wysiwyg/review-nav-right.png) no-repeat center center;
    border-right: none;
    right: 0
}

.reviews-slider .slick-arrow:hover {
    background-color: #d1d1d1
}
.reviews-slider .review-content > div.ratings {
    position: absolute;
    left: 0;
    height: 40px;
    padding-left: 0;
    border: 0;
  }
  .reviews-slider .review-content > div.ratings .review-star {
    margin:3px 0 0;
  }
  .reviews-slider .review-content > div.ratings i {
    font-size: 20px;
  }
  .reviews-slider .review-author {
    font-weight: bold;
    font-size: 16px;
    display: block;
  }
  .reviews-slider .ratings {
    height:auto
  }
  .no-padding {
    padding: 0;
  }
  @media only screen and (max-width:767px) {
  .caption.dd .review-star i{
     font-size: 12px;
  }
  }

  
#sliding-table.wrapper {
    border-left: solid rgb(0,123,105) 1px;
    border-right: solid rgb(0,123,105) 1px;
  }
  .wrapper {
    position:relative;
    overflow:auto;
    margin-top:30px;
    margin-left:20px;
    margin-right:20px
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .wrapper::-webkit-scrollbar {
    display: none;
  }
  .wrapper > table{
    margin-bottom:0
  }
  .wrapper td {
    border:solid rgb(0,123,105) 1px;
    text-align:center;
    vertical-align: middle !important;
    border-left: none;
  }
  .wrapper tr {
    border:solid rgb(0,123,105) 1px;
    border-left: 0;
  }
  .wrapper tr:hover {
    background-color:rgba(0,123,106,0.17)
  }
  .wrapper th {
    text-transform:uppercase;
    border:solid rgb(0,123,105) 1px;
    text-align:center;
    min-width:100px;
    vertical-align: middle !important;
    border-left: 0;
  }
  .sticky-col {
    position:-webkit-sticky;
    position:sticky;
    background-color:#fff;
    border:solid rgb(0,123,105) 1px;
    border-left:solid rgb(0,123,105) 1px;
    border-right:solid rgb(0,123,105) 1px;
    color:#333 !important;
  }
  .first-col {
    min-width:206px;
    left:0px;
    font-size:1em;
    text-align:left;
    word-wrap:break-word
  }
  .arrow {
    background-color:#333;
    border:solid 2px #333;
    border-radius:20px;
    color:white;
    font-weight:900;
    font-size:20px;
    margin:10px;
    position: sticky;
    top: 20px;
  }
  .arrow:hover {
    border:solid 2px white
  }
  @media (max-width:960px) {
    .first-col {
      font-size:.7em;
      line-height:normal;
      max-width: 100px;
      white-space: pre-wrap;
    }
    .dim-media {
      font-size:.7em;
      white-space: wrap;
    }
    .arrow {
      display:none
    }
    .first-col {
      min-width:0
    }
    th {
      min-width:0
    }
    .wrapper {
      margin-left:0;
      margin-right: 0;
    }
    .wrapper th {
      font-size: .7em;
    }
    #mobile-desc-content{
      overflow:hidden
    }
  }
  
	.ggl-cust-review {
        background: #f0f0f0;margin-top: 30px;
        }
        .row.ggl-review-header {
        border-bottom: 1px solid #ddd;
        margin: 20px 0;
        padding-bottom: 10px;
        font-size: 16px;
        }
        .row.ggl-review-header div img{
        height:24px;
        }
        .row.ggl-review-header div a{
        color:#d9534f;
        }
        .ggl-review-itm {
        margin-bottom:20px;
            text-align: center
        }
        .ggl-review-itm .ratings {
        height:auto;
        }
        .ggl-review-itm .ratings i{
        font-size:24px;
        }
        .ggl-review-itm .gg-review-text {
            height:80px
        }
        .ggl-review-itm .gg-review-date {
        }
        #maropost-checkout-button {
        margin-bottom: 20px;
        }
        
    .checkout-footer {
      background: #006;
      color: #fff;
      padding: 30px 15px 40px;
      text-align: right;
    }