  /*================================== 0. Common CSS Start==================================*/
  body, button, input, select, table, textarea {
    font-family: "Lato-Regular",sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .cms-home .page-main-full-width {
    width: 100% !important;
  }
  .main-padding,.page-main-full-width {
    width: 80% !important;
    font-family: 'Lato-Light',sans-serif !important;
    margin: auto;
    float: none !important;
  }

  .lefts {
    float: left;
    display: inline;
    width: 100%;
  }
  /*Button CSS Start*/
  .btn-checkouts {
    background: #ffd000 !important;
    border: 1px solid transparent !important;
    color: #00255d !important;
    border-top-right-radius: 15px !important;
    border: none;
    float: right;
    padding: 10px 20px;
    font-weight: bold !important;
    margin-right: 10px;
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    line-height: 1.5;
  }
  
  .btn-checkouts:hover {
    background: #00255d !important;
    color: #FFF !important;
    border: 0px;
  }
  button:not(.primary) {
    box-shadow: none;
  }

  .moreBtn {
    font-family: 'Lato-Bold',sans-serif;
    font-size: 22px;
    padding: 10px 27px 10px 27px;
    margin-top: 10px;
    background: #ffd000;
    color: #00255d;  
    border-top-right-radius: 20px;
    border: none;
    border: 1px solid transparent;
  }
  .assist_home_page a span {
    font-family: 'Lato-Bold',sans-serif;
    font-size: 22px;
  }
  button.moreBtn em {
    font-size: 20px;
  }
  .assist_home_page button.moreBtn:hover {
    background: #ffd000;
    color: #FFF;
    border: none;
  }
  /*Button CSS End*/
  /*Validation CSS Start*/
  .field-error, div.mage-error[generated] {
    /* margin-top: 0 !important; */    
    /* margin-bottom: 15px !important; */
  }
  .customer-account-forgotpassword .field-error, div.mage-error[generated] {
    /* margin-top: 18px !important; */
  }
  /*dynamic Search CSS Start*/
  .amsearch-results {
  max-width: 100% !important;
  }
  .amsearch-wrapper-input.-left-position.-bottom-position {
  width: 100% !important;
  }
  .search-autocomplete.-bottom-position {
  top: 50px !important; 
  width: 100% !important;
  }
  /*dynamic Search CSS End*/
  /*Page Title CSS Start*/
  h1.page-title, h2.page-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
  }
  /*Page Title CSS End*/
  /*Breadcrumb CSS Start*/
  .breadcrumbs {
    padding: 0;    
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    margin: 20px 15px 20px 0px;
    max-width: 100% !important;
  }
  .breadcrumbs ul li {
    font-family: 'Lato-Regular';
    font-size: 16px;
    display:inline;
  }
  .main-padding li a {
    text-decoration: none;
    font-family: 'Lato-Regular',sans-serif !important;
  }
  .breadcrumbs li a span {
    color: #00255d !important;
  }
  i.playicon {
    color: #ffd000 !important;
  }
  .big_size {
    font-size: 22px !important;
    margin-right: 5px;
  }
  .breadcrumbs li span {
    color: #00255d !important;
    text-transform: capitalize;
  }
  .breadcrumbs .item:not(:last-child):after {
    content: "\e072";
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffd000 !important;
    font-size:16px;
    text-align: center;
    left: 0px;
  }
  .breadcrumbs .items li.item.home a,.breadcrumbs .items li.item.account a {
    font-size: 0;
    position: relative;
    padding: 0px 15px;
  }
  .breadcrumbs .items li.item.home a:after,.breadcrumbs .items li.item.account a:after {
    content: '\e021';
    position: absolute;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    display: inline-block;
    font-size: 22px;
    left: 0;
    top: -22px;
  }
  /*Breadcrumb CSS End*/
  /*================================== 0. Common CSS End==================================*/
  /*==================================Megamenu CSS Start==================================*/
  .nav-sections {
    background-color: #00255d;
  }
  .nav-menus-wrapper-close-button {
    display: none;
  }
  .navbar-nav>li>a {
    color:#fff !important;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 13px !important;
    padding: 0px 25px !important;
  }
  .nav>li>a:focus, .nav>li>a:hover {
    color: #00255d !important;
    background: #fff !important;
  }
  .bss-megamenu .dropdown.bss-megamenu-fw .dropdown-menu {
    left: 22px !important;
    overflow: inherit !important;
    border: 0 !important;
  }
  .bss-megamenu .bss-megamenu-content {
    padding: 15px 11px !important;
  }
  .level-top.ui-corner-all.ui-state-focus,.level-top.ui-corner-all.ui-state-active {
    background: #fff !important;
    color:#00255d !important;
  }
  .navigation .level0.parent>.level-top>.ui-menu-icon {
    display:none;
  }
  .navigation .level0 {
    margin: 0px 0 -3px 0 !important;
  }
  .bss-megamenu .title {
    font-size:11px !important;
  }
  .navigation {
    width: auto;
    max-width: 100% !important;
    height: auto;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #00255d;
  }
  .main_header_area{
    background: #00255d;
  }
  .navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }

  .navigation-portrait {
    height: auto;
  }

  .navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
  }

  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .align-to-right {
    float: right;
  }

  .nav-header {
    float: left;
  }

  .navigation-hidden .nav-header {
    display: none;
  }

  .nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }

  .nav-brand:hover,
  .nav-brand:focus {
    color: #343a40;
  }

  .navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
  }

  .nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
  }

  .nav-logo:focus > img {
    outline: initial;
  }

  .navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
  }

  .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;    
    margin-top: -14px;
    left:0px;    
    cursor: pointer;
  }

  .nav-toggle:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
    font-size: initial;
    left: -20px;
    top: 15px;
  }

  .navigation-portrait .nav-toggle {
    display: block;
    margin-top: -50px;
  }

  .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .nav-toggle span {
    color: #00255d;
    font-size: 16px;
    font-family: 'Lato-Regular';
    position: initial;
    margin: 0px 30px;
    line-height: 35px;
  }
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
  }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }

  .navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
  }
  .navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: transparent !important;
    border-left: none !important;
  }
  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
  }

  .navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
  }

  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
  }

  .navigation-portrait .nav-menu {
    width: 100%;
  }

  .navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
  }

  .navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
  }

  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
    margin-bottom: 0px;
  }
  .navigation-landscape .nav-menu > li { 
    border-right: 1px solid #ffffff7a;
  }
  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
  }

  .navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }

  .nav-menu + .nav-menu > li:first-child {
    border-top: none;
  }

  .nav-menu > li > a {
    height: auto;
    padding: 24px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Lato-Bold',sans-serif !important;    
    color: #fff;
    transition: color 0.3s, background 0.3s;
    text-transform: capitalize;
    font-weight: 700;
  }

  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
  }
  .navigation-portrait .nav-menu > li:hover > a,
  .navigation-portrait .nav-menu > li.active > a,
  .navigation-portrait .nav-menu > li.focus > a {
    color: #00255d;
  }
  .navigation-landscape .nav-menu > li:hover > a,
  .navigation-landscape .nav-menu > li.active > a,
  .navigation-landscape .nav-menu > li.focus > a {
    background-color: #1a3b6e;
  }

  .nav-menu > li > a > i,
  .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
  }

  .nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
  }

  .navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
  }

  .nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
  }

  .navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
  }

  .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
  }

  .nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
  }

  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
  }
  .navigation-landscape .submenu-indicator {
    display: none;
  }
  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
  }

  .navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
  }

  .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
  }

  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
  }

  .nav-menu > li:hover > a .submenu-indicator-chevron,
  .nav-menu > .active > a .submenu-indicator-chevron,
  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
  }

  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }

  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }

  .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
  }

  .navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
  }

  .navigation-hidden .nav-search {
    display: none;
  }

  .nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
  }

  .navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
  }

  .nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
  }

  .nav-search-icon:after,
  .nav-search-icon:before {
    content: "";
    pointer-events: none;
  }

  .nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
  }

  .nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
  }

  .nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }

  .nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
  }

  .navigation-portrait .nav-search-inner {
    height: 48px;
  }

  .nav-search-inner input[type="text"],
  .nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }

  .navigation-portrait .nav-search-inner input[type="text"],
  .navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }

  .nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }

  .navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
  }

  .nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }

  .nav-button:hover,
  .nav-button:focus {
    color: #fff;
    text-decoration: none;
  }

  .navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
  }

  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
  }

  .navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
  }

  .navigation-portrait .nav-text + ul {
    margin-top: 15px;
  }

  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
  }

  .navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
  }

  .nav-dropdown .nav-dropdown {
    left: 100%;
  }

  .nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
  }

  .nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
  }

  .nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
  }

  .nav-dropdown > li:hover > a,
  .nav-dropdown > li.focus > a {
    color: #ff6b00;
  }

  .nav-dropdown.nav-dropdown-left {
    right: 0;
  }

  .nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
  }

  .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
  }

  .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
  }

  .navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
  }

  .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
  }

  .navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }

  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }

  .navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
  }

  .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ff6b00 #ff6b00 transparent;
  }

  .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
  }

  .navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
  }
  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
  }

  .nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
  }

  .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
  }

  .nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
  }

  .navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
  }

  .nav-dropdown-horizontal > li > a {
    position: relative;
  }

  .nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
  }

  .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }

  .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  }

  .navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
  }

  .megamenu-panel [class*="container"] {
    width: 100%;
  }

  .megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
  }

  .megamenu-panel-half {
    width: 50%;
  }

  .megamenu-panel-quarter {
    width: 25%;
  }

  .navigation-portrait .megamenu-panel-half,
  .navigation-portrait .megamenu-panel-quarter {
    width: 100%;
  }

  .megamenu-panel-row {
    width: 100%;
  }

  .megamenu-panel-row:before,
  .megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
  }

  .megamenu-panel-row:after {
    clear: both;
  }

  .megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
  }

  .megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
  }

  .navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }

  .navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
  }

  .megamenu-panel-row .col-1 {
    width: 5.583333333333%;
  }

  .megamenu-panel-row .col-2 {
    width: 14.166666666666%;
  }

  .megamenu-panel-row .col-3 {
    width: 22.75%;
  }

  .megamenu-panel-row .col-4 {
    width: 31.333333333333%;
  }

  .megamenu-panel-row .col-5 {
    width: 39.916666666667%;
  }

  .megamenu-panel-row .col-6 {
    width: 48.5%;
  }

  .megamenu-panel-row .col-7 {
    width: 57.083333333333%;
  }

  .megamenu-panel-row .col-8 {
    width: 65.666666666667%;
  }

  .megamenu-panel-row .col-9 {
    width: 74.25%;
  }

  .megamenu-panel-row .col-10 {
    width: 82.833333333334%;
  }

  .megamenu-panel-row .col-11 {
    width: 91.416666666667%;
  }

  .megamenu-panel-row .col-12 {
    width: 100%;
  }

  .megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
  }

  .megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }

  .navigation-portrait .megamenu-tabs-nav {
    width: 100%;
  }

  .megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
  }

  .megamenu-tabs-nav > li.active a,
  .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
  }

  .megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
  }

  .megamenu-tabs-pane.active {
    display: block;
  }

  .navigation-portrait .megamenu-tabs-pane {
    width: 100%;
  }

  .megamenu-lists {
    width: 100%;
    display: table;
  }

  .megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
  }

  .megamenu-list:last-child {
    margin: 0;
    border: none;
  }

  .navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
  }

  .navigation-landscape .megamenu-list:last-child {
    border: none;
  }

  .megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
  }

  .megamenu-list > li > a:hover {
    background-color: #00255d;
    color: #fff;
  }

  .megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
  }

  .megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
  }

  .navigation-landscape .list-col-2 {
    width: 50%;
  }

  .navigation-landscape .list-col-3 {
    width: 33%;
  }

  .navigation-landscape .list-col-4 {
    width: 25%;
  }

  .navigation-landscape .list-col-5 {
    width: 20%;
  }

  .navigation-portrait  .nav-menu > li > a {
    color: #343a40;
    text-transform: capitalize;
  }

  .nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
  }

  .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #ff6b00;
  }

  .main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }

  .transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
      width: 65%;
    }
    ul.dropdown-menu.fullwidth li.bss-megamenu-content ul{
      margin-left: 15px;
      margin-top: 15px;
      margin-right: 15px;
    }
  }
  /*==================================Megamenu CSS End==================================*/
  /*================================== 1. Header CSS Start==================================*/
    /*1. Topbar Menu CSS Start*/
    .page-wrapper .page-header {
        padding: 0px;
        margin:0px;
        border-bottom: 0px;
    }
    .page-header .panel.wrapper {
        border-bottom: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        margin-bottom: 0px !important;
    }    
    .page-wrapper .panel.header {
        max-width: 100%;
        padding: 0 50px;
        margin: 0;
        border: 0px;
        border-radius: 0px;
    }
    .page-wrapper .panel.header ul.links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        order: -1;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0;
       
    }
    .page-wrapper .panel.header ul.links li.greet.welcome  {
      display: none;
    }
    .page-wrapper .panel.header ul.links li  {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 1em;
    }
    .page-wrapper .panel.header ul.links li a {
        font-weight: 700;
        font-size: 14px;
        color: #00255d !important;
        text-decoration: none;
    }
    .page-wrapper .panel.header ul.links li a:hover { 
        color: #e31416 !important;
        text-decoration: underline;
    }
    /*Mobile Topbar CSS Start*/
        .page-header .mobile-header-wrapper {
            display: flex;
        }
        .page-header .cta-mobile-header {
            width: 100%;
            background-color: #00255d;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 48px;
        }
        .page-header .cta-mobile-header img {
            max-width:22px;
        }
        .page-header .cta-mobile-header a {
            margin-left: 0.5em;
            font-size: 18px;
            font-family: 'Lato-Bold';
            color:#fff !important;
        }
        .page-header .cta-mobile-header__icons {
            width: 82px;
            background-color: #ffd000;
        }
        .page-header .cta-mobile-header__icons a {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .page-header .cta-mobile-header__icons a img {
            max-width:30px;
            max-height:40px;
        }
        .below-header-bar .row.row-bg {
            margin: auto !important;
            padding: 0px 15px;
        }

    /*Mobile Topbar CSS End*/    
    /*/1. Topbar Menu CSS Start*/

    /*2. Middle Menu CSS Start*/
    .page-wrapper .header.content {
        padding: 0px;
        max-width: 100%;
        margin:0;        ;
    }
    .page-wrapper .header.content .top-bar {
        text-align: initial;
        border-top: 0;
        width: 100%;
        display: inline-block;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu {
        display: table;        
        width: 96% !important;
        margin: 10px auto;
        padding-bottom: 15px;
        overflow: initial !important;
        max-width: 1400px;

    }    
    .page-wrapper .header.content .top-bar #top-bar-menu .site_logo {
        max-height: 100px;
        object-fit: contain;

    }
    .page-wrapper .header.content .top-bar #top-bar-menu .customSearch {
        margin-top: 0 !important;
        margin-left: 0;
        padding-top: 45px;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu .customSearch .block-search {
        float: none;
        padding-left: 0;
        position: initial;
        width: auto;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu .searchautocomplete {
        position: initial;
        padding: 0;
        margin: 0;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu .searchautocomplete .search label {
        display: none !important;
    }
    /* .block-title {display:none;} */
    .page-wrapper .header.content .top-bar #top-bar-menu .searchautocomplete .control {
        height: 100%;
        margin: auto;
        width:100%;
        border-top: 0px;
        padding: 0px;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu .searchautocomplete .actions {
        display: none;
    }
    .search .amsearch-loupe {
        visibility:hidden;
    }
    .page-wrapper .header.content .top-bar #top-bar-menu form.searchautocomplete .input-text {
        position: initial;
        font-size: 20px;
        color: #00255d;        
        width: 100%;
        background: url('../images/search.png') no-repeat 8px;
        border: 1px solid #00255d;
        border-top-right-radius: 25px;
        padding-left: 40px;
        height: 50px !important;
        margin-top: 0px;
    }
    .page-wrapper .header.content .top-bar .basket-container {
      margin-top: 0;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-end;
      float: right;
    }
    .page-wrapper .header.content .top-bar .basket-container .phone-icons {
        display: flex;
        align-items: center;
    }
    .page-wrapper .header.content .top-bar .basket-container .phone-icons {
        float: right;
        color: #00255d;
        font-size: 34px;
        font-family: 'Lato-Bold', sans-serif;
    }
    .page-wrapper .header.content .top-bar .basket-container .phone-icons img {
        max-width: 38px;
        margin-top: 10px;
        margin-right: 10px;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header .count-total-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header .count-total-block .currency {
        float: left;
        display: inline-block;
        margin-right: 20px;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header .count-total-block .cart-basket {
        display: inline-block;
        float: none;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header .count-total-block .cart-total-amount {
        display: inline-block;
        margin-left: 10px !important;
        float: left;
        line-height: 30px !important;
    }
    .minicart-wrapper .action.showcart::before {
     /* margin: 0px 5px 0 0 !important;*/
         margin: 4px 0 0 0px !important;

    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header .header-checkout-button {
        float: right;
        display: inline-block;
        margin-left: 10px;
        position:relative;
        z-index:1;
    }
    .page-wrapper .header.content .top-bar .basket-container .cart-header a {
        text-decoration: none;
        color: #808080;
        width: auto;
        float: left;
        font-family: 'Lato-Regular', sans-serif;
        font-size: 14px;
        text-align: left !important;
    }
    .page-wrapper .mob_nav1 {
        display: none;
    }
    /*/2. Middle Menu CSS End*/

    /*3. Primary Navbar CSS Start*/
    .nav-sections {
      margin-bottom: 0px !important;
    }
    .page-header .nav-sections-item-content {
        background: #00255d;
        padding: 0px 15px;
        width: 100%;
        display: block;
    }
    .page-header .nav-sections-item-content .parent-menu-list {
        display: inline-block;
        margin-bottom: -4px;
        padding: 0;
    }
    .page-header .nav-sections-item-content .navigation ul li {
        display: inline;
        float: left;
        position: relative;
        background: url(../images/nav-divider.gif) repeat-y;
        margin-bottom: 0px;        
        margin-right: 0px;
    }
    .page-header .nav-sections-item-content .navigation ul li:hover {
        background-color: #1a3b6e;
    }
    .page-header .nav-sections-item-content .navigation {
        background: transparent;
        position: initial;
        margin: 0 auto;
    }
    .page-header .nav-sections-item-content .navigation ul li a {
        padding: 0px 25px !important;
        font-family: 'Lato-Bold',sans-serif !important;
        font-size: 13px !important;
        overflow: hidden;
        color: #fff !important;
        font-weight: 700;
        float: left;
        display: block !important;
        text-align: center;
        height: 50px;
        line-height: 52px !important;
        text-decoration: none;
    }
    /*3. Primary Navbar CSS End*/

    /*4. Above banner CSS Start*/
    .above-banner {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: 0 10px 21px 1px #d0d0d0;
        padding: 0;
        background: #ffd000;
    }
    
    .above-banner .below-header-bar {
        padding-top: 0;
        background: #ffd000;
        margin: 0px 250px;
    }
    .above-banner .below-header-bar .content-icon {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        overflow: visible;
        text-align: center;
    }
    .above-banner .below-header-bar .content-icon .icon-img {
        display: block;
        margin: 0;
        margin-right: 16px;
    }
    .above-banner .below-header-bar .content-icon .icon-img a {
        display: block;
    }
    .above-banner .below-header-bar .content-icon .icon-img img {
        max-width: none;
        max-height: 32px;
    }
    .above-banner .below-header-bar .content-icon .icon-content {
        display: block;
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .above-banner .below-header-bar .content-icon .icon-content h2 {
        font-size: 16px;
        font-family: 'Lato-Bold',sans-serif;
        color: #00255d;
        text-transform: capitalize;
        margin: 0 !important;
    }
    .above-banner .below-header-bar .content-icon .icon-content h2 a { 
        text-decoration: none;
        color: #00255d; 
    }
    /*4. Above banner CSS End*/
    
  /*================================== 1. Header CSS End==================================*/

  /*================================== 2. Range Section CSS Start==================================*/
  .page-wrapper .home_page_categories .h1-heading h2,.reviews_sections .h1-heading h2 {
    text-align: center;
    color: #FFF;
    font-family: 'Lato-Bold',sans-serif;
    background: #00255d;
    padding: 10px;
    border-top-right-radius: 30px;
    text-transform: capitalize;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 28px;
    margin-bottom: 0.7em;
  }
  .reviews_sections {
    margin-right: calc(15% - 15px);
    margin-left: calc(15% - 15px);
    width: calc(70% + 30px) !important;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .page-wrapper .home_page_categories .category-box {
    border-top-right-radius: 30px;
    border: 2px solid #ffd000;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .page-wrapper .home_page_categories .category-box-left {
    margin-bottom: 50px;
  }
  .page-wrapper .home_page_categories .category-box-right {
    margin-bottom: 0px;
    overflow: hidden;
    height: auto;
    max-width: 120px;
    margin-right: 20px;
    margin-left: 0px;
    flex: 0 0 120px;
  }

  .page-wrapper .home_page_categories .category-box img {
    width: 100%;
    border-top-right-radius: 30px;
  }
  .page-wrapper .home_page_categories .category-box h2 a:hover {
    text-decoration: none;
    background: #00255d;
    color: #FFF;
    
  }
  .page-wrapper .home_page_categories .category-box-right img {
    height: 85px;
  }
  .page-wrapper .home_page_categories .category-box-block h2 .recent-posts{
    margin-bottom: 0;
    font-size: 17px;    
    flex-grow: 1;
    font-family: "Lato-Regular",sans-serif;
    text-decoration: none;
  }
  .page-wrapper .home_page_categories .category-box-block h2  {
    color: #636363;
    font-family: "Lato-Regular",sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
  }
  .page-wrapper .home_page_categories .category-box-block {
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

  }
  .page-wrapper .home_page_categories .category-box .image-block {
    overflow: hidden;
    height: auto;
  }
  .page-wrapper .home_page_categories .category-box a {
    font-family: 'Lato-Bold', sans-serif;
    color: #00255d;
    text-align: center; 
    width: 100%;
    font-size: 22px;
    display: block;
  }
  .page-wrapper .home_page_categories .category-box h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
  }
  .page-wrapper .home_page_categories .category-box h2 a {
    background: #ffd000;
    padding: 10px 20px;
  }
  /*================================== 2. Range Section CSS End==================================*/

  /*================================== 3. Assist Section CSS Start==================================*/
  .assist_home_page {
    background: #00255d;
    padding-left: 10%;
    padding-right: 10%;
    color: #FFF;
    margin: 1% 0%;
    float: left;
    box-shadow: 0 12px 20px 0px #d0d0d0;
  }
  .assist_home_page .h1-heading h2 {
    text-align: center;
    color: #FFF;
    margin: 25px 0px;
    text-transform: capitalize;
    font-family: 'Lato-Bold',sans-serif;
    font-size: 28px;
    margin-bottom: 0.7em;
  }
  .assist_home_page div {
    text-align: center;
    margin: 15px 0px;
  }
  .assist_home_page img {
    width: 30%;
    margin: 0 auto;
  }
  .assist_home_page h2 {
    color: #FFF;
    margin-top: 15px;
    font-family: 'Lato-Bold',sans-serif;
    text-transform: capitalize;
  }
  .assist_home_page p {
    padding-bottom: 15px;
    font-family: 'Lato-Regular',sans-serif;
  }
  /*================================== 3. Assist Section CSS End==================================*/


  /*================================== 4. More safety Section CSS Start==================================*/
  .more_reecesafety {
    padding-right: calc(5% + 15px);
    float: left;
    padding-left: calc(5% + 15px);
    background: #FFF;
  }
  .more_reecesafety .h1-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
  .more_reecesafety .h1-heading h1 {
    color: #00255d ;
    text-align: center;
    margin: 25px 0px ;
    font-family: 'Lato-Bold',sans-serif;
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 0.7em;
  }
  .more_reecesafety .blog_content {
    color: #00255d;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .more_reecesafety .blog_content img {
    margin: 15px 20px 15px 0px;
    float: left;
    width: 42%;
  }
  .more_reecesafety .blog_content p {
    margin-top: 15px;
    font-family: 'Lato-Light',sans-serif;
    color: #00255d;
    font-size: 20px;
  }
  .more_reecesafety .blog_content p a:hover {
    color: #e31416;
    text-decoration: underline;
  }
  /*================================== 4. More safety Section CSS End==================================*/


  /*================================== 5. Footer CSS Start==================================*/
  .page-footer {
    background: #00255d !important;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
  }

  .custom_links {
    margin-left: 5%;
    margin-right: 5%;
    width: 90% !important;
    margin-bottom: 15px;
  }
  .logo-row {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .footer.content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .address-row {
    font-family: 'Lato-Regular',sans-serif;
    color: #FFF;
    font-size: 18px;
  }
  .contact-row {
    padding-bottom: 25px;
    margin-bottom: 10px;
    font-family: 'Lato-Regular',sans-serif;
    font-size: 18px;
  }
  .contact-row .mediahawkNumber2011.mhMobile {
    font-size: 28px;
    color: #fff;
    font-family: 'Lato-Bold';
  }
  .contact-row .mediahawkNumber2011.mhMobile a {
    color:#fff;
  }
  .fax-block {
    margin-top: 30px;
  }
  .fax-block,.fax-block a{
    white-space: nowrap;
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 18px;
    color:#fff !important;
  }
  .page-footer .contact-row ul {
    list-style: none;
    margin-top: 12%;    
  }
  .page-footer .contact-row ul li {
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }

  .page-footer .contact-row ul li a img {
    max-width: 35px;
  }
  .newsletter .content h3 {
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato-Bold',sans-serif;
    text-transform:uppercase;
    display: table;
    width: 100%;
  }
  .newsletter .control {
    padding-top: 25px !important;
    display: flex !important;
    align-items: center;
  }

  .block.newsletter .form.subscribe {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .block.newsletter input {
    width: 440px;
    height: 64px !important;
    margin-right: 0;
  }

  .footer .block.newsletter {
    float: none;
    width: 100%;
    display: block;
    max-width: 100%;
  }

  button.action.subscribe.primary {
    height: 64px !important;
    float: right;
    border: 1px solid transparent;
    min-width: 100px !important;
    padding: 10px 0px !important;
    text-align: center;
    max-width: 90px !important;
    margin-top: 24px;
    background: #ffd000 !important;
    color: #00255d !important;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Lato-Bold',sans-serif !important;
    text-transform: uppercase;
    border-top-right-radius: 10px;
  }
  .footer_cms_links {
    background: #262626;
    float: left;
    width: 100%;
    padding: 10px;
  }
  .new_footer .custom_links {
    margin-bottom: 0px !important;
    margin-top: 12px;

  }
  .footer_cms_links  .custom_links { 
    margin-bottom: 0px !important;
  }
  .footer_cms_links ul {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .footer_cms_links ul li {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .footer_cms_links ul li:first-child:before {
    content: "";
    padding: 0px;
  }
  .footer_cms_links ul li a {
    color: #b2b2b2 !important;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Lato-Regular',sans-serif !important;
    white-space: nowrap;
  }
  .footer_cms_links ul li:before {
    content: "|";
    color: #2babe2;
    padding: 0px 10px;
  }
  .footer_cms_links ul li a:hover {
    color: #FFF !important;
  }
  span.copy-right-info {
    color: #808080;
    font-size: 13px;
    padding-top: 3px;
    font-family: 'Lato-Regular',sans-serif;
    padding-bottom: 0px;
  }
  /*================================== 5. Footer CSS End==================================*/
  /*================================== 6. OWL CSS Start==================================*/
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2babe2 !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    border: 3px solid #FFF;
  }
  .owl-dots {    
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .owl-nav {display: none !important;}
  /*================================== 6. OWL CSS End==================================*/
  /*================================== 7. Create Account Page CSS Start==================================*/
  .mid_adjust .form-create-account {
    min-width: 100% !important;
    width: 100% !important;
  }
  .mid_adjust .column.main {
    min-height:auto;
  }
  .mid_adjust .legend span,.page-main-full-width .legend span {
    font-size: 22px !important;
    font-weight: 600;    
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;    
  }

  .newsletter label {
    background: #FFF !important;
    color: #00255d !important;
    font-family: 'Lato-Light',sans-serif !important;
    font-size: 18px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .mid_adjust .field .label,.page-main-full-width .field .label,.catalog-product-view .field .label {
    color: #000 !important;
    display: block;
    float: left;
    font-weight: bold !important;
    padding-bottom: 5px;
    position: relative;
    z-index: 0;
    font-size: 12px;
    padding: 0;
    font-family: "Lato-Regular",sans-serif;
  }

  .mid_adjust .field,.page-main-full-width .field {
    margin-bottom: 10px !important;
  }
  .checkout-cart-index .cart.items .item-info .col.qty .field {
    margin-bottom: 0px !important;
  }
  .mid_adjust .field.password .control ,.page-main-full-width .field.password .control{
    display: block;
  }
  .mid_adjust .form-create-account .fieldset.create.account:after {
    content: none;
  }
  .account .column.main {
    margin-bottom: 0;
  }
  .mid_adjust .field.newsletter {
    display: flex;
    align-items: center;
  }
  .mid_adjust .field.newsletter .checkbox {
    margin-right: 10px;
    margin-top: 0px;
  }
  .mid_adjust .field.newsletter .label {
    margin-bottom: 0 !important;
    padding-top: 13px;
  }
  .seprator-field {
    position: relative;
  }
  .seprator-field .control .input-text {
    padding: 10px 10px !important;
    height: 50px !important;
    border: none !important;
    color: #00255d !important;
    border-bottom: 1px solid #00255d !important;
    margin-bottom: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    font-family: 'Lato-Light',sans-serif !important;
    font-size: 15px !important;
    outline: none !important;
    border-radius: 0px;
  }
  .seprator-field .control .input-text:hover,.seprator-field .control .input-text:focus {
    outline: 0;
    box-shadow: none;
  }

  .seprator-field .label ,.field-name-country label{ 
    display: none !important;
  }
  /* .seprator-field:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    left: 0;
    z-index: 1;
  }
  .seprator-field:after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    right: 0;
  } */
  .fieldset>.legend {
    border-bottom: 0;
  }
  /*================================== 7. Create Account Page CSS End==================================*/

  /*================================== 8. Login Page CSS Start==================================*/
  .login-container .block.block-new-customer {
    float: left;
    padding-left: 0;
    height: auto;
    background: url('../images/bg-login.gif') no-repeat scroll right bottom #fff;
    border: 1px solid #ececec;
    padding: 0px;
  }
  .column.main {
    webkit-flex-grow: initial !important;
    flex-grow: initial !important;
    width: auto !important;
  }
  .login-container .block {
    width: 50% !important;
    padding: 20px !important;
  }

  .login-container .block.block-customer-login {
    background: url('../images/bg-login-2.gif') no-repeat scroll right bottom #fff;
    border: 1px solid #ececec;
  }
  .login-container .fieldset>.field>.control {
    width: 100%;
  }
  .login-container .block-content h2,.login-container strong {
    border-bottom: 0;
    color: #00ADF2;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
  }
  .login-container .form-instructions ,.login-container .note{
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    font-style: italic;
    font-family: "MillerDisplay-Italic",sans-serif;
  }

  .login-container .actions-toolbar {
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .login-container .actions-toolbar .secondary {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .login-container .actions-toolbar .secondary .action.remind {
    color: #7f7f7f;
    display: table;
    float: none !important;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .login-container .actions-toolbar .secondary .action  {
    text-align: left;
    margin-top: 0px !important;
  }
  .login-container .actions-toolbar .primary {
    float: right !important;
    margin-right: 0 !important;
  }
  .login-container .actions-toolbar .primary .action  {
    background: #ffd000 !important;
    border: 0 !important;
    font-size: 12px;
    padding: 5px 8px;
    font-weight: bold;
    font-family: 'Lato-Bold',sans-serif !important;
    text-transform: uppercase;
  }
  .login-container .actions-toolbar .primary .action:hover {
    background: #00255d !important;
    color: #FFF !important;
  }
  .fieldset:after {
    content: none !important;
  }
  .cms-contact-us .actions-toolbar {
    text-align: left;
  }
  .cms-contact-us .actions-toolbar .primary {
    float: none !important;
  }
  /*================================== 8. Login Page CSS End==================================*/

  /*================================== 9. Cookies Page CSS Start==================================*/

  #notice-cookie-block {
    bottom: 0px !important;
    position: fixed !important;
    width: 100% !important;
    background-color: rgba(76,74,82,0.9);
    z-index: 999999;
    color: #E6E6E6;
    font-size: 11px;
    font-family: "Lato-Regular",sans-serif;
  }
  #notice-cookie-block .notice-inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;    
    min-height: 40px;    
  }
  .cookie .content p {
    font-family: 'Lato-Light',sans-serif !important;
    color: #FFF !important;
    font-size: 14px !important;
    margin-bottom:0px;
    display: block;
  }
  .cookie .content a {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #FFF !important;
    font-size: 14px;
  }
  .cookie .content {
    float: left;
    max-width: 90%;
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .message.global.cookie .actions {
    margin-top: 5px;
  }

  .cookie .content p strong {
    display: block;
  }
  .cookie .actions #btn-cookie-allow {
    background: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    border-top-right-radius: 30px !important;
    /*float: right !important;*/
    float: left !important;
    border: 0px;
    display: inline-block;
    padding: 7px 35px;
    border: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
  }
  /*================================== 9. Cookies Page CSS End==================================*/

  /*================================== 10. Resource CSS Start==================================*/
  .resourses-section .columns {
  display: block;
  }
  h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #39c;
  font-family: "Lato-Regular",sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  }
  #about_us {
  width: 100% !important;
  margin: 20px auto;
  display: block;
  }
  #about_us .top_row {
  width: 100%;
  background: url('../images/about-us-img-01.gif') no-repeat left bottom #e2f5ff;
  float: left;
  display: inline;
  }
  #about_us .top_row .left_colom {
  width: 349px;
  color: #00acf2;
  margin: 65px 0 0 40px;  
  }
  #about_us .top_row .left_colom .font48 {
  font-size: 48px;
  width: 100%;
  line-height: 55px;
  font-weight: 300;
  float: left;
  display: inline;
  font-family: 'Lato-Light',sans-serif !important;
  }

  #about_us .top_row .right_colom {
  width: 523px;
  margin: 77px 40px 40px 0;
  float: right;
  color: #3a4950;
  font-size: 14px;
  line-height: 20px;
  }
  #about_us .top_row .right_colom .font25 {
  font-family: 'Lato-Regular',sans-serif !important;
  width: 100%;
  font-weight: bold;
  color: #4d4d4d !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  line-height: 28px !important;
  }
  .resourses-section .columns {
  display: block;
  }
  #about_us .btm_content_block {
    width: 100%;
    margin: 28px 0;
    float: left;
    display: inline;
  }
  #about_us .btm_content_block p {
    width: 100% !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin: 21px 0 0px 33px;
    display: inline;
    float: left;
    /*font-family: 'Lato-Light',sans-serif !important;*/
    font-family: 'Lato-Regular',sans-serif !important;
    color: #4d4d4d !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }
  #about_us .btm_content_block .divider {
    border-bottom: 1px dotted #000;
  }
  #about_us .btm_content_block p .heading {
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
  }
  #about_us .btm_content_block  p a {
    /*font-family: 'Lato-Light',sans-serif !important;*/
    font-family: 'Lato-Regular',sans-serif !important;
    color: #00255d;
    /*text-decoration: none;*/
    text-decoration: underline;
    font-weight: 600;
  }
  .customer-account-login .mid_adjust .columns {
  display: flex !important;
  }
  /*================================== 10. Resource CSS End==================================*/

  /*================================== 11. About us CSS Start==================================*/
  #about_us .btm_row {
    width: 100%;
    margin: 25px 0 0 0px;
  }
  #about_us .btm_row .block {
    width: 20%;
  }
  #about_us .btm_row .block .font21 {
    color: #3a4950;
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  #about_us .icon_block {
    display: flex;
    justify-content: center;
  }
  /*================================== 11. About us CSS End==================================*/
  /*================================== 12. Terms CSS Start==================================*/
  .terms_and_conditions_block p ,.delivery-faqs_block p,.ordersreturns_block p{
    color: #00255d !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Lato-Light',sans-serif !important;
  }
  .terms_and_conditions_block p strong span,.delivery-faqs_block p strong span,.ordersreturns_block p strong span{
    color: #00255d !important;
    font-style: normal !important;
    font-family: 'Lato-Light',sans-serif !important;
    font-size: 16px !important;
  }
  .ordersreturns_block p strong {
    font-size: 19px !important;
    line-height: 28px !important;
    color: #00255d !important;
  }
  /*================================== 12. Terms CSS End==================================*/

  /*================================== 13. Forgot Pwd CSS Start==================================*/
  .customer-account-forgotpassword  .field .legend {
    font-family: 'Lato-Light',sans-serif !important;
    color: #00255d !important;
    font-size: 22px !important;
    text-transform: capitalize !important;
    font-weight: 700;
    padding-bottom: 15px;
  }

  .customer-account-forgotpassword .forget {
    width: 100% !important;
  }

  .customer-account-forgotpassword .actions-toolbar {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #EDEDED;
  }

  .customer-account-forgotpassword .actions-toolbar .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
  }
  .customer-account-forgotpassword .actions-toolbar .primary {
    float: right;
    margin-left: 5px;
    min-width: 140px;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Lato-Regular",sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background: #ffd000 !important;
    border:1px solid transparent;
  }
  .customer-account-forgotpassword .actions-toolbar .primary:hover {
    background-color:#00255d !important;
  }
  .customer-account-forgotpassword .actions-toolbar p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
    color: #00255d !important;
      padding-left: 27px !important;
      padding-top: 2px !important;
  }
  .customer-account-forgotpassword .field .label {
      display: block !important;
      float: none !important;
      text-align: left !important;
  }
  .customer-account-forgotpassword  input.input-text {
    width: 333px;
  }
  .customer-account-forgotpassword .actions-toolbar .back-link a {
      color: #000;
      font-size: 12px;
      margin-right: 5px;
      line-height: 20px;
      display: inline-block;
      padding: 5px;
  }
  .customer-account-login p.required {
    color: #F00;
    padding: 10px 0 5px 0;
    text-align: right;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 0px;
  }
  /*================================== 13. Forgot Pwd CSS End==================================*/

  /*================================== 14. Contact US CSS Start==================================*/
  .LeftContent {
    border-right: 1px dashed #00255d;
    font-family: 'Lato-Light',sans-serif !important;
    padding-right: 10% !important;
    color: #808080 !important;
  }
  .RightContent {
    padding-left: 10% !important;
  }
  .LeftContent h1 {
    color: #00255d !important;
    font-size: 46px !important;
    text-transform: capitalize;
    font-family: "Lato-Regular",sans-serif;
    line-height:55px;
  }
  .LeftContent .phone {
    float: left;
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
  }
  .account .column.main a ,.cms-contact-us .phone span{
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
  }

  .LeftContent strong {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #808080 !important;
    font-size: 20px;
  }
  .RightContent #comment {
    margin-bottom: 5px !important;
    height: auto !important;
  }
  #contact_new {
    width: 100%;
    display: inline;
    float: left;
    margin: 20px 0;
  }
  /*================================== 14. Contact US CSS End==================================*/

  /*================================== 15. My Account CSS Start==================================*/
  .account  .sidebar {
    width: 25% !important;
  }
  .account  .main.column {
    width: 75% !important;
  }
  .account  .block.block-collapsible-nav {
    border: 2px solid #ffd000 !important;
    padding: 20px 15px !important;
    border-top-right-radius: 30px !important;
    margin-bottom: 3% !important;
  }
  .account .block-collapsible-nav .content {
  background: #f2f2f2;
  padding: 15px 0;
  }
  .account .block-collapsible-nav-content ul li.current {
    border-left: 5px solid #00255d !important;
    text-transform: capitalize !important;
    padding-left: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .account .block-collapsible-nav-content ul li.current strong {
    font-family: 'Lato-Bold',sans-serif !important;    
  }
  .account .block-collapsible-nav-content ul li {
    padding-left: 0px !important;
    text-transform: capitalize !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin:0px !important;
  }
  .account .block-collapsible-nav-content ul li a {
    font-family: 'Lato-Bold',sans-serif;
    color: #00255d;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: capitalize;    
  }
  .account .block-collapsible-nav-content ul li a:hover {
    color: #00255d !important;
    background-color:transparent !important;

  }
  .account .block-collapsible-nav .item>strong {
    padding:0px;
    border-left: 0;
  }
  .account .block-collapsible-nav-content ul li:nth-child(4),.block-collapsible-nav-content ul li:nth-child(8) {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /*================================== 15. My Account CSS End==================================*/


  /*================================== 16.lockout-tagout CSS start==================================*/
  .resources {
    background: #E5E5E5 !important;
    border-top-right-radius: 30px!important;
  }

  .category-lockout-tagout .column.main {
    padding-left: 0 !important;
  }
  .category-lockout-tagout .column.main .left_colom lefts {
    padding: 0;
  }
  .resource_head {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
    border-bottom: 1px solid #00255d !important;
    padding-bottom: 2% !important;
    margin-top: 1% !important;
    text-transform: capitalize !important;
    margin-bottom: 2% !important;    
  }
  .resource_title {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
    text-transform: capitalize !important;
    font-size: initial !important;
    padding-top: 1% !important;
    margin-top: 0 !important;
  }

  .no-padding {
    padding: 0 !important;
  }
  .resources {
    padding: 5% !important;
    padding-top: 5% !important;
    padding-right: 5% !important;
    padding-bottom: 5% !important;
    padding-left: 5% !important;
    margin-bottom: 2% !important;
  }
  .resources a {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
    border: none !important;
    text-decoration: none !important;
    background: #ffd000 !important;
    font-size: initial !important;
    padding: 8px !important;
    border-top-right-radius: 30px !important;
    cursor: pointer;
    display: block;
  }
  .resources a:hover {
    background: #00255d !important;
    color: #FFF !important;
  }
  .resources div.resource_link {
    margin-bottom: 3% !important;
    margin-top: 5% !important;
    float: left;
    width: 100% !important;
    border-bottom: 1px solid #00255d !important;
    padding-bottom: 10% !important;
  }
  .custom-category-product-section {
    text-align: center;
    border: solid 2px #ffd000;
    border-top-right-radius: 50px;
    border-bottom: 0;
    outline: none;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  span.product-item-name {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    font-family: 'Lato-Regular';
    border-top: solid 2px #ffd000;
    max-height: 50px;
    border-bottom: solid 2px #ffd000;
    margin: 0;
  }

  span.product-item-name a {
    margin: 0;
    font-family: 'Lato-Regular';
    text-transform: none;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .category-description p {
    font-family: 'Lato-Light',sans-serif !important;
    color: #00255d !important;
    font-size: 21px !important;
    line-height: 26px !important;
  }

  .product.details.product-item-details.row {
    display: flex;
    flex-flow: row wrap;
  }

  .custom-category-product-section .product-image img {
    height: 250px !important;
    max-width: 100% !important;
    width:auto;
  }

  .col-lg-4.col-md-6.col-sm-6.col-xs-12.no-border-right.custom-li {
    margin-bottom: 30px;
  }
  /*================================== 16.lockout-tagout CSS end==================================*/

  /*================================== 17.On scroll arrow CSS start==================================*/
  .back-to-top #back-top {
    bottom: 30px;
    position: fixed;
    right: 10px;
    z-index: 9999999;
    opacity: 0.8;
    border-radius: 5px;
    cursor:pointer;
  }
  .back-to-top #back-top .sticker-wrapper .sticker {
    display: table-cell;
    font-size: 26px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    transition: all 100ms ease-in-out 0s;
    vertical-align: middle;
    width: 40px;
    background: #ffd000 !important;
    color: #fff;
    line-height: 20px;
  }
  .back-to-top #back-top:hover .sticker-wrapper {
    top: 5px;
  }
  .back-to-top #back-top:hover {
    opacity: 1;
    cursor: pointer;
  }
  .back-to-top #back-top .sticker-wrapper {
    -webkit-transition: all 100ms ease-in-out 0s;
    position: relative;
    right: 0;
    top: 0;
    transition: all 100ms ease-in-out 0s;
  }
  .page-products .column.main {
    float:none !important;
    padding-left:0px !important;
  }
  .page-products .column.main .right_colom {
    padding:0px !important;
  }
  /*================================== 17.On scroll arrow CSS end==================================*/
  /*================================== 18. Cart CSS Start==================================*/
  .minicart-wrapper .action .counter.qty {
    background: transparent;
    color: transparent !important;
    /*width: 25px !important;    
    height: 25px !important;
    line-height: 25px !important;
    margin:-20px 0 0 -10px !important;*/
    padding:0 !important;
    position: relative !important;
    min-width: initial;
    font-size: 12px;
    border-radius: 100% !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: -10px 0 0 -10px !important;
  }
  .minicart-wrapper .action .counter-number{
    text-shadow: none !important;
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: #e52f48;
  }
  .block-customer-login {
    float:right;
  }

  .g-recaptcha div iframe {
    width:100% !important;
  }
  #rc-anchor-container {
    width: 99% !important;
  }
  .g-recaptcha > div {
    width: 100% !important;
  }
  /*================================== 18. Cart CSS End==================================*/

  /*================================== 19. Category page css start ==================================*/
  .page-layout-2columns-left .product.details.product-item-details {
    padding: 0;
    display: flex;
    /*height: 100px;*/
    flex-flow: row wrap;
    /*flex-wrap: nowrap;*/
  }
  .product-items.list .item.product.product-item .product.details.product-item-details {
    padding: 0;
    display: flex;
    height: 100px;
    flex-flow: column wrap;
    flex-wrap: nowrap;
  }
  .page-layout-2columns-left .sidebar-main {
        width: 19% !important;        
  }
  .page-layout-2columns-left .column.main  {
    width:80% !important;
    float:right !important;
  }
  .page-layout-2columns-left .product-item-info {
    width:100% !important;
    border:0px !important;
    /*background-color: #e5e5e5;*/
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    position: relative;
    padding: 20px 10px 60px 10px;
  }
  .page-layout-2columns-left .products-list .item.product.product-item {
    border-right:0px !important;
    border-bottom: 1px dashed #00255d !important;
  }
  .page-layout-2columns-left .products.list.items.product-items {
    display: flex;
    flex-flow: row wrap;
  }
  .product-item-inner {
    display: none !important;
  }
  .product-image-photo {
    position: initial !important;
    width: 100%;
  }
  .page-layout-2columns-left .products-grid .product-item-info {
    margin: 0;
  }
  .page-layout-2columns-left .products-grid .product-item-info:hover, .page-layout-2columns-left .products-grid .product-item-info.active {        
    box-shadow: 0px 4px 15px 0 rgb(0 0 0 / 30%) !important;
    padding: 20px 10px 60px 10px !important;
  }
  .page-layout-2columns-left .products-grid .product-item-info:hover .yotpo.bottomLine a {
    color: #fff !important;
  }
  .yotpo.bottomLine {margin: 0 0 10px 0 !important;}
  .page-layout-2columns-left .products-grid .product-item-info:hover {

  }
  .page-layout-2columns-left .products-grid .product-item-inner {
      border:none !important;
      position:initial !important;
      box-shadow:none !important;
  }
  .page-layout-2columns-left .products.list.items.product-items .product-image-container  {
      width:100% !important;
  }
  .page-layout-2columns-left .product-item-info  a:focus{
    outline: 0 !important;
    outline-offset: 0 !important;
  }
  #o1kh041173o1637139925968 iframe {
    bottom: 70px !important;
    right:2px !important;
  }
  .page-layout-2columns-left .field.limiter {
    width: 100%;
    border-top: 1px solid #00255d !important;
    padding-left: 0px !important;
    font-family: 'Lato-Regular',sans-serif !important;
    color: #00255d !important;
    padding-right: 0px !important;
    padding-top:15px;
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    margin-top: 45px;
  }
  .page-layout-2columns-left .sorter {
    margin-top: -40px;
  }
  .page-layout-2columns-left .product-items.list .product-item .product-item-details .product-item-name, .product.name a {
    color: #00255d !important;
      font-family: 'Lato-Bold',sans-serif !important;
      font-size: 16px !important;
      min-height: auto !important;
      height: auto;
      margin: 0px !important;
  }
  .page-layout-2columns-left .product-items.list .item.product.product-item {
    width:calc(100% / 5) !important;
    margin-left:0 !important;
    margin-bottom:20px !important;    
    padding:0px !important;
   /* border-right: 1px dashed #00255d;*/
  }

  .page-layout-2columns-left .product-items.list .product-item .product-item-details .price-box {
    padding: 0px 0 0 !important;
    margin:0px !important;
  }
  .page-layout-2columns-left .product-item-inner {
    display: none;
  }
  .page-layout-2columns-left .product-image-wrapper {
    /* padding-bottom: 100% !important; */
  }
  .overlay-bg {
    position: absolute;
    background: #00255d !important;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
    left: 0;
    display: none;
    z-index: 11;
  }
  .overlay-bg a,.overlay-bg a:hover {
    color: #fff;
  }
  .product-item-info:hover .overlay-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
  }
  .page-layout-2columns-left .product-item-info:hover .product-item-name a ,.page-layout-2columns-left .product-item-info:hover .price-final_price span,.page-layout-2columns-left .product-item-info:hover p{
        color: #fff !important;
  }
  .page-layout-2columns-left .product-item-info p,.page-layout-2columns-left .product-item-info span {
    font-size: 14px;
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
  }
  .page-products .products-grid .product-item-inner:before {
    content:none !important;
  }
  .products-grid .product-item-inner {
    background:transparent;
  }
  .page-layout-2columns-left .product-item-info:hover .product-item-details,.page-layout-2columns-left .product-item-info:hover .price-final_price {
    position:relative;
    z-index:111;
    padding: 0;
  }
    /*======================Listing grid gallery css start======================*/
    .page-layout-2columns-left .products-list .product-image-wrapper {
      padding-bottom: 0 !important;
  }
  .page-layout-2columns-left .products-list .product-items .item.product.product-item {
      width:100% !important;
  }
  .page-layout-2columns-left .products-list .product.details.product-item-details {
      padding:0px;
  }
  .page-layout-2columns-left .products-list .product-items .item.product.product-item .product-item-info {
      position:relative;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
  }
  .page-layout-2columns-left .products-list .product-items .item.product.product-item .product-item-photo {
      display:block !important;
      width:150px;
      padding: 0;
      margin-right: 30px;
  }
  
  .page-layout-2columns-left .products-list .product-item-info:hover .overlay-bg {
      background-color:#fff !important;
      color:#000;
      display: none !important;
      position: initial;
  }
  .page-layout-2columns-left .products-list .product-item-info:hover .product-item-name a,.page-layout-2columns-left .products-list .product-item-info:hover .price-final_price span {
      color:#000 !important;
  }
  
  
    /*======================Listing grid gallery css end======================*/

  /*==================================19. Category page css End==================================*/

  /*==================================20. Product Details page css Start==================================*/
  .catalog-product-view  .page-title {
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
    font-size: 24px !important;
    text-transform: capitalize !important;
    line-height: 30px !important;
    /* margin-top: 0; */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .catalog-product-view .product-info-main .product-info-stock-sku {
    float:none !important;
    display:block;
    text-align:left !important;
    padding-left: 0 !important;
  }

  .catalog-product-view .product.attribute.sku {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 16px !important;
    color: #4d4d4d !important;
    font-weight: 600;
  }
  .catalog-product-view .product-info-main .product.attribute.sku .type {
    font-weight: 600 !important;    
  }

  .catalog-product-view .price-container.price-final_price.tax,.page-layout-2columns-left .price-container.price-final_price.tax {
    display: flex;
    align-items: center;
  }
  .product-info-price .price-final_price .price-wrapper .price {
    font-size: 24px !important;
    font-family: 'Lato-Bold',sans-serif !important;
    color: #00255d !important;
  }

  .catalog-product-view .old-price .price,.page-layout-2columns-left .old-price .price { 
    text-decoration-line: line-through;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container>span,.page-layout-2columns-left  .price-box .price-container>span {
    display: flex !important;
    content: none;
    position: initial;
    overflow: visible;
    word-break: initial;
    color: #A0A0A0;
    font-size: 14px !important;
    float: none;
    margin: 0;
    font-weight: bold;
   /* width:100%;*/ /*commented on 1 aug 2024 for exclude vat*/
    height: 100%;
    align-items: center;
    margin-right: 9px;
  }

  .catalog-product-view .old-price,.catalog-product-view .special-price {
    width: 100% !important;
    display: flex;
  }
  .catalog-product-view .product-info-main .product-info-price .special-price .price-label:after {
    content:none !important;
  }
  .catalog-product-view .fotorama__stage__frame ,.catalog-product-view .fotorama__stage{
    height: 400px !important;
    top:20px !important;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    margin-top: -30px;
    float: right !important;
    margin-bottom: 0 !important;
  }
  .catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    border: 1px solid #eee;
    padding: 10px;
  }

  .catalog-product-view .fotorama__stage {
    border: 1px solid #eee;
    overflow: visible;
    margin-bottom: 30px;
  }

  .catalog-product-view .fotorama__stage__frame .fotorama__img {
    transform: translate3d(-50%, -56%, 0) !important;
    -webkit-transform: translate3d(-50%, -56%, 0) !important;
    width: 37%;
  }
  .catalog-product-view .product.media {  
    margin-top: 0px !important;
    border-right: dashed 1px #d0d0d0;
    padding-right: 50px;
    width: 50%;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
      /* border-left: dashed 1px #d0d0d0; */
      padding-left: 50px;
      margin-bottom: 20px;
      width: 50%;
       /* border-left: dashed 1px #d0d0d0;
      padding-left: 20px;
      margin-bottom: 20px;*/
  }
  .product.attribute.overview .value ul {
    list-style: none;
    padding-left: 0;
  }
  .product.attribute.overview .value ul li {
    color: #636363;
    /*font-size: 14px;*//*commented on 1 aug 2024*/
    /*font-family: 'Lato-Light',sans-serif !important;*//*commented on 1 aug 2024*/
    font-size: 15px !important;
    font-family: 'Lato-Regular', sans-serif !important;
  }

  .box-tocart label {
    color: #00255d;
    font-weight: normal;
    font-family: 'Lato-Bold',sans-serif;
    font-size: 16px !important;
  }

  /*Description & Review css start*/
  .catalog-product-view .data.active a {
    background: #00255d !important;
    color:#fff !important;
  }
  .catalog-product-view .product.data.items>.item.title>.switch {
    background:#ffd000;
    border:0;
    height: auto !important;
    line-height: 42px !important;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 24px !important;
    padding: 12px 25px!important;
  }
  .catalog-product-view .data.active a:hover,.catalog-product-view .data a:hover {
    padding-bottom:0 !important;
    border:0 !important;
  }
  .catalog-product-view .data.active a:focus,.catalog-product-view .data a:focus {
    outline:0 !important;
    padding-bottom:0 !important;
  }
  .catalog-product-view .product.data {
    background:#ffd000;
    margin-bottom: 0 !important;
  }
  .catalog-product-view .data.item,.catalog-product-view .product.data.items>.item.title:not(.disabled)>.switch:active {
    background-color: #ffd000;
  }
  .catalog-product-view .product.data.items>.item.title:not(.disabled)>.switch:focus {
  background-color: #ffd000;
  }
  .catalog-product-view .product.data.items>.item.content {
    margin-top: 65px !important;
    background: #fbfbfb;
    padding: 30px 30px 30px 30px !important;
  }
  .catalog-product-view .product.data.items>.item.title:not(.disabled)>.switch:hover {
    background-color: #00255d !important;
    color: #fff !important;
  }
  .catalog-product-view .box-tocart .fieldset {
    display: flex;
    align-items: center;
  }

  .catalog-product-view .box-tocart .field.qty {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    margin-right: 20px;
  }
  .catalog-product-view .box-tocart .field.qty label span {
    color: #00255d;
    font-weight: normal;
    font-family: 'Lato-Bold',sans-serif;
    font-size: 16px;
    margin-right:10px;
  }
  .catalog-product-view .product.attribute.description .value h2 {
    font-family: "Lato-Regular",sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
  }
  .catalog-product-view .product.attribute.description .value ul li,.catalog-product-view .product.attribute.description .value p {
    font-size:16px;
    font-family: 'Lato-Light',sans-serif !important;
    color:#636363;
  }
  .save-price {
    color: #D84D3C !important;
    font-size: 14px !important;
    white-space: nowrap;
    font-family: "Lato-Regular",sans-serif;
    font-weight: 700;
  }
  .catalog-product-view .columns {
    margin-top: -15px;
  }
  /*Description & Review css end*/
  /*==================================20. Product Details page css End==================================*/

  /*==================================21. Cart Details page css Start==================================*/
  .amquote-cart-wrapper.minicart-wrapper {      
      order: 1;
      margin-top: -34px;     
      /*margin-left: 6px;*/
      margin-left: -20px;
  }
  .checkout-icons {
      display: flex;
      justify-content: flex-end;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
      /*margin: 0 0px 0 20px !important;*/
       margin: 0 !important;

  }
  .minicart-wrapper .action.close {
      right: 5px !important;
      top: 6px !important;
  }
  .minicart-items .product-item-details .details-qty {
      margin-top: 0 !important; 
  }
  .product-item-pricing {
      display: flex;
      align-items: center;
  }
  .minicart-items .product-item-name,.minicart-items .product-item-name a {
      color: #00255d !important;
      font-family: 'Lato-Bold',sans-serif !important;
      font-size: 14px !important;
      display: inline-block;
  }
  .amquote-top-quotecart,.checkout.action {
      background: #ffd000 !important;
      border: 1px solid transparent !important;
      color: #00255d !important;
      border-top-right-radius: 15px;    
      padding: 10px 20px;
      font-weight: bold !important;    
      font-family: 'Lato-Bold', sans-serif !important;
      font-size: 16px !important;
      text-transform: capitalize !important;
  }
  .amquote-top-quotecart:hover,.checkout.action:hover {
      background: #00255d !important;
      color: #FFF !important;    
  }
  .amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
      position: absolute;      
      width: 400px !important;
      /*right: -10% !important;*/
       /* right: 80% !important;*/
        right: 89% !important;


  }

  .minicart-wrapper .block-minicart {
      right: 50% !important;
  }
  
  .block-minicart .subtotal {
      display: flex;
      justify-content: space-between;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items thead {
      background: #e5e5e5 !important;
      color: #00255d !important;
      font-family: 'Lato-Light',sans-serif !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items .product-item-name a {
      color: #00256a !important;
      font-weight: 700;
      font-family: 'Lato-Bold',sans-serif !important;
      font-size: 16px;
  }
  .page-layout-1column .cart-container .cart.table-wrapper .cart.items thead tr th.col {
      padding-bottom: 20px !important;
      padding-top: 20px !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items td.col.item {
      display:flex !important;
      flex-flow:row wrap;
      align-items:center;
      flex-wrap: nowrap;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items .product-image-wrapper img {
      padding-bottom: 0 !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items  a.product-item-photo {
      display: block !important;
      width: 160px !important;
      height: initial !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items img.product-image-photo {
      padding: 0 !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items .product-item-details {
      padding-bottom: 0 !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items td.col.qty,.col.subtotal,.col.price {
      vertical-align: middle;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items strong.summary.title {
      font-size: 26px;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 10px;
      color: #00255d !important;
      font-family: 'Lato-Bold',sans-serif !important;
  }

  .page-layout-1column .cart-container .cart.table-wrapper .cart.items strong.title {
      font-size: 26px;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 10px;
      color: #00255d !important;
      font-family: 'Lato-Bold',sans-serif !important;
  }
  .page-layout-1column .cart-container .cart.table-wrapper .cart.items .actions-toolbar {
      padding-top: 15px;
  }
  .page-layout-1column .quote-container .checkout.btn-checkouts {
      margin-right: 61px !important;
      margin-bottom: 15px;
  }
  .page-layout-1column .checkout-methods-items .checkout.btn-checkouts {
      margin-right: 0px !important;
  }
  .page-layout-1column .action.update.btn-checkouts {
      margin-right: 20px !important;
  }
  .page-layout-1column .action.clear-quote  {
      margin-right: 0px !important;
  }
  .page-layout-1column .checkout.btn-checkouts {
      margin-right: 0px !important;
  }
  .page-layout-1column .totals .mark {
      background-color: transparent !important;
  }
  .page-layout-1column .field-tooltip .field-tooltip-action {
      margin-top: 20px;
  }
  .minicart-wrapper .product .actions>.primary:not(:last-child) {
      margin-right: 0px !important;
  }
  .minicart-wrapper .action.edit {
      margin-right: 5px;
  }
  .catalog-product-view .amquote-addto-button,.catalog-product-view .tocart,.catalog-product-view .outline {
      width: auto !important;
      margin-right:10px !important;
      padding: 10px 15px !important;    
  }
  .catalog-product-view .qty .control .mage-error[generated] {
    position: absolute;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
      border: 0 !important;  
      box-shadow: none !important;
  }
  .modal-popup .modal-header {
    border-bottom: 0px !important;
  }
  .modal-popup .modal-footer {
    border-top: 0px !important;
  }
  /*==================================21. Cart Details page css End==================================*/


  /*==================================22. Recent product page css Start==================================*/
  .page-layout-1column .product-item-info.recent-product-item-info {width: 100%;display: flex;align-items: center;}
  .page-layout-1column .block.related .product-item-info.recent-product-item-info .field.choice {
    position: initial;
  }
  .page-layout-1column .products-related.products-grid .product-items .product-item {
      width:100%;
  }
  .page-layout-1column .products-related.products-grid .recent-product-item-info .product-item-name {
          margin-left: 0px !important;
  }
  .page-layout-1column .products-related.products-grid .recent-product-item-info  .product-item-photo {
          margin-right:20px;
  }
  .page-layout-1column .products-related.products-grid .recent-product-item-info:hover {
      box-shadow:none !important;
      border:0 !important;
      padding: 0 !important;
      margin: 0 !important;
  }
  .page-layout-1column .block.related .block-title.title {
    background: #eee;
    padding: 15px;
  }

  .page-layout-1column .block.related .block-title.title strong {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato-Bold',sans-serif !important;
  }

  .page-layout-1column .block.related .block-actions {
    font-size: 14px;
    font-weight: 600;
  }
  .page-layout-1column .totals .mark span.label {
    color: #000;
    padding: 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
  }
  .page-layout-1column .cart-summary .block .item-options .field .radio+.label {
    line-height: 21px;
    margin-left: 5px;
  }
  .page-layout-1column .block.related button.action.select span {color: #00255d;font-size: 16px;}

  .page-layout-1column .products.wrapper.grid.products-grid.products-related {
    margin: 0;
  }

  .page-layout-1column .products.wrapper.grid.products-grid.products-related .products.list.items.product-items {
    margin: 0;
  }
  .page-title h1 {
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 22px;
    margin-bottom: 15px;
}

table.downloadTable.table thead {
    text-align: center !important;
    color: #FFF !important;
    background: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
}
table.downloadTable.table tr td p span,table.downloadTable.table tr td p  {
    font-size:16px;
    font-family: 'Lato-Light',sans-serif !important;
}  
.checkout-cart-index .actions-toolbar .action.apply.primary {
  line-height: 16px;
  border: 1px  solid #ffd000 !important;
  box-shadow: none !important;
  background: #ffd000;
}
.amasty_quote-quote-success .checkout-success p {
  font-size: 18px;
  margin-bottom: 15px;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  margin-right:0px;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  text-align: right;
    margin-top: -20px;
}
.review-add {
  /*display: none;*/
}
  /*==================================22. Recent product page css End==================================*/

  /*==================================23. Blog page css Start==================================*/
  .pt-cv-title a {
    font-size: 18px;
    text-transform: uppercase;
    color: #00255d !important;
    font-weight:600;
}
.pt-cv-content {
    font-size: 14px;
}

.pt-cv-ifield {
    margin-bottom: 20px;   
}
.pt-cv-content .pt-cv-readmore{
    color:#fff !important;
    margin-top:15px;
}
.post-view .post-entry p {
  font-size: 18px;
}
  /*==================================23. Blog page css End==================================*/
  /*==================================24. Form page css Start==================================*/
  /* Material Design Form Inputs */
.form__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1.6rem;
  width: 100%;
  vertical-align: top;
}

.form__wrapper--submit {
  padding: 1.6rem 0;
}

.form__wrapper .form__input,.form__wrapper .text-area {
  border-radius: 4px;
  display: block;
  position: relative;
  font-family: "Lato-Regular",sans-serif;
  margin-top: 0;
  padding: 15px 15px 0px 15px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  color: #444 !important;
  font-size: 1.6rem !important;
  outline: 0;
  border: none !important;
  border-bottom: solid 1px #ddd !important;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #2196f3 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #2196f3 4%) !important;
  background-position: -400px 0;
  background-size: 400px 100%;
  background-repeat: no-repeat;
  background-color: #f5f5f5 !important;
  height: 50px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.form__wrapper .text-area {
  height:150px !important;
  padding: 30px 15px !important;
}
.form__wrapper .form__input:required {
  box-shadow: none;
}
.form__wrapper .form__input.error {
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #f44336 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #f44336 4%);
  background-position: 0 0;
  background-size: 400px 100%;
  background-repeat: no-repeat;
}
.form__wrapper .form__input:focus {
  background-position: 0 0;
  color: #444;
  -webkit-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

/* Form Label */
.form__wrapper .form__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #999;
}

/* Form Label Content */
.form__wrapper .form__label-content {
  position: absolute;
  -webkit-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  padding:0px 15px;
}

/**
 * 1. When input is focused move the label to top
 * 2. when the input field has a value move the label to top
 */
 .form__wrapper .form__input:focus ~ .form__label .form__label-content,
 .form__wrapper.form--filled .form__label-content {
  font-size: 1.4rem;
  -webkit-transform: translate3d(0, -34%, 0);
  -moz-transform: translate3d(0, -34%, 0);
  transform: translate3d(0, -34%, 0);
}

.form__wrapper ._keyfocus *:focus, input:not([disabled]):focus {box-shadow:none;}


.form__wrapper.form--filled .form__input {
  padding-bottom: 0 !important;
}
.checkbox-group {
  list-style:none;
  padding-left:0px;
  display: inline-block;
}
.material_group_checkbox .checkbox-group .form__label {
    color:#444;
    position:initial;
}
.material_group_checkbox ul.checkbox-group li {
  display: flex;
  float: left;
  width: 50%;
  position: relative;
}
.material_group_checkbox ul.checkbox-group li input {
    margin-right:10px;
}
.button-row .btn-submit.btn-checkouts {
  margin-right:0px;
}
.material_group_checkbox .checkbox-group label.form-item-validation{position:absolute;bottom: -96px;}
.form-item-validation {color: #f44336;}
.form-item-validation.form__input {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #f45877 4%) !important;
    background-color: #f5f5f5 !important;
}
.authentication-wrapper {
  display: none;
}
.checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
  display:block;
}
.block-viewed-products-grid .product-image-photo {margin: 0 auto;text-align: center;display: block;max-width: 50px;}
.block-viewed-products-grid .product-item-details .product-item-actions{
    display:none;
}
.block-viewed-products-grid .products-list .product-item-photo {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100px;
    border: 1px solid #eee;
    margin-right: 15px;
}
.block-viewed-products-grid .products-list .product-item-details {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
.block-viewed-products-grid .products-list .product-item-details .product-item-name {
    margin:0px;
}
.block-viewed-products-grid .products-list .product-item-details .product-item-name a {
    color: #00256a !important;
    font-weight: 700;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 16px;
}
.block-viewed-products-grid {
  width: 100%;
}
.block-viewed-products-grid .block-title {
  background: linear-gradient(to bottom, #f8f8f8 0%, #ededee 100%);
  display: block;
  border-bottom: 2px solid #c0c0c1;
  border-radius: 4px;
  margin: 30px 0 27px;
  padding: 7px 20px;
}
.block-viewed-products-grid .block-title strong {
  color: #000;
  font-family: 'Lato-Regular',sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.block-viewed-products-grid .product-item-info {
  display: flex !important;
  align-items: center;
}

  /*==================================24. Form page css End==================================*/
 
  /*==================================25.Proceed to checkout page css start==================================*/
  .checkout-index-index .checkout-header h1.title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;    
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}
.checkout-index-index .checkout-header {
    margin: 0;
    padding: 0 9px;
    width: 100%;
}
.checkout-index-index .description {
    font-family: 'Lato-Regular';
    font-size: 14px !important;
    color: #00255d !important;
    margin-bottom: 10px;
}
.checkout-index-index .table-checkout-shipping-method thead.amcheckout-header th.col.col-method {
    width: calc(100% / 4);    
}
.checkout-index-index .methods-shipping {
    min-height: .01%;
    overflow-x: auto;
}
.checkout-index-index .table-checkout-shipping-method thead.amcheckout-header tr th.col,.checkout-index-index .table-checkout-shipping-method tr td {
    padding: 0px !important;
    text-align: center !important;
}
.checkout-index-index .checkout-block {
    padding:10px !important;
    margin: 5px 10px 30px 10px;
}
.checkout-index-index .checkout-block .fieldset br:empty {
    display:none;
}
.checkout-index-index .step-title {
    font-size: 20px !important;
    font-weight: 600;
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px;
}
.checkout-index-index .opc-block-summary {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}
.checkout-payment-method .payment-method._active .payment-method-content {
    padding:0 !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    max-width: 100% !important;
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
}

.checkout-index-index .payment-method-title.field.choice {
    display: flex;
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important;
}
.checkout-index-index .payment-method-title.field.choice .radio.stripe-radio {
    margin: 10px 0px !important;
}
.checkout-index-index .payment-method-title.field.choice .radio {
    margin: -1px 5px 0px 0px !important;
}
.checkout-index-index .payment-method-title.field.choice .stripe-label {
    margin-left:10px;
}
.checkout-index-index .fieldset.payment.items .field {
    display:flex;
    align-items:center;
}
.checkout-index-index .fieldset.payment.items .field .label {
    margin-right:10px;
}
.checkout-index-index .fieldset.payment.items .field-tooltip .field-tooltip-action {
    margin-top:0px !important;
}
.checkout-index-index .payment-option-title.field.choice,.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0 !important;
}
.checkout-index-index .form-discount .actions-toolbar .action-apply {
    padding: 5px 15px !important;
}
/*==================================25.Proceed to checkout page css end==================================*/



/*==================================20 Jan-2022 Product Listing Page==========================*/
.page-layout-2columns-left .product-items.list .item.product.product-item .product.details.product-item-details .product-item-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px !important;
    margin-bottom: 10px !important;
}
/*==================================18 Feb-2022 Sticky Menu==========================*/
.nav-sections.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100% !important;
    z-index: 99;
}

/*=================================24 Feb-2022 Custom option css===================*/
.custom_option .control {
    width: 100% !important;
}
.custom_option .label {
    margin-bottom: 10px;
}

/*==================================04 March-2022 Bss menu css======================*/

.bss-megamenu .dropdown.bss-megamenu-fw .dropdown-menu {
    /*min-height: 50vh;*/
    min-height: 68vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
/*=================================10-March-2022 Wordpress blog css=================*/
.wordpress-post-view .post-content p strong,.wp-block-column legend {    
   /* font-family: 'Lato-Light',sans-serif !important; */
    font-family: 'Lato-Regular',sans-serif !important;       
    font-size: 16px !important;
    color: #00255d !important;
    font-weight:600;    
}
.wordpress-post-view .wp-block-column legend {
    padding-bottom: 15px !important;
}
.wordpress-post-view .post-content p {
    width: 100%;
    display: table;
}
.post-view .post-image {
  display: none;
}
.wordpress-post-view .wp-block-columns{
  display:flex;
}

/*===================21-march-2022 start ====================*/


.product.info.detailed .product.attribute .value p span,.product.attribute .value p,.product.attribute .value ul li span 
{
   font-family: 'Lato-Light',sans-serif !important;
}



/*===================21-march-2022 end ====================*/

/*===================22-march-2022 start ====================*/

.catalog-product-view .product.attribute.overview ul {
    list-style: square !important;
    padding: 0px 15px !important;
}


/*===================22-march-2022 end ====================*/

/*===================25-march-2022 start===================*/
/*Sidebar Accrodian CSS Start*/
.category-section {
    border: 2px solid #ffd000 !important;
    padding: 20px 15px !important;
    border-top-right-radius: 30px !important;
    margin-bottom:15px;
}

.category-section .related_category .title_new.lefts {
    font-size: 22px;
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    text-transform: capitalize !important;
    clear: both;
    padding-bottom: 10px;
}

.category-section .related_category .block-category-list {
    clear: both;
    border-top: 1px solid #00255d;
    padding: 0px;
}

.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title a {
    font-family: 'Lato-Bold',sans-serif;
    color: #00255d;
    font-size: 13px;
    font-weight:600;    
    padding: 10px 10px;
    width: 100%;
    display: block;
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title a.active {
    background-color: #00255d;
    color: #fff;
}
.category-section .related_category .block-category-list .category-sidebar-content.accordion-content ul.items li.item {
    margin-bottom:0px;
    padding: 0px 15px;
}
.category-section .related_category .block-category-list .category-sidebar-content.accordion-content ul.items li.item a {
    font-family: 'Lato-Regular',sans-serif;
    color: #00255d;
    font-size: 14px;    
    font-weight:500;
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title {
    position:relative;  
    display: flex;
    align-items: center;  
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title.hide-arrow {
    display: table;
    width:100%;
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";       
    right:0;
    /*position:absolute;*/
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title.open:after {    
    content: "\e114";
}
.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title.hide-arrow:after,.category-section .related_category .block-category-list .block-title.category-sidebar-title.accordion-title.hide-arrow.open:after {
    content:none;
}
/*Sidebar Accrodian CSS End*/
/*===================25-march-2022 end===================*/

/*My acoount form css start 31-3-2022 Start*/
.form-edit-account .fieldset.info  .field.choice{
  display: flex;
  align-items: center;
}
.form-edit-account .fieldset.info .field.choice input {
  margin: -4px 5px 0 0px;
}
.above-banner .below-header-bar .content-icon.experience {
  border-left: 1px solid #00255d;
  border-right: 1px solid #00255d;
}
.additional-attributes-wrapper .additional-attributes tr th.label {
  color: #00255d;
  margin-right: 15px;
  vertical-align: middle;
}
.additional-attributes-wrapper .additional-attributes tr th,.additional-attributes-wrapper .additional-attributes tr td {
  padding: 0 !important;   
  font-size: 14px;
  font-family: 'Lato-Light',sans-serif !important;
  vertical-align: middle !important;
  line-height: 24px !important;

}
.product.attribute.description .textLayer span strong,.product.attribute.description .textLayer strong span {
  font-size: 18px;
  color: #00255d;
  font-family: 'Lato-Bold',sans-serif !important;
}
.bss-megamenu ul.dropdown-menu.fullwidth li.bss-megamenu-content ul li {	
	padding-bottom: 5px;	
}	
.bss-megamenu-content .desktop-menu-col {	
    /*width: 20%;*/
    width: 16%;		
    padding-left: 0;	
    padding-right: 0;	
    margin-bottom: 20px; 
}
.bss-megamenu-content .reset-menu-width {
    width: 20%; !important;		
  	
}

.bss-megamenu ul.dropdown-menu.fullwidth li.bss-megamenu-content ul li a {
  word-break: break-all;
  font-size: 12px;
  color: #00255d;
}
.bss-megamenu .bss-megamenu-content .title {
  font-size: 12px !important;
}
.bss-megamenu .bss-megamenu-content .title a { 
  color: #00255d !important;
}
.form-create-account .fieldset.address>.field {
  padding:0px !important;
}
.form-create-account .fieldset.address {
  margin: 0px !important;
}
.form-create-account.regis div.mage-error[generated]{
  margin-top: 0px !important;
  margin-bottom:0px !important;
}
/* .form-create-account.regis fieldset.create .seprator-field:before,
.form-create-account.regis fieldset.create .seprator-field:after{
  bottom:30px;
}
.form-create-account.regis fieldset.address .seprator-field:before {
  bottom: 30px;
  left: 0;
}
.form-create-account.regis fieldset.address .seprator-field:after {
  bottom: 30px;
  right: 0px;
} */

.field.seprator-field-two .input-text,.field.seprator-field-three .input-text {
    padding: 10px 0px !important;
    height: 50px !important;
    border: none !important;
    color: #00255d !important;
    border-bottom: 1px solid #00255d !important;
    margin-bottom: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    font-family: 'Lato-Light',sans-serif !important;
    font-size: 15px !important;
    outline: none !important;
    border-radius: 0px;
}
.seprator-field-two {
  position:relative;
}
.page-footer .subscribe .actions {position: relative;}
/* .seprator-field-two:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    left: 0;
    z-index: 1;
}
.seprator-field-two:after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    right: 0;
} */
.control,.street_input {
  position:relative;
}
/* .seprator-field-three .control:before {
 content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    left: 0;
    z-index: 1; 
}

.seprator-field-three .control:after{
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #00255d;
    bottom: 10px;
    right: 0;
}
.seprator-field-three .control:before {
  content: '';
     width: 1px;
     height: 10px;
     position: absolute;
     background: #00255d;
     bottom: 10px;
     left: 0;
     z-index: 1; 
 }
 
 .seprator-field-three .control:after{
     content: '';
     width: 1px;
     height: 10px;
     position: absolute;
     background: #00255d;
     bottom: 10px;
     right: 0;
 }
 .street_input:after{
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  background: #00255d;
  bottom: 10px;
  left: 0;
}
.street_input:before{
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  background: #00255d;
  bottom: 10px;
  right: 0;
}
.form-create-account.regis .street_input:after ,.street_input:before {
  bottom:29px;
}
.form-create-account .seprator-field.password:before, .form-create-account .seprator-field.password:after  {
  bottom: 43px !important;
}
.form-create-account.regis .seprator-field.password:before, .form-create-account.regis .seprator-field.password:after {
  bottom: 60px !important;
} */
/*My acoount form css start 31-3-2022 End*/

/*==============07-04-2022==============*/
/*1. what-is-arc-flash page CSS Start*/
.static-information h2,.static-information h1 {
  font-size: 22px;
  font-weight: 600;
  color: #00255d !important;        
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Lato-Bold',sans-serif !important;    
}


.static-information p {
  font-family: 'Lato-Light',sans-serif !important;
  color: #808080 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
font-weight: 400;}

.static-information table td p strong {
  font-family: 'Lato-Light',sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #00255d !important;
}
.static-information table td ul li,ul li {
  font-size: 14px !important;
  font-family: 'Lato-Regular',sans-serif !important;
}
.static-information table td ul {
  list-style: disc outside;
  margin-bottom: 1.5em;    
}
/*1. what-is-arc-flash page CSS End*/

/*2. 9stepsforlockout page CSS Start*/
.static-information h1 strong {
  font-family: 'Lato-Bold',sans-serif !important;
  color: #00255d !important;
  font-size: 20px !important;
}

.static-information ul li strong a,.static-information ol li strong a,.static-information ul li a {
  text-decoration: none;
  font-family: 'Lato-Regular',sans-serif !important;
  color: #00255d;
}
.static-information h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lato-Regular',sans-serif !important;color: #00255d;
}
.static-information ol {
  list-style: square;
  margin-bottom: 1.5em !important;
  padding-left: 10px;
}
.static-information p strong {
  font-family: 'Lato-Light',sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #00255d !important;
}
.product.attribute.overview p:empty, .product_top_content br:empty,.product.attribute.overview p br {
  display: none;
}
/*2. 9stepsforlockout page CSS End*/
/*==============07-04-2022==============*/

/*==============13-04-2022==============*/


.product-info-main .product-add-form {
    padding-left: 20px;
}
.product-add-form .product-options-wrapper .col-md-6.custom-padding {padding-left: 0;}

.product-add-form .product-options-wrapper .col-md-6.custom-padding:nth-last-of-type(2) {
    padding-right:0;
}
.fotorama__thumb {
    background-color: initial;
}

.bss-bullet{
    font-size: 6px;
    color: #00255d !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position:absolute;
    left:0;
}
/*==============13-04-2022==============*/
/*==============14-04-2022==============*/

.cart-container .cart-summary #block-shipping #shipping-zip-form {
    display: none;
}

.bss-bullet:before {

    font: normal normal normal 14px/1 FontAwesome;
    font-size: 6px;
    display:inline-block;
    vertical-align:middle;
    line-height:18px;
}

.nav-sections-item-content .bss-megamenu ul.dropdown-menu.fullwidth li.bss-megamenu-content ul li a span {display: flex;}

.bss-megamenu .bss-megamenu-content.withdesc a::after {
    content:none !important;
}
/*==============14-04-2022==============*/

/*==============20-04-2022==============*/
.review-field-rating .control{

position: inherit !important;
}
/*==============20-04-2022==============*/


/*==============21-04-2022==============*/
.review-field-ratings legend.label {text-align: left;padding-bottom: 5px !important;}
.review-field-rating .control {
    position: initial;
    clear: both;
}
/*==============21-04-2022==============*/


/*Rateing CSS Start 22-04-22*/
.review-header {display: flex;justify-content: flex-start;flex-flow: column wrap;}

.rating-summary {clear: both;display: table;}

.simple-pagination ul {display: flex;align-items: center;justify-content: center;list-style: none;}

.simple-pagination ul li {padding: 0px 7px;}
.simple-pagination ul li span.current,.simple-pagination ul li a {
    color:#006bb4;
    font-size: 16px;    
}
.simple-pagination ul li span.current,.simple-pagination ul li span.prev,.simple-pagination ul li a.next {
    font-weight: bold;
}.box-review-single {display: flex;justify-content: flex-start;margin-bottom: 15px;}

.rating-summary .label {display: none;}

.simple-pagination ul {display: flex;align-items: center;justify-content: center;list-style: none;}

.simple-pagination ul li {padding: 0px 7px;}
.simple-pagination ul li span.current,.simple-pagination ul li a {
    color:#006bb4;
    font-size: 16px;    
}
.simple-pagination ul li span.current,.simple-pagination ul li span.prev,.simple-pagination ul li a.next {
    font-weight: bold;
}

.custom-icon-profile {display: flex;align-items: center;width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #83b6dd;justify-content: center;text-align: center;font-size: 16px;font-weight: bold;color: #fff;text-transform: uppercase;position: relative;}

.rating-result {text-align: left;}

.review-header p {margin-bottom: 5px;}

.rating-result {margin-bottom: 10px;}
.ratings .reviews-actions {
  margin-bottom: 15px;
}
.custom-icon-profile:before {
  content: "\f00c";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  bottom: 0;
  right: 0;
  z-index: 111;
  font-size: 12px;
  color: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #1cc286;
  border-radius: 50%;
  background-color: #1cc286;
  line-height: 14px;
}
/*Rateing CSS End 22-04-22*/
/*26-04 CSS Start*/
/*.page-layout-1column.catalog-product-view .column.main {
  display: flex;
  flex-flow: row-reverse wrap;
}*/
.page-layout-1column.catalog-product-view .column .product.info.detailed,.page-layout-1column.catalog-product-view .column .block.related, .page-layout-1column.catalog-product-view .column .block.crosssell {
  width: 100%;
}
.paypal.product-page.paypal-logo.braintree-paypal-logo.oneclick-container{
  display: none;
}

/*26-04 CSS End*/

/*CSS 02-05-2022 Start*/

div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a{
    font-size: 0px;
}
.catalog-product-view .message {
    margin: 0 0 20px;
}

.product-info-main .product.attribute.sku .type:after {
    content:none;
}
.page-layout-2columns-left .product-item-info strong p {
    color: #4d4d4d !important;
}
.ui-widget-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 37 93 / 30%);
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 37, 93, 0.3);
    box-shadow: inset 0 0 6px rgb(0 37 93 / 30%);
}
.ui-widget-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 37 93 / 50%);
    -moz-box-shadow: inset 0 0 6px rgba(0, 37, 93, 0.3);
    box-shadow: inset 0 0 6px rgb(0 37 93 / 30%);
    background-color: #00255d;
}
.ui-widget-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.minicart-items-wrapper .block-minicart dl.product.options.list {
    display: table;
    width: 100%;
}
.minicart-items-wrapper .minicart-items .product-item-details .product .options.list dt {
    clear: both;
    float: none;
    margin: 0;
    padding: 2px;
    display: block;
    text-align: right;
	color: #000;font-size: 100%;}
.minicart-items-wrapper .minicart-items .product-item-details .product .options.list dd {
    display: block;
    float: none;
    margin: 0 0 5px;


}
/*CSS 02-05-2022 End*/


/************CSS 16-june-2022 Start******************/
.catalog-product-view .block.upsell {
    width: 100%;
}
.catalog-product-view .field.choice.related .label span {
    display: none;
}
.catalog-product-view .field.choice.related {
    margin-right:5px;
}
.catalog-product-view .product-items .item.product-item {
    width: 100%;
}
.catalog-product-view .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    border: 0;
    margin: 0;
    padding: 0;
}
.product-image-container-5550 span.product-image-wrapper {
    margin-right: 10px;
}
/************CSS 16-june-2022 End******************/

/*******CSS 20-June-2022 Start***********/
.create.info .legend:after,.create.account .legend:after{
  content: '*';
  color: #e02b27;
  font-size: 1.9rem;
  margin: 0 0 0 5px;
}
.fieldset.address .legend:after {
  content:none;
}
.table-checkout-shipping-method tbody td.col-method input[type='radio'] {
  margin: 4px auto !important;
}
/***********CSS 20-June-2022 End*****************/

/***********CSS 29-June-2022 Start*****************/
.category-description div {
    padding-top: 10px! important;
}
/***********CSS 29-June-2022 End*****************/

/***********CSS 01-July-2022 Start*****************/
.minicart-items .product-item-details {
   text-align: left;
}
.block-minicart dl.product.options.list {
    display: flex;
    vertical-align: top;
    justify-content: flex-end;
}

/*.minicart-items .product .toggle {
    text-align: right;
}*/
/***********CSS 01-July-2022 End*****************/

/***********CSS 04-July-2022 Start*****************/
.pt-cv-page {
    display: flex;
    flex-flow: row wrap;
}
.category-description p small {
    font-size: 70%;
}

/***********CSS 04-July-2022 End*****************/

/***********CSS 06-July-2022 Start*****************/

.product-specs.std tr> th.label {
    color: black;
}
/***********CSS 06-July-2022 End*****************/

/***********CSS 08-July-2022 Start*****************/

.product .item-options dt, .multicheckout .item-options dt.label {
    color: #000 !important;
}

.amcheckout-wrapper .product-item-inner {
    display: table !important;
}

.form-cart .cart.table-wrapper .col.subtotal  {
    padding: 15px 11px 10px !important;
}
.page-main-full-width .amasty-quote-update .field {
    margin-bottom:0px !important;
}
.opc-block-summary.amcheckout-summary-container .label {
    color: #000 !important;
    padding: 1.2em 0.1em 0.3em

}
/***********CSS 08-July-2022 End*****************/

/***********CSS 12-July-2022 Start*****************/
.cart.table-wrapper .col.qty .input-text {
    margin-top: 0 !important;
}
/***********CSS 12-July-2022 End*****************/

/***********CSS 13-July-2022 Start*****************/
.phone-icons .mhMobile a
{   text-decoration: none !important;
    color: #00255d;
}

/***********CSS 13-July-2022 End*****************/
.bss-megamenu .bss-megamenu-content .custom-menu-heading li .title {
    font-size: 10px !important;
    display: block;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

/***********CSS 30-Aug-2022 Start*****************/
.faq-content {
    padding-bottom:15px;
}
.faq-content .static-content-section ul.faq-list {
    list-style:
    number;
}
.faq-content .static-content-section p strong {
    color: #00255d !important;
    font-style: normal !important;
    font-family: 'Lato-Light',sans-serif !important;
    font-size: 18px !important;
}

.faq-content .static-content-section p {
    color: #00255d !important;
    font-size: 16px !important;
    font-family: 'Lato-Light',sans-serif !important;
}
.faq-content .static-content-section ul.faq-list li {
    font-size: 16px !important;
    color: #00255d !important;
    font-family: Lato-Regular, sans-serif !important;
}
/***********CSS 30-Aug-2022 End*****************/


/************CSS 20-Sep-2022 Start************/
.blogcustom .pt-cv-title a {
    font-size: 14px !important;
}
.blogcustom .pt-cv-content {
    text-align: center;
}
.blogcustom h4.pt-cv-title {
    text-align: center;
}
.blogcustom .pt-cv-ifield img {
    max-height: 254px;
    object-fit: contain;
    margin: 0 auto 20px auto;
    width: auto;
    max-width: 100%;
    display: block;
}
.blogcustom .col-md-3.col-sm-3.col-xs-12.pt-cv-content-item.pt-cv-1-col {
    padding: 10px !important;
}
/************CSS 20-Sep-2022 End************/

/***********CSS 31-Oct-2022 Start us website******/
.page-wrapper .home_page_categories .us-category img {
    height: 250px;
    object-fit: contain;
}
.navigation .level0>.level-top {
    color: #fff;
}
.navigation .level0.active>.level-top {
    color: #fff;
}
    
/***********CSS 31-Oct-2022 End us website******/

/***********CSS 08-Nov-2022 Start us website******/

span.us-blog {
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}



/***********CSS 08-Nov-2022 End us website******/


/***********CSS 16-Nov-2022 Start wordpress blog detail page ******/
.post-view h3 {
font-family: 'Lato-Light',sans-serif !important;    
    font-size: 16px !important;
    color: #00255d !important;
    font-weight:600; 
 }
/***********CSS 16-Nov-2022 End blog detail page ******/

/*************CSS 29-Nov-2022 Start US website*************/
	
.navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
   color: #fff;
}
.navigation .level0>.level-top {
   color: #fff;
}
.page-wrapper .home_page_categories .category-box.us-category {	
  border-top-right-radius: 0;	
}	
.page-wrapper .home_page_categories .category-box.us-category img {	
  border-top-right-radius: 0;	
}
/*************CSS 29-Nov-2022 End US website****************/

/*************CSS 01-Dec-2022 Start US website**************/

.above-banner .us-delivery-bar.below-header-bar .content-icon.experience {
  border-left: 0;
}
/**************CSS 01-Dec-2022 End US website **************/

/**************CSS 04-Jan-2023 Start CSS*******************/
.switcher-trigger strong,.switcher-trigger span {
    font-weight: 600;
}
.page-wrapper .panel.header ul.links li:last-child {
    margin-left: 0;
}
.dropdown.switcher-dropdown.custom-switcher li a {
    font-size: 12px !important;
    text-align: center;
}
.page-header .panel.wrapper .switcher .options {
    color: #00255d !important;
}

.panel.header .switcher {
    display:block !important;    
    }
ul.dropdown.switcher-dropdown.custom-switcher {
    min-width: 60px !important;
}
    
/**************CSS 04-Jan-2023 End CSS******************/
/**************CSS 02-March-2023 Start CSS**************/


.review-tabs-section .nav-tabs.review-tabs li.active a,.review-tabs-section .nav-tabs.review-tabs li a {
    padding: 5px 6px !important;
    font-size:12px;
    display: inline;
    border: 0;
}

.review-tabs-section .nav-tabs.review-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-tabs-section {
    margin-top: 50px;
}
.page-wrapper .header.content .top-bar .basket-container .phone-icons {
    font-size: 20px;
}
.global-header-rating-statistics-short {
    display: flex;
    justify-content: flex-end;
    flex-flow: column wrap;
}
.global-header-rating-stats-short-count-num {
    color: #ffd000;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -6px;
    line-height: 70px;
    display: table-cell;
    text-align: right;
}
.global-header-rating-stats-short-count-from {
    color: #999;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 0 0 8px;
    vertical-align: top;
}
/*.global-header-rating-statistics-short-stars span {
    display: block;
    position: absolute;
    background: url(https://www.feefo.com/assets/images/stars-sprite-middle.png) 0 -27px repeat-x;
    background-size: 32px 54px;
    height: 34px;
    left: 0;
    line-height: 20px;
    top: 0;
    width: 80%;
}*/
/**************CSS 02-March-2023 End CSS****************/

/************CSS 13-March-2023 Start CSS***************/
.message-error.error.message.m-t-10{
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

/************CSS 13-March-2023 End CSS***************/

/************CSS 20-March-2023 Start CSS************/

.rating-summary .rating-result>span:before{
    color: #FFD700 !important;
}

/************CSS 20-March-2023 End CSS************/

/************CSS 11-Apr-2023 Start CSS************/

.companycode-modal .modal-footer,distributor-modal1 .modal-footer {
  padding-bottom: 0;
  display: flex;
  padding-left: 0;
  justify-content: flex-start;
}
.companycode-modal .modal-footer .btn-checkouts,.distributor-modal1 .modal-footer .btn-checkouts {
  float: none;
  text-align: left;
}
/************CSS 11-Apr-2023 End CSS************/

/************CSS 12-Apr-2023 Start CSS************/

.category-description.category-link-text a {
    text-decoration: underline;
    font-weight: 600;
    
}


.category-description.category-link-text p {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: 500;
    
}

.post-content.category-link-text .pt-cv-content {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;   
}
/*.post-content.category-link-text a {
    text-decoration: underline;
    font-weight: 600;
}*/

.post-content.category-link-text p {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 17px !important;
    line-height: 26px !important;
    font-weight: 500;
}

#about_us p {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 17px !important;
    /* line-height: 20px !important; */
    font-weight: 500;
}

#about_us p a {
    text-decoration: underline;
    font-weight: 600;
}

img {
    pointer-events: none !important;
}

/************CSS 12-Apr-2023 End CSS************/

/************CSS 17-Apr-2023 Start CSS**********/
.home_page_categories .row {
    display: flex;
    flex-flow: row wrap;
}

/************CSS 17-Apr-2023 End CSS************/

/************CSS 21-Apr-2023 Start CSS************/

.bundle-options-wrapper .field .label {
    float:none !important;
}
/************CSS 21-Apr-2023 End CSS************/


/************CSS 27-Apr-2023 Start CSS************/

   .form-check-client {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-check-client label {
    margin: 0 10px 0 5px;
}

/************CSS 27-Apr-2023 End CSS************/

/***********Bundle Product 25-May Start CSS*********/
.bundle-options-container {
  width: 100%;
  padding: 0 20px;
}
.bundle-options-container .block-bundle-summary {
  float: right;
  margin-top: 0;
  position: relative;
  width: 40%;
  padding: 0;
  left: -45px;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li strong.label {   
  color: #00255d;
  padding: 0;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-wrapper .product-options-bottom { 
  display: none;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top:0px;
  padding-top:0px;
}
.bundle-options-container .bundle-options-wrapper .field .label {
  text-align: left;
}
.bundle-options-container .block-bundle-summary > .title > strong,.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #00255d;
  font-family: 'Lato-Bold',sans-serif;
  margin-top: 20px;
  display: block;
  margin-bottom: 0;  
}
.bundle-options-container .legend.title { 
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle,.bundle-options-container .legend.title,.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 20px;
}

.btn-bundle-checkout {
  background: #ffd000 !important;  
  color: #00255d !important;
  border-top-right-radius: 15px;
  border: none;
  padding: 10px 20px;
  font-weight: bold !important;
  margin-right: 10px;
  font-family: 'Lato-Bold', sans-serif !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  line-height: 1.5;
}
.btn-bundle-checkout:hover {  
  background: #00255d !important;
  color: #FFF !important;
  border: 0px;
}
/***********Bundle Product 25-May End CSS*********/

/***********06-June-2023 Start ************/

.logo-bar .site-logo a {
    display: block;
}
/**********06-June-2023 End *************/


/***********07-June-2023 Start ************/

.more_reecesafety .blog_content iframe {
    margin: 0 auto;
    display: table;
}

/**********07-June-2023 End *************/

/********* 19-July-2023 Start CSS for the header Rating section  *******/

.review-tabs-section .nav-tabs {
    border-bottom: 0px;
}
.review-tabs-section .nav-tabs li  {
    background: #fff;
    color: #444;
    cursor: pointer;
    border-radius:0;
    margin:0;
    border:2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
}

.review-tabs-section .nav-tabs li.active  {
    background: #00255d;            
    color: #fff;
}
.global-header-rating-statistics-short-count {
    display: table;
    position: relative;
}

.global-header-rating-statistics-short-stars.clearfix {
    position: relative;
}
.global-header-rating-stats-detail-star-num {
    display: block;
    margin: 1px 5px 0 0 !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAuCAYAAABqK0pRAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAt1JREFUeNrUmk9o01Acxz+JmzupmzBhCkO8a5k5TJzWyVRQRKRd5xRkevDgYXpVmCCCMC8i6kFvKjsp28WDCiKIopdoBcEpDB0IGwgtzAn+2WY97FeopWlf0rz05Qc9NHkvL5/km+/7/V5iua6LxhgAbgMF4BQwHvYAjuMAYGuEsIFrQCvQBlwFLJ2D6Yok0FHyvxPYEUeQQQ+pxQpkBZCqsD2ta0xdIL1Ae4XtHcDOOIEcDbjPKJBmD1kVIyXSMx6kT+zWK9pFesaDZBTaHDEdpAXoV2jXLxI0FmQfsFqhXZtI0FiQgZAl2BCQFuCQj/Zp6WMcyEFFWRVjjUjROJCMZilWDct13cPARUm364kNQJPPPr+Bj3WOOwdcsFzXzdeYwOIQ32xggfhHsy06nY0xxA9gyAaeA5uBiRhCvAISjuM8LLpWTnz9JDAfA4BFYARIOo7zuZL93gESwEuDIT4B24DLwFK1eeSLpNnnDTSCm0AX8EZ1QlwCRoFuYNIAgFlgPzAM/Awys2eBrcD1BkJMiBk9rjdF+QWcBfYCMxECzANDYkK5MHOtp3Jl7kcA8QLYAtzTlTTmpUwd1ghxCdgNTEeR/S5qBJkqtVXdIBmNIIFS+yAg69CwnFNW97dGAaJt/VZipYyhHeRYBK6V0Q2yHuiJAKQPWKsTJI3Gt04l0eRXXn5BBgOcVBZ4F6DfoC6QTmC7j/Z/JdXult8V2aYaveKQoYP4eQCnWH5fOCKlwB/gnJzctI9zSzUS5JbUDK89cqgEcDdseamCbBJ51KoZDgCnZUHAK74DJ1hekc/XOGZSnDI0kFppwwPJjB/5uMPj0udJlTaWqnvZdcpqDjguoLkAzjQjld8ZqXsC514qIBulSiyPZ3JFx+qcMwrADRkjW2F/j4q8VEBWeVSMe4CvIU6Ck/IcjpbZtMX/X1AEBnkvB8/JXeiSGr6gYUZfkNWbXcAHARoD3tbq+G8AdDV/lDWZ7XoAAAAASUVORK5CYII=) 10px 0 no-repeat;
    background-size: 15px 14px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
    width: 25px;
    margin: 1px 0;
}
.global-header-rating-stats-detail-star-link {
    position: relative;
    display: flex;    
    flex-flow: row wrap;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;

}

.progress {
    height: 16px !important;
    margin-bottom: 6px !important;
    width: 65% !important;
}

.global-header-rating-stats-detail-star-reviews-num {
    display: block;
    color: #ccc;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    width: 25px;
}

.panel-rating-body {
    padding: 0px;
}
.review-tabs-section .tabs-menu {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
}
.review-tabs-section .tabs-menu li {
    margin-right: 10px;
    margin-bottom: 0;
}
.review-tabs-section .tabs-menu li:last-child {
    margin-right: 0px; 
}
.review-tabs-section .tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 600;

}
.review-tabs-section .tabs-menu .active a {
    color: #2e7da3;
}
.review-tabs-section .tab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.review-tabs-section .tab .tab-content {
    width: 100%;
    padding: 20px;
    display: none;
    border: 1px solid #d4d4d1;
    margin: 0 auto 20px auto;
}
.review-tabs-section #tab-1 {
    display: none;
}  

.review-tabs-section .tabs-menu li a {
    text-align: center;
    display: inline-block;
    padding: 5px 6px;
    background-color: #00255d;
    font-size: 10px;
    line-height: 16px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}
.review-tabs-section .tabs-menu li.active a {
    background-color: #ffd000;
    color: #00255d;
    font-weight: 600;
}
#full-stars-example .rating-group {
    display: inline-flex;
}
#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}
#full-stars-example .rating__icon--star {
    color: orange;
}
#full-stars-example .rating__icon {
    pointer-events: none;
}
#full-stars-example .rating__icon--star {
    color: orange;
}
.review-tabs-section .tabs-container {
  width: 280px;
}
@media (max-width:991px) { 
    .review-tabs-section {
      margin-top: 10px;
        margin-bottom: -10px;
    }
    .global-header-rating-stats-short-count-num {
        width: 30px;
        text-align: left;
    }    
    .search-autocomplete.-bottom-position {
        top: 66px !important;
    }   
}

/********* 19-July-2023 End CSS for the header Rating section  *******/



/*********25-July-2023 Start CSS for the Author box***********/

.wordpress-post-view .wp-post-author {
    display: flex;
}

.wordpress-post-view .wp-post-author .awpa-img.awpa-author-block.square {
    margin-right: 20px;
    width: 10%;
}

.wordpress-post-view .wp-post-author .awpa-img.awpa-author-block.square img {
    width: auto;
    height: auto;
    border-radius: 10px;
}

.wordpress-post-view .wp-post-author .wp-post-author-meta.awpa-author-block .awpa-display-name a {
    font-size: 20px;
    color: #00255d;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}
.wordpress-post-view .post-content.category-link-text .wp-post-author-wrap p {
    font-size: 14px !important;
    line-height: 20px !important;
    font-style: italic;
    margin-bottom: 0;
}

.wordpress-post-view .wp-post-author .wp-post-author-meta.awpa-author-block .awpa-display-name {
    margin: 0;
    line-height: 14px;
}

.wordpress-post-view .wp-post-author .awpa-more-posts {
    font-size: 14px;
    text-decoration: underline;
    color: #00255d;
}

.wordpress-post-view .wp-post-author .awpa-contact-info.round.fa-ul {
    margin-left: 0 !important;
}

.wordpress-post-view .wp-post-author li.awpa-linkedin-li {
    background-color: #0077b5;
}

.wordpress-post-view .wp-post-author .awpa-contact-info.round.fa-ul li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.wordpress-post-view .wp-post-author ul.awpa-contact-info.round.fa-ul li a {
    font-size: 0;
}

.wordpress-post-view .wp-post-author ul.awpa-contact-info.round.fa-ul li a i {
    font-size: 14px;
    color: #fff;
    position: initial;
}

.wordpress-post-view .wp-post-author .wp-post-author-meta-more-posts {
    margin-bottom: 10px;
}

.wordpress-post-view .wp-post-author .wp-post-author-meta-bio {
    margin-bottom: 10px;
}

.wp-post-author-meta.awpa-author-block {
    width: 90%;
}
/*********25-July-2023 End CSS for the Author box***********/

/*********25-Oct-2023 Start CSS for about us listing and detail page******************/

.pt-cv-content strong.strong11 {
    font-size: 0px !important;
}

.wordpress-post-view .post-content p strong.strong11 {
    font-size: 0px !important;
}
.aboutuscustom .pt-cv-title a {
    font-size: 18px !important;
    color: #00255d !important;
    font-weight: 600;
    text-transform: uppercase;
}
.aboutuscustom .pt-cv-content {
    text-align: center;
}
.aboutuscustom h4.pt-cv-title {
    text-align: center;
    font-family: 'Lato-Regular',sans-serif !important;
}
.aboutuscustom .pt-cv-ifield img {
    max-height: 254px;
    object-fit: contain;
    margin: 0 auto 20px auto;
    width: auto;
    max-width: 100%;
    display: block;
}
.aboutuscustom .col-md-3.col-sm-3.col-xs-12.pt-cv-content-item.pt-cv-1-col {
    padding: 10px !important;
}
.aboutuscustom .post-content.category-link-text .pt-cv-content {
    font-family: 'Lato-Regular',sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;
    color: #00255d !important;
}
a.biography {
    display: block !important;
}
/*********25-Oct-2023 End CSS for about us listing and detail page ******************/


/*********29-Nov-2023 Start CSS for about us new section's detail page ******************/
h2.about-us-mission {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
}
/* li.about-us-mission {
    font-weight: 600;
    text-transform: uppercase;*/
    /*padding-bottom: 10px;*/
    /*color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important; */
/* }*/
p.about-us-mission-detail {
   padding-left: 20px; 
}
li.about-us-mission {
    margin-bottom: -10px !important;
    font-size: 19px !important;
    font-weight: 600;
    text-transform: uppercase;
   /* padding-bottom: 10px;*/
    color: #00255d !important;
    font-family: 'Lato-Bold',sans-serif !important;
}
.mission-values-detail > ul {
    padding-left: 20px;
}
.mission-values-button {
    font-family: "Lato-Regular",sans-serif;
}

a.btn.btn-success.mission-values-button:visited {
    color: #fff !important;
}
/*********29-Nov-2023 End CSS for about us new section's detail page ******************/

/******************22-Feb-2024 CSS Start*****************/
.category-description.category-link-text.subcat-us-website p {
    font-size: 16px !important;
}
/******************22-Feb-2024 CSS End*******************/
.cookie .actions #btn-cookie-deny {
background: #00255d !important;
    font-family: 'Lato-Bold', sans-serif !important;
    border-top-right-radius: 30px !important;
    float: right !important; 
    display: inline-block;
    padding: 7px 35px;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
#notice-cookie-block{display:none !important;}

/******************27-May-2024 Start**********************/

.payment-method-amasty_stripe .payment-method-title .label{
    display: flex !important;
}
fieldset#payment_form_amasty_stripe .field {
    display: block !important;
}
/******************27-May-2024 CSS End********************/

/*****************02-Aug-2024 CSS Start*******************/
.product.info.detailed .product.attribute .value p span, .product.attribute .value p, .product.attribute .value ul li span{
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 15px !important;
}

/*****************02-Aug-2024 CSS End*********************/

/*****************07-Oct-2024 CSS Start*********************/
.owl-carousel .owl-item .owl-lazy{
       opacity: 1 !important;
}
h2.mp-product-slider-title {
    color: #00255d;
    text-align: center;
    margin: 25px 0;
    font-family: 'Lato-Bold', sans-serif;
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: .7em;
}
.product.details.slider-product-item-details{
    font-family: 'Lato-Bold', sans-serif !important;
    color: #00255d !important;
}
.owl-nav {
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}



.owl-prev, .owl-next {
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    border-radius: 50% !important;
    padding: 10px !important;
    cursor: pointer !important;
    /* font-size: 24px !important; */
    transition: background 0.3s !important;
}
/*****************07-Oct-2024 CSS End*********************/


/*ul.custom-menu-heading.custom-menu-bss.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded{
padding-left: 0px !important;
}*/


@media screen and (max-device-width: 767px) {
    #mtImageContainer button.mz-button-prev,
    #mtImageContainer button.mz-button-next {
        display:inline-block !important
    }
}

.mobile-magic #mtImageContainer button.mz-button-prev,
.mobile-magic #mtImageContainer button.mz-button-next {
    display:inline-block !important
}

/*****************06-March-2025 CSS Start*********************/

/*.page-layout-1column .page-main-full-width{
    width:100% !important;
}*/
.template-training-full-width .page-main-full-width {
    width: 100% !important;
}
.post-view{
padding-top:40px;
}
section.training-slider{
padding-bottom:30px;
}


/*****************06-March-2025 CSS End*********************/

/***********Menu css start***********/

.bss-megamenu .dropdown-menu ul.ui-menu li.ui-menu-item a {
	position: relative;
}
.bss-megamenu .dropdown-menu ul.ui-menu li.ui-menu-item i.bss-bullet {
	top: 0px;
	left: -10px;
}
.bss-megamenu .dropdown-menu ul.menu-item-list li.ui-menu-item {
	padding-left: 10px !important;
}
/***********Menu css end***********/

/***********Training and Consultancy page css start***********/
.template-training-full-width .page-title-wrapper{
	display:none;
}
.custom-container {
	width: 95%;
	margin: 0 auto;
}
.training-header .tag-line-box {
	padding: 25px 0 0;
}
.training-header .tag-line-box span {
	font-size: 14px;
	font-weight: 400;
	color: #383838;
	line-height: 24px;
	margin: 10px 0;
	display: inline-block;
}
.training-header .training-logo {
	padding: 0px 0 15px;
}
.training-header .training-logo img {
	max-width: 180px;
}
.template-training-full-width .pt-cv-title a {
	text-transform: unset !important;
}
.template-training-full-width .footer-strip {
	background: url(https://stagingm2.reecesafety.co.uk/pub/media/wysiwyg/training-consultancy-footer-strip.png) left top repeat;
	width: 100%;
	height: 19px;
	margin: 15px 0 0;
}

.owl-carousel .owl-nav button[type="button"] {
	width: 40px;
	height: 40px;
}
.owl-carousel .owl-nav button[type="button"] span {
    line-height: 24px;
    font-size: 26px;
    position: relative;
    top: -4px;
}
.template-training-full-width .breadcrumbs{
   max-width:95% !important;
   margin:20px auto !important;
   display: block !important;
}

/***********22-AUG-2025 CSS Amasty Advanced Search***************/
body section.amsearch-wrapper-block {
  width: 100% !important;
}
.amsearch-wrapper-block .amsearch-form-block { max-width: 100% !important; }
.amsearch-input-wrapper .amsearch-input {
    position: initial;
    font-size: 20px;
    color: #00255d;
    width: 100%;
    background: url('../images/search.png') no-repeat 8px;
    border: 1px solid #00255d;
    border-top-right-radius: 25px;
    padding-left: 40px;
    height: 50px !important;
    margin-top: 0;
    padding-left: 40px !important;
}
.amsearch-input-wrapper .amsearch-input:focus { border: 1px solid #00255d; }
.amsearch-input-wrapper .amsearch-input::-moz-placeholder { color: #00255d; opacity: 1; }
.amsearch-input-wrapper .amsearch-input:-ms-input-placeholder { color: #999; }
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder { color: #999; }
.amsearch-form-block button[title="Search"] { display: none !important; }
.page-header .amsearch-result-section { left: 0; right: 0 !important; margin: auto !important; }

/****************9-Oct-2025 CSS Mageplaza Search****************/
.block-search .form.minisearch input.input-text {
	width: 100%;
    border: 1px solid #00255d;
    border-top-right-radius: 25px;
    height: 50px !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    margin-top: 0;
}
 
.block-search .form.minisearch .search-category select {
	border: 0;
	height: 40px !important;
	position: relative;
	top: 5px;
	margin-left: 20px;
	border-left: 1px solid rgba(221, 221, 221, 0.5);
}
.block-search .form.minisearch .search-category select:focus, 
.block-search .form.minisearch .search-category select:active, 
.block-search .form.minisearch .search-category select:focus-within  { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.block-search .form.minisearch {
	position: relative;
}
.block-search .form.minisearch .actions {
	position: absolute;
	top: 2px;
    left: 10px;
	width: 40px;
	height: 50px;
}
 
.block-search .form.minisearch .actions button[type="submit"] {
        background: url('../images/search.png') no-repeat 8px;
	width: 40px;
	height: 50px;
}
.block-search .form.minisearch .actions button[type="submit"]:before {
	display: none;
}
.page-header .amsearch-result-section { left: 0; right: 0 !important; margin: auto !important; }


.nav-sections ul.navbar-nav {
    width: unset !important;
    background-color: transparent !important;
}

@media (min-width: 768px) {
  div#mpsearch-category {
    display: none;
  }
}
button#empty_cart_button{
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .block.newsletter .field.newsletter {
    max-width: unset !important;
  }
}