/* @group Default Stylesheet */
body {
    position: relative;
    background: #fafafa;
}

.container-fluid {
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    float: none !important;
    overflow: hidden;
}

.anchor-cursor {
    cursor: pointer;
}

.wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.obj-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.stamp span {
    font-size: 30px;
    vertical-align: middle;
    display: block;
}

.stamp .icon-fake, .icon-review-of-day {
    color: #d0021b !important;
}

.icon-featured-blog {
    color: blue !important;
}

.icon-review-of-day, .icon-featured-blog {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 5px;
}

.stamp .icon-issue-resolved, .stamp .icon-thank-you {
    color: #1cb581;
}

.stamp .icon-brand-response {
    color: #ccc;
}

.stamp {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    text-align: center;
    width: 81px;
    font-weight: bold;
}

    .stamp .tooltip-content {
        width: 250px;
        padding: 5px 10px;
    }

.tooltip-content {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    position: absolute;
    z-index: 99;
    padding: 0 5px;
    border-radius: 3px;
    color: #333 !important;
    font-size: 12px;
    max-width: 265px;
    overflow: visible;
    display: none;
    line-height: 1.4;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.tooltip.right .tooltip-content:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ccc;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -5px;
    top: 5px
}

/*------------------------commented form browse cat shadow ------*/

/*.browse-cat-shadow {
	max-height: 100vh;
	padding: 10px 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #fff;
}*/




.custom-container .browse-cat-type-text.active {
    /*  border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;*/
    background-color: #e0e1e2;
    pointer-events: auto;
}


.custom-container .browse-sub-type .view-all-cat {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.57;
    display: flex;
    font-weight: 500;
    color: black;
}


.custom-container .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%!important;
    position: relative;
    padding-right: 32px;
    padding-left: 4px;
}








.tooltip.right .tooltip-content:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fafafa;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -4px;
    top: 6px;
}

.tooltip.left .tooltip-content:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -5px;
    top: 5px
}

.tooltip.left .tooltip-content:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fafafa;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -4px;
    top: 6px;
}

.tooltip.top .tooltip-content:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -5px;
    left: 5px;
}

.tooltip.top .tooltip-content:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fafafa;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -4px;
    left: 6px;
}

.tooltip.bottom .tooltip-content:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -5px;
    left: 35%;
}

.tooltip.bottom .tooltip-content:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #fafafa;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -4px;
    left: 35.6%;
}

.row:before, .row:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

:after, :before {
    box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-5-eq {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-5-eq {
    width: 20%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.left-panel, .right-panel, .sidebar {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.sidebar {
    width: 330px;
}

.module-wrapper {
    max-width: 300px;
    width: 100%;
}

.clear {
    clear: both;
}

.minimize {
    padding-top: 10px;
}

.icon-pinterest-sign, .icon-pinterest-sticky, .icon-pinterest-white, .icon-pinterest16, .icon-pinterest3, .icon-plusone, .icon-plusone-mini, .icon-reddit, .icon-s-facebook, .icon-s-twitter, .icon-share, .icon-share-facebook, .icon-share-instagram, .icon-share-linkedin, .icon-share-tumblr, .icon-share-twitter, .icon-share-vine, .icon-social, .icon-social-facebook, .icon-social-googleplus {
    display: inline-block !important;
}

.btn .icon-share {
    font-size: 16px !important;
    padding-right: 8px;
}

.starwriter1 {
    background: url(/images/starwriter1.svg) no-repeat;
    display: block;
    background-size: contain;
}

.starwriter1 {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/* ====== Default/Generic Stylesheet ====== */
.PA-0 {
    padding: 0 !important;
}

.border-0 {
    border: 0 !important;
}

section {
    margin: 20px 0;
    display: block;
}

h1, h2, h3, h4, h5, p, blockquote, pre, input, textarea, button, div {
    display: block;
    text-rendering: optimizelegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, p, a, header, nav, menu, footer, input, textarea, button, .alert, .label, li, div {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-spacing: 1px;
    line-height: 1.2;
}

h1, h2, h3, h4 {
    font-weight: 300;
    color: #3d3d3d;
    word-break: break-all;
    word-wrap: break-word
}

    h1 a:hover {
        text-decoration: none;
        color: #44a512;
    }

h1 {
    font-size: 22px;
    margin: 0 0 12px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 25px;
}


h3 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 20px;
}

p.review, p {
    color: #000;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 10px;
    word-wrap: break-word;
    word-break: break-word;
}

.breadcrumb a, .breadcrumb {
    color: #6d6d6d;
    font-size: 12px;
    vertical-align: initial;
    line-height: normal;
    margin-top: 0px
}

    .breadcrumb span {
        vertical-align: middle;
        display: inline-block;
        line-height: 14px;
    }

    .breadcrumb + h1 a {
        font-weight: 400;
    }

.pagination {
    text-align: center;
}

    .pagination .col-6 {
        text-align: left;
    }

.lh20 {
    line-height: 20px !important;
}

select {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 30px 5px 9px;
    outline: none;
    color: #5d5d5d;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    width: 100%;
}

.selectbox-container {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    background: #fff;
}

    .selectbox-container .icon-drop-down {
        font-size: 12px;
        position: absolute;
        top: 9px;
        right: 8px;
        z-index: 1;
    }

.summary > .row:last-child .col-6 .row {
    margin-bottom: 0;
}

.icon-next {
    font-size: 9px;
    color: #3d3d3d;
    font-size: 10px;
    font-weight: 600;
}

.icon-video-review {
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-bottom;
    color: #4d4d4d;
    font-weight: 600 !important;
    font-size: 18px;
}

.primary-footer-wrapper .footer-review-title .icon-video-review {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

hr, .seperator {
    border-top: 1px solid #d5d5d5;
    clear: both;
}

input {
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 8px 12px;
    min-width: 300px;
    outline: 0 none;
}

textarea {
    font-size: 13px;
    background-color: #fff;
    width: 100%;
    height: 100px;
    border: 1px solid #c0c0c0;
    outline: 0 none;
    resize: vertical;
    padding: 10px;
    overflow: auto !important;
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    min-width: 0;
    margin-left: 10px;
    margin-right: 5px;
    box-shadow: none;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
}

input[type="radio"] {
    vertical-align: middle;
    border-radius: 50%;
}

.btn[disabled], .btn.jsdisable {
    /*color: #44a512;
	border: 1px solid #44a512;*/
    cursor: default;
    background-color: #d2d2d2;
    color: graytext;
    pointer-events: none;
    border: 1px solid transparent;
}

.checked {
    background: #e8e8e8;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.ui-autocomplete {
    background-color: #fff !important;
    width: 95% !important;
    left: 08px !important;
    padding: 0 15px;
    max-height: 80vh;
    overflow-y: auto;
}

.leftcss {
    left: 277px !important;
}

.leftRRcss {
    left: 277px !important;
}

.nologinleftcss {
    left: 278px !important;
}

.nologinRRcss {
    left: 282px !important;
}

.rrleftcss {
    left: 136px !important;
}

/* search width left alignment */

.pre-write {
    width: 665px !important;
    margin: 0px 12px !important;
    left: 165px !important;
}

.pre-write-header-search {
    width: 20% !important;
    left: 532px !important;
}

.pre-write-header-search-login {
    width: 20% !important;
    left: 548px !important;
}

@media only screen and (min-width: 1680px) {
    .pre-write {
        left: 330px !important;
    }

    .pre-write-header-search-login {
        width: 16% !important;
        left: 700px !important;
    }

    .pre-write-header-search {
        width: 17% !important;
        left: 690px !important;
    }
}


@media only screen and (max-width: 1400px) {
    .pre-write {
        left: 190px !important;
    }

    .pre-write-header-search-login {
        width: 20% !important;
        left: 555px !important;
    }

    .pre-write-header-search {
        width: 20% !important;
        left: 552px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .pre-write {
        left: 165px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .pre-write-header-search-login {
        width: 20% !important;
        left: 548px !important;
    }

    .pre-write-header-search {
        width: 20% !important;
        left: 532px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .pre-write {
        left: 291px !important;
    }

    .pre-write-header-search-login {
        width: 16% !important;
        left: 671px !important;
    }

    .pre-write-header-search {
        width: 17% !important;
        left: 656px !important;
    }
}
/* End search width left alignment */

ul li, ol li {
    list-style: outside none;
    margin: 10px 0 10px 20px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
    color: #4f4f4f;
}

.sidebar ul li {
    margin: 10px 0 10px 20px;
    text-indent: -1.2em;
}

.sidebar ul li {
    font-size: 12px;
}

    .sidebar ul li:before {
        margin: 0 8px 0 0;
    }

.module {
    margin: 0 0 25px 0;
    display: block;
}

    .module:last-child {
        margin: 0;
    }

    .module ul li:before {
        content: none;
    }

.right-module {
    border: 1px solid #dfdfdf;
    padding: 15px;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

a {
    text-decoration: none;
    display: inline-block;
    color: #44a512; /* Shahebaz #44a512*/
    outline: 0;
    cursor: pointer;
}

    a:hover {
        color: #44a512 !important; /* Shahebaz #44a512*/
    }

b, strong, b p {
    font-weight: bold !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 9px 15px 8px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 10px;
    min-width: auto;
}

    .btn:last-child {
        margin-right: 0;
    }

    .btn [class^="icon-"], .btn [class*=" icon-"] {
        margin-right: 5px;
        font-size: 20px;
    }

    .btn span {
        vertical-align: middle;
    }

    .btn.active:focus, .btn.focus:active, .btn:active:focus, .btn:focus {
        outline: none;
        outline-offset: -2px;
    }

.btn-primary, .btn-secondary, .btn-link, .btn-sidebar {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.button_new {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 9px;
    color: #FFFFFF;
    font-weight: 300;
}

.button_primary {
    /*background-color: #89BD34; background-image: -webkit-gradient(linear, left top, left bottom, from(#89BD34), to(#44a512 ));
 background-image: -webkit-linear-gradient(top, #89BD34, #44a512 );
 background-image: -moz-linear-gradient(top, #89BD34, #44a512 );
 background-image: -ms-linear-gradient(top, #89BD34, #44a512 );
 background-image: -o-linear-gradient(top, #89BD34, #44a512 );
 background-image: linear-gradient(to bottom, #89BD34, #44a512 );filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#89BD34, endColorstr=#44a512 );*/
    background-image: linear-gradient(to bottom, #89bd34, #44a512);
}

    .button_primary:hover {
        background: #44a512;
        /*background-color: #6c9529; background-image: -webkit-gradient(linear, left top, left bottom, from(#6c9529), to(#517317));
 background-image: -webkit-linear-gradient(top, #6c9529, #517317);
 background-image: -moz-linear-gradient(top, #6c9529, #517317);
 background-image: -ms-linear-gradient(top, #6c9529, #517317);
 background-image: -o-linear-gradient(top, #6c9529, #517317);
 background-image: linear-gradient(to bottom, #6c9529, #517317);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6c9529, endColorstr=#517317);*/
    }

.button_secondary {
    border: 1px solid #cfcccc;
    background-color: #EAE9E9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EAE9E9), to(#D8D6D6 ));
    background-image: -webkit-linear-gradient(top, #EAE9E9, #D8D6D6 );
    background-image: -moz-linear-gradient(top, #EAE9E9, #D8D6D6 );
    background-image: -ms-linear-gradient(top, #EAE9E9, #D8D6D6 );
    background-image: -o-linear-gradient(top, #EAE9E9, #D8D6D6 );
    background-image: linear-gradient(to bottom, #EAE9E9, #D8D6D6 );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EAE9E9, endColorstr=#D8D6D6 );
}

    .button_secondary:hover {
        border: 1px solid #b8b5b5;
        background-color: #d1cfcf;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d1cfcf), to(#bfbcbc));
        background-image: -webkit-linear-gradient(top, #d1cfcf, #bfbcbc);
        background-image: -moz-linear-gradient(top, #d1cfcf, #bfbcbc);
        background-image: -ms-linear-gradient(top, #d1cfcf, #bfbcbc);
        background-image: -o-linear-gradient(top, #d1cfcf, #bfbcbc);
        background-image: linear-gradient(to bottom, #d1cfcf, #bfbcbc);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d1cfcf, endColorstr=#bfbcbc);
    }

.btn-primary {
    background-color: #44a512;
}

.btn-secondary {
    background-color: #ff5a5f;
}

.btn-primary:hover {
    background-color: #74bf04;
    color: #fff !important;
}

.btn-secondary:hover {
    background-color: #f55c75;
    color: #fff !important;
}

.btn-link {
    color: #44a512;
    border: 1px solid #44a512;
    background-color: #fff;
    -webkit-transition: color 0.5s, background-color 0.5s; /* Safari */
    transition: color 0.5s, background-color 0.5s;
}

.btn-pink {
    color: #ff5a5f;
    border: 1px solid #ff5a5f;
    background-color: #fff;
    -webkit-transition: color 0.5s, background-color 0.5s; /* Safari */
    transition: color 0.5s, background-color 0.5s;
}

    .btn-pink:hover {
        color: #fff;
        background-color: #ff5a5f;
    }

.btn-sidebar {
    width: 100%;
}

.btn-link:hover {
    color: #fff !important;
    background-color: #44a512;
}

.label {
    border-radius: 50px;
    padding: 5px 20px;
    margin: 2px 2px 2px 12px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
}

.label-verified {
    background-color: #12ad33;
}

.label-issue-resolved {
    background-color: #56b8c7;
}

.label-thank-you {
    background-color: #63c756;
}

.label-response-recived {
    background-color: #9056c7;
}

.label-fake {
    background-color: red;
}

    .label-fake a {
        color: #fff !important;
    }

.label-rod {
    background-color: blue;
}

.alert {
    font-size: 13px;
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.eliminate-padding {
    padding: 0;
}

.rated-star {
    color: #f5a100 !important;
}

.rated-star-color1 {
    color: #de1d0f;
}

.rated-star-color2 {
    color: #ff7800;
}

.rated-star-color3 {
    color: #ffba00;
}

.rated-star-color4 {
    color: #5ba829;
}

.rated-star-color5 {
    color: #3f7e00;
}

.unrated-star {
    color: #d1d2d4 !important;
}

.bgcolor-1 {
    border: 1px solid #d0021b;
    background: #d0021b;
}

.bgcolor-2 {
    border: 1px solid #ff7c00;
    background: #ff7c00;
}

.bgcolor-3 {
    border: 1px solid #50e3c2;
    background: #50e3c2;
}

.bgcolor-4 {
    background: #4dbc16;
    border: 1px solid #4dbc16;
}

.bgcolor-5 {
    background: #44a512;
    border: 1px solid #44a512;
}

.unrated-unirating {
    border: 1px solid #d1d2d4;
    background: #d1d2d4;
}

.nw-feature {
    position: absolute;
    top: 0px;
    right: 8px;
}

    .nw-feature > span {
        background: #44a512;
        top: 0px;
        color: #fff;
        left: 11px;
        padding: 9px 9px;
        line-height: 1.45;
        position: absolute;
        width: 300px;
        border-radius: 4px;
        display: block;
        font-size: 14px;
        text-align: left;
        z-index: 999;
    }

    .nw-feature > i {
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 16px solid #44a512;
        position: absolute;
        top: 10px;
    }

    .nw-feature > span b {
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: normal !important;
        font-size: 18px;
        cursor: pointer;
    }

    .nw-feature > span a {
        color: #fff !important;
        float: right;
        text-decoration: underline;
    }

.fontblue_old, .fontblueflag, .fontgreen2,
.fontgreendark, .fontlightgrey, .fontorange_old,
.fontred_old, .fontwhite_old, .links, .linksHome,
.new-bottombar, .pull_dn_small, .smallfont,
.smallfontgreen, .smallfontgrey, .smallfontorange,
.smallfontred, .smallfontwhite {
    font-size: 11px;
}
/* @end */

/* LightBox */
.light-box {
    position: relative;
    margin-top: 10px;
}

    .light-box .icon-next, .light-box .icon-previous {
        position: absolute;
        font-size: 30px;
        color: #000;
        cursor: pointer;
        top: 50%;
        font-weight: 400;
    }

    .light-box .icon-next {
        right: 0;
    }

    .light-box .icon-previous {
        left: 0;
    }

    .light-box .light-box-content {
        padding: 0 20px;
        display: none;
        overflow: hidden;
    }

        .light-box .light-box-content:first-child {
            display: block;
        }

        .light-box .light-box-content .prod-image {
            height: 103px;
            position: relative;
        }

            .light-box .light-box-content .prod-image img {
                max-height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }

    .light-box .wrap-product {
        border: 1px solid #d5d5d5;
        padding: 15px;
    }

    .light-box .prod-desc a {
        line-height: 1.4;
        font-size: 12px;
    }

    .light-box .prod-desc p {
        margin-bottom: 0;
        height: 51px
    }

footer .light-box span {
    font-size: 40px;
    margin: 0 20px;
}

footer .light-box .wrap-product {
    border: 0 none;
    height: 70px;
}

footer .light-box .icon-next, footer .light-box .icon-previous {
    font-size: 15px;
    top: 40%;
}

footer .col-green {
    color: #44a512;
}
/* @group Header */
header {
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    background: #fff;
}

nav span.icon-drop-down {
    margin: 6px 0 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

.logo {
    margin-left: 10px;
    padding-right: 0;
    padding: 8px 15px;
    display: table;
}

    .logo > div {
        display: table-cell;
        vertical-align: middle;
    }

    .logo img {
        max-width: 162px;
    }

header nav {
    padding: 8px 10px !important;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-left: 20px;
}

header .for-brands {
    font-size: 13px;
    cursor: pointer;
    display: block;
}

.srch {
    width: 50%;
}

.usindiv {
    padding-right: 0;
    width: 18%;
    padding-left: 0;
}

.signfree {
    margin-left: 8px;
}

.sign-in-old {
    display: none;
}

.tp {
    padding: 19px 0;
}

.no-padding {
    padding: 0;
}

header .sign-in {
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

/*.header-content {
    width:auto;
    float:none;
    overflow-x:hidden;
    position:relative
}*/

.search .icon-search {
    font-size: 19px;
    color: #6d6d6d;
    position: absolute;
    top: 20px;
    left: 10px;
}

div.srch > div {
    margin: 0 auto;
    min-width: 400px;
    position: absolute;
}

.search {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding: 13px 0;
}

    .search input {
        padding: 8px 1px 8px 35px;
        width: 100%;
        margin: 0 auto;
    }

.search-suggestion {
    background: none repeat scroll 0 0 #fff;
    display: none;
    float: left;
    height: auto;
    position: absolute;
    z-index: 999;
    border: 1px solid #c0c0c0;
    border-top: 0;
    width: 100%;
    margin-top: -13px;
}

.ui-autocomplete li {
    border-bottom: 1px dotted rgba(192,192,192,0.5);
    margin: 0;
    cursor: pointer;
}
/*.ui-autocomplete li:last-child a {
    min-height:0px;
}*/
.ui-menu-item a.ui-corner-all:hover {
    background: rgba(204,204,204,0.3);
}

.ui-autocomplete li a {
    text-decoration: none;
    width: 100%;
}

.ui-autocomplete li p {
    margin: 0;
    color: #6d6d6d;
    line-height: 20px;
    font-size: 14px;
}

.ui-autocomplete ul li p:last-child {
    color: #44a512;
    font-size: 11px
}

.ui-autocomplete li:last-child {
    border-bottom: 0px;
    text-align: left;
}

.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    padding: 5px 10px;
    min-height: 45px;
}

header .sign-in {
    font-size: 13px;
    color: #6d6d6d;
    cursor: pointer;
    text-decoration: none;
}

header .user-header-profile {
    position: relative;
    display: flex;
    align-items: center;
}

    header .user-header-profile .notifi {
        vertical-align: middle !important;
        font-size: 19px;
        color: #6d6d6d;
        position: relative;
    }

        header .user-header-profile .notifi span:last-child {
            position: absolute;
            background: #ff5a5f;
            font-size: 8px;
            padding: 4px 6px;
            border-radius: 50%;
            color: #fff;
            top: -7px;
            left: 9px;
            min-width: 17px;
        }

    header .user-header-profile div {
        display: inline-block;
        padding-right: 16px;
    }

    header .user-header-profile > div:last-child, header .container > .col-8 {
        padding-right: 0px;
    }

header .container > .col-8 {
    padding-left: 0;
}

header .user-header-profile > div img {
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    border: 1px solid #eee;
    min-width: 40px;
    min-height: 40px;
}

header .user-header-profile > div:hover .profile-option-list {
    display: block;
}

header .user-header-profile .profile-option-list {
    width: 180px;
    border: 1px solid #dfdfdf;
    position: absolute;
    left: 6px;
    padding: 0px 10px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.2);
    top: 43px;
    display: none;
    z-index: 999;
    margin-top: 10px;
}

    header .user-header-profile .profile-option-list .icon-next {
        position: absolute;
        color: #dfdfdf;
        z-index: 99;
        right: 85px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        top: -14px;
        font-size: 20px;
        background: #fff;
        padding-right: 0;
        width: 18px;
    }

    header .user-header-profile .profile-option-list ul li {
        border-top: 1px solid #dfdfdf;
        margin: 0;
        padding: 10px 0;
    }

        header .user-header-profile .profile-option-list ul li:first-child {
            border-top: 0px;
        }

        header .user-header-profile .profile-option-list ul li a {
            color: #37474e;
            font-size: 13px;
            display: block
        }

option {
    padding: 0 5px;
}

header .btn {
    display: inline-block;
}

.product-info .write-review span:last-child {
    line-height: 18px;
    font-size: 15px;
}


header .icon-browse-categories {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    vertical-align: text-top;
    margin-right: 4px;
}

.browse .header-text {
    /*vertical-align:middle;*/
    /*font-weight:500;*/
    letter-spacing: 0.02em;
}

header .write-review button {
    font-weight: 600;
    font-size: 13px;
    padding: 8px 15px;
    display: table;
}

header .write-review {
    cursor: pointer;
    outline: 0;
    display: inline;
    background-color: #ff5a5f;
    background-image: none;
    border: 0;
    color: #fff;
    line-height: 16px !important;
}

    header .write-review:hover {
        background-image: none;
        background-color: #f55c75;
        border: 0;
    }

    header .write-review span {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }

p.alacc {
    margin-bottom: 10px;
}

header .write-review button span:last-child {
    display: table-cell;
    vertical-align: middle;
    float: right;
}

header .wrelm {
    padding: 9px 15px;
    width: auto;
    display: table;
}

    header .wrelm > div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
    }

header > div.container {
    overflow: visible;
}

header > .table > .header-content {
    width: 30%;
}
/* ====== Category Listing Stylesheet Starts Here ====== */

nav:hover .category-listing {
    display: block;
}

    nav:hover .category-listing ul.main-categories li:hover .sub-cat-div {
        display: block;
    }

nav:hover {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.category-listing {
    position: absolute;
    left: 0px;
    z-index: 99999;
    right: 0;
    margin: 0 auto;
    top: 46px;
    display: none;
    text-align: left;
}

    .category-listing:after, .category-listing:before {
        left: 277px;
        top: -3%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

@-moz-document url-prefix() {
    /*.category-listing:after, .category-listing:before {
    top: -15%;
    }*/
}

.category-listing:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 21px;
    margin-right: 0px;
    left: 274px;
    top: -3.2%;
}

.category-listing:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #dfdfdf;
    border-width: 18px;
    margin-right: 0px;
}

.category-listing > div {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
    position: relative;
    /*top: 5px;*/
    right:0px;
    top:0px;
}

.category-listing div > ul.main-categories {
    border-top: 0;
    border-radius: 2px;
    background: #37474e none repeat scroll 0 0;
    padding: 4px 0;
    min-width: 260px;
    width: 20.8%;
}

    .category-listing div > ul.main-categories > li {
        margin: 0;
        display: block;
        line-height: 32px;
    }

.category-listing ul.main-categories > li a {
    color: #d3dce0;
    font-size: 13px;
    line-height: 32px;
    display: block;
}

.category-listing div ul.main-categories > li a span:first-child {
    display: inline-block;
    float: none;
    font-size: 18px;
    margin: 0 8px 0 15px;
    position: static;
    vertical-align: middle;
}

.category-listing div ul.main-categories > li a span:last-child {
    display: inline-block;
    vertical-align: sub;
}

.category-listing div ul.main-categories > li:hover a, .category-listing div ul.main-categories > li:hover a span, ul.main-categories > li.hoverclass a, .hoverclass a span {
    text-decoration: none;
    font-weight: bold;
    background: #fff none repeat scroll 0 0;
    color: #37474e;
    transition: opacity linear 1s;
}

.category-listing div ul.main-categories li:hover .sub-cat-div {
    display: block
}

/*.category-listing *{
	display: inherit;
}*/

/* sub-menu */

.sub-cat-div {
    height: 100%;
    border: 1px solid #dfdfdf;
    border-left: 0px;
    position: absolute;
    left: 259px;
    top: 0px;
    background-color: #fff;
    display: none;
    width: 78.2%;
    padding: 20px 25px;
}
/*.sub-cat-div:not(*:root) {
	height: 100%;
}*/

.sub-menu {
    width: 25%;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    padding-left: 15px;
}

    .sub-menu:first-child {
        padding-left: 0px;
    }

.sub-cat-div .sub-menu ul li {
    margin: 0;
}

.sub-cat-div .sub-menu ul {
    margin-top: 20px;
}
    /*.sub-cat-div .sub-menu ul:not(*:root){
	margin-top:18px;
}*/

    .sub-cat-div .sub-menu ul:first-child {
        margin-top: 0;
    }

.tipshd {
    cursor: default;
}

.sub-cat-div .sub-menu ul li.cathd a, .sub-cat-div .sub-menu ul li.cathd a:hover, .tipshd {
    color: #44a512 !important;
    font-weight: bold !important;
    font-size: 13px;
    text-decoration: none !important;
    line-height: 18px;
    margin-bottom: 7px;
    padding: 0;
}

.sub-cat-div .sub-menu ul li a {
    color: #605f5d;
    line-height: 16px;
    font-weight: 400 !important;
    padding: 5px 0;
}

    .sub-cat-div .sub-menu ul li a:hover {
        font-weight: 400 !important;
        color: #44a512 !important;
    }


/* sign in CSS starts here*/
.black-layer {
    z-index: 999;
    opacity: .5;
    visibility: hidden;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.layer-signup .signup-container, .layer-signup .otp-container {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    width: auto;
    overflow: hidden;
    position: fixed;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-51%);
    -webkit-transform: translate(-50%,-51%);
    -moz-transform: translate(-50%,-51%);
    float: left;
    z-index: 10000;
    padding: 20px 0;
    box-sizing: border-box !important;
}

    .layer-signup .signup-container input[type="text"], .signup-container input[type="password"], .signup-container input[type="tel"] {
        min-width: 260px;
        margin: 0 auto;
    }

.fields-container {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}

.otp-container input[type="tel"] {
    min-width: 260px;
    margin: 0 auto;
}

.layer-signup .signup {
    padding: 0px 20px;
    border-right: 1px solid #d2d2d2;
    display: none;
    left: 350px;
    position: relative;
    width: 350px;
    float: none;
}

.layer-signup .modal-head {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    font-size: 24px;
}

.login-head {
    padding-bottom: 10px;
    font-size: 24px !important;
    margin-bottom: 10px;
}

.layer-signup .signup .corp-acc {
    margin-top: 10px;
    border-top: 1px solid #d2d2d2;
    padding-top: 10px
}

    .layer-signup .signup .corp-acc h2 {
        margin-bottom: 0px;
    }

    .layer-signup .signup .corp-acc p {
        margin: 12px 0;
    }

.layer-signup .signup p {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0;
}

.layer-signup .activation-box {
    width: 420px !important;
}

    .layer-signup .activation-box .fp {
        font-size: 12px !important;
        margin: 0px !important;
    }

    .layer-signup .activation-box .acbtn {
        margin: 1px 0 0 4px;
        padding: 8px 12px;
    }

.layer-signup .login, .login_email {
    padding: 0px 20px;
    width: 350px;
    display: none;
    background: #fff;
    position: relative;
    z-index: 999;
    float: none;
}



    .layer-signup .login p.or {
        border-bottom: 1px solid #d2d2d2;
        margin: 15px 0 11px 0;
        position: relative;
    }

    .layer-signup .login .icon-or {
        background-color: #fff;
        color: #cccccc;
        font-size: 35px;
        margin: 0 auto;
        position: absolute;
        right: 45%;
        top: -14px;
    }

    .layer-signup .login p.fp {
        font-size: 13px;
        margin: 9px 0;
    }

    .layer-signup .login .icon-close, .layer-signup .login_email .icon-close {
        float: RIGHT;
        padding: 4px 0;
        font-size: 18px;
        cursor: pointer;
    }

.layer-signup .socialbtn {
    border-radius: 3px;
    width: 260px;
    margin: 0 auto;
}

    .layer-signup .socialbtn a {
        color: #fff !important;
        padding: 7px 31px 7px 40px;
        position: relative;
        text-decoration: none;
        width: 100%;
        cursor: pointer;
        font-size: 15px;
        height: 38px;
    }

        .layer-signup .socialbtn a:hover {
            color: #fff !important;
        }

        .layer-signup .socialbtn a span {
            display: inline-block;
            vertical-align: middle;
        }

        .layer-signup .socialbtn a .social-icon-text {
            font-size: 15px;
        }

        .layer-signup .socialbtn a .social-gmail-text {
            color: #242c42 !important;
        }

        .layer-signup .socialbtn a .social-icon-holder {
            padding-right: 14px;
        }

.gplus-colr.socialbtn img {
    width: 20px;
    vertical-align: -3px;
}

.gplus-colr.socialbtn a:hover {
    color: #242c42 !important;
}

.layer-signup .fb-colr {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.login .gplus-colr {
    background-color: #FFF;
    border: 1px solid rgba(36,44,66,.6);
}

.login p.newacclink {
    border-top: 1px solid #d2d2d2;
    padding-top: 8px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.login .number, .captha {
    margin: 0 auto;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 8px 12px;
    color: #a9a9a9;
    overflow: HIDDEN;
    box-sizing: border-box;
    height: 35px;
}

    .login .number input, .captha input {
        -webkit-appearance: none;
        border: none;
        padding: 0;
        min-width: 194px;
        margin: 0px 6px;
        display: inline-block;
    }

.captha {
    padding: 0;
}

    .captha input {
        min-width: 50px !important;
        width: 165px;
        padding: 8px;
    }

    .captha img {
        width: 93px;
        vertical-align: MIDDLE;
    }

p.warning, .warning {
    color: red;
    margin: 0 !important;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.icon-tool-tip {
    font-size: 16px;
    vertical-align: sub;
}

.review-help {
    border-radius: 4px;
    -webkit-transition: all,0.5s,ease;
    -moz-transition: all,0.5s,ease;
    transition: all,0.5s,ease;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    position: absolute;
    font-size: 15px;
    top: 2px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 1;
    z-index: 2;
    right: -300px;
    display: none;
}

    .review-help ul li {
        margin: 6px 0 0px 11px;
    }

    .review-help p {
        margin-bottom: 6px;
    }

    .review-help ul li:before, .tolerence-div.module ul li:before {
        content: "-";
        margin: 0;
        position: relative;
        left: 0;
        padding-right: 10px;
    }

.review-help-add {
    opacity: 1;
    display: block;
}

.draft-count li {
    margin: 0 20px 0 0;
}

.draft-count .char-count {
    width: 35px;
    margin-right: 0;
    text-align: right;
}

.view-draft-txt .char-count {
    font-size: 12px;
    vertical-align: middle;
}

.review-help:after, .review-help:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fields-container .review-help:after, .fields-container .review-help:before {
    top: 30%;
}

.review-help:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -15px;
}

.review-help:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 18px;
    margin-top: -18px;
}

.fields-container > .review-help {
    opacity: 1;
    right: -200px !important;
    top: 0px;
    z-index: 9999;
}

    .fields-container > .review-help ul li {
        margin-left: 0;
    }

        .fields-container > .review-help ul li:before {
            content: none;
        }

    .fields-container > .review-help:before {
        border-width: 17px;
        margin-top: -17px;
    }

.err-border {
    border: 1px solid red !important;
}

.signup-container .field-outline, .captha-parent {
    min-width: 266px;
    margin-bottom: 0;
}

/*==== SEO footer starts ====*/
.seo-footer-holder {
    background: #e2e2e2;
    /*box-shadow: 0 -1px 0 0 #cacaca;*/
    /*border:1px solid #cacaca;*/
}

.main-footer footer {
    border-top: 1px solid #cacaca;
}

.seo-footer-content {
    padding: 24px 15px;
}

.footer-heading-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    color: #333333;
}

.cat-text-holder {
    font-size: 12px;
    line-height: 22px !important;
}

    .cat-text-holder a:first-child {
        font-weight: 600;
        line-height: normal;
        font-size: 12px;
        color: #333333;
    }

    .cat-text-holder a:not(:first-child) {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.67;
        color: #666666;
    }

.cat-text a {
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    color: #333333;
}

.thankyou .share span {
    font-size: 40px;
}

.share a {
    margin-right: 10px;
    text-decoration: none;
    vertical-align: middle;
}

    .share a.facebook span {
        color: #3A5795 !important;
    }

    .share a.twitter span {
        color: #0084B4 !important;
    }

    .share a.google span {
        color: #D54437 !important;
    }

    .share a.mail span {
        color: #000;
    }


/*===== for seo footer of other pages starts========*/
footer .seo-footer-holder p a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    color: rgb(102, 102, 102);
    text-transform: capitalize;
}

.seo-footer-holder section h3 {
    font-weight: 800;
    line-height: normal;
    font-size: 12px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}

/*===== for seo footer of other pages ends========*/

/*==== SEO footer ends ====*/

/* sign in CSS ends here */

/*==========Footer Starts here-----------*/

.MA-0 {
    margin: 0;
}

footer {
    background: #fff;
}

    footer * {
        /*font-family: 'Lato',sans-serif !important;*/
        line-height: 1.5 !important;
    }

.content-center {
    max-width: 1120px;
    margin: 0 auto;
}

.primary-footer-wrapper {
    margin: 0;
    padding-bottom: 20px;
}

    .primary-footer-wrapper .col-4 {
        padding-top: 20px;
    }

.primary-footer-holder {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    display: table;
}

.primary-footer-content {
    display: table-cell;
    vertical-align: middle;
}

.primary-footer-holder .primary-footer-content:nth-child(1) {
    width: 28%;
}

.primary-footer-holder .primary-footer-content:nth-child(2) {
    width: 40%;
    text-align: left;
}

.primary-footer-holder .primary-footer-content:nth-child(3) {
    width: 32%;
    text-align: left;
}

.primary-footer-left {
    font-size: 62px;
    font-weight: 400;
    line-height: 0.77;
    display: inline-block;
    color: #666666;
}

.primary-footer-right {
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}

    .primary-footer-right div {
        font-size: 15px;
        font-weight: 500;
        color: #333333;
    }

        .primary-footer-right div:first-child {
            padding-bottom: 8px;
        }

.rod-footer-img {
    display: table-cell;
    vertical-align: middle;
}

.rod-footer-content-text {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}

    .rod-footer-content-text a {
        display: inline;
    }

    .rod-footer-content-text div {
        font-size: 13px;
        font-weight: 500;
        color: #333333
    }

        .rod-footer-content-text div:nth-child(1) {
            font-size: 15px;
        }

        .rod-footer-content-text div:not(:last-child) {
            padding-bottom: 8px;
        }

.footer-review-title a {
    color: #333 !important;
}

    .footer-review-title a:hover {
        color: #44a512 !important
    }

.footer-prod-title a, .footer-user-name a, .write-share-text a, .brands-business-link a {
    color: #44a512 !important;
}

.footer-user-name span {
    vertical-align: middle;
}

.footer-user-name .verifiedimg {
    display: inline-block;
}

    .footer-user-name .verifiedimg img {
        display: inline-block;
    }

.download-app-wrapper {
    text-align: center;
}

.rod-footer-title, .download-app-title {
    padding-bottom: 16px;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
}

.rod-footer-img img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    border: solid 1px #cacaca;
    max-width: none;
}

.download-app-text {
    padding-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.download-app-img img {
    width: 120px;
    height: 40px;
}

    .download-app-img img:last-child {
        margin-left: 20px;
    }

.write-share-win {
    text-align: center;
}

.contest-title {
    padding-bottom: 9px;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
}

.write-share-text a {
    padding-bottom: 9px;
    font-size: 26px;
    font-weight: 600;
    color: #44a512;
    font-family: ACaslonPro !important;
}

.won-text span {
    font-size: 14px;
}

.write-share-win .user-points .warning {
    text-align: center;
    padding-top: 5px;
}

.won-text span:first-child {
    color: #333;
}

.fb-sign-btn a {
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: #4b6ea9;
    color: #fff !important;
}

.fb-sign-btn > a:hover {
    color: #fff !important;
}

.recommended-holder {
    padding: 20px 0 0 0;
    text-align: center;
    border-top: solid 1px #e2e2e2;
    cursor: pointer;
}

.recommended-text {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
}
/*.recommended-logo-holder img{
    opacity: 0.4;
}*/
.recommended-logo-holder img:not(:last-child) {
    margin-right: 20px;
}

.secondary-footer-wrapper {
    padding: 22px 0;
    text-align: center;
    background-color: #f2f2f2;
    border-top: 1px solid #cacaca;
}

    .links-holder a, .secondary-footer-wrapper .copyright-text {
        font-weight: 500;
        text-align: center;
    }

.links-holder span {
    color: #666666;
}

.links-holder a {
    margin: 0 3px;
    /*margin: 0 3px 8px 3px;*/
    font-size: 13px;
    display: inline-block;
    /*vertical-align: middle;*/
    color: #666666 !important;
}

    .links-holder a:hover {
        color: #44a512 !important;
    }

.secondary-footer-wrapper .copyright-text {
    padding-top: 16px;
    font-size: 12px;
    color: #666666;
}
/*==========Footer Ends here========*/
.ofinherit {
    overflow: inherit !important;
}
/*========= Help Page Start ==========*/
.help-table-wrapper table tbody tr td:first-child .list2 > li {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 15px;
    color: #44a512;
}

    .help-table-wrapper table tbody tr td:first-child .list2 > li a {
        color: #242C42;
    }

.list2 > li {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 15px;
    color: #242C42;
}

.olist > li {
    margin: 10px 0 10px 0;
    font-size: 15px;
    color: #242C42;
}

#navcontaineranswers .olist > li h3 {
    font-weight: 500;
    color: #242C42;
    word-break: break-word;
}

#navcontaineranswers .list2 > li {
    list-style: disc;
    list-style-position: inside;
}

.heading_black h3 {
    font-weight: 600;
    color: #242C42;
}

.hierarchy {
    color: #6d6d6d;
    font-size: 12px;
    vertical-align: initial;
    line-height: normal;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.help-table-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

    .help-table-wrapper .heading_green {
        margin: 0 0 20px;
        font-size: 19px;
        color: #242C42;
    }
    /*.help-table-wrapper table tbody tr td:first-child ul li {
    border-right: 1px solid #cacaca;
}*/
    .help-table-wrapper table tbody tr td:last-child {
        padding-left: 30px;
    }

#navcontaineranswers {
    margin-top: 20px;
}

#navcontainerfaqs ul li {
    list-style: decimal;
    list-style-position: inside;
}

    #navcontainerfaqs ul li a {
        display: inline;
    }

.heading_green h4:after {
    content: ' ';
    display: block;
    width: 100px;
    margin: 10px 0 20px;
    border-bottom: 3px solid #44a512;
}

.help-table-wrapper tbody tr td:first-child {
    border-right: 1px solid rgba(32,70,80,0.2);
}

    .help-table-wrapper tbody tr td:first-child .heading_green h4 {
        color: #242C42;
        font-size: 19px;
    }

.help-table-wrapper tbody tr td:last-child .heading_green h4 {
    color: #242C42;
    font-weight: 500;
    font-size: 33px;
}
/*========= Help Page End ==========*/

/* @group Media Queries */
@media only screen and (max-width: 1120px) {
    header nav {
        width: auto !important;
    }

    .usindiv {
        float: right;
        width: 19%;
    }
}

@media only screen and (max-width: 1100px) {
    div.srch > div {
        min-width: 360px;
    }

    .category-listing div > ul.main-categories {
        width: 240px;
    }

    .sub-cat-div {
        left: 240px;
    }

    .category-listing {
        padding: 13px 0px 0px 0px;
    }
    /*.category-listing:after .category-listing:before {
        right: 70%;
    }*/
}

@media only screen and (max-width: 1024px) {

    .browse {
        padding-left: 0px;
    }

    div.srch > div {
        min-width: 310px;
    }

    .usindiv {
        width: 21%;
    }



    footer .primary-footer-wrapper .app-section, footer .primary-footer-wrapper .contest-section .numbers, .promotion, footer .primary-footer-wrapper .app-section .numbers > div:nth-child(3n) {
        display: none;
    }

    footer .primary-footer-wrapper .row .app-section {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }

    .primary-footer-wrapper .contest-section .seperator {
        border-top: 0px;
    }

    .primary-footer-wrapper .rod {
        border-right: 1px solid #dfdfdf;
    }

    .primary-footer-wrapper article section:first-child > .row {
        display: table;
        width: 100%;
    }

    .primary-footer-wrapper .rod, .primary-footer-wrapper .contest-section {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        float: none;
    }

    footer .secondary-footer-wrapper {
        text-align: left;
    }

        footer .primary-footer-wrapper .container, footer .secondary-footer-wrapper .container {
            padding: 0 15px;
        }

    footer .primary-footer-wrapper .app-section .numbers {
        margin-bottom: 0;
    }

    footer .secondary-footer-wrapper ul:nth-child(even) {
        margin-top: 0;
    }

    footer .secondary-footer-wrapper ul li {
        font-size: 11px;
        line-height: normal;
        /*height:11px;*/
    }

        footer .secondary-footer-wrapper ul li:nth-child(1) {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }
}

@media only screen and (min-width: 768px) {
    .container.wrapper {
        overflow: inherit;
    }
}

/*FB login success layer old css style*/
.bottom-left, .bottom-right, .top-left, .top-right {
    height: 10px;
    overflow: hidden;
    position: absolute;
    width: 10px;
}

.top-left {
    background: rgba(0, 0, 0, 0) url("https://www.mouthshut.com/images/popup-layer/pop-top-left.png") no-repeat scroll 0 0;
    left: -10px;
    top: -10px;
}

.top-right {
    background: rgba(0, 0, 0, 0) url("https://www.mouthshut.com/images/popup-layer/pop-top-right.png") no-repeat scroll 0 0;
    right: -10px;
    top: -10px;
}

.bottom-left {
    background: rgba(0, 0, 0, 0) url("https://www.mouthshut.com/images/popup-layer/pop-bottom-left.png") no-repeat scroll 0 0;
    bottom: -10px;
    left: -10px;
}

.bottom-right {
    background: rgba(0, 0, 0, 0) url("https://www.mouthshut.com/images/popup-layer/pop-bottom-right.png") no-repeat scroll 0 0;
    bottom: -10px;
    right: -10px;
}

.popuplayer2 {
    padding: 0;
}

.popuplayer1, .popuplayer2 {
    color: #0e2233;
    position: absolute;
    z-index: 1000;
}

.bdr-lr, .bdr-tb {
    background: #525252 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    box-sizing: content-box;
}

.bdr-tb {
    margin: -10px 0 0;
    padding-bottom: 20px;
}

.bdr-lr {
    margin: 0 0 0 -10px;
    padding-right: 20px;
}

.popuplayer1 div.inner1, .popuplayer2 div.inner, .popuplayer3 div.inner {
    background-color: #fff;
    position: relative;
}

.fr, .show_right {
    float: right;
}

.i-close1, .i-close2 {
    background: rgba(0, 0, 0, 0) url("https://www.mouthshut.com/images/headerfooter1.png") no-repeat scroll 0 0;
}

.i-close1 {
    background-position: -67px -112px;
    cursor: pointer;
    height: 14px;
    margin-right: 6px;
    margin-top: 6px;
    width: 13px;
}

.confirmationbox {
    background-color: #f3fae6;
    background-image: url("https://www.mouthshut.com/images/common/i_confirmation.gif");
    border: 1px solid #9c6;
    padding: 8px;
}

.confirmationbox, .errorbox {
    background-position: 0.8em 0.8em;
    background-repeat: no-repeat;
    margin: 5px 0;
}

    .confirmationbox span, .errorbox span {
        color: #0e2233;
        font-size: 12px;
        padding: 5px 25px;
        display: block;
    }

#floginconfirm span {
    padding-left: 25px !important;
}
/* @end */

/*mouthshut revamp 2020*/
/* browse category starts */
.custom-container {
    max-width: 1440px!important;
    margin: 0 auto;
}

    .custom-container .browse-cat {
        margin-right: 30px;
    }

.browse-cat-holder {
    padding-top: 28px;
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    z-index: 99999;
    display: none;
}

.browse-cat-shadow {
    max-width: 100%;
    margin: auto;
    max-height: 90vh;
    padding: 10px 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    top:3px;
    
}

.custom-container .browse-sub-type-holder {
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
}

.custom-container .browse-cat-type a {
   /* padding-left: 20px;*/
    /*  margin-bottom: 4px;*/
    font-size: 14px;
    line-height: 1.57;
    display: flex;
    color: #242c42;
    gap: 6px;
}

.custom-container .browse-sub-type-text {
    font-size: 14px;
    line-height: 1.57;
    display: block;
    color: #6a6b6b;
    font-family: "proxima-soft","Varela Round",sans-serif !important;
    text-decoration:none;
}

.custom-container .browse-sub-type a:hover {
    color: #44a512;
    text-decoration:none;
}

.only-2-img {
    width: 15px !important;
}

.custom-container .browse-cat-type-text.active {
    /*    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;*/
    background-color: #DAEBCD;
    pointer-events: auto;
}

.custom-container .browse-cat-type-text, .custom-container .browse-sub-type-text {
    display: flex;
    padding: 4px 8px;
}

    .custom-container .browse-sub-type-text.title {
        display: flex;
        font-weight: 500;
        color: #44a512;
    }

.view-all-cat img {
    width: 5px;
}

browse-sub-type-holder {
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
}

.custom-container .browse-sub-type .view-all-cat {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.57;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #44a512;
}

.custom-container .p-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.custom-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .custom-container .row:before, .custom-container .row:after {
        content: none;
    }

.custom-container .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-container .d-none {
    display: none !important;
}

.category-listing:after, .category-listing:before {
    content: normal;
}

@media only screen and (min-width: 1480px) {
    .custom-container {
        max-width: 1440px!important;
       
    }
}

@media only screen and (max-width: 1400px) {
    .custom-container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
/*end*/

/*Copy to clipboard start*/

.ctcText {
    background-color: #333;
    position: fixed;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 265px;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    border-radius: 7px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    display: none;
    box-sizing: border-box !important;
    font-size: 16px;
}

    .ctcText span {
        vertical-align: top;
        display: inline-block;
    }

/*Copy to clipboard End*/

/*Error page CSS*/
.err-container {
    background: #eee none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px;
    width: 970px;
}

.main-error-container {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    overflow: hidden;
    padding: 20px 80px;
}

.error-opp {
    color: #eee;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fontgrey, .smallerfontgrey, .smallfontgrey {
    color: #7d7d7d;
}

.returnhome {
    color: #76a44e;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 140%;
}

.search_m2m {
    border: 1px solid #ababab;
    border-radius: 0;
    color: #666;
    font-size: 13px;
    margin-top: 0;
    padding: 2px;
    width: 150px;
    float: left;
}

.err-404 {
    color: #ccc;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 36px;
    font-weight: 700;
}

#search .search_button {
    border: 0 none;
    float: left;
    min-width: auto;
    border-radius: 0px;
}
/*@end*/

/*Fixed header strip Css*/
.hstrip {
    background: #ff5a5f;
    padding: 8px 2%;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    display: none;
    box-sizing: border-box !important;
    height: 32px;
}

    .hstrip a {
        color: #fafafa !important;
    }

        .hstrip a:hover {
            text-decoration: underline;
        }

    .hstrip span {
        background: #fafafa;
        color: #000;
        font-size: 10px;
        min-width: 19px;
        padding: 2px 6px;
        border-radius: 50%;
        font-weight: bold;
        cursor: pointer;
        float: right;
        right: 20px;
        top: 6px;
        position: absolute;
    }
/* @end */

/*Safari browser CSS on windows*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, input {
        min-width: 0px;
    }

    ::i-block-chrome, .layer-signup .login {
        height: 600px !important;
    }

    ::i-block-chrome, .icon-video-review {
        font-size: 18px;
    }
}

/*IE browser CSS*/
/*Input box cancel button*/
input[type=text]::-ms-clear {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub-cat-div {
        height: 100%;
    }

    .prod-image img {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .stamp .tooltip-content {
        max-width: 250px;
        width: auto;
    }
}

@media screen and (max-width:1024px) {
    .stamp {
        top: -18px;
        right: -18px;
        width: 45px;
        background: #fff;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    header .row {
        width: 98%;
    }

    footer .secondary-footer-wrapper ul li {
        padding: 0 9px;
        margin: 0;
        border-left: 1px solid #ccc;
        font-size: 10px;
        font-weight: 300;
        line-height: normal;
        display: inline-block;
    }

        footer .secondary-footer-wrapper ul li a {
            font-size: 10px;
        }

    .logo {
        padding: 0;
        width: 37%;
    }

    header .wrelm > div {
        padding: 5px;
    }

    header > .table > .header-content {
        width: 35%;
    }

    header #headersearch {
        width: 32%;
    }

    .header-content .search {
        margin: 0 10px;
    }


    .user-header-profile, .sign-in {
        margin-right: 15px;
    }

    .category-listing {
        padding: 13px 0px 0px 0px !important;
    }

    .signfree {
        margin-left: 0px;
    }

    header .sign-in {
        margin-right: 5px;
    }

    .logo img {
        width: 146px;
    }

    header .write-review {
        padding: 6px;
    }
}
