/*General*/
body {
    font-size: 16px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
    color: #000;
}

input,
textarea {}

select {
    font-family: 'Golos Text', 'Noto Sans SC';
}

strong,
b {
    color: #000052;
}

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

a:hover,
a:active {
    color: #000099;
    text-decoration: unset;
    font-weight: 700;
}

.button1,
a.button1,
.button1:link,
.button1:visited,
a.button1:link,
a.button1:visited {
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #000052;
    border:2px solid #000052;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: none;
    border-radius: 50px;
}

.button1:hover,
.button1:active,
a.button1:hover,
a.button1:active {
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #000052;
    border-radius: 50px;
}

.button2,
a.button2,
.button2:link,
.button2:visited,
a.button2:link,
a.button2:visited {
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: none;
    border-radius: 50px;
}

.button2:hover,
.button2:active,
a.button2:hover,
a.button2:active {
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #000052;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #fff;
    border-radius: 50px;
}

.button3,
a.button3,
.button3:link,
.button3:visited,
a.button3:link,
a.button3:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: #FF0000;
    border-radius: 50px;
    cursor: pointer;
}

.button3:hover,
.button3:active,
a.button3:hover,
a.button3:active {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: #FF0000;
    border-radius: 50px;
    cursor: pointer;
}

h1 {
    font-size: 50px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
    line-height: 60px;
}

h2,
h2 a {
    font-size: 42px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
    line-height: 42px;
}

h3,
h3 a {
    font-size: 34px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
    line-height: 41px;
}

h4 {
    font-size: 26px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
    line-height: 31px;
}

h5 {
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
}

h6 {
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000000;
}

.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: 20px;*/
    list-style-type: none;
    margin: 0px;
    background-size: 6px;
    line-height: 18px;
    padding-bottom: 10px;
    background: unset;
}

.ulContent li::before {
    content: "\25CF";
    color: #000052;
    font-weight: bold;
    display: inline-block;
    width: 14px;
    margin-left: -12px;
    font-size: 14px;
}

.olContent {}

.olContent li {}

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

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

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

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

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

.mstTagline {
    font-size: 50px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}

.mstTagline2 {
    font-size: 18px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
    color: #fff;
    line-height: 34px;
}

.mstTaglineSub {
    font-size: 50px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    line-height: 100px;
    letter-spacing: 0.05em;
}

.mstTaglineSub2 {
    font-size: 24px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    line-height: 28.8px;
    letter-spacing: 0.05em;
}

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

/*Homepage*/
.bodyPage1 .divMastheadBackgroundContainer {
    height: 826px;
}

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

/*Subpage*/
.bodyPage .divMastheadBackgroundContainerSub {
    
}

.bodyPage .divBreadCrumbOuter>div>div {
    background: #fff;
    border-bottom: none;
}

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

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

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

#divGroupSpeed {
    content: "slow";
}

/*Category slide speed. selection= slow :: medium :: fast*/
.divMenuFloat {
    position: relative;
    z-index: 9;
    top: 0;
    background: transparent;
    /*border-bottom: 1px solid #c0c0c0;*/
}

.bodyPage .divMenuFloat {
    position: relative;
    z-index: 9;
    top: 0;
    /*border-bottom: 1px solid #c0c0c0;*/
}

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

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

.divFacebookPage {
    padding: 0 5px;
}

.divMainCtnTopMiddleBtmFull {
    background: none;
}

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

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

.isProd .divMainCtnTopMiddleBtm {
    padding: 25px 0;
}

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

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

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

#divClearTextbox {
    top: 13px !important;
}

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

.input,
textarea {
    color: #000;
}

.divBestSellerContainer {
    margin: auto;
}

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

a.addCMSGroupLink:hover,
a.addCMSGroupLink:active,
a.addCMSGroupLinkSel,
a.addCMSGroupLinkSel:link,
a.addCMSGroupLinkSel:visited,
a.addCMSGroupLinkSel:hover,
a.addCMSGroupLinkSel:active {
    color: #000052;
    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 {
   width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: unset;
    padding-left:unset;
}

ul#slide-list li:hover:not(ul#slide-list li.current-slide){height:17px;background-color:#fff;}


ul#slide-list li.current-slide,
ul#slide-list li.current-slide{
background-color: #fff;
border-radius:25px;
height: 30px;
}

ul#slide-list {
   display:inline-block;
    list-style-type: none;
    padding:0;
    position: relative;
    top: 10px;
    margin:auto;
    width: 10px;
    height: 100px;
}

ul#slide-list li a {
}

ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover,
ul#slide-list li a:hover {
}

.divSSPagingInner {
    position: relative;
    width: 100%;
    padding-left: 30px;
    margin: auto;
}

#slidedescription{max-width:1620px!important;}

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

.topMenuSplitterInner{width:100%;padding: 0 35px;}
.divSSPagingInner{padding-left: 1vw;}
#slidedescription{max-width:100%!important;padding: 0 35px;}

}


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

.divMainTop {
    background: none !important;
}

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

.divPnlMenu {
    width: auto !important;
}

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

.menuTopTop {
    position: relative;
    height: 70px;
    width: 100%;
    margin: auto;
}

.menuTop {}

.divTopBigRightTop {
    background-color: transparent;
}

.width_180 {
    width: 180px;
}

.height_50 {
    height: 50px;
}

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

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

.divSSPaging img {
    width: 15px;
    height: 15px;
    /*background: url(/data/cms/images/pagination-home-masthead-wGolos Text.png)no-repeat center 5px;background-size: 8px;*/
}

.divSSPaging img:hover,
.divSSPaging .activeSlide img {
    width: 15px;
    height: 15px;
    /*background: url(/data/cms/images/pagination-home-masthead-wGolos Text.png)no-repeat center -20px;background-size: 8px;*/
}

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

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

.quickTel {
    background: #000;
    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: 'Golos Text', 'Noto Sans SC';
    font-size: 14px;
    color: #000 !important;
    padding-right: unset;
    font-weight: 400 !important;
    text-decoration: unset !important;
    padding: 0 5px 0 0;
    cursor: pointer;
}

a.hypQuickEmail:hover,
a.hypQuickEmail:active,
a.hypQuickEmail:hover span,
a.hypQuickEmail:active span {
    text-decoration: unset;
    color: #000 !important;
    font-weight: 400 !important;
    padding: unset;
    padding: 0 5px 0 0;
}

.hypQuickEmail i {
    font-size: 18px;
    color: #000000;
}

#materialIconsQuickEmail:after {
    content: '';
    position: relative;
    color: #fff;
}

/*.hypQuickEmail span {text-decoration: none;color: ##fff;font-size:14px;}*/
.hypQuickContact,
.hypQuickContact:link,
.hypQuickContact:visited {
    font-family: 'Golos Text', 'Noto Sans SC';
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #000 !important;
    background: none;
    font-weight: 400 !important;
    padding: 0 0 0 5px;
    min-width: 135px;
    cursor: unset;
    border: none;
    border-radius: 30px;
    padding: 10px;
}

.hypQuickContact:hover,
.hypQuickContact:active {
    text-decoration: unset;
    color: #000 !important;
    font-weight: 400 !important;
    /*padding-right: 10px;*/
}

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

#materialIconsQuickTel:after {
    content: "phone";
    position: relative;
    color: #fff;
    font-family: 'Material Icons Outlined';
    border-radius: 50%;
    font-size: 15px;
    background: #000052;
    padding: 8px;
}

.hypQuickContact i {
    font-size: 14px;
    color: #000000;
    background: transparent;
    border-radius: 50%;
    padding-right: 5px;
}

.column-6 {
    width: 100%;
}

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

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    font-weight: 400;
    font-family: 'Golos Text', 'Noto Sans SC';
}

.hypQuickWhatsapp img {
    width: 25px;
}

#main {
    background: none;
}


.tblSearchBox {
    width: 50%;
    border: unset;
    background: transparent;
    height: 35px !important;
    border-radius: 30px;
    float: right;
}

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

.txtSearch {
    color: #BFBFBF;
    height: 14px;
    overflow: hidden;
    width: 100%;
    background: transparent;
    border: none;
    margin-right: 2px;
    outline: none;
    margin-left: 0px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    font-size: 12px;
}

.tdSearchTxtBox {
    background: transparent;
    border-bottom: 1px solid #BFBFBF;
}

.txtSearch::-webkit-input-placeholder {
    color: #BFBFBF;
    height: 12px;
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 0px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch:-ms-input-placeholder {
    color: #BFBFBF;
    height: 12px;
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 0px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch::placeholder {
    color: #BFBFBF;
    opacity: 1;
    height: 12px;
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 20px 6px 20px 0px;
    border: none;
    margin-right: 2px;
    outline: none;
}

.txtSearch:focus {
    color: #BFBFBF;
}

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

.tdSearcBtn i {
    border: 1px solid #000052;
    border-radius: 50%;
    padding: 3px;
}

#materialIconsSearch:after {
    content: "search";
    color: #000052;
    font-size: 12px;
    font-weight: 700;
}

#divClearTextbox i {
    color: #BFBFBF;
}

.divResultList_Item:hover {
    color: #000052 !important;
}

#TB_title {
    background: #000052;
}

/*#cphContent_ucUsrIndProduct_ucUsrIndProductDetail_lblAsk {font-weight: 400;}
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: none;
    background: #F4F4F4;
    margin-left: 0;
    padding: 0 8px;
    border-radius: 25px;
    height: 40px;
    position: relative;
    box-sizing:border-box;
}

.spanSplitter {
    padding: 0px 5px;
    color: #000052;
    display: none;
}

.langLink {
    font-size: 12px;
    color: #000052!important;
    font-weight:600!important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 30px;
    box-sizing: border-box;
    z-index: 1;
    background: unset;
}

a.langLink:link {
    color: #ff0000;
    font-weight:500;
    text-decoration: none;
    /*height: 35px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

a.langLink:visited {
    color: #29AAE2;
    text-decoration: none;
}

/*a.langLink:hover,
        a.langLink:active,*/
.langLinkSel,
a.langLinkSel:link,
a.langLinkSel:visited

/*,
        a.langLinkSel:hover,
        a.langLinkSel:active*/
    {
    font-size: 12px;
    font-weight:500;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    background: #000052;
    width: 30px;
    box-sizing: border-box;
    border-radius: 50%;
}

.divIndLang {
    opacity: 0;
    position: absolute;
    background: #fff;
    left: 0;
    width: 43px;
    height: 35px;
    top: 0;
    border-radius: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 0;
}

.langLinken+.divIndLang {
    left: 43px;
}

.divIndLang.selectedLang {
    background: #d2a620;
    left: 43px;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.langLinken+.divIndLang.selectedLang {
    left: 0px;
}


.divMenu2 .nav{
margin-right: 0!important;
}


/*End of Language*/

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

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

/*End of Gallery*/

/*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;
    }

    h1 {
        font-size: 38px;
line-height:38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {}

    h5 {}

    h6 {}

    .ulContent {}

    .ulContent li {}

    .ulContent li::before {
        content: "\25CF";
        position: relative;
        top: 0px;
    }

    .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: 350%;
        line-height: 120%;
    }

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

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

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

    #materialIconsSearch:after {
        color: #000052;
        font-size: 25px;
    }

    .txtSearch {
        outline: none;
        padding: 20px 100px 20px 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 #materialIconsSearch:after {
        font-size: 18px;
        padding: 0;
        position: relative;
        color: #000052;
        right: 10px;
        top: 2px;
    }

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

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

    .divSideMenu {
        top: 0px !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: #000;
    }

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

    .recaptcha .errmsgEnquiry {
        padding: 0;
    }

    .jssorb21 div,
    .jssorb21 div:hover,
    .jssorb21 .av {
        /*background: url('/data/cms/images/pagination-home-masthead.png') no-repeat;*/
        background-size: 8px;
    }

    .jssorb21 .av,
    .jssorb21 div:hover,
    .jssorb21 .av:hover {
        background-position: 0px -19px;
        background-color: #fff !important;
        box-shadow: inset 0 0 0 2px #fff !important;
    }

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

    /* right pagination */
    .divNavigator .divPrototype {
        overflow: hidden;
        background-color: transparent;
        box-shadow: inset 0 0 0 2px transparent;
        transition: all 0.3s ease;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        padding: 0;
        border: 1px solid #fff;
        box-sizing: border-box;
    }

    .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: 100;
        top: 0px;
        left: 0px;
        background: #fff;
    }

    .fb-like-container {
        width: 23%;
        margin-left: -15px !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;
        color:#000052!important;
        padding: 0 0 0 18px;
        margin-left: auto;
    }

    .langLink,
    a.langLink:link,
    a.langLink:visited {
        color: #000052;
font-weight:400;
background:transparent!important;
    }

    a.langLink:hover,
    a.langLink:active,
    .langLinkSel,
    a.langLinkSel:link,
    a.langLinkSel:visited,
    a.langLinkSel:hover,
    a.langLinkSel:active {
        color: #fff;
        background: #000052;
        height: 30px;
        box-shadow: unset;
        border-radius: 50%;
    }

    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: #000052 !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        font-size: 10px;
        padding-right: 0 !important;
    }

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

    .txtSearch {
        color: #000;
    }

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

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

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

    .txtSearch:focus {
        color: #000;
    }
}

/*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;
    }

    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;
    }

    /*Product*/
    .divIndProdItem {
        border: unset;
        width: calc(93.9%/4);
        margin: 0px 18px 15px 0px;
    }

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

    /*End of Product*/

/*if adjust enquiry for alignment by css*/
    .divMainCtnTopMiddleBtmFull.isEnquiry .divMiddleCtnSubLeft {
        display: none;
    }

    .enquiry-form {
        padding: 0 0 0 40px;
    }

    .enquiry-form .row {
        margin-bottom: 20px;
        width: 48%;
        display: inline-block;
        position: relative;
        margin: auto auto 12px auto
    }

    .enquiry-form .row:nth-child(1),
    .enquiry-form .row:nth-child(2),
    .enquiry-form .row:nth-child(3),
    .enquiry-form .row:nth-child(4),
    .enquiry-form .row:nth-child(5) {
        float: left;
        clear: left;
        padding: 0 48px 0 0;
    }

    .enquiry-form .row:nth-child(6) {}

    .enquiry-form .row:nth-child(7) {}

    .enquiry-form .row:nth-child(8) {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: unset;
        float: none;
        clear: none;
        display: inline-grid;
    }

    .enquiry-form .row:nth-child(9) {
        padding: 12px 0 0 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .enquiry-form .row:nth-child(10) {
        margin: auto;
        text-align: center;
        padding: 12px 0 0 0;
        width: 100%;
    }

    .enquiry-form .field-label {
        display: none;
    }

    .enquiry-form .field-control {
        float: left;
        width: 100%;
    }

    .divMiddleCtnSubRight {
        width: 100% !important;
    }

    .divEnquiryForm {
        border-left: unset;
        margin: auto;
        padding: 0;
    }

    .enquiry-form {
        padding: 0 0 0 0px;
    }

    .divEnquiryHeaderDesc {
        text-align: center;
        line-height: 2;
        /*padding: 0 0 30px 0;*/
    }

    .enquiry-title h2 {
        justify-content: center;
    }

    .enquiry-form .ddl,
    .enquiry-form .text_big {
        border-radius: 0px;
        min-height: 46px;
    }

    /*.enquiry-form input{font-size:16px;}*/
    .recaptcha .errmsgEnquiry {
        padding-left: 0;
    }

    /*end if adjust enquiry for alignment by css*/
}

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

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

.topMenuSplitter {
    height: 150px;
    width: 100%;
}

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

#divAdjustTopMenu {
    content: "1";
}

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

#nav-one li{
    padding: 0 25px;
    height: 70px;
}

.divMenu2 #nav-one li{
    padding: 0 5px;
    height: 70px;
}


.topMenuItem,
a.topMenuItem,
a.topMenuItem:link,
a.topMenuItem:visited {
    font-size: 16px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border-bottom: 2px solid transparent;
    transition:all 0.5s;
    height:25px;
}

/*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: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border-bottom: 2px solid #fff;
    transition:all 0.5s;
    height:25px;
}



.bodyPage .topMenuItem,
.bodyPage a.topMenuItem,
.bodyPage a.topMenuItem:link,
.bodyPage a.topMenuItem:visited {
    font-size: 16px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #000;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border-bottom: 2px solid transparent;
    transition:all 0.5s;
    height:25px;
}

/*1st level menu*/

.bodyPage .topMenuItemSel,
.bodyPage a.topMenuItemSel,
.bodyPage a.topMenuItemSel:visited,
.bodyPage a.topMenuItemSel:link,
.bodyPage a.topMenuItemSel:hover,
.bodyPage a.topMenuItemSel:active,
.bodyPage a.topMenuItem:hover,
.bodyPage a.topMenuItem:active,
.bodyPage #nav-one li:hover a.topMenuItem {
    font-size: 16px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    color: #000;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border-bottom: 2px solid #000;
    transition:all 0.5s;
    height:25px;
}












.spanTopMenuSplitter {
    display: none;
}

/*top 1st menu*/

#UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirst,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:visited,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:link {
    font-size: 12px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border: 2px solid #fff;
    border-radius:50px;
    letter-spacing: 0.2em;
    padding:9px 20px;
    box-sizing:border-box;
    transition: all .3s ease;
}

#UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirstSel,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel:visited,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel:link,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:hover,
#UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:active,
#nav-one li:hover #UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirst {
    font-size: 12px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000052;
    background: #fff;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border: 2px solid #000052;
    border-radius:50px;
    letter-spacing: 0.2em;
    padding:9px 20px;
    box-sizing:border-box;
    transition: all .3s ease;
}

#UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirst,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:visited,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:link
{
    font-size: 12px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #000052;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    background:#fff;
    border:2px solid #fff;
    border-radius:50px;
    letter-spacing: 0.2em;
    padding:9px 20px;
    box-sizing:border-box;
    transition: all .3s ease;
}

#UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirstSel,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel:visited,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel:link,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:hover,
#UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:active,
#nav-one li:hover #UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirst{
    font-size: 12px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    background: #000052;
    border:2px solid #000052;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    border-radius:50px;
    letter-spacing: 0.2em;
    padding:9px 20px;
    box-sizing:border-box;
    transition: all .3s ease;
}

/*subpage top 1st menu*/

.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirst,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:visited,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:link {
    background:#fff;
    color: #000052;
    border: 2px solid #000052;
}

.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirstSel,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel:visited,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirstSel:link,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:hover,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_0a.topMenuItemFirst:active,
.bodyPage #nav-one li:hover #UsrTopMenuMis_rptMenu_hypMenu_0.topMenuItemFirst {
    color: #fff;
    background: #000052;
    border: 2px solid #000052;
}

.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirst,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:visited,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:link
{
    color: #fff;
    background:#1B1B62;
    border:2px solid #1B1B62;
}

.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirstSel,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel:visited,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirstSel:link,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:hover,
.bodyPage #UsrTopMenuMis_rptMenu_hypMenu_1a.topMenuItemFirst:active,
.bodyPage #nav-one li:hover #UsrTopMenuMis_rptMenu_hypMenu_1.topMenuItemFirst{
    color: #fff;
    background: #000052;
    border:2px solid #000052;
}








/*2nd level menu*/
#nav-two {
    margin-top: 113px;
    padding: 10px 0px;
}

#nav-two li,
#nav-two li a {
    background: #000052;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    border-bottom: unset;
    padding: 0;
    height: auto;
}

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

#nav-two li a:active,
#nav-two li a:hover {
    background: #233A74!important;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
}

#nav-two li:hover,
#nav-two li.sel {
    background: #233A74!important;
    font-weight: 400;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-size: 14px;
    color: #fff !important;
}

#nav-two li.sel a:visited,
#nav-two li.sel a:active {
    background: #233A74!important;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
}

#nav-two li.sel a:hover,
#nav-two li.sel a:link {
    background: #233A74!important;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
}

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

/*end 2nd level menu*/

/*3rd level menu*/
.divSubMenuLv2 #nav-three li a:link,
.divSubMenuLv2 #nav-three li a:visited {
    background: #ff0000 !important;
    padding: 11px 20px;
}

.divSubMenuLv2 #nav-three li a:hover,
.divSubMenuLv2 #nav-three li a:active,
.divSubMenuLv2 #nav-three li.sel a:link,
.divSubMenuLv2 #nav-three li.sel a:visited,
.divSubMenuLv2 #nav-three li.sel a:hover,
.divSubMenuLv2 #nav-three li.sel a:active {
    background: #cc0000 !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: #000052;
}

/*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: #000000;
    font-weight: 700;
    display: block;
}

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

.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: #000;
    display: block;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    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: #FF0000;
    text-decoration: none;
    padding: 13px 0px 13px 20px;
}

/*1st level menu hover effect*/
a.menuLevel:hover,
a.menuLevel:active,
.menuLevelSel {
    background: #FF0000;
    color: #fff !important;
}

.ulSubMenu {
    background: #FF0000;
}

.divTopMenuSubItem {
    padding: 0;
}

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

.hypTopSubMenu,
a.hypTopSubMenu,
a.hypTopSubMenu:link,
a.hypTopSubMenu:visited {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Golos Text', 'Noto Sans SC' !important;
    display: block !important;
    background: #000052!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: #233A74!important;
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px 13px 40px;
    font-family: 'Golos Text', 'Noto Sans SC' !important;
}

/*2nd level menu hover effect*/
.hypTopSubMenuLv2,
a.hypTopSubMenuLv2,
a.hypTopSubMenuLv2:link,
a.hypTopSubMenuLv2:visited {
    color: #fff;
    padding: 10px 0 10px 55px;
    font-weight: 700;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-size: 14px;
    border-bottom: unset;
    background: #000052;
}

/*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: #233A74!important;
    padding: 10px 0 10px 55px !important;
    border-bottom: unset;
    font-weight: 700;
    font-family: 'Golos Text', 'Noto Sans SC';
    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: #000;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    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: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
}

/*Copyright Text. font*/


.divPoweredByWebteq span {
    font-size: 12px;
    font-weight: 400;
}


.divCartContainer {}

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

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

.divLoginContainer {}

.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: #000;
    text-decoration: none;
    /*padding:0 25px;border-bottom:solid 1px #e81d25;*/
}

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

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

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

/*End Side Menu*/

/*Bottom Menu*/
.btmMenuItem,
a.btmMenuItem,
a.btmMenuItem:visited,
a.btmMenuItem:link {
    font-size: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #7AAFEF;
    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: 14px;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    text-decoration: unset;
    margin: auto 30px auto auto;
}

/*End Bottom Menu*/

/*Breadcrumb*/
.divBreadCrumb {
   width:1620px!important;
    border-bottom: 1px solid #D9D9D9;
}

.hypBreadCrumb,
a.hypBreadCrumb,
a.hypBreadCrumb:link,
a.hypBreadCrumb:visited {
    font-size: 16px;
    color: #000;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
}

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: #FF0000;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
}

.divBreadCrumbMobile {
    width: 100%;
    margin: auto;
    padding: 12px 20px!important;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 400;
    border-bottom: 1px solid #D9D9D9;
    ;
}

/*End Breadcrumb*/

/*Product*/
.divProdItemDName {
    height: auto !important;
}

.divIndProdShare {
    display: none;
}

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

/*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: poGolos Text;
}

/*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;
}

.divTopProdGroup {
    /*background: #e9e9e9;*/
}

.ddl_sort,
.ddl_show {
    background: #fff;
    font-weight: 400;
}

#materialIconsGroupHeaderFront:after {
    content: "format_list_bulleted";
    color: #000052;
    padding: 0 10px 0 0;
}

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

.pricerange-filter .button {
    background: #000052 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: 400;
    border: unset;
    background: unset;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-size: 12px;
}

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

a.hypWhatsapp:hover,
a.hypWhatsapp:active,
a.hypAsk:hover,
a.hypAsk:active {
    color: #000052 !important;
    font-weight: 400;
}

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

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

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

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

.divSocialShareBtnIcon i {
    color: #000052;
}

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

.spanArticleSplitter {
    color: #000052;
}

/*end of individual product*/

a.hypProdDName {
    color: #000;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
}

a.hypProdDName:link,
a.hypProdDName:visited {
    color: #000;
    text-decoration: none;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
}

a.hypProdDName:hover,
a.hypProdDName:active {
    color: #000052;
    text-decoration: none;
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
}

.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.*/

.divIndProdItemRel {
    width: calc(92.5%/5);
    margin: 0px 18px 15px 0px;
}

/*Individual Product Page Recommend Product. Width*/

.divIndRecommendItem {}

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

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

.divProductPrice {
    color: #000052;
}

/*price font*/
.divPriceStrike {}

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

/*Individual product page. Price font*/

.divGroupHeader {
    font-family: 'Golos Text', 'Noto Sans SC';
    font-weight: 500;
    padding: 10px;
    background-image: unset;
}

/*background:font*/
.divGroupDNameSub {}

/*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 {
    background-image: unset;
    /*font-size: 16px;color:#000;padding: 0 0 0 25px;*/
}

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

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

.hypGrpNameCatSel {
    /*font-size: 16px;*/
    color: #000052;
    /*padding: 0 0 0 25px;*/
}

a.hypGrpNameCatSel:link,
a.hypGrpNameCatSel:visited {
    color: #000052;
    text-decoration: none;
    /*padding: 0 0 0 25px;*/
}

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

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

a.hypGrpNameCatLv2:link,
a.hypGrpNameCatLv2:visited {
    color: #000;
    text-decoration: none;
}

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

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

a.hypGrpNameCatLv2Sel:link,
a.hypGrpNameCatLv2Sel:visited {
    color: #000052;
    text-decoration: none;
}

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

.divGroupDNameSubLv2Title {}

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

/*font*/

.pricerange-filter .button {}

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

/*price range scroll*/

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

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

.btnPaginationSel {
    color: #000052;
}

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

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

.imgbtnPageLast:hover i:after {
    color: #000052;
}

.divWhatsappEmail {
    min-width: 90px;
}

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

    .divIndProdItem {
        border: unset;
    }

    /*padding:border:margin:width*/
    .divProdItemImg {}

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

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

    /*productName. font*/
    .hypProdDCode {}

    /*productCode. font*/
    .divProdItemDetail {}

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

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

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

    .divProductPrice {}

    /*price font*/
    .divPriceStrike {}

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

    /*Individual product page. Price font*/

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

    a.lnkbtnProdArticle:hover,
    a.lnkbtnProdArticle:active {
        color: #000099;
        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%;
    }

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

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

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

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

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

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

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

    .divProdGroupSnapshot {
        font-size: 12px;
    }

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

    .divProd {
        padding: 0 15px;
    }

    .divTopProdGroup {
        background: #fff;
    }

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

    .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;
    }
}

/*End Product*/

/*Others*/


/*Apply in desktop view only*/

@media only screen and (max-width: 1650px){
.divBreadCrumb {
   width:100%!important;
    padding:15px 35px;
}
}


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

}

@media only screen and (max-width:1400px) {
    #nav-one li {
        padding: 0 15px;
background:border-box !important;
    }
#nav-one li.sel,#nav-one li:hover{ padding: 0 15px;
background:border-box !important;}
.divMenu2 #nav-one li {
        padding: 0 5px;
    }


   }

/*Apply in mobile view only
@media only screen and (max-width:500px) {
 .event-title h2 a {
     color: #000;
     font-size: 16px;
     line-height: 16px;
 }
}*/