html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
    unicode-bidi: embed;
}
body {
    margin: 0;
    padding: 0;
    counter-reset: section;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input[type="reset"], input[type="submit"], html input[type="button"], button {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input {
    font-size: 14px;
    vertical-align: middle;
}
table tfoot, table thead {
    background-color: #f7f8fa;
}
ul {
    font-size: inherit;
}
::selection {
    color: #fff;
    background: #7D8035;
}
::-moz-selection {
    color: #fff;
    background: #7D8035;
}
::-webkit-selection {
    color: #fff;
    background: #7D8035;
}
::-ms-selection {
    color: #fff;
    background: #7D8035;
}
/*-----------------------------------------------------search bar drop down lisitng css*/
#searchhintlistdiv {
    position: absolute;
    left: 205px;
    top: 54px;
    min-width: 389px;
    background-color: #fff;
    z-index: 2000;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
}
#searchbtn:hover {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}
i.material-icons.search-icons {
    font-size: 20px;
    vertical-align: top;
    position: absolute;
    left: 13px;
}
#searchhintlistdiv>p {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 12px;
    color: #aaa;
    font-style: italic;
    background: #f8f8f8;
}
/*-------------------------------------------------------third menu bar*/
#navmenubar .header-wrapper h3 {
    color: #7D8035;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 8px;
}

#navmenubar .header-wrapper p {
    color: #7D8035;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px;
}

#navmenubar .header-wrapper>div a:hover {
    text-decoration: none;
}
#navmenubar .header-wrapper>ul>li:first-child a {
    color: #7D8035;
}
#navmenubar .header-wrapper div section ul li a i.material-icons {
    font-size: 16px;
    position: relative;
    right: 1%;
    opacity: 0;
    bottom: -4px;
    transition: all ease-in-out 0.25s;
}
#navmenubar .header-wrapper div section ul li a:hover i {
    right: 0;
    opacity: 1;
}
#navmenubar .header-wrapper>div.opened {
    display: inline-block;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.2);
    visibility: visible;
}
#navmenubar .header-wrapper>div>div>section {
    width: 180px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    margin: 0 5px;
    padding: 15px 10px;
}
#navmenubar .header-wrapper>div>div>section>ul {
    padding: 0px;
}
#navmenubar .header-wrapper>div>div>section>ul, #navmenubar .header-wrapper>div>div>section>ul>li {
    display: block;
    padding-top: 4px;
}
.row {
    max-width: 1600px;
    width: 100%;
}
#navmenubar .header-wrapper>div a {
    display: block;
    padding: 8px;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    line-height: 1;
}
#navmenubar .header-wrapper>div a:hover {
    text-decoration: none;
    color: #2179d0;
}
/*---------------------------------scroll bar third menu Panel*/
#navmenubar .header-wrapper>div>div>section>ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #f2f2f2;
}
/* Add a thumb */
#navmenubar .header-wrapper>div>div>section>ul::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.sub-navmenubar {
    float: left;
    width: 100%;
    display: table;
}
/* Added badge to hamburger menu */
.new {
    background: #e53333;
    color: #fff;
    padding: 1px 5px;
    border-radius: 20px;
    font-size: 8px;
    position: absolute;
    left: 8px;
    text-transform: uppercase;
    top: -4px;
}
/*---------------------------------on hover on account and currency drop down css*/
#account #account-dropdown {
    width: 220px;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0,0,0,0.2);
    border-radius: 4px;
}
#account-list {
    padding: 0px;
}
#account-dropdown .inner-div {
    max-height: inherit;
    margin-top: 0px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
}
#infotools #account-dropdown li {
    position: relative;
    padding: 0px;
    text-align: left;
    display: block;
}
#infotools #accountbtn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#account-dropdown li a {
    color: #222;
    text-align: left;
    padding: 15px;
    text-transform: none;
    font-size: 14px;
    display: block;
    width: 100%;
}
div#account-dropdown {
    margin-right: 37px;
}
/*---------------------hi guest li css in account drop down*/
#guest-li {
    background: #333;
    color: #999;
    font-size: 16px;
    padding: 18px 12px !important;
    cursor: default;
    line-height: 1.5;
}
#guest-li, #account-dropdown li#guest-li:hover {
    background: #333;
    color: #999;
}
#guest-li i {
    vertical-align: top;
    letter-spacing: 5px;
}
#guest-li #login-link {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 15px;
}
#guest-li #login-link a {
    padding: 5px;
    font-size: 14px;
    color: #fff;
}
#user-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    display: inline-block;
}
/*------------------------------hover on more in header--(enquire dropdown css), hover on currency in header(currency dropdown css)*/
.inner-div {
    font-size: 14px;
    overflow: auto;
    max-height: 400px;
    float: left;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    text-align: left;
    margin-top: 7px;
}
.inner-div ul {
    margin: 0px;
}
.arrows {
    position: absolute;
    right: 24px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    -webkit-filter: drop-shadow(0px 3px 2px #ddd);
}
#account-dropdown .arrows {
    bottom: auto;
    top: -6px;
    right: 35px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #333;
    border-top: 0;
    width: 0;
    height: 0;
}
#enquire-dropdown, .currency-dropdown, #account-dropdown {
    position: absolute;
    z-index: 999999999;
    width: 246px;
    right: 0;
    text-align: left;
}
#enquire-list li {
    margin: 0px;
}
.inner-div #enquire-list li i {
    font-size: 24px;
    vertical-align: middle;
    color: #666;
    letter-spacing: 5px;
}
#currencydropdown {
    overflow: auto;
    max-height: 400px;
    float: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 0px;
}
.currencyoption {
    font-size: 14px;
    display: block;
}
.inner-div #enquire-list li, .inner-div #currencydropdown li, .inner-div li {
    width: 100%;
    max-width: inherit;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
    color: #222;
    background: #fff;
    margin: 0px;
}
#enquire-dropdown .inner-div ul li:hover, #enquire-dropdown .inner-div ul li:active, #currencydropdown .currencyoption:hover, #currencydropdown .currencyoption:active, #account-dropdown li:hover, #account-dropdown li:active {
    background-color: #f2f2f2;
}
#enquire-dropdown .inner-div ul li a, .currency-dropdown #currencydropdown li a {
    font-size: 14px;
    color: #222;
    display: block;
    padding: 15px;
}
#enquire-dropdown .arrows, .currency-dropdown .arrows {
    bottom: inherit;
    top: -10px;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
}
#info-toolbar .currencyoption a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
/*------------------------------hover on more in header--(enquire dropdown css), hover on currency in header(currency dropdown css)*/
#currency:hover .currency-dropdown, #account:hover #account-dropdown, #enquire:hover #enquire-dropdown {
    visibility: visible;
}
.info-item #currencybtn span {
    color: #222;
    font-weight: 500;
}
#currency.info-item #currency-name {
    font-weight: 300;
}
#currencybtn #currency-sym {
    font-size: 14px;
    vertical-align: top;
    min-width: 30px;
}
/*------------------------------------------------------------------search*/
#searchhintlistdiv.showhints {
    display: block;
}
main {
    display: block;
    padding-top: 160px;
}
#searchhintlistdiv>ul>li {
    padding: 3px;
    font-size: 14px;
}
#searchhintlistdiv>ul, #searchhintlistdiv>ul>li {
    display: block;
}
#searchhintlistdiv>ul>li>a {
    color: #222;
    padding: 15px 15px 15px 40px;
    display: block;
    text-transform: capitalize;
    width: 100%;
}
#searchhintlistdiv>ul>li:hover {
    background: #f2f2f2;
}
#fnpsearch.istyping {
    background-position: right 26px center;
}
#searchhintlistlabel:after {
    content: "Your personalized category suggestions";
    vertical-align: top;
}
#searchhintlistlabel.popularsearch:after {
    content: "Popular Searches";
    vertical-align: top;
}
#searchhintlistlabel.popularsearch::after {
    content: "Popular Searches";
    display: inline-block;
    vertical-align: top;
}
#searchhintlistlabel span {
    padding-left: 4px;
}
#searchhintlistlabel.scount0:after {
    content: "Could not find any categories matching your search phrase";
}
#searchhintlistlabel.scountempty:after {
    content: "Start typing to view personalized suggestions";
}
#searchhintlistdiv>ul>li.popular-search-item {
    width: 100%;
    cursor: pointer;
    color: #222;
}
#searchhintlistdiv>ul>li.popular-search-item:hover {
    background: #f2f2f2;
}
/*------------------------------------------------footer content*/
main article {
    padding-top: 4px;
    padding-bottom: 50px;
}
#morelinks>h3, main h2, .categorydescp h2 {
    font-size: 18.8px;
    color: #222;
}
main article h2 {
    margin-bottom: 17px;
    font-weight: 500;
}
main p {
    font-size: 13px;
    color: #242424;
    line-height: 16px;
    margin-bottom: 15px;
    text-align: justify;
}
main a {
    color: #000;
    text-decoration: none;
}
.categorydescp a {
    color: #2178CF;
}
/*--------------------------------------------------Footer*/
#footerline1, #footerline2 {
    border-bottom: 1px solid #fff;
}
#subscribeform>button {
    border-radius: 0;
    font-size: .9rem;
    text-transform: uppercase;
    cursor: pointer;
    background: #E87325;
    color: #f9f9f9;
    border: 1px solid #E87325;
    padding: 0 16px;
    height: 37px;
    vertical-align: middle;
    width: auto;
    margin: 0px -4px 0px;
    font-weight: 400;
}
#footerline2, #footerline3 {
    text-align: center;
    padding: 32px 0;
}
#footerline3 {
    padding-bottom: 16px;
}
#morelinks>li>a {
    color: #666;
    font-size: 12px;
    margin: 4px;
}
#morelinks>li:after {
    content: "|";
}
#footer [class*="block-grid-"]>li:last-child {
    border: none;
}
span.error, small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff;
}
/*-------------new loader used in cart and login*/
.input-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 73%;
    margin: -16px 0 0 -16px;
    border: 2px rgba(0, 0, 0, 0.25) solid;
    border-top: 2px #00994f solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
    display: none;
}
@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
/*---------------------------alert message generic css*/
.alert-box.alert, .alert-box {
    font-weight: 300;
    font-size: 15px;
    padding: 12px;
    color: #fff;
}
.alert-box.alert.alert-bottom::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 10px #db3638;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
}
.alert-box.alert.alert-right::after, .alert-box.alert-right::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px #db3638;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
}
.alert-box.alert.alert-top:after {
    top: 28px;
    left: 10px;
    border-top: solid 10px #db3638;
    border-bottom: solid 10px transparent;
    border-right: solid 10px transparent;
}
#subscribeform .alert-box.alert.alert-bottom {
    width: 210px;
    z-index: 10;
    position: absolute;
    left: 136px;
    text-align: left;
    background: #db3638;
    border-color: #db3638;
}
#subscribeform .alert-box.alert.alert-bottom::after {
    top: -20px;
    left: 12px;
}
.row .row {
    margin: 0 -0.4em;
    max-width: none;
    width: auto;
}
#subscribeform>input {
    font-weight: 300;
    padding: 10.5px 6.67px 6.67px 39.64px;
    background: url(https://i1.fnp.my/assets/images/iconSpriteBg.png) 16px -776px no-repeat;
    background-color: #fff;
    border: 1px solid #a3a5a6;
    border-right-width: 0px;
    width: 60%;
    display: inline-block;
    min-height: 37px;
}
#addon {
    visibility: hidden;
}
.stop-scrolling {
    overflow: hidden;
}
#socialtoolbar>ul>li>a {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}
#subscribe h6{
    text-align: inherit;
}
a {
    display: inline-block;
    text-decoration: none;
}
#socialtoolbar>ul>li {
    display: inline-block;
}
#securetransactions {
    text-align: center;
}
#tw>img {
    left: -34px;
}
#pt>img {
    left: -68px;
}
#gp>img {
    left: -101px;
}
#securetransactions>.payopt {
    overflow: hidden;
    height: 28px;
    margin-left: 24%;
    width: 130px;
}
#securetransactions .payopt>img {
    left: -109px;
    top: -566px;
    position: relative;
    max-width: 700px;
    overflow: hidden;
}
#footer .medium-block-grid-3 {
    height: 125px;
    border-bottom: 1px solid #fff;
    padding:0 100px 0 100px;
}
#footer .medium-block-grid-3>li {
    height: 100%;
    border-right: 1px solid #fff;
    padding:20px 30px 0 0;
    text-align: center;
}
#footer [class*="block-grid-"]>li.footerlinks {
    border: none;
    text-align: left;
}
ul li {
    list-style: none;
}
#morelinks a {
    color: #666666;
    font-family: "roboto slab";
    font-weight: 400;
    font-size: 0.9rem;
}
#morelinks a:hover {
    color: #f97d00;
}
#morelinks>ul>li:last-child {
    border-right: none;
}
#morelinks>h3 {
    font-size: 17.8px;
}
#morelinks>ul>li {
    border-right: 1px solid #9e9e9e;
    font-size: 13px;
    line-height: 23.3px;
    padding: 0 10px 0 5px;
    display: inline;
    white-space: nowrap;
}
#morelinks {
    padding-top: 20px;
}
.column, .columns{
	padding-left: 0.4em;
	padding-right: 0.4em;
}
[class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    text-align: center;
    padding: 0 0.625rem 1.25rem;
}
.medium-block-grid-3>li {
    list-style: none;
    width: 33.33333%;
}
li#socialtoolbar>ul{
    text-align: center;
}
#infotools button:hover, #infotools li:hover, #infotools li button span.cart-icon:hover, #currencybtn:hover::after {
    color: #f2f2f2;
}
.spanColor{
    color: #008539;
}
#otherOptions>a:hover {
    color: #126b2a;
}
.footuncollapse {
	padding: 0 100px;
}
/*---------------------------------------max-width of header media quires*/
@media only screen and (max-width: 1042px) {
    #searchform {
        padding-left: 12px;
    }
    #searchhintlistdiv {
        left: 211px;
    }
    .top_banners li {
        padding: 5px;
        margin-bottom: 20px;
    }
    .banner-text {
        display: none;
    }
    #plp-heading {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media(max-width:1280px) {
    .circle {
        margin: 16px 0px 0px 3px;
    }
    .customer-full-name {
        padding-right: 0px;
    }
}
.product-hover .slick-wrapper {
	margin-bottom: 0px ;
}
.product-hover .slick-wrapper .slick-dots {
	bottom: 0; 
	margin-left: 0px;
}
.product-hover .slick-wrapper .slick-dots li {
	width: 5px;
	margin: 0 2px;
}
.product-hover .slick-wrapper .slick-dots li button {
	height: 5px;
	background: #222;
	opacity: 0.3;
}
.product-hover .slick-wrapper .slick-dots li button {
	padding: 3px;
	min-width: 0px;
	min-height: 0px;
}
.productlisting li{
	border:0;
}
.product-hover .slick-wrapper .slick-dots li button::before {
	content: '';
}
.product-hover .slick-dots li.slick-active button {
	opacity:.75;
}
.all-tags {
	display: none;
}