/*General*/
body {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #454545;
}

input,
textarea {
    font-family: 'Poppins';
}

select {
    font-family: 'Poppins';
}

strong,
b {
    color: #454545;
    font-weight: 500;
}

a,
a:link,
a:visited {
    color: #454545;
    text-decoration: unset;
    font-weight: 500;
}

a:hover,
a:active {
    color: #4987B7;
    text-decoration: unset;
    font-weight: 500;
}

.button1,
a.button1,
.button1:link,
.button1:visited,
a.button1:link,
a.button1:visited {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    border: unset;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: #4987B7;
    border-radius: 100px;
}

.button1:hover,
.button1:active,
a.button1:hover,
a.button1:active {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #33678F;
    border-radius: 100px;
}

.button2,
a.button2,
.button2:link,
.button2:visited,
a.button2:link,
a.button2:visited {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4987B7;
    border: 2px solid #4987B7;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: transparent;
    border-radius: 100px;
}

.button2:hover,
.button2:active,
a.button2:hover,
a.button2:active {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #4987B7;
    border-radius: 100px;
}

.button3,
a.button3,
.button3:link,
.button3:visited,
a.button3:link,
a.button3:visited {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4987B7;
    border: unset;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button3:hover,
.button3:active,
a.button3:hover,
a.button3:active {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4987B7;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #C3E0F6;
    border-radius: 100px;
}

.lnkbtnPBAddCart,
a.lnkbtnPBAddCart,
.lnkbtnPBAddCart:link,
.lnkbtnPBAddCart:visited,
a.lnkbtnPBAddCart:link,
a.lnkbtnPBAddCart:visited {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #191919;
    border: unset;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: #fff;
    text-transform:uppercase;
    border:1px solid #ddd;
    border-radius: 8px;
}

.lnkbtnPBAddCart:hover,
.lnkbtnPBAddCart:active,
a.lnkbtnPBAddCart:hover,
a.lnkbtnPBAddCart:active {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #4987B7;
    border-radius: 8px;
}

.border_radius_8 {border-radius:8px !important;}
input[type=checkbox]:checked + .slider {
    background-color: #4987B7;
}
.divPaymentInfo{
    font-family: 'Poppins';
}
.bank {
    font-family: 'Poppins';
    font-weight:600;
}
.divForgotPassword {padding:25px;}

h1 {
    font-size: 42px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

h2,
h2 a {
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

h3,
h3 a {
    font-size: 34px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

h4 {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

h5 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

h6 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
}

.ulContent {}

/*.ulContent li {padding-left: 20px;list-style-type: none;margin: 0px;background-size: 6px;line-height: 18px;padding-bottom: 10px;background: url('/data/cms/images/bullet-subpage.png') no-repeat 8px 5px;background-size:7px;}*/
.ulContent li {
    padding-left: 10px;
    list-style-type: none;
    margin: 0px;
    background-size: 6px;
    line-height: 18px;
    background: unset;
}

.ulContent li::before {
    content: "\25CF";
    color: #4987B7;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.olContent {}

.olContent li {}

.tblContent {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tblContent th {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #4987B7;
    padding: 10px 20px;
}

.tblContent td {
    border: solid 1px #ddd;
}

.tblContent tr:nth-child(odd) {
    font-weight: 300;
    font-size: 14px;
    color: #454545;
    background: #fff;
    padding: 10px 20px;
}

.tblContent tr:nth-child(even) {
    font-weight: 300;
    font-size: 14px;
    color: #454545;
    background: #fff;
    padding: 10px 20px;
}

.mstTagline {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #191919;
    line-height: 64px;
    text-transform: uppercase;
}

.mstTagline2 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #4987B7;
    line-height: normal;
    text-transform: uppercase;
}

.mstTaglineSub {}

.mstTaglineSub2 {}

/*Supersized Masthead*/
/*.bodyPage1 #supersized{height:975px;top:0px;min-height:975px;}*/
/*Homepage*/
.bodyPage1 #supersized {
    height: 100%;
    top: 90px;
    min-height: unset;
}

/*Homepage*/
.divMastheadBackgroundContainer {
    height: 835px;
}

/*.bodyPage #supersized{height:370px;top:0px;min-height:370px;}*/
/*Subpage*/
.bodyPage #supersized {
    height: 300px;
    top: 140px;
    min-height: 300px;
}

/*Subpage*/
.divMastheadBackgroundContainerSub {
    height: 300px;
}

.bodyPage .divBreadCrumbOuter>div>div {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#supersized li.prevslide {
    visibility: unset !important;
}

#supersized img {
    width: 100% !important;
    height: auto !important;

}

.bodyPage1 #supersized img {
    width: 100% !important;
    height: auto !important;
}

#divGroupSpeed {
    content: "slow";
}

/*Category slide speed. selection= slow :: medium :: fast*/
.divMenuFloat {
    position: relative;
    z-index: 101;
    top: 0;
    background: transparent;
    border-bottom: none;
}

.bodyPage .divMenuFloat {
    position: relative;
    z-index: 101;
    top: 0;
    border-bottom: none;
}
.divOuterMenu {
    padding: 0 0 0 50px;
}
.divMenuSearch {
    margin-right: 15px;
}
.divMenuLogin {
    margin-right:15px;
}
.divQuickContact {
    width: 60px;
}
.divQuickEmail {
    margin-right: 25px;
}

.divMediaSoc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
    position: relative;
    /*padding: 0 0 0 10px;*/
    top: 0;
}

.divSocialMedia {
    position: relative !important;
    padding: 0 10px 0 0;
}

.divFacebookPage {
    padding: 0 5px;
}

.divMainCtnTopMiddleBtm {
    padding: 30px 0 40px;
}

.divMainCtnTopMiddleBtmFull {
    background: none;
}

.isEnquiry .divMainCtnTopMiddleBtmFull {
    padding-bottom: 100px;
}

.divMiddleCtnSubFull,
.divMainCtnTopMiddleBtm {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}

.isEnquiry .divMiddleCtnSubFull,
.isEnquiry .divMainCtnTopMiddleBtm,
.isGal .divMiddleCtnSubFull,
.isGal .divMainCtnTopMiddleBtm,
.isProd .divMiddleCtnSubFull,
.isProd .divMainCtnTopMiddleBtm,
.isShop .divMainCtnTopMiddleBtm {
    width: 1200px !important;
    max-width: 100%;
}

.divMainCtnTopMiddleBtmFull.isProd .divMainCtnTopMiddleBtm {
    width: 1520px !important;
    max-width: 100%;
    margin:auto;
    padding:20px 0 50px;
}

.divMainCtnTopMiddleBtmFull.isProd .divMainCtnTopMiddleBtm.divMainCtnTopMiddleBtmIndProd {
    width: auto !important;
    padding: 30px 0 0;
}

.divMainCtnTopMiddleBtmFull.isProd .divIndProductInner, .divMainCtnTopMiddleBtmFull.isProd .divProdRelProdInner {
    width: 1520px !important;
    max-width: 100%;
    margin: auto;
}

.bread_line .pnlTemplateDivItem {
    background: #4987B7;
    /*border-bottom: 1px solid #ddd;*/
}

.enquiry-form .field-label {
    width: 150px;
}

.recaptcha .errmsgEnquiry {
    padding-left: 150px;
}

#divClearTextbox {
    top: 14px !important;
}

a.hypEmail:visited,
a.hypEmail:link,
a.hypEmail:hover,
a.hypEmail:active {
    color: #4987B7;
}

.input,
textarea {
    color: #454545;
}

.divBestSellerContainer {
    margin: auto;
}

a.event-pagination.selected {
    color: #4987B7;
}

a.addCMSGroupLink:hover,
a.addCMSGroupLink:active,
a.addCMSGroupLinkSel,
a.addCMSGroupLinkSel:link,
a.addCMSGroupLinkSel:visited,
a.addCMSGroupLinkSel:hover,
a.addCMSGroupLinkSel:active {
    color: #4987B7;
    text-decoration: none;
}

#cphContent_ucUsrProductGroup_rptRecProduct_pnlIndProd_2 {
    margin-right: auto !important;
}

#cphContent_ucUsrProductGroup_rptRecProduct_pnlIndProd_4 {
    margin-right: unset !important;
}

ul#slide-list li {
    list-style: none;
    height: 20px;
    width: 20px;
    margin: 0 5px !important;
    display: inline-block;
    margin: auto;
    padding: unset !important;
    background: unset !important;
}

ul#slide-list li:first-child {
    margin-left: 0 !important;
}

ul#slide-list li:last-child {
    margin-right: 0 !important;
}

ul#slide-list li.current-slide,
ul#slide-list li.current-slide,
ul#slide-list li:hover {
    height: 20px;
    width: 20px;
    border: 2px solid #4987B7;
    border-radius: 50%;
    padding: 0 !important;
    box-sizing: border-box;
}

ul#slide-list {
    text-align: left;
    margin-left: 0 !important;
    float: unset;
}

ul#slide-list li a {
    overflow: hidden;
    border: 2px solid transparent;
    background-color: #4987B7;
    opacity: 0.3;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    box-sizing: border-box;
    margin: 3px;
}

ul#slide-list li:hover a,
ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover,
ul#slide-list li a:hover {
    background: #4987B7;
    opacity: 1;
    transition: all 0.3s ease;
}

.bluredBackground {
    background: none !important;
    transition: all 0.4s ease-in-out;
    background-attachment: fixed;
    filter: blur(5px);
    height: 153px;
}

/*Announcement*/
.divMainTop {
    background: none !important;
    margin-top: unset !important;
    display: none !important;
}

.divMainTop .divMainTopInner {
    display: none;
}

.divMainTop.annc-marquee {
    display: block !important;
}

.annc-popup .annc-author,
.annc-popup .annc-date {
    color: #fff;
}

.annc-popup .mfp-close {
    background: #fff;
}

.outerMarquee {
    height: 50px;
    color: #fff;
    background: #4987B7;
    padding-top:13px;
    box-sizing:border-box;
    /*display: flex;
    align-items: center;*/
}

.outerMarquee a span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.outerMarquee b {
    color: #fff;
    font-weight: 600;
}

#marquee-close {
    top: 2px;
    font-size: 10px;
    font-weight: 300;
    display: none;
}


.bodyPage .outerMarquee,
.bodySubpage .outerMarquee {
    background: #4987B7;
}

.bodyPage .outerMarquee a span,
.bodySubpage .outerMarquee a span {
    color: #fff;
}

.imgLogo {
    border: 0px;
    display: block;
    width: auto !important;
    height: 48px !important;
}

.divPnlMenu {
    width: auto !important;
}

.divMiddleCtnRight {
    width: 100% !important;
    max-width: 100%;
}

.menuTopTop {}

.menuTop {}

.divTopBigRightTop {
    background-color: transparent;
}

.width_156 {width:156px;}

.width_160 {
    width: 160px;
}

.width_170 {
    width: 170px;
}

.width_180 {
    width: 180px;
}

.height_50 {
    height: 50px;
}

.divSSPaging {
    bottom: 7%;
    left: 0%;
}

.bodyPage1 .divSSPagingInnerSub {
    bottom: 0%;
    left: 0%;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 90;
}

.divSSPaging img {
    width: 15px;
    height: 15px;
}

.divSSPaging img:hover,
.divSSPaging .activeSlide img {
    width: 15px;
    height: 15px;
}

.bgtheme1 {
    /*background-color: transparent !important;*/
    background-color: #4987B7;
}

.hypQuickContactOuterOuter {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 30px;
    margin: 0 -20px 0 10px;
}

.hypQuickContactSplitter {
    width: 1px;
}

.hypQuickContactOuter {
    background: transparent;
    border-radius: 20px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    padding-left: 10px;
}

.quickTel {
    background: #454545;
    border-radius: 30px;
    height: 45px;
    padding: 0 10px 0 15px;
    min-width: 200px;
    text-align: center;
}

a.hypQuickEmail,
a.hypQuickEmail:link,
a.hypQuickEmail:visited,
a.hypQuickEmail span,
a.hypQuickEmail:link span,
a.hypQuickEmail:visited span {
    font-family: 'Poppins';
    font-size: 16px;
    color: #191919 !important;
    padding-right: 0;
    font-weight: 300 !important;
    text-decoration: unset !important;
    cursor: pointer;
}

a.hypQuickEmail:hover,
a.hypQuickEmail:active,
a.hypQuickEmail:hover span,
a.hypQuickEmail:active span {
    text-decoration: unset;
    color: #191919 !important;
    font-weight: 300 !important;
    padding-right: 0;
}

.hypQuickEmail i {
    padding-right: 20px;
}

#materialIconsQuickEmail:after {
    content: "mail";
    position: relative;
    color: #4987B7;
    font-size: 20px;
}

/*.hypQuickEmail span {text-decoration: none;color: ##fff;font-size:14px;}*/
.hypQuickContact,
.hypQuickContact:link,
.hypQuickContact:visited {
    font-family: 'Poppins';
    position: relative;
    font-size: 16px;
    color: #191919 !important;
    font-weight: 300 !important;
    cursor: unset;
}

.hypQuickContact:hover,
.hypQuickContact:active {
    text-decoration: unset;
    color: #191919 !important;
    font-weight: 300 !important;
}

.hypQuickContactSplitter {
    min-width: 15px !important;
    justify-content: center;
}

#materialIconsQuickTel:after {
    content: "phone";
    position: relative;
    color: #4987B7;
    font-size: 20px;
}

.hypQuickContact i {
    padding-right: 20px;
}

.hypQuickContact:last-child {
    padding-right: 0px;
}

.column-6 {
    width: 100%;
}

.divEnquiryForm {
    border-left: 1px solid #ddd;
    padding-left: 60px;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    font-weight: 300;
    font-family: 'Poppins';
}

.hypQuickWhatsapp img {
    width: 25px;
}

#main {
    background: none;
}


.tblSearchBox {
    background: transparent;
    border-radius: 40px;
    /*height: 0 !important;
    border: unset;
    width: unset;
    float: right;*/
}

.imgbtnSearch {
    overflow: hidden;
    border-left: none;
    outline: none;
    float: right;
}

.txtSearch {
    color: #666;
    /*height: 14px;*/
    overflow: hidden;
    width: 100%;
    background: transparent;
    border: none;
    margin-right: 0px;
    outline: none;
    margin-left: 10px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
}

.tdSearchTxtBox {
    background: transparent;
    /*display: none;*/
}

.txtSearch::-webkit-input-placeholder {
    color: #7E7E7E;
    /*height: 14px;*/
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 2px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch:-ms-input-placeholder {
    color: #7E7E7E;
    /*height: 14px;*/
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 2px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch::placeholder {
    color: #7E7E7E;
    opacity: 1;
    /*height: 14px;*/
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 2px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch:focus {
    color: #7E7E7E;
}

.tdSearcBtn {
    background: transparent;
    border-left: none;
    padding-right: 10px;
    /*border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;*/
}

.tdSearcBtn i {}

#materialIconsSearch:after {
    content: "search";
    color: #4987B7;
    font-size: 30px;
}

#divClearTextbox i {
    color: #7E7E7E;
}

.divResultList_Item:hover {
    color: #4987B7 !important;
    font-weight: 300 !important;
}

#TB_title {
    background: #4987B7;
}

.bodyQuotation #ob_window, .bodyQuotation #ob_content, .bodyQuotation #ob_iframe {width:750px !important; height:430px !important;}

/*#cphContent_ucUsrIndProduct_ucUsrIndProductDetail_lblAsk {font-weight: 300;}
a.menuLevelSel:link, a.menuLevelSel:visited, .menuLevelSel + .pnlShowMenuIcon i, .menuLevelSel + .pnlShowMenuIcon i {color: #fff;font-size: 14px;}
.divFacebookCont {top: 5px;position: relative;}*/

/*Language*/
.divLanguage {
    border-left: unset;
    border-radius: 0;
    background: unset;
    border: unset;
    /*margin-left: 10px;box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);*/
    height: max-content;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.spanSplitter {
    padding: 0 20px;
    color: #191919;
}

a.langLink,
a.langLink:link,
a.langLink:visited,
a.langLinkSel {
    color: #191919;
    text-decoration: none;
    font-size: 14px;
    text-decoration: unset;
    font-weight: 500;
}

a.langLink:hover,
a.langLink:active,
.langLinkSel,
a.langLinkSel:link,
a.langLinkSel:visited,
a.langLinkSel:hover,
a.langLinkSel:active {
    color: #4987B7;
    text-decoration: none;
    /*box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);*/
}

/*End of Language*/

/*Gallery*/
ul#filters li a {
    color: #4987B7;
}

ul#filters li a.selected,
ul#filters li a:hover {
    border: solid 1px #4987B7;
    color: #4987B7;
}

.spanGallSnapshot,
.divGallSnapshot {
    color: #454545;
    font-family: 'Poppins' !important;
}

.ug-arrow-left.ug-skin-default:hover,
.ug-arrow-right.ug-skin-default:hover {
    color: #4987B7 !important;
}

.ug-arrow-left.ug-skin-default:hover,
.ug-arrow-right.ug-skin-default:hover {
    color: #4987B7 !important;
}

/*End of Gallery*/

/* For Login page*/
.hypCartLogin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.divShopCart {}

#materialIconsLoginLink:after {
    content: "person";
    color: #4987B7;
    font-size: 30px;
}

#materialIconsShopCart:after {
    content: "shopping_cart";
    color: #4987B7;
    font-size: 30px;
    font-family: 'Material Icons';
    padding: 0;
}

#spnCartTotalItem {
    right: -8px;
    background: #4987B7;
    font-family: 'Poppins';
    padding:1px 6px;
}

#delivery-option > .ui-tabs-nav li {
    border:2px solid transparent;
    border-bottom:none;
    height: 42px;
    padding: 5px 0 0 !important;
    box-sizing: border-box;
}

#delivery-option > .ui-tabs-nav li.ui-state-active {
    border:2px solid #222;
    border-bottom: none;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

#delivery-option > .ui-tabs-nav li.ui-state-active a, #delivery-option > .ui-tabs-nav li.ui-state-active a h3{
    color:#4987b7;
}

#delivery-option > .ui-tabs-nav li a, #delivery-option > .ui-tabs-nav li a h3 {
    padding: 0 !important;
    text-align:center;
    font-size:18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    line-height: normal;
    margin-bottom:0;
}

.divLoginDetailForm {
    margin-left: 0px;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
}

.hypLoginItem {
    background: #fff;
}

.hypLoginItem,
a.hypLoginItem,
a.hypLoginItem:visited,
a.hypLoginItem:link {
    color: #454545;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Poppins';
}

a.hypLoginItem:hover,
a.hypLoginItem:active,
a.hypLoginItemSel:link,
a.hypLoginItemSel:visited,
a.hypLoginItemSel:link,
a.hypLoginItemSel:visited {
    background: #fff;
    color: #4987B7;
    font-weight: 300;
    font-size: 14px;
    border-radius: 5px;
}

a.imgProfileShowHide:link,
a.imgProfileShowHide:visited {
    text-decoration: none;
    color: #191919;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 14px;
}

.tdUpdateProfile,
.tdChangePassword,
.tdCheckOrderStatus {
    font-family: 'Poppins';
    color: #191919;
}

#tblAfterlogin .active,
.tdUpdateProfile:hover,
.tdChangePassword:hover,
.tdCheckOrderStatus:hover {
    color: #4987B7 !important;
    border-bottom: 2px solid #4987B7 !important;
}

#tblAfterLoginMobile .active {
    color: #4987B7 !important;
}

#tblAfterlogin {
    margin-top:50px;
}

.tblChangePassword, #tblAfterlogin + div {
    margin-bottom: 50px;
}

.custom-success .brighttheme-success {
    background-color: #4987B7 !important;
    color: #fff;
    border: 1px solid #4987B7;
    opacity: 0.8;
    border-radius: 5px;
}

.brighttheme-icon-success {
    background-color: #4987B7;
}

a.imgProfileShowHide:hover,
a.imgProfileShowHide:active {
    color: #4987B7;
}

.td_headerOrdNo,
.td_headerItemOrd,
.td_headerOrdDate,
.td_headerOrdPrice,
.td_headerOrdStatus,
.td_headerOrdItem {
    background: #4987B7;
}

.pnlAddAddressBook {
    color: #4987B7 !important;
}

.pnlCartBanner>div {
    background: #4987B7;
}

.divBorder {
    border: 1px solid #4987B7;
}

.list-payment td.divBorder {
    border: 1px solid #4987B7;
}

.pnlBtnRight {
    background-color: #4987B7 !important;
}

.pnlBankInSlip {
    background-color: #7DBBEB !important;
}

input[type=file] {
    background: #fff !important;
    color:#656565;
}

.lnkbtnRemoveCart {
    color: #292929 !important;
}

.divDeliveryHeader h2 span {
    font-size: 22px;
}

.webq-div-rememberme {
    width: 180px !important;
}

.pnlQty .divQty:hover {
    color: #4987B7;
}

.divCheckoutCart h3 {
    font-size:22px;
}

/* End of for Login page*/

/*Payment Page*/
.divPaymentOnline {width:100%; max-width:1200px; margin:auto; padding:0 0 50px;}
.divPaymentOnline .tblPayment {width:100%;}
.divPaymentOnline .tdPaymentNameTitle, .divPaymentOnline .tdPaymentAmountTitle {width:300px; vertical-align:top;}
.divPaymentOnline .tdPaymentName{ padding-bottom:15px;}
.divPaymentOnline .tdPaymentAmount { padding-bottom:30px;}
.divPaymentOnline .tdPaymentNote { padding-bottom:40px;}
/*End of Payment Page*/

/*For mobile view*/
@media only screen and (max-width:800px) {
    body {
        font-size: 14px;
    }

    input,
    textarea {}

    select {}

    p {}

    strong,
    b {}

    a,
    a:link,
    a:visited {}

    a:hover,
    a:active {}

    .button1,
    a.button1,
    .button1:link,
    .button1:visited,
    a.button1:link,
    a.button1:visited {
        font-size: 14px;
    }

    .button1:hover,
    .button1:active,
    a.button1:hover,
    a.button1:active {
        font-size: 14px;
    }

    .button2,
    a.button2,
    .button2:link,
    .button2:visited,
    a.button2:link,
    a.button2:visited {
        font-size: 14px;
    }

    .button2:hover,
    .button2:active,
    a.button2:hover,
    a.button2:active {
        font-size: 14px;
    }

    .button3,
    a.button3,
    .button3:link,
    .button3:visited,
    a.button3:link,
    a.button3:visited {
        font-size: 14px;
    }

    .button3:hover,
    .button3:active,
    a.button3:hover,
    a.button3:active {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {}

    h5 {}

    h6 {}

    .ulContent {}

    .ulContent li {}

    .ulContent li::before {
        content: "\2022";
        position: relative;
        font-size: 18px;
        top: 2px;
    }

    .olContent {}

    .olContent li {}

    .tblContent {}

    .tblContent th {}

    .tblContent td {}

    .tblContent tr:nth-child(odd) {}

    .tblContent tr:nth-child(even) {}

    .mstTagline {
        font-size: 650%;
        line-height: 120%;
    }

    .mstTagline2 {
        font-size: 300%;
        line-height: 120%;
    }

    /*.mstTaglineSub {
        font-size: 20px !important;
        line-height: 20px;
    }

    .mstTaglineSub2 {
        font-size: 16px !important;
        line-height: 16px;
    }*/

    .imgLogo {
        height: 40px !important;
        transform: none;
    }

    #materialIconsSearch:after {
        color: #4987B7;
        font-size: 28px;
    }

    .txtSearch {
        outline: none;
        padding: 18px 100px 18px 20px;
        border: none;
        width: 100%;
        background: #fff;
        color: #919191;
        border-bottom: 1px solid #ddd;
        height: auto;
        margin-right: unset;
        margin-left: unset;
    }

    #divClearTextbox {
        top: unset !important;
    }

    .divBtnSearchAction {
        top: 16px !important;
        right: 70px !important;
    }

    .divBtnSearchAction #materialIconsSearch:after {
        padding: 0;
        position: relative;
        font-size: 26px;
    }

    #materialIconsQuickTel:after {
        content: "phone";
        position: relative;
        font-size: 22px;
        color: #4987B7;
        border: unset;
        background: transparent;
    }

    .material-icons.phonembTop {
        padding-right: 0px;
    }

    .divSideMenu {
        top: 50px !important;
        /*border-top: 1px solid #ddd;*/
    }

    .fb_iframe_widget_fluid span {
        width: 112px !important;
    }

    .fb_iframe_widget iframe {
        width: auto !important;
    }

    a.hypSwitchDesktop i {
        color: #191919;
    }

    .divCopyrightContainer .divCopyText {
        color: #191919 !important;
        font-weight: 300;
        font-size: 12px !important;
    }

    .recaptcha .errmsgEnquiry {
        padding: 0;
    }

    .divNavigator .divPrototype {
        overflow: hidden;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 0;
        box-sizing: border-box;
        border: none;
        border: 2px solid transparent;
        background-color: unset;
    }

    .divNavigator .divPrototype.av, .jssorb21 div:hover {
        border: 2px solid #4987B7;
    }

    .divNavigator .divPrototype.av .divPrototypeInner, .jssorb21 div:hover .divPrototypeInner {
        background-color: rgba(73, 135, 183, 1);
    }

    /*.divNavigator {position: absolute;bottom: 5px;display: block !important;}*/
    /* center pagination */
    .divNavigator {
        position: relative;
        bottom: 0;
        display: block !important;
        top: 90%;
        left: 5% !important;
    }

    /* right pagination */
    .divNavigator .divPrototype .divPrototypeInner {
        overflow: hidden;
        border: none;
        background-color: rgba(73, 135, 183, 0.3);
        box-shadow: inset 0 0 0 2px transparent;
        transition: all 0.3s ease;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        padding: 0;
        box-sizing: border-box;
        margin: 3px;
    }

    .divSearch {
        display: none;
    }

    .divSearchBtn.divSearch {
        display: block;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .sidebar-nav-toggle {
        transform: scale(1);
        top: 20px;
        left: 5px;
        position: unset;
        margin: unset;
        width: 20px;
        height: 20px;
    }

    .divMenuFloatMobile {
        position: fixed;
        width: 100%;
        z-index: 101;
        top: 0px;
        left: 0px;
        background: #fff;
    }

    .divTopContainerTop.annc-marquee + .divMenuFloatMobile {
        top: 40px;
    }

    .open .divMenuFloatMobile {
        top: 0px !important;
    }

    .divTopContainerTop {
        border-bottom: unset;
        background: unset;
        display: none;
    }

    .divTopContainerTop.annc-marquee {display:block;}
    .divTopContainerTop.annc-marquee ~ .divMobileContent {padding: 90px 0 0 0;}
    .divMobileContent {padding: 50px 0 0 0;}

    .outerMarquee {
        height: 40px;
        color: #fff;
        background: #4987B7;
        padding-top:9px;
        /*display: flex;
        align-items: center;*/
    }

    .outerMarquee a span {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

    .outerMarquee a span b {
        font-weight: 600;
        color: #fff;
    }

    .fb-like-container {
        width: 23%;
        margin-left: -10px !important;
        height: 20px;
    }

    .divEventList,
    .divIndEvent {
        padding: 0 15px;
    }

    .divCopyText {
        font-size: 12px !important;
    }

    /*Copyright Text. font*/
    .hypFacebook,
    a.hypFacebook:link,
    a.hypFacebook:visited,
    a.hypFacebook:hover,
    a.hypFacebook:active {
        /*background: url('/data/cms/images/facebook-app-symbol.png') no-repeat; text-decoration: none;background-size: 90%;*/
    }

    .divBestSellerContainer {
        /*margin: auto;padding:0 15px;*/
    }

    .divTopMenu {
        text-align: left !important;
    }

    .divLanguage {
        border: unset;
        border-bottom: 1px solid #ddd;
        border-left: unset;
        border-radius: 0px;
        height: 44px;
        display: flex;
        align-items: center;
        background: #fff;
        padding: 0 0 0 18px;
        margin-left: auto;
    }

    .langLink,
    a.langLink:link,
    a.langLink:visited {
        color: #191919;
    }

    a.langLink:hover,
    a.langLink:active,
    .langLinkSel,
    a.langLinkSel:link,
    a.langLinkSel:visited,
    a.langLinkSel:hover,
    a.langLinkSel:active {
        color: #4987B7;
    }

    a.hypQuickContact,
    a.hypQuickContact2 {
        top: unset;
        padding-right: unset;
        min-width: unset;
        margin-left: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 10px;
        min-width: unset !important;
    }

    a.hypQuickContact,
    a.hypQuickContact:link,
    a.hypQuickContact:visited,
    a.hypQuickContact:hover,
    a.hypQuickContact:active,
    a.hypQuickContact2,
    a.hypQuickContact2:link,
    a.hypQuickContact2:visited,
    a.hypQuickContact2:hover,
    a.hypQuickContact2:active {
        padding: 0;
        color: #4987B7 !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        font-size: 10px;
    }

    .material-icons.phonembTop {
        display: block;
        background: transparent;
        border: unset;
    }

    .txtSearch {
        color: #454545;
    }

    .txtSearch::-webkit-input-placeholder {
        color: #454545;
    }

    .txtSearch:-ms-input-placeholder {
        color: #454545;
    }

    .txtSearch::placeholder {
        color: #454545;
    }

    .txtSearch:focus {
        color: #454545;
    }

    .divCartQtyIcon i {
        color: #4987B7 !important;
    }

    .lblCartQtyIcon {
        background-color: #4987B7 !important;
        color: #fff;
        border: 2px solid #fff;
    }

    .divCartQtyMenu a:hover .lblCartQtyIcon,
    .divCartQtyMenu a:active .lblCartQtyIcon {
        background-color: #4987B7 !important;
    }

    #materialIconsShopCartMobile:after {
        color: #4987B7;
        font-family: 'Material Icons';
    }

    .divCart #materialIconsShopCartMobile {
        /* display:none; */
    }

    /*.topLogin:before, .divLoginDetailHeader:before {color: #4987B7;font-family: 'Material Icons';}*/
    .topLogin:before,
    .divLoginDetailHeader:before {
        color: #4987B7;
        /* background: url('/data/cms/images/Group 81.png') no-repeat; */
        /* background-size: 18px; */
        /* background-position: center 0px; */
        /* content: ''; */
        width: 18px;
        /*height: 18px;*/
        padding: 0;
        margin-right: 10px;
        font-family: 'Material Icons';
    }

    .divLoginSplit {
        background: 324845;
    }

    .divCartContainer {
        border-top: 1px solid #9b9b9b;
        height: 49px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #fff;
    }

    .divLoginDetailHeader {
        color: #4987B7 !important;
        font-family: 'Poppins';
        padding: 15px 0px 15px 20px;
    }

    .divLoginDetailHeader a {
        color: #4987B7;
    }

    #spnMILoginName {
        right: 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .divCartProdDetail h3 a,
    .pnlCartBanner h3 {
        font-size: 18px;
    }

    .pnlCartBanner>div>div span {
        font-family: 'Poppins';
    }

    .bnr3 {
        display: none;
    }

    .open.sidr-open .bnr3 {
        display: block;
        padding: 20px;
    }
   .divUpdateProfileForm{padding:1rem;}
   .divOrderForm{padding:1rem;}
   .divLoginForm{padding:1rem;}
   .divRegisterOuter{padding:1rem;}
   .divForgotPwOuter{padding:1rem;}

    /*Payment Page*/
    .divPaymentOnline {width:100%; max-width:unset; padding: 0 20px 50px; box-sizing:border-box;}
    .divPaymentOnline .tblPayment {width:100%;}
    .divPaymentOnline .tblPayment input {padding:5px;}
    .divPaymentOnline .tdPaymentNameTitle, .divPaymentOnline .tdPaymentAmountTitle {width:100%; padding-bottom:5px;}
    .divPaymentOnline .tdPaymentName{ padding-bottom:15px;}
    .divPaymentOnline .tdPaymentAmount { padding-bottom:30px;}
    .divPaymentOnline .tdPaymentNote { padding-bottom:30px;}
    /*End of Payment Page*/
}

/*End General*/

/*Desktop View*/
@media only screen and (min-width:960px) {
    .hypCart {}

    .divLoginItem {}

    .hypLoginItem,
    a.hypLoginItem,
    a.hypLoginItem:visited,
    a.hypLoginItem:link {}

    a.hypLoginItem:hover,
    a.hypLoginItem:active {}

    .divSwitchDesktop {
        border-top: 1px solid #ddd;
    }

    .divFbContainer,
    .divTwitterContainer,
    .divInstagramContainer,
    .divLinkedInContainer,
    .divYouTubeContainer,
    .divGooglePlusContainer,
    .fb-like-container {
        height: 23px;
    }

    .divFacebookCont {
        position: relative;
        top: 5px;
    }

    .divFacebook iframe {
        width: 100px !important;
    }

    a.divFbIcon,
    a.divFbIcon:link,
    a.divFbIcon:visited {
        /* background:url('/data/cms/images/facebook.png') no-repeat; */
        /* background-position: 0px 0px; */
        /* background-size:25px; */
    }

    a.divFbIcon:hover,
    a.divFbIcon:active {
        /*background-position: 0px 0px;*/
    }

    .bodyPage1 .divTopMastheadContainer {
        width: 100%;
        margin: auto;
    }

    .bodyPage.isEnquiry .divTopMastheadContainer {
        width: 100% !important;
        margin: auto;
    }

    /*Product*/
    .divIndProdItem {
        border: unset;
        width: calc(94%/4);
        margin: 0 2% 5% 0;
    }

    .divItemList .divProdItemDetail {
        padding-bottom: 20px !important;
    }

    .divItemList .divIndProdItem {
	margin: 0 2% 2.5% 0;
    }
	
    .divItemList .divIndProdItem:hover {
        -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
        box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    /*padding:border:margin:width*/
    .pnlAskEmail {
        width: auto;
    }

    .divAskShare.divAskShareFix {
        display: none !important;
    }

    /*End of Product*/

    .divCart {
        float: unset;
        padding-left: 0;
        margin-left: 0;
        border-left: unset;
    }

    .pnlCartBanner>div>div>div:last-child a {
        width: 240px;
        text-align: center;
        font-family: 'Poppins';
        height: 50px;
        font-size: 18px;
        user-select: none;
        border: none;
        color: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        font-weight: 600;
        background-color: unset;
        border: 1px solid #fff;
    }

    .pnlCartBanner>div>div>div:last-child a:hover {
        background: #fff;
        color: #4987B7;
        text-decoration: none;
    }

    .pnlGuestCheckout {
        width: 240px;
        text-align: center;
        font-family: 'Poppins';
        height: 45px;
        font-size: 18px;
        user-select: none;
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        right: 250px;
        color: #fff;
        background-color: unset;
    }

    .pnlGuestCheckout:hover {
        background: #4987B7;
        color: #fff;
        text-decoration: none;
    }

    .pnlCartBanner>div>div>div:last-child {
        width: calc(100% - 25%);
        padding-left: 40px;
        position: relative;
    }

    .spnCartSlideQty {
        color: #4987B7 !important;
    }

    .divBorder {
        border: 1px solid #4987B7;
    }

    .list-payment td.divBorder {
        border: 1px solid #4987B7;
    }

    .pnlBtnRight {
        background-color: #4987B7 !important;
    }

    input[type=file] {
        background: #fff !important;
    }

}


/*Top Menu*/
.divTopMenu {
    text-align: left;
}

.divSearch {
    border: unset;
    border-radius: 60px;
    float: right;
}

.topMenuSplitter {
    height: 90px;
    width: 100%;
    background: #fff;
}

.topMenuSplitterInner {
    width: 1520px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divbottomMenu {
    width: 1520px;
    margin: auto;
}

#divAdjustTopMenu {
    content: "1";
}

/* Auto adjust top menu. OFF:"0"   ON:"1" */
.nav {
    margin-right: -20px;
}

#nav-one .liTopMenu {
    padding:0 15px;
    margin: 0 15px;
}

#nav-one li {
    /*padding: 0 30px;*/
    height: 45px;
}

#nav-one li:first-child {
    padding-left: 0;
    margin-left:0;
}

#nav-one li:last-child {
    padding-right: 0;
    margin-right:0;
}

#nav-one li:first-child #nav-two {
    margin-left:-13px;
}

.topMenuItem,
a.topMenuItem,
a.topMenuItem:link,
a.topMenuItem:visited {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #999;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    height: 40px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/*1st level menu*/

.topMenuItemSel,
a.topMenuItemSel,
a.topMenuItemSel:visited,
a.topMenuItemSel:link,
a.topMenuItemSel:hover,
a.topMenuItemSel:active,
a.topMenuItem:hover,
a.topMenuItem:active,
#nav-one li:hover a.topMenuItem {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    text-align: center;
    height: 40px;
    text-decoration: unset;
    border-top: unset;
    border-bottom: 2px solid #4987B7;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.spanTopMenuSplitter {
    display: none;
}

/*2nd level menu*/
.nav ul {min-width:250px;}

#nav-two {
    margin: 97px 0 0;
    padding: 0 10px;
}

#nav-two li {
    -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
}

#nav-two li,
#nav-two li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #454545 !important;
    border-bottom: unset;
    padding: 0;
    height: auto;
    position:unset;
}

#nav-two li a,
#nav-two li a:link,
#nav-two li a:visited {
    background: #fff;
    padding: 11px 20px;
}

#nav-two li a:active,
#nav-two li a:hover {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #4987B7 !important;
}

#nav-two li:hover,
#nav-two li.sel {
    background: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #4987B7 !important;
}

#nav-two li.sel a:visited,
#nav-two li.sel a:active {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #4987B7 !important;
}

#nav-two li.sel a:hover,
#nav-two li.sel a:link {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #4987B7 !important;
}

.divTopSubMenuSpliter {
    border-bottom: 1px solid #ddd;
}

/*end 2nd level menu*/

/*3rd level menu*/
.divSubMenuLv2 #nav-three, .divSubMenuLv3 #nav-four {
    margin-left:-10px;
    height:100%;
}

.nav ul ul {
    left:100%;
}

.divSubMenuLv2 #nav-three li, .divSubMenuLv3 #nav-four li {
    -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
}

.divSubMenuLv2 #nav-three li a.hypTopSubMenuLv2:link,
.divSubMenuLv2 #nav-three li a.hypTopSubMenuLv2:visited,
.divSubMenuLv3 #nav-four li a.hypTopSubMenuLv3:link,
.divSubMenuLv3 #nav-four li a.hypTopSubMenuLv3:visited {
    background: #fff !important;
    color: #454545 !important;
    padding: 11px 20px !important;
}

.divSubMenuLv2 #nav-three li a.hypTopSubMenuLv2:hover,
.divSubMenuLv2 #nav-three li a.hypTopSubMenuLv2:active,
.divSubMenuLv2 #nav-three li.sel a.hypTopSubMenuLv2:link,
.divSubMenuLv2 #nav-three li.sel a.hypTopSubMenuLv2:visited,
.divSubMenuLv2 #nav-three li.sel a.hypTopSubMenuLv2:hover,
.divSubMenuLv2 #nav-three li.sel a.hypTopSubMenuLv2:active,
.divSubMenuLv3 #nav-four li a.hypTopSubMenuLv3:hover, 
.divSubMenuLv3 #nav-four li a.hypTopSubMenuLv3:active, 
.divSubMenuLv3 #nav-four li.sel a.hypTopSubMenuLv3:link, 
.divSubMenuLv3 #nav-four li.sel a.hypTopSubMenuLv3:visited, 
.divSubMenuLv3 #nav-four li.sel a.hypTopSubMenuLv3:hover, 
.divSubMenuLv3 #nav-four li.sel a.hypTopSubMenuLv3:active{
    background: #fff !important;
    color: #4987B7 !important;
    padding: 11px 20px !important;
}

/*#nav-three li a, #nav-three li a:visited, #nav-three li a:link{}*/
/*3rd level menu*/
/*#nav-three li a:hover,#nav-three li a:active,#nav-three li.sel{}*/
/*3rd level menu hover effect*/
/*end 3rd level menu*/
/*End Top Menu*/


/*Side Menu*/
.sidr {
    /*top: 50px;*/
}

/*background*/
.sidebar-nav-toggle span {
    width: 20px;
    height: 3px;
    background: #4987B7;
}

/*Side menu icon. color*/
.sidebar-nav-toggle span:nth-child(2) {
    top: 8px;
}

.sidebar-nav-toggle span:nth-child(3) {
    top: 16px;
}

body.open .sidebar-nav-toggle span:nth-child(3) {
    top: 14px;
}

.pnlShowMenuIcon .matAdd,
.pnlShowSubMenuIcon .matAdd {
    color: #454545;
    font-weight: 500;
}

.pnlShowMenuIcon .matMin,
.pnlShowSubMenuIcon .matMin,
.hypTopSubMenuSel+.pnlShowSubMenuIcon .matMin {
    color: #fff;
    font-weight: 500;
}

.divTopMenuSubItem .pnlShowMenuIcon .matMin,
.divTopMenuSubItem .pnlShowSubMenuIcon .matMin,
.divTopMenuSubItem .hypTopSubMenuSel+.pnlShowSubMenuIcon .matMin {
    color: #fff;
}

.pnlShowMenuIcon i,
.pnlShowSubMenuIcon i {
    font-size: 18px;
}

/*.matAdd:after {content: "keyboard_arrow_down";}
.matMin:after {content: "expand_less";}*/
.ulTopMenu li {
    padding: 0px !important;
    margin: 0px !important;
    background-image: none;
    border-top: none;
    border-bottom: 1px solid #9B9B9B;
}

.topMenuItemMobile,
a.topMenuItemMobile,
a.topMenuItemMobile:visited,
a.topMenuItemMobile:link {
    font-size: 14px;
    color: #191919;
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
    border-bottom: unset;
    padding: 13px 0px 13px 20px;
}

/*1st level menu*/
.topMenuItemMobileSel,
a.topMenuItemMobile:active,
a.topMenuItemMobile:hover,
a.topMenuItemMobileSel:visited,
a.topMenuItemMobileSel:link,
a.topMenuItemMobileSel:hover,
a.topMenuItemMobileSel:active,
a.menuLevelSel:visited,
a.menuLevelSel:link,
a.menuLevelSel:hover,
a.menuLevelSel:active {
    font-size: 14px;
    color: #fff !important;
    background: #4987B7 !important;
    text-decoration: none;
    padding: 13px 0px 13px 20px;
}

.menuLevelSel {
    background: #fff;
}

/*1st level menu hover effect
a.menuLevel:hover,
a.menuLevel:active {
    background: #21408F;
}*/

.ulSubMenu {
    background: #231F20;
}

.divTopMenuSubItem {
    padding: 0;
}

.ulSubMenu li {
    border-bottom: unset;
    background: #231F20;
}

.hypTopSubMenu,
a.hypTopSubMenu,
a.hypTopSubMenu:link,
a.hypTopSubMenu:visited {
    color: #454545 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    display: block !important;
    background: #fff !important;
    padding: 13px 20px 13px 40px !important;
    border-bottom: unset !important;
    border-top: unset !important;
}

/*2nd level menu*/
.hypTopSubMenuSel,
a.hypTopSubMenuSel,
a.hypTopSubMenu:hover,
a.hypTopSubMenu:active,
a.hypTopSubMenuSel:link,
a.hypTopSubMenuSel:visited,
a.hypTopSubMenuSel:hover,
a.hypTopSubMenuSel:active {
    color: #fff !important;
    background: #4987B7 !important;
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 20px 13px 40px;
    font-family: 'Poppins' !important;
}

/*2nd level menu hover effect*/
.hypTopSubMenuLv2,
a.hypTopSubMenuLv2,
a.hypTopSubMenuLv2:link,
a.hypTopSubMenuLv2:visited {
    color: #fff;
    padding: 10px 0 10px 55px;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    border-bottom: unset;
}

/*3rd level menu*/
.hypTopSubMenuLv2Sel,
a.hypTopSubMenuLv2Sel,
a.hypTopSubMenuLv2:hover,
a.hypTopSubMenuLv2:active,
a.hypTopSubMenuLv2Sel:link,
a.hypTopSubMenuLv2Sel:visited,
a.hypTopSubMenuLv2Sel:hover,
a.hypTopSubMenuLv2Sel:active {
    color: #fff !important;
    background: #4987B7 !important;
    padding: 10px 0 10px 55px !important;
    border-bottom: unset;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
}

/*3rd level menu hover effect*/

.divSocialLinkContainer {
    border-bottom: 1px solid #9B9B9B;
}

/*Social icon menu*/
.hypSwitchDesktop.a.hypSwitchDesktop,
a.hypSwitchDesktop:link,
a.hypSwitchDesktop:visited {
    border-top: none;
    color: #191919;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}

/*Switch desktop menu*/
a.hypSwitchDesktop:hover,
a.hypSwitchDesktop:active {}

/*Switch desktop menu hover effect*/
.divCopyText {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
}

/*Copyright Text. font*/


.divPoweredByWebteq span {
    font-size: 12px;
    font-weight: 300;
    color: #fff !important;
}


.divCartContainer {}

.divSideMenu .hypCart,
.divSideMenu a.hypCart,
.divSideMenu a.hypCart:link,
.divSideMenu a.hypCart:visited {}

.divSideMenu a.hypCart:hover,
.divSideMenu a.hypCart:active {}

.divLoginContainer {border-bottom:1px solid #9b9b9b;}

.topLogin,
a.topLogin,
a.topLogin:visited,
a.topLogin:link,
.topRegister,
a.topRegister,
a.topRegister:visited,
a.topRegister:link {}

a.topLogin:hover,
a.topLogin:active,
a.topRegister:hover,
a.topRegister:active {}

.divSideMenu .divLoginItem {}

.divSideMenu .hypLoginItem,
.divSideMenu a.hypLoginItem,
.divSideMenu a.hypLoginItem:visited,
.divSideMenu a.hypLoginItem:link {}

.divSideMenu a.hypLoginItem:hover,
.divSideMenu a.hypLoginItem:active {}

.divCopyrightContainer {
    border-top: 1px solid #9B9B9B;
}

.divSubGroupItem {
    border-bottom: unset;
    padding: 10px 20px;
}

.hypSubGroupDName,
a.hypSubGroupDName:link,
a.hypSubGroupDName:visited {
    font-size: 14px;
    color: #454545;
    text-decoration: none;
    /*padding:0 25px;border-bottom:solid 1px #e81d25;*/
}

a.hypSubGroupDName:hover,
a.hypSubGroupDName:active {
    color: #4987B7;
    text-decoration: none;
}

.hypSubGroupDNameSel,
a.hypSubGroupDNameSel:link,
a.hypSubGroupDNameSel:visited {
    font-size: 14px;
    color: #4987B7;
    text-decoration: none;
    /*padding:0 25px;border-bottom:solid 1px #e81d25;*/
}

a.hypSubGroupDNameSel:hover,
a.hypSubGroupDNameSel:active {
    color: #4987B7;
    text-decoration: none;
}

/*End Side Menu*/

/*Bottom Menu*/
.btmMenuItem,
a.btmMenuItem,
a.btmMenuItem:visited,
a.btmMenuItem:link {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #191919;
    padding: 10px 0;
    text-decoration: unset;
    margin: auto 30px auto auto;
}

a.btmMenuItem:hover,
a.btmMenuItem:active,
.btmMenuItemSel,
a.btmMenuItemSel,
a.btmMenuItemSel:visited,
a.btmMenuItemSel:link,
a.btmMenuItemSel:hover,
a.btmMenuItemSel:active {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4987B7;
    padding: 10px 0;
    text-decoration: unset;
    margin: auto 30px auto auto;
}

/*End Bottom Menu*/

/*Breadcrumb*/
.divBreadCrumb {
    width: 1520px!important;
    border-bottom: none;
    padding: 11px 0px;
}

.hypBreadCrumb,
a.hypBreadCrumb,
a.hypBreadCrumb:link,
a.hypBreadCrumb:visited {
    font-size: 16px;
    color: #191919;
    font-family: 'Poppins';
    font-weight: 300;
}

a.hypBreadCrumb:hover,
a.hypBreadCrumb:active,
.hypBreadCrumbSelected,
a.hypBreadCrumbSelected,
a.hypBreadCrumbSelected:visited,
a.hypBreadCrumbSelected:link,
a.hypBreadCrumbSelected:hover,
a.hypBreadCrumbSelected:active {
    font-size: 16px;
    color: #4987B7;
    font-family: 'Poppins';
    font-weight: 300;
}

.divBreadCrumbMobile {
    width: 100%;
    margin: auto;
    padding: 12px 20px;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-weight: 300;
    border-bottom: 1px solid #ddd;
}

/*End Breadcrumb*/

/*Product*/
.pricerange-filter h3 {
    font-size:20px;
    /*letter-spacing: unset;*/
}

.divProdItemDName {
    height: auto !important;
}

.divProdItemImg {
    padding: 0px;
    border: 1px solid #ddd;
    border-radius:10px;
}

/*padding*/
.divProdImgInn {
}

/*image border*/
.hypProdDName {}

/*productName. font*/
a.hypProdDCode,
a.hypProdDCode:link,
a.hypProdDCode:visited,
a.hypProdDCode:hover,
a.hypProdDCode:active {
    color: #191919;
    text-decoration: unset;
    cursor: pointer;
}

/*productCode. font*/
.divProdItemDetail {}

/*padding*/
#divProdListingPerRow {
    content: "4";
}

/*Default 4. Adjust product listing alignment.*/
.btnThumb {
    height: 20px;
    top: 23px;
}

/*Recommended Icon. set position.*/
.btnNew {
    height: 20px;
}

/*New Icon. set position.*/
.btnThumb img,
.btnNew img {
    height: 20px;
}

.divProductGroup .divListHeader h2 {
    font-size:26px;
}

.divTopProdGroup {
    border:none;
    padding:0;
}

.divProdCMSContent {min-height:unset !important;}

.divTopProdGroup .divListTop, .divTopProdGroup .divSortingShow {
    display: none;
}

.divTopProdGroup .divSortingSort {
    border: none;
    width:210px;
}

.ddl_show {
    background: #fff;
    font-weight: 300;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.ddl_show option {
    font-weight:300;
}

.ddl_sort {
    background: #fff;
    font-weight: 300;
}

#materialIconsGroupHeaderFront:after {
    content: "";
    color: #4987B7;
}

/*.divGroupDNameSubTitle:hover .materialIconsGroupDNameSubFront:after,.divGroupDNameSubTitle:active .materialIconsGroupDNameSubFront:after{content: "keyboard_arrow_right_black";color:#4987B7;}*/
.divProdAddToCart {
    width: 100%;
    padding: 0px;
    width: 94% !important;
    margin: auto;
    position: relative;
    top: -10px;
    display: none;
}

.pricerange-filter .button {
    background: #4987B7 url(../img/usr/icon-product-price-range.gif) no-repeat top right;
}

/*individual product*/
.imgNewProd,
.imgRecProd {
    width: 50px;
}

.divProdDetailProdCode {
    color: #191919;
}

.divSocialShareBtnIcon {
    font-size: 14px;
}

a.hypWhatsapp:link,
a.hypWhatsapp:visited,
a.hypAsk,
a.hypAsk:link,
a.hypAsk:visited {
    color: #4e4e4e !important;
    font-weight: 300;
    border: unset;
    background: unset;
    font-family: 'Poppins';
    font-size: 12px;
}

.hypWhatsapp {
    color: #4e4e4e;
    font-weight: 300;
}

a.hypWhatsapp:hover,
a.hypWhatsapp:active,
a.hypAsk:hover,
a.hypAsk:active {
    color: #4987B7 !important;
    font-weight: 300;
}

.pnlWhatsapp {
    padding: 5px 10px 5px 5px;
}

.pnlAskEmail {
    padding: 5px 5px 5px 0px;
}

a.hypAsk i,
a.hypAsk:link i,
a.hypAsk:visited i {
    color: #4987B7;
}

a.hypAsk:hover i,
a.hypAsk:active i {
    color: #fff;
    background: #4987B7;
}

.divSocialShareBtnIcon i {
    color: #4987B7;
}

.divFacebookLike2 {
    position: relative;
    top: 6px;
}

.spanArticleSplitter {
    color: #4987B7;
}

/*end of individual product*/

a.hypProdDName {
    font-size: 14px;
    color: #454545;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 22px;
}

a.hypProdDName:link,
a.hypProdDName:visited {
    color: #454545;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 22px;
}

a.hypProdDName:hover,
a.hypProdDName:active {
    color: #4987B7;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
}

.divIndProdImg {
    border: unset;
}

.divIndProdImgInner {
    width: 100%;
    border: 1px solid #ddd;
    border-radius:20px;
    box-sizing:border-box;
}

.bx-wrapper {
    /*max-width: 522px !important;*/
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: unset !important;
    margin: 10px auto 0;
}

.bx-wrapper .bx-controls-direction a {
    /*display: none;*/
}

.divIndProdItemNewRec {
    border: unset;
    width: calc(92%/5);
    margin: 0px 2% 15px 0px;
}

/*New & Recommend Product. width:margin*/
#divNewRecProdListingPerRow {
    content: "5";
}

/*Default 5. Adjust new & recommended product listing alignment.*/

#divRelatedProdListingPerRow {
    content: "4";
}

.divIndProdItemRel {
    width: calc(94% / 4);
    margin: 0px 2% 2% 0px;
}

.divIndProdItemRel:hover {
    -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.3);
    border-radius: 10px;
}

/*Individual Product Page Recommend Product. Width*/

.divIndRecommendItem {}

/*Homepage recommended product. Width*/
#divRecProdListingPerRow {
    content: "4";
}

/*Default 4. Adjust Homepage Recommended product listing alignment.*/

.divProductPrice {
    color: #4987B7;
    font-size: 16px;
    font-family: 'Poppins' !important;
}

/*price font*/
.divPriceStrike {}

/*original price with strike off*/
.divIndProdPrice {}

/*Individual product page. Price font*/

.divGroupHeader {
    font-family: 'Poppins';
    font-weight: 500;
    padding: 10px 0 25px;
    background-color: #fff;
    background-image: unset;
    font-size:16px;
}

/*background:font*/
.divGroupDNameSub {
    border-bottom:none;
    padding:3px 0;
}

/*Category Lvl1.border*/

/*added*/
a.hypGrpNameCat.gotLvl2,
a.hypGrpNameCat.gotLvl2:link,
a.hypGrpNameCat.gotLvl2:visited,
a.hypGrpNameCat.gotLvl2:hover,
a.hypGrpNameCat.gotLvl2:active,
a.hypGrpNameCatSel.gotLvl2,
a.hypGrpNameCatSel.gotLvl2:link,
a.hypGrpNameCatSel.gotLvl2:visited,
a.hypGrpNameCatSel.gotLvl2:hover,
a.hypGrpNameCatSel.gotLvl2:active {
    background: url(/data/cms/images/right-arrow.png) no-repeat right center;
    background-size: 10px;
    width: 100%;
}

.divGroupDNameSubLv2,
.divGroupDNameSubLv3 {
    padding-bottom: 10px;
}

/* end of added */

.hypGrpNameCat, .hypGrpNameCatSel, .hypGrpNameCatLv2, .hypGrpNameCatLv2Sel, .hypGrpNameCatLv3, .hypGrpNameCatLv3Sel {
    background-image: unset;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    /*font-size: 16px;color:#454545;padding: 0 0 0 25px;*/
}

/*font*/
a.hypGrpNameCat:link,
a.hypGrpNameCat:visited {
    color: #191919;
    text-decoration: none;
    background-image: unset;
    font-weight:500;
    font-size:14px;
    /*padding: 0 0 0 25px;*/
}

a.hypGrpNameCat:hover,
a.hypGrpNameCat:active {
    color: #4987B7;
    text-decoration: none;
    background-image: unset;
    /*padding: 0 0 0 25px;*/
}

.hypGrpNameCatSel {
    font-size: 14px;
    color: #4987B7;
    /*padding: 0 0 0 25px;*/
}

a.hypGrpNameCatSel:link,
a.hypGrpNameCatSel:visited {
    color: #4987B7;
    text-decoration: none;
    font-weight: 500;
    /*padding: 0 0 0 25px;*/
}

a.hypGrpNameCatSel:hover,
a.hypGrpNameCatSel:active {
    color: #4987B7;
    text-decoration: none;
    /*padding: 0 0 0 25px;*/
}

.hypGrpNameCatLv2 {
    font-size: 14px;
    color: #454545;
}

a.hypGrpNameCatLv2:link,
a.hypGrpNameCatLv2:visited {
    color: #191919;
    text-decoration: none;
    font-weight:500;
}

a.hypGrpNameCatLv2:hover,
a.hypGrpNameCatLv2:active {
    color: #4987B7;
    text-decoration: none;
}

.hypGrpNameCatLv2Sel {
    font-size: 14px;
    color: #4987B7;
}

a.hypGrpNameCatLv2Sel:link,
a.hypGrpNameCatLv2Sel:visited {
    color: #4987B7;
    text-decoration: none;
    font-weight: 500;
}

a.hypGrpNameCatLv2Sel:hover,
a.hypGrpNameCatLv2Sel:active {
    color: #4987B7;
    text-decoration: none;
}

.hypGrpNameCatLv3 {
    font-size:13px;
}

a.hypGrpNameCatLv3:link, a.hypGrpNameCatLv3:visited {
    color: #191919;
    font-weight: 500;
}

a.hypGrpNameCatLv3:hover, a.hypGrpNameCatLv3:active {
    color: #4987B7;
    text-decoration: none;
}

.hypGrpNameCatLv3Sel {font-size:13px; color:#4987B7;}
a.hypGrpNameCatLv3Sel:link, a.hypGrpNameCatLv3Sel:visited {color:#4987B7; text-decoration:none;font-weight:500;}
a.hypGrpNameCatLv3Sel:hover, a.hypGrpNameCatLv3Sel:active {color:#4987B7; text-decoration:none;}

.divGroupCat .spnGrpNameTotal {
    color: #C8C8C8;
    padding-left:10px;
}

.divGroupDNameSubLv2Title {}

/*Category Lvl2.border*/
.hypGrpNameCatLv2 {}

/*font*/

.pricerange-filter .button {
    height: 50px;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    background: #4987B7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0px 0 0 -10px;
    position: absolute;
    top: 160px;
}

/*price range filter button design. background:font*/
.pricerange-filter .ui-widget-header {
    border: 1px solid #4987B7;
    background: #4987B7;
}

/*price range scroll*/

a.btnPagination:link,
a.btnPagination:visited {
    color: #454545;
    text-decoration: none;
}

a.btnPagination:hover,
a.btnPagination:active {
    color: #4987B7;
    text-decoration: none;
}

.btnPaginationSel {
    color: #4987B7;
}

a.btnPaginationSel:link,
a.btnPaginationSel:visited {
    color: #4987B7;
    text-decoration: none;
}

a.btnPaginationSel:hover,
a.btnPaginationSel:active {
    color: #4987B7;
    text-decoration: none;
}

.imgbtnPageLast:hover i:after {
    color: #4987B7;
}

.divWhatsappEmail {
    min-width: 90px;
}

.divIndProdItem .divProdGroupSnapshot {display:none;}
h3.titleIndProdDesc, h3.innerTitle {color:#4987B7 !important; font-size:36px !important; margin-bottom:5px; line-height:46px;}

/*For mobile view*/
@media only screen and (max-width:800px) {
    .divProdItemImgInner img {
        width: 100% !important;
        height: auto !important;
    }

    .divProdItemImgInner img.potrait, .divIndProdImgInner img.potrait {
        width: auto !important;
        height: 100% !important;
    }

    .divEventImgInner img {
        width: 100%;
        height: auto;
    }

    .divIndProdItem {
        border: unset;
    }

    /*padding:border:margin:width*/
    .divProdItemImg {
        border:none;
        border-radius:unset;
    }

    /*padding*/
    .divProdImgInn {
        padding: 0px;
        border:1px solid #ddd;
        border-radius:10px;
    }

    /*image border*/
    .hypProdDName {
        border: unset;
    }

    /*productName. font*/
    .hypProdDCode {}

    /*productCode. font*/
    .divProdItemDetail {
        padding: 5px 7px 0;
    }

    /*padding*/
    .btnThumb {
        left: 0px;
    }

    /*Recommended Icon. set position.*/
    .btnNew {
        left: 0px;
        top: 0px;
    }

    /*New Icon. set position.*/
    .divRecProd img,
    .divNewProd img {
        width: 50px;
    }

    .divProductPrice {
        font-size: 14px;
    }

    /*price font*/
    .divPriceStrike {}

    /*original price with strike off*/
    .divIndProdPrice {}

    /*Individual product page. Price font*/

    .lnkbtnProdArticle,
    a.lnkbtnProdArticle:link,
    a.lnkbtnProdArticle:visited {
        color: #4987B7;
    }

    a.lnkbtnProdArticle:hover,
    a.lnkbtnProdArticle:active {
        color: #231F20;
        text-decoration: unset;
    }

    .divGroupDNameSub {
        border-bottom: unset;
        padding: 0 5%;
    }

    /*Category Lvl1.border*/
    .lvl2DropDown {
        background: url(/data/cms/images/right-arrow.png) no-repeat left center;
        background-size: 35%;
    }

    .lvl3DropDown {
        background: url(/data/cms/images/right-arrow.png) no-repeat left center;
        background-size: 35%;
        right: -5%;
        height: 40px;
    }

    .divSubGroup {
        border-bottom: solid 1px #4987B7;
        margin: auto 5%;
    }

    a.hypGrpNameCat {
        font-size: 14px;
        padding: 15px 0;
        border-bottom: solid 1px #4987B7;
    }

    /*font*/
    a.hypGrpNameCat:link,
    a.hypGrpNameCat:visited {
        padding: 15px 50px 15px 0;
        width: auto;
    }

    a.hypGrpNameCat:hover,
    a.hypGrpNameCat:active {
        padding: 15px 50px 15px 0;
    }

    a.hypGrpNameCatSel {
        font-size: 14px;
        padding: 15px 50px 15px 0;
        border-bottom: solid 1px #4987B7;
    }

    a.hypGrpNameCatSel:link,
    a.hypGrpNameCatSel:visited {
        padding: 15px 50px 15px 0;
    }

    a.hypGrpNameCatSel:hover,
    a.hypGrpNameCatSel:active {
        padding: 15px 50px 15px 0;
    }

    .divLv3GroupItem {
        border-bottom:none;
        padding: 8px 30px;
    }

    .hypLv3GroupDName,
    a.hypLv3GroupDName:link,
    a.hypLv3GroupDName:visited {
        font-size:14px;
        color:#454545;
    }

    a.hypLv3GroupDName:hover,
    .hypLv3GroupDName:active,
    .hypLv3GroupDNameSel,
    a.hypLv3GroupDNameSel:link,
    a.hypLv3GroupDNameSel:visited,
    a.hypLv3GroupDNameSel:hover,
    a.hypLv3GroupDNameSel:active {
        color:#4987B7;
        text-decoration:none;
    }

    .webq-bank-image img {
        width: 100%;
        height: auto;
    }

    a.hypProdDName {
        font-size: 14px;
    }

    .divProd, .divIndProdMobInner {
        padding: 15px;
    }

    .divIndProd {
        padding: 0;
    }

    .divTopProdGroup {
        background: #fff;
    }

    .spnActive,
    .spanList,
    .spnLarge,
    .spnGrid,
    .spnList {
        color: #4987B7;
    }

    .lnkbtnNext i:after,
    .lnkbtnNextDisabled i:after {
        content: "arrow_right";
    }

    .lnkbtnPrevDisabled i:after,
    .lnkbtnPrev i:after {
        content: "arrow_left";
    }

    .btnPagination {
        font-size: 16px;
    }

    .btnPaginationSel {
        font-size: 16px;
        font-weight: 500;
    }

    .divProdBackSort .ddl {
        /*background:#e9e9e9;*/
    }

    .divProdDetailProdCode {
        font-size: 14px;
    }

    a.hypWhatsapp,
    a.hypAsk,
    .divSocialShareBtnIcon {
        font-size: 10px !important;
    }

    /*.divRelProdDName {
        height: auto !important;
    }*/

    .divEnquiry {
        padding: 0 15px;
    }

    .divNewProd,
    .divRecProd {
        top: 0px;
        left: 0px;
    }

    .divProdDesc>div {
        white-space: normal !important;
    }

    .tblSearchBox {
        display: none;
    }

    h3.titleIndProdDesc, h3.innerTitle {
        font-size: 22px !important;
        line-height: normal !important;
    }
}

/*End Product*/

/*Others*/
/*Apply in desktop view only*/
@media only screen and (min-width:960px) {
    .event-title h3 {
        font-size: 16px;
        line-height: normal;
    }

    .isEnquiry .divMiddleCtnSubLeft {
        width: 450px;
    }

    .divMiddleCtnSubRight {
        width: calc(100% - 310px) !important;
    }

    .divMainCtnTopMiddleBtmIndProd, .divMiddleCtnSubRight {
        width: 100% !important;
    }
}

@media only screen and (max-width:1540px) {
    .topMenuSplitterInner {
        width: 100%;
        padding: 0 40px!important;
        box-sizing: border-box;
    }

    .divBreadCrumb {
        width: 100%;
        padding: 11px 40px!important;
        box-sizing: border-box;
    }

    .divbottomMenu {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .divMainCtnTopMiddleBtmFull.isProd .divMainCtnTopMiddleBtm { 
        width:auto !important;
        padding:20px 40px 50px;
    }

    .divMainCtnTopMiddleBtmFull.isProd .divIndProductInner, .divMainCtnTopMiddleBtmFull.isProd .divProdRelProdInner {
        width: auto !important;
        padding: 0 40px;
    }
}

@media only screen and (max-width:1400px) {
    .imgLogo {
        height: 44px !important;
    }
    .divOuterMenu {
        padding: 0 0 0 40px;
    }
    #nav-one .liTopMenu {
        margin: 0 5px;
        padding: 0 15px;
    }
    .divQuickContact {
        width:40px;
    }
    .divQuickEmail {
        margin-right:15px;
    }
    .hypQuickEmail i {
        padding-right: 10px;
    }
    .hypQuickContact i {
        padding-right: 10px;
    }
}

@media only screen and (max-width:1280px) {
    .imgLogo {
        height: 40px !important;
    }
    .divOuterMenu {
        padding: 0 0 0 35px;
    }
    #nav-one li {
        padding: 0 20px;
    }
    #nav-one .liTopMenu {
        margin: 0 5px;
        padding: 0 10px;
    }

    #nav-two li {
        padding: 0;
    }
}

@media only screen and (max-width:800px) {
    .divBreadCrumb {
        width: 100% !important;
        padding: 12px 20px !important;
    }
}

/*Apply in mobile view only*/
@media only screen and (max-width:500px) {
    .divIndProdImgInner {
        width: auto;
    }

    .event-title h2 a {
        color: #191919;
    }
}