/*General*/

body {
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #454545;
    letter-spacing: 0.48px;
}

select {
    font-family: 'Be Vietnam Pro';
    color: #454545;
}

strong,
b {
    color: #000;
    font-weight: 600;
}

a,
a:link,
a:visited {
    color: #454545;
    text-decoration: unset;
    font-weight: 600;
    transition: all 0.5s;
}

a:hover,
a:active {
    color: #CA131C;
    text-decoration: unset;
    font-weight: 600;
    transition: all 0.5s;
}

a.hypEmail:link,
a.hypEmail:hover {
    color:#A41017;
    text-decoration: underline;
}

input,
textarea {
    font-family: 'Be Vietnam Pro';
    color: #454545;
}

input[type=checkbox]:checked+.slider {
    background-color: #CA131C;
}

input[type=checkbox]:focus+.slider {
    box-shadow: 0 0 1px #CA131C;
}

.bgtheme1 {
    background-color: #000;
}

#divClearTextbox {
    top: 20px !important;
}

#TB_title {
    background: #A41017;
}

/*Heading Styling*/

h1 {
    font-size: 42px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
    letter-spacing: 2.1px;
}

h2 {
    font-size: 36px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
    letter-spacing: 1.8px;
}

h3,
h3 a {
    font-size: 30px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
    letter-spacing: 1.5px;
}

h4 {
    font-size: 24px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
}

h5 {
    font-size: 22px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
}

h6 {
    font-size: 20px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    color: #191919;
    line-height: normal;
}

/*End of Heading Styling*/



/*Button Styling*/

.button1,
a.button1,
.button1:link,
.button1:visited,
a.button1:link,
a.button1:visited {
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #444;
    letter-spacing: 0.8px;
    background: transparent;
    border: 2px solid transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0;
    box-sizing: border-box;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.button1:hover,
.button1:active,
a.button1:hover,
a.button1:active {
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
    background: #CA131C;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;

}

.button2,
a.button2,
.button2:link,
.button2:visited,
a.button2:link,
a.button2:visited {
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
    background: #CA131C;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.button2:hover,
.button2:active,
a.button2:hover,
a.button2:active {
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
    background: #A41017;
    border-radius: 5px;
    padding: 10px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

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

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

/*End of Button Styling*/



/*UL & OL Styling*/

.ulContent {}

.ulContent li {
    padding-left: 10px;
    list-style-type: none;
    margin: 0px;
    background-size: 6px;
    line-height: 18px;
    padding-bottom: 10px;
}

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

.ulContent li:last-child {
    padding-bottom: 0!important;
}

.olContent {}

.olContent li {}

/*End of UL & OL Styling*/



/*tblContent Styling*/

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

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

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

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

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

/*End of tblContent Styling*/



/*Masthead Tagline Styling*/

.mstTagline {
    color: #fff;
    font-family: 'Be Vietnam Pro';
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

.mstTagline2 {
    color: #fff;
    font-family: 'Be Vietnam Pro';
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.mstTagline3 {
    color: #fff;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.48px;
}

.mstTaglineSub {}

.mstTaglineSub2 {}

/*End of Masthead Tagline Styling*/



/*Masthead Styling*/

.bodyPage1 #supersized {
    height: 100%;
    top: 0;
    min-height: unset;
}

.bodyPage1 .divMastheadBackgroundContainer {
    height: 975px;
}

.bodyPage #supersized {
    height: 540px;
    top: 0;
    min-height: unset;
}

.bodyPage .divMastheadBackgroundContainerSub {}

.bodyPage .divTopMastheadContainer {}

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

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

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

/*Category slide speed. selection= slow :: medium :: fast*/
#divGroupSpeed {
    content: "slow";
}

/*.bodyPage1 #supersized{height:975px;top:0px;min-height:975px;}*/
/*.bodyPage #supersized{height:370px;top:0px;min-height:370px;}*/

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

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

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

ul#slide-list li a {
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    box-sizing: border-box;
}

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

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

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

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

.divSSPaging img {
    width: 15px;
    height: 15px;
    background-size: 8px;
}

.divSSPaging img:hover,
.divSSPaging .activeSlide img {
    width: 15px;
    height: 15px;
    background-size: 8px;
}

/*End of Masthead Styling*/



/*Breadcrumb Styling*/

.divBreadCrumb {
    border-bottom: none;
    padding: 10px 0px;
    display: none;
}

.hypBreadCrumb,
a.hypBreadCrumb,
a.hypBreadCrumb:link,
a.hypBreadCrumb:visited {
    font-size: 16px;
    color: #000;
    font-family: 'Be Vietnam Pro';
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 30px;
}

a.hypBreadCrumb:hover,
a a.hypBreadCrumb:active,
.hypBreadCrumbSelected,
a.hypBreadCrumbSelected,
a.hypBreadCrumbSelected:visited,
a.hypBreadCrumbSelected:link,
a.hypBreadCrumbSelected:hover,
a.hypBreadCrumbSelected:active {
    font-size: 16px;
    color: #CA131C;
    font-family: 'Be Vietnam Pro';
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 30px;
}

.divBreadCrumbMobile {
    width: 100%;
    margin: auto;
    padding: 12px 20px;
    background-color: transparent;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

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

.bread_line .pnlTemplateDivItem {
    background: #f4f4f4;
}

/*End of Breadcrumb Styling*/

/*Top Menu Styling*/
.bodyPage1 .divMenuFloat {
    position: relative;
    z-index: 9;
    top: 0;
    width: 100%;
}

.bodyPage .divMenuFloat {
    position: relative;
    z-index: 9;
    top: 0;
    width: 100%;
}

.menuTopTop {
    position: relative;
    top: 10px;
    /* height: 70px; */
    width: 100%;
    margin: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuTop {}

.hypQuickContactOuterOuter{
    display: flex;
    align-items: center;
}

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

.divTopBigRightTop {
    background-color: transparent;
}

.divTopMenuTop {}

.divTopBigRightTop {
    background-color: transparent;
}

#divAdjustTopMenu {
    content: "1";
}

/* Auto adjust top menu. OFF:"0"   ON:"1" */
.divTopMenu {
    text-align: right;
}

.divSearch_ResultList {
    /* max-width: 400px; */
    margin: auto 25px;
}

.topMenuSplitter {
    width: 100%;
    background: rgba(34, 34, 34, 0.90);
}

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

#nav-one li {
    padding: 0 20px;
    height: 50px;
}

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

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

.nav {
    margin-right: 0px;
}

.topMenuItem,
a.topMenuItem,
a.topMenuItem:link,
a.topMenuItem:visited {
    font-size: 14px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #fff;
    height: auto;
    text-align: center;
    text-decoration: unset;
    border-top: 1px solid transparent;
    letter-spacing: 0.28px;
}

/*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: 14px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #CA131C;
    height: auto;
    text-align: center;
    text-decoration: unset;
    border-top: 1px solid transparent;
    letter-spacing: 0.28px;
}

.spanTopMenuSplitter {
    display: none;
}

/*top 1st menu*/
.topMenuItemFirst,
a.topMenuItemFirst,
a.topMenuItemFirst:visited,
a.topMenuItemFirst:link {
    font-size: 12px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    letter-spacing: 0.24px;
    transition: all .3s ease;
}

.topMenuItemFirstSel,
a.topMenuItemFirstSel,
a.topMenuItemFirstSel:visited,
a.topMenuItemFirstSel:link,
a.topMenuItemFirst:hover,
a.topMenuItemFirst:active,
#nav-one li:hover .topMenuItemFirst {
    font-size: 12px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    color: #CA131C;
    text-align: center;
    text-decoration: unset;
    border-top: unset;
    letter-spacing: 0.24px;
    transition: all .3s ease;
}
/*end for top 1st menu*/

/*2nd level menu*/
/*#nav-two li:first-child,#nav-two li:first-child a{border-radius:10px 10px 0px 0px;*/
/*padding-top: 15px;*/
/*}
#nav-two li:last-child,#nav-two li:last-child a{border-radius:0px 0px 10px 10px;*/
/*padding-bottom: 15px;*/
/*}*/
#nav-two {
    margin-top: 94px;
    padding: 10px 15px;
}

#nav-two li,
#nav-two li a {
    background: #CA131C;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #fff !important;
    border-bottom: unset;
    padding: 0;
    height: auto;
    box-sizing: border-box;
}

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

#nav-two li a:active,
#nav-two li a:hover {
    background: #A41017;
    font-weight: 600;
    font-size: 12px;
    color: #fff !important;
}

#nav-two li:hover,
#nav-two li.sel {
    background: #A41017;
    font-weight: 600;
    font-family: 'Be Vietnam Pro';
    font-size: 12px;
    color: #fff !important;
}

#nav-two li.sel a:visited,
#nav-two li.sel a:active {
    background: #A41017;
    font-weight: 600;
    font-size: 12px;
    color: #fff !important;
}

#nav-two li.sel a:hover,
#nav-two li.sel a:link {
    background: #A41017;
    font-weight: 600;
    font-size: 12px;
    color: #fff !important;
}

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

/*end 2nd level menu*/

/*3rd level menu*/
.divSubMenuLv2 #nav-three li a:link,
.divSubMenuLv2 #nav-three li a:visited {
    background: #CA131C;
}

.divSubMenuLv2 #nav-three li a:hover,
.divSubMenuLv2 #nav-three li a:active,
.divSubMenuLv2 #nav-three li.sel,
.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: #A41017;
}

/*#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 of Top Menu Styling*/

/*Top Menu Social Media Styling*/
.divMediaSocOuter {
    width: 100%;
    /* height: 50px; */
}

.divMediaSoc {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 60px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #505050;
}

.divSocialMedia {
    position: relative !important;
    padding: 0 0 0 0;
    top: -1px;
}

.hypQuickWhatsapp img {
    width: 25px;
    padding-right: 0px;
}

.spanQuickContactNo img {
    width: 25px;
}

.divFbIcon {
    height: 25px;
    width: 25px;
    background-size: 25px;
}

.divFacebookPage {
    padding: unset;
}

.divMainTop {
    background: none !important;
}

.divPnlMenu {
    width: auto !important;
}

.twoNumber>div:first-child {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*End of Top Menu Social Media Styling*/



/* Top Menu Quick Contact */
.hypQuickContactOuter {
    border-radius: 50%;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.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 {
    font-size: 14px;
    color: #fff !important;
    padding-right: unset;
    font-weight: 400 !important;
    text-decoration: unset !important;
    background: transparent;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    letter-spacing: 0.7px;
}

a.hypQuickEmail span,
a.hypQuickEmail:link span,
a.hypQuickEmail:visited span {
    text-decoration: none;
    padding-left: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    letter-spacing: 0.7px;
}

a.hypQuickEmail:hover,
a.hypQuickEmail:active,
a.hypQuickEmail:hover span,
a.hypQuickEmail:active span {
    text-decoration: unset;
}

.hypQuickEmail i {
    font-size: 18px;
    padding: unset;
}

#materialIconsQuickEmail:after {
    content: 'email';
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

a.hypQuickEmail:hover #materialIconsQuickEmail:after,
a.hypQuickEmail:active #materialIconsQuickEmail:after {}

.hypQuickContact,
.hypQuickContact:link,
.hypQuickContact:visited {
    font-family: 'Be Vietnam Pro';
    position: relative;
    top: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    padding-right: unset;
    font-weight: 400 !important;
    min-width: unset;
    background: transparent;
    padding-right: 0;
    letter-spacing: 0.7px;
}

.hypQuickContact:hover,
.hypQuickContact:active {
    text-decoration: unset;
    color: #fff !important;
    font-weight: 400 !important;
    padding-right: 0;
}

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

#materialIconsQuickTel:after {
    content: "";
    position: relative;
    color: #fff;
    /*-webkit-text-stroke-width: 1.5px;-webkit-text-stroke-color: #fff;*/
    font-size: 20px;
    font-weight: 700;
}

.hypQuickContact:hover #materialIconsQuickTel:after,
.hypQuickContact:active #materialIconsQuickTel:after {
    -webkit-text-stroke-color: unset;
    -webkit-text-stroke-width: unset;
    color: #fff;
}

.hypQuickContact i {
    font-size: 18px;
    color: #000000;
    padding: unset;
}

/* End of Top Menu Quick Contact */



/*Bottom Menu*/
.btmMenuItem,
a.btmMenuItem,
a.btmMenuItem:visited,
a.btmMenuItem:link {}

a.btmMenuItem:hover,
a.btmMenuItem:active,
.btmMenuItemSel,
a.btmMenuItemSel,
a.btmMenuItemSel:visited,
a.btmMenuItemSel:link,
a.btmMenuItemSel:hover,
a.btmMenuItemSel:active {}

/*End Bottom Menu*/



/*Desktop Copyright Text. font*/

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

.divCopyText {
    font-size: 12px;
    color: #fff !important;
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    letter-spacing: 0.6px;
}

.divPoweredByWebteq a span {
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: 0.6px;
}

/*End of Desktop Copyright Text. font*/



/*Content Styling*/
.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% !important;
}

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

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

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

#main {
    background: none;
}

/*End of Content Styling*/



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

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

.ug-arrow-left.ug-skin-default:hover,
.ug-arrow-right.ug-skin-default:hover {
    color: #CA131C;
}

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

.divEventList {
    padding-bottom:0;
}

/*End of Gallery*/



/*Product*/
.divIndProdItem {}

/*padding:border:margin:width*/
.divProdItemImg {
    padding: 0px;
    border: 1px solid #ddd;
}

/*padding*/
.divIndProdItemNewRec:hover .divProdImgInn,
.divIndProdItem:hover .divProdImgInn {
    outline: unset;
}

.divProdImgInn {}

/*image border*/
.hypProdDName {}

/*productName. font*/
a.hypProdDName {
    color: #454545;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
}

a.hypProdDName:link,
a.hypProdDName:visited,
a.hypRelProdDName:link,
a.hypRelProdDName:visited {
    color: #191919;
    text-decoration: none;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    font-size: 16px;
}

a.hypProdDName:hover,
a.hypProdDName:active,
a.hypRelProdDName:hover,
a.hypRelProdDName:active {
    color: #CA131C;
    text-decoration: none;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
}

a.hypProdDCode,
a.hypProdDCode:link,
a.hypProdDCode:visited,
a.hypProdDCode:hover,
a.hypProdDCode:active {
    font-family: 'Be Vietnam Pro';
    color: #CA131C !important;
    text-decoration: unset;
    cursor: pointer;
}

/*productCode. font*/
a.hypProdDPrice,
a.hypProdDPrice:link,
a.hypProdDPrice:visited,
a.hypProdDPrice:hover,
a.hypProdDPrice:active {
    font-family: 'Be Vietnam Pro';
    color: #292929;
    text-decoration: unset;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: unset;
}

/*productCode. font*/
.divProdItemDetail {
    padding: 10px;
}

/*padding*/
.divProdPrice {
    padding: 0px 0px;
}

#divProdListingPerRow {
    content: "4";
}

/*Default 4. Adjust product listing alignment.*/
.btnThumb {
    height: 20px;
    width: auto;
    top: 35px;
    left: 10px;
}

/*Recommended Icon. set position.*/
.btnThumb img,
.btnNew img {
    /*height:30px;*/
    /* border-radius: 10px; */
}

.btnNew {
    height: 20px;
    width: auto;
    top: 10px;
    left: 10px;
    border-radius: 10px;
}

/*New Icon. set position.*/

.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(95%/5) !important;
}

/*Individual Product Page Recommend Product. Width*/
.divIndRecommendItem {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);
    -moz-box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);
    box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);
}

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

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

.divProductPrice,
.divPromPrice2,
.PriceCol2 {
    color: #191919;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    font-size: 16px;
    margin-left: unset;
}

/*price font*/
.divIndProdPrice .divProductPrice {
    font-size: 28px;
}

.divPriceOri .divPriceStrike {
    font-size: 12px;
    color: rgba(64, 64, 64, 0.5);
    text-decoration-line: line-through;
    text-decoration-color: rgba(64, 64, 64, 0.5);
    padding: 0 0 0 5px;
}

.divPriceStrike {}

/*original price with strike off*/
.divIndProdPrice {
    color: #000;
}

/*Individual product page. Price font*/

.divGroupHeader {
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    padding: 10px;
    background: #fff;
    font-size: 28px;
    border-bottom: 1px solid #ddd;
}

/*background:font*/
.divGroupDNameSub {
    border-bottom: 1px solid #ddd;
}

/*Category Lvl1.border*/

/*added*/
.divGroupDNameSubTitle.hvlvl2 .material-icons.materialIconsGroupDNameSubFront {
    display: none;
}

.divGroupDNameSubTitle.hvlvl2 .material-icons.materialIconsGroupDNameSubFront:after {
    content: "remove";
    cursor: pointer;
    color: #454545;
    font-size: 16px;
}

.divGroupDNameSubTitle.hvlvl2 .material-icons.materialIconsGroupDNameSubEnd:after {
    /* content: "add"; */
    /* cursor:pointer; */
    /* color:#454545; */
    /* font-size:16px; */
}

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

.divRecOuter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
    flex: 1;
}

.slideshowrecprod .slick-next:before,
.slideshowrecprod .slick-prev:before {
    font-family: "Material Icons";
    font-size: 30px;
    opacity: 1;
    border: 2px solid #CA131C;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshowrecprod .slick-next:before {
    content: 'keyboard_arrow_right';
    color: #CA131C;
}

.slideshowrecprod .slick-next:hover:before {
    content: 'keyboard_arrow_right';
    color: #fff;
    background: #CA131C;
}

.slideshowrecprod .slick-prev:before {
    content: 'keyboard_arrow_left';
    color: #CA131C;
}

.slideshowrecprod .slick-prev:hover:before {
    content: 'keyboard_arrow_left';
    color: #fff;
    background: #CA131C;
}

.slideshowrecprod .slick-next {
    position: absolute;
    z-index: 1;
    right: -60px;
    left: auto;
}

.slideshowrecprod .slick-prev {
    position: absolute;
    z-index: 9;
    left: -65px;
}

.slideshowrecprod .slick-prev:hover,
.slideshowrecprod .slick-prev:focus,
.slideshowrecprod .slick-next:hover,
.slideshowrecprod .slick-next:focus {
    outline: none;
}

.slideshowrecprod .slick-prev,
.slideshowrecprod .slick-next {
    width: 50px;
    height: 50px;
}

.slideshowrecprod .slick-track {
    float: left;
}

.divRecommendInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.hypMoreProductLink,
a.hypMoreProductLink:link,
a.hypMoreProductLink:visited {
    color: #454545;
    background: transparent;
    justify-content: flex-end;
    padding: 0 10px 0 0;
}

a.hypMoreProductLink:hover,
a.hypMoreProductLink:active {
    color: #CA131C;
}

.divRptPricingSelected {
    font-family: 'Be Vietnam Pro';
    font-size: 24px;
    color: #191919;
    padding: 10px 15px;
    font-weight: 700;
    height: 50px;
}

.divRptPricingItemSelection {
    font-family: 'Be Vietnam Pro';
    font-size: 24px;
    color: #191919;
    padding: 0 15px;
    font-weight: 700;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.divProdPricingSpecContentShow {
    /*top: 56%;right: 0;left: 0;width: 90%;border-radius: 0;*/
}

/* end of added */

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

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

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

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

.divGroupDNameSubLv2Title {
    padding-left: 5px;
}

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

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

a.hypGrpNameCatLv2:link,
a.hypGrpNameCatLv2:visited {
    color: #454545;
    text-decoration: none;
    padding-left: 5px;
}

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

.hypGrpNameCatLv2Sel,
a.hypGrpNameCatLv2Sel:link,
a.hypGrpNameCatLv2Sel:visited {
    color: #CA131C;
    text-decoration: none;
    padding-left: 5px;
}

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

.materialIconsGroupDNameSubLv2Front:after {
    content: "circle";
    font-size: 8px;
}

.pricerange-filter {
    border: unset;
}

.pricerange-filter .button {
    height: 50px;
    padding: 0px 20px;
    /*width: auto;*/
    text-align: center;
    background: #CA131C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 700;
    margin: 0px 0 0 -10px;
}

/*price range filter button design. background:font*/
.pricerange-filter .button:hover {
    text-decoration: none;
    opacity: 0.9;
}

.pricerange-filter .ui-widget-header {
    border: 1px solid #CA131C;
    background: #CA131C;
}

/*price range scroll*/

.divProdDetailProdName h1 {
    font-size: 34px;
    line-height: 42px;
}

.divProdItemDName {
    height: auto !important;
}

a.hypProdDCode,
a.hypProdDCode:link,
a.hypProdDCode:visited,
a.hypProdDCode:hover,
a.hypProdDCode:active {
    font-family: 'Be Vietnam Pro';
    color: #454545;
    text-decoration: unset;
    cursor: pointer;
}

/*productCode. font*/
a.hypProdDPrice,
a.hypProdDPrice:link,
a.hypProdDPrice:visited,
a.hypProdDPrice:hover,
a.hypProdDPrice:active {
    font-family: 'Be Vietnam Pro';
    color: #292929;
    text-decoration: unset;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: unset;
}

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

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

#materialIconsGroupHeaderFront:after {
    /*content: "format_list_bulleted";*/
    color: #454545;
    padding: 0;
}

/*.divGroupDNameSubTitle:hover .materialIconsGroupDNameSubFront:after,.divGroupDNameSubTitle:active .materialIconsGroupDNameSubFront:after{content: "keyboard_arrow_right_black";color:#454545}*/

/*new product*/
.pnlProdCategory__OuterScrolled {
    top: 0 !important;
    z-index: 99 !important;
    box-shadow: 0 20px 30px -40px rgba(0, 0, 0, 0.5);
}

.pnlProdCategory__Outer :nth-of-type(2).bx-wrapper,
.pnlProdCategory__Outer :nth-of-type(3).bx-wrapper {
    display: none;
}

/*individual product*/
.divProdIcons {
    padding: 10px 0 0 10px;
}

.divProdIcons>div {
    height: 22px !important;
    width: 52px !important;
}

.imgNewProd,
.imgRecProd {
    width: auto;
    height: 22px;
    border-radius: 10px;
}

.divProdDetailProdCode {
    color: #292929;
}

.divSocialShareBtnIcon {
    font-size: 14px;
}

.hypWhatsapp {
    width: 100%;
    height: 40px;
    display: flex;
    font-size: 12px;
    box-sizing: border-box;
    align-items: center;
    color: #454545;
    font-weight: 400;
}

a.hypWhatsapp:link,
a.hypWhatsapp:visited,
a.hypAsk,
a.hypAsk:link,
a.hypAsk:visited {
    color: #000 !important;
    font-weight: 400;
    border: unset;
    background: unset;
    font-family: 'Be Vietnam Pro';
    font-size: 12px;
}

.materialIconsAskButton:after {
    content: "mail_outline";
    color: #454545;
}

a.hypAsk:hover .materialIconsAskButton:after,
a.hypAsk:active .materialIconsAskButton:after {
    color: #fff;
}

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

a.hypWhatsapp:hover .divWhatsappBtnIcon,
a.hypWhatsapp:active .divWhatsappBtnIcon {}

.pnlAskEmail {
    /*padding:5px 20px;*/
}

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

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

.divSocialShareBtnIcon i {
    color: #454545;
}

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

.spanArticleSplitter {
    color: #CA131C;
}

.divProdDetails {
    padding-top: 20px;
    /* font-size: 16px; */
}

/*end of individual product*/

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

.divBestSellerContainer {
    margin: auto;
}

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

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

.btnPaginationSel {
    color: #000;
}

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

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

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

.brighttheme-icon-success {
    background-color: #CA131C !important;
}

#materialIconsLoginLink:after {
    color: #CA131C;
}

#materialIconsShopCart:after {
    color: #CA131C;
}

.divCart {
    border-left: 1px solid #CA131C;
}

#spnCartTotalItem {
    background-color: #CA131C;
}

#materialIconsSearch:after {
    color: #CA131C;
}

/*For Product Desktop view*/
@media only screen and (min-width:960px) {

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

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

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

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

    .divIndProdItem {
        border: unset;
        width: calc(96.6%/5);
        margin: 0px 10px 15px 0px !important;
        background: #fff;
        height: auto !important;
    }

    /*padding:border:margin:width*/
    .divItemList .divIndProdItem {
        border: unset;
        width: calc(95.5%/4);
        padding: 0 10px 10px;
    }

    .divMiddleCtnSubLeft {
        width: 300px;
    }

    .divBestSellerContainer,
    .divMiddleCtnRight {
        margin: auto;
        overflow: inherit;
        padding: 0;
    }

    .divTopContainerBottomOutterFull {
        position: relative;
        z-index: 8;
    }

    .divRelProdImgInner img.potrait {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    /*Enquiry Form Styling*/

    .column-6 {
        width: 100%;
    }

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

    .enquiry-form input,
    .enquiry-form select,
    .enquiry-form textarea {
        /*font-weight: 700;*/
    }

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

    .recaptcha .errmsgEnquiry {
        padding-left: 150px;
    }
    
    /*if adjust enquiry for alignment by css*/
    .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;
        padding-bottom: 30px;
    }

    .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: 10px;
        padding: 11px 10px;
        font-size: 16px;
    }

    .enquiry-form input,
    .enquiry-form textarea {
        font-size: 16px;
        font-family: 'Be Vietnam Pro';
    }

    .recaptcha .errmsgEnquiry {
        padding-left: 0;
    }

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

    /*End of Enquiry Form Styling*/

}

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

    .divSiteSearch {
        display: none;
    }

    .divIndProdItem {
        border: unset;
        background: #fff;
        width: calc(90%/2) !important;
        /*border-radius: 20px;
        -webkit-box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);
        -moz-box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);
        box-shadow: 0px 1px 15px 0px rgba(238, 238, 238, 0.7);*/
        padding: 0 5px 5px;
    }

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

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

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

    /*productName. font*/
    .hypProdDCode {}

    /*productCode. font*/
    .divProdItemDetail {}

    /*padding*/
    .btnThumb {
        /* left: 0px; */
        top: 30px;
        z-index: 9;
    }

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

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

    .divProductPrice {}

    /*price font*/
    .divPriceStrike {}

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

    /*Individual product page. Price font*/

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

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

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

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

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

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

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

    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: #454545;
    }

    .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: 14px !important;
        color: #454545;
        font-weight: 400;
    }

    .divRelProdDName {
        height: auto !important;
    }

    .divProdItemImgInner a {
        padding-bottom: 100% !important;
    }

    a.hypMoreProductLink,
    a.hypMoreProductLink:link,
    a.hypMoreProductLink:visited {
        justify-content: center;
    }

    .btnThumb img,
    .btnNew img {
        max-height: 85%;
    }

    #cphContent_ucUsrGroup_pnlNewProduct,
    #cphContent_ucUsrGroup_pnlRecProduct {
        display: none;
    }

    .divRecOuter {
        padding: 40px 20px;
    }

    .divRecOuter img {
        width: 50px !important;
    }

    .divRelProd {
        padding: 5px 10px;
    }

    .divRelProd .divIndProdItem {
        border: unset;
        width: calc(96.6%/5);
    }

    #materialIconsShopCartMobile:after {
        color: #000;
    }

    .divLoginDetailHeader {
        color: #666;
    }

    .topLogin:before,
    .divLoginDetailHeader:before {
        color: #000;
    }

    .pnlBtnSubmitRight {
        background-color: #000 !important;
        color: #fff !important;
    }

    .pnlCartBanner {
        background: #000;
    }

    .divAskShare {
        border: 8px solid #000;
    }

    h2, h2 a {
        font-family: 'Be Vietnam Pro';
    }

}

/*End Product*/



/*Width & Height Styling*/

.width_160 {
    width: 160px;
}

.width_170 {
    width: 170px;
}

.width_180 {
    width: 180px;
}

.width_200 {
    width: 200px;
}

.height_50 {
    height: 50px;
}

.height_60 {
    height: 60px;
}

/*End of Width & Height Styling*/



/*Admin Menu*/
a.addCMSGroupLink:hover,
a.addCMSGroupLink:active,
a.addCMSGroupLinkSel,
a.addCMSGroupLinkSel:link,
a.addCMSGroupLinkSel:visited,
a.addCMSGroupLinkSel:hover,
a.addCMSGroupLinkSel:active {
    color: #CA131C;
    text-decoration: none;
}

/*End of Admin Menu*/



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

    input,
    textarea {}

    select {}

    p {}

    strong,
    b {
        color: #000;
        font-weight: 700;
    }

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

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

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {}

    h5 {}

    h6 {}

    .ulContent {}

    .ulContent li {}

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

    .olContent {}

    .olContent li {}

    .tblContent {}

    .tblContent th {}

    .tblContent td {
        font-size: 14px;
    }

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

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

    .mstTagline {
        font-size: 450%;
        line-height: 140%;
    }

    .mstTagline2 {
        font-size: 650%;
        line-height: 140%;
    }

    .mstTagline3 {
        font-size: 350%;
        line-height: 140%;
    }

    .mstTaglineSub {}

    .mstTaglineSub2 {}

    .imgLogo {
        height: 50px !important;
    }

    .divPopUpBarSubBlock .imgLogo {
        height: 100% !important;
    }

    .hypQuickContact {
        padding-right: unset !important;
    }

    #materialIconsQuickTel:after {
        content: "phone";
        position: relative;
        font-size: 22px;
        color: #fff;
        -webkit-text-stroke-color: transparent;
        /*-webkit-text-stroke-width: 1px;*/
    }

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

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

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

    .divCopyrightContainer .divCopyText {
        color: #272727 !important;
        font-weight: 400;
    }

    .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: #CA131C !important;
    }

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

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

    .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: rgba(34, 34, 34, 0.90);
    }

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

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

    .divCopyText, .divPoweredByWebteq a span {}

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

    a.hypQuickContact:hover,
    a.hypQuickContact:active {
        padding: 0 0 0 10px;
        border: unset;
    }

    .spanSplitter {
        display: none;
    }

    .divEnquiry {
        padding: 0 15px;
    }

    /*Side Menu*/
    .sidr {
        background: #ffff;
    }

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

    /*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,
    .pnlShowSubMenuIcon {
        height: 50px;
    }

    .pnlShowMenuIcon .matAdd,
    .pnlShowSubMenuIcon .matAdd {
        color: #000000;
        font-weight: 700;
        display: block;
    }

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

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

    .topMenuItemMobileSel+.pnlShowMenuIcon .matAdd {
        color: #fff;
    }

    .divTopMenuSubItem .pnlShowSubMenuIcon i {
        color: #454545;
    }

    .divTopMenuSubItem .hypTopSubMenuSel+.pnlShowSubMenuIcon i,
    .divTopMenuSubItem .submenuLevelSel+.pnlShowSubMenuIcon .matMin {
        color: #454545;
    }

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

    .ulTopMenu li {
        padding: 0px !important;
        margin: 0px !important;
        background-image: none;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    .topMenuItemMobile,
    a.topMenuItemMobile,
    a.topMenuItemMobile:visited,
    a.topMenuItemMobile:link {
        font-size: 14px;
        color: #000;
        display: block;
        font-family: 'Be Vietnam Pro';
        font-weight: 600;
        border-bottom: unset;
        padding: 14px 0px 14px 20px;
        text-align: left;
        letter-spacing: 0.28px;
    }

    /*1st level menu*/
    .topMenuItemMobileSel,
    a.topMenuItemMobile:active,
    a.topMenuItemMobile:hover,
    a.topMenuItemMobileSel:visited,
    a.topMenuItemMobileSel:link,
    a.topMenuItemMobileSel:hover,
    a.topMenuItemMobileSel:active,
    a.menuLevelSel:hover,
    a.menuLevelSel:active {
        color: #fff !important;
        background: #A41017 !important;
        text-decoration: none;
        padding: 14px 0px 14px 20px;
        text-align: left;
        letter-spacing: 0.28px;
    }

    .menuLevelSel,
    a.menuLevelSel:visited,
    a.menuLevelSel:link {
        color: #000 !important;
        background:#fff !important;
        font-family: 'Be Vietnam Pro';
        font-size: 14px;

    }

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

    .ulSubMenu {
        background: #454545;
    }

    .divTopMenuSubItem {
        /*padding:0 20px;*/
    }

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

    .hypTopSubMenu,
    a.hypTopSubMenu,
    a.hypTopSubMenu:link,
    a.hypTopSubMenu:visited {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        font-family: 'Be Vietnam Pro' !important;
        display: block !important;
        background: #CA131C !important;
        padding: 13px 20px 13px 30px !important;
        border-bottom: unset !important;
        border-top: unset !important;
        text-align: left !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,
    .submenuLevelSel,
    a.submenuLevelSel:visited,
    a.submenuLevelSel:link,
    a.submenuLevelSel:hover,
    a.submenuLevelSel:active {
        color: #fff !important;
        display: block !important;
        background: #A41017 !important;
        text-align: left;
    }

    /*2nd level menu hover effect*/
    .hypTopSubMenuLv2,
    a.hypTopSubMenuLv2,
    a.hypTopSubMenuLv2:link,
    a.hypTopSubMenuLv2:visited {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        font-family: 'Be Vietnam Pro' !important;
        display: block !important;
        background: #CA131C !important;
        padding: 13px 20px 13px 30px !important;
        border-bottom: unset !important;
        border-top: unset !important;
        text-align: left;
    }

    /*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;
        display: block !important;
        background: #A41017 !important;
        text-align: left;
    }

    /*3rd level menu hover effect*/

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

    /*Social icon menu*/
    .hypSwitchDesktop.a.hypSwitchDesktop,
    a.hypSwitchDesktop:link,
    a.hypSwitchDesktop:visited {
        border-top: none;
        color: #272727;
        font-family: 'Be Vietnam Pro';
        font-weight: 600;
        font-size: 14px;
    }

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

    /*Switch desktop menu hover effect*/

    .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: #CA131C;
        text-decoration: none;
    }

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

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

    /*End Side Menu*/


}

/*End All content For mobile view*/



/*Others*/
/*Apply in desktop view only*/
@media only screen and (min-width:960px) {}

/*Apply in mobile view only*/
@media only screen and (max-width:700px) {
}