@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_thin-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_light-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_book-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_regular-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_bold-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/bebas_neue_pro/bebas_neue_pro_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana Pro';
  src: url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-light-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana Pro';
  src: url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-regular-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana Pro';
  src: url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-semibold-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana Pro';
  src: url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-bold-webfont.woff2') format('woff2'),
       url('/catalog/view/stylesheet/fonts/verdanapro/verdanapro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
p{
  font-size: 15px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  /*** font-family: 'Bebas Neue Pro', sans-serif !important; ***/
  font-family: "Verdana Pro", sans-serif !important;  
  color: #000;
}
/* Override the bootstrap defaults */
/***
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
***/
a {
  color: #1D315E;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 999999999;
}
#alert a{
  text-decoration: underline;
  font-weight: bold;
}
#alert .alert {
  min-width: 400px;
  position: relative;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEF7FB;
  padding: 7px 0;
  margin: 0 0 30px 0;
  min-height: 35px;
  position: sticky;
  top: 0;
  z-index: 999999;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: rgba(29,49,94,1);
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
.list-inline-item:not(:last-child) {
  border-right: 1px dashed rgba(29,49,94,.51);
  padding-right: 0.5rem;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
:focus-visible{
  outline: 0;
}
.nav .list-inline-item .dropdown-menu.show{
  background: #6c92c9;
}
.nav .list-inline-item .dropdown-menu.show li a{
  font-size: .95em !important;
  border-bottom: 1px dashed rgba(91,177,220,.551);
  color: #ffffff;
}
.nav .list-inline-item .dropdown-menu.show li a:hover{
  color: #ffffff;
  background-color: rgba(29,49,94,.751);
}
.nav .list-inline-item .dropdown-menu.show li:last-child a {
  border-bottom: 0;
}
/* logo */
#logo {
  margin: 0 0 30px 0;
  text-align: center;
}
#logo img {
  max-width: 322px;
}
/* search */
#search,
.header-search-box > form{
  margin-bottom: 30px;
  background: rgba(29,49,94,.1);
  border: 1px solid rgba(29,49,94,.2571);
}
#search .form-control-lg,
.header-search-box > form .form-control-lg{
  height: 40px;
  font-size: 1.3em;
  line-height: 20px;
  padding: 0 10px;
  background: transparent;
  border: 0;
}
#search .btn-lg,
.header-search-box > form .btn-lg{
  font-size: 17px;
  line-height: 18px;
  padding: 0.57rem 12px;
  background: transparent;
  border: 0;
}
#search .form-control:focus,
.header-search-box > form .form-control:focus{
  box-shadow: none;
}
/* Fixed Search */
.navbar-fixed #search,
.navbar-fixed .header-search-box > form{
  margin-bottom: 0;
  z-index: 999999;
  position: fixed;
  top: 5px;
  max-width: 339px;
}
.navbar-fixed #search .form-control-lg,
.navbar-fixed .header-search-box > form .form-control-lg{
  height: 23px;
  font-size: 12px;
  line-height: 1;
  min-height: 10px;
}
.navbar-fixed #search .btn-lg,
.navbar-fixed .header-search-box > form .btn-lg{
  font-size: 12px;
  line-height: 1;
  padding: 0.17rem 12px;
}
@media only screen and (max-width: 767px){
  .navbar-fixed #search,
  .navbar-fixed .header-search-box > form{
    max-width: 37%;
  }

}/***/
/* cart */
#header-cart {
  margin-bottom: 30px;
}
#header-cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 999999;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* menu */
#menu {
  min-height: 40px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #6c92c9;
}
#menu .dropdown-menu ul li:last-child a{
  border-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
  padding-bottom: 0.5rem;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-color: rgba(29,49,94,.751);
}
#menu .dropdown-inner a {
  min-width: 220px;
  display: block;
  padding: 7px 20px;
  clear: both;
  line-height: 1.3;
  color: #fff;
  font-size: .95em;
  border-bottom: 1px dashed rgba(91,177,220,.551);
}
#menu .see-all {
  display: block;
  margin-top: 0;
  padding: 8px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: .91em;
  background-color: rgba(29,49,94,.551);
  text-align: center;
  color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(29,49,94,.751);
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 15px 15px 15px;
  min-height: 15px;
  background-color: transparent;
  outline: 0;
  border-right: 1px dashed rgba(91,177,220,.35);
}
#menu .navbar-nav > li:last-child > a{
  border-right: 0;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
.form-control-lg {
  min-height: calc(1.4em + 1rem + 2px);
}
/* Mega Menu */
#mega_menu{
  position: sticky !important;
  top: 35px;
  z-index: 999999;
  background-color: #fff;
}
#mega_menu.navbar-fixed-top{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px 0px 0px;
  background-color: #fff;
}
#mega_menu .megamenu{
  margin: 0px auto;
}
#mega_menu ul.megamenu > li > a:hover {
  background: rgba(91,177,220,.21);
}
#mega_menu #menu ul.megamenu > li:first-child{
  padding-bottom: 0;
}
#mega_menu #menu ul.megamenu > li > .sub-menu.single .content {
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#mega_menu #menu ul.megamenu > li > a {
  text-transform: uppercase !important;
  border-right: 1px dashed rgba(91,177,220,.35);
  font-size: 1.3em;
  padding: 15px 13px;
  font-weight: 700;
}
#mega_menu #menu ul.megamenu > li {
  padding: 0;
  margin-right: 0;
  margin-bottom: -2px;
}
#mega_menu #menu ul.megamenu > li:last-child > a {
  border-right: 0;
}
ul.megamenu.slide > li.active > .sub-menu > .content, ul.megamenu.slide > li.active > .sub-menu > .container > .content {
  border: 0 !important;
  background: #6c92c9 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(29,49,94,.551) !important;
}
#mega_menu ul.megamenu > li > .sub-menu.single .content ul li a {
  padding: 7px 20px !important;
  display: block;
  margin-left: -3px;
  margin-right: -3px;
}
ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {
  font-size: 15.2px !important;
  color: #fff;
  border-bottom: 1px dashed rgba(91,177,220,.551);
}
ul.megamenu > li > .sub-menu.single .content ul .main_link h3 {
  padding: 0 !important;
}
#mega_menu ul.megamenu > li > .sub-menu.single .content ul li a:hover{
  color: #ffffff;
  background-color: rgba(41,51,87,1);
}
ul.megamenu > li > .sub-menu.single{
  width: 220px !important;
  max-width: 20% !important;
  margin-top: 0;
}
ul.megamenu > li > .sub-menu.single .content ul li:last-child .main_link h3 a{
  border-bottom: 0;
}
#mega_menu .mobile-enabled a, #mega_menu h3 {
  font-family: "Verdana Pro", sans-serif !important;
}

/* content */
#content {
  min-height: 600px;
}
/***
#common-home{
  margin-top: -20px;
}
***/
#common-home #carousel-banner-0.carousel{
  border: 0;
  box-shadow: none;
  margin-bottom: 1.5em;
}
#common-home #carousel-banner-0.carousel .carousel-item img{
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
#common-home #carousel-banner-0.carousel .carousel-item .col-12 a{
  position: relative;
  display: block;
}
#common-home #carousel-banner-0.carousel .carousel-item .col-12:after{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(39,56,104,0.95) 0%, rgba(39,56,104,0.65) 45%, rgba(255,255,255,0.15) 100%);
}
#common-home #carousel-banner-0.carousel .carousel-item .thecwmCaption{
  font-family: "Verdana Pro", sans-serif;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  width: 670px;
  max-width: 90%;
  text-align: left;
  line-height: 1.35;
}
.carousel .carousel-control-next,
.carousel:hover .carousel-control-next{
  opacity: 1;
  right: 20px;
}
.carousel .carousel-control-prev,
.carousel:hover .carousel-control-prev{
  opacity: 1;
  left: 20px;
}
.carousel-control-prev, .carousel-control-next{
  color: rgba(91,177,220,.851);
  text-shadow: 1px 1px 0 rgba(29,49,94, 1);
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next{
  color: rgba(91,177,220,1);
}
.homeMainHeadline{
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.homeMainHeadline p{
  font-size: 18px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  color: #fff;
  background-color: #1d315e;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #fff;
  font-size: 14px;
  display: flex;
  line-height: 1.5;
  transition: all 0.3s ease;
}
footer a i{
  color: #5BB1DC;
  padding: 5px 10px 0 0;
  font-size: 1em;
  width: 30px;
}
footer a:hover {
  color: #5BB1DC;
}
footer .list-unstyled li{
  padding-bottom: 0.75rem;
}
footer h5 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
footer h5:after{
  content:'';
  width: 40px;
  height: 2px;
  background-color: #5BB1DC;
  display: block;
  margin-top: 5px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background-color: #6c92c9;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #1D315E;
  border-bottom: 1px solid #1D315E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary{
  color: #ffffff;
  background-image: linear-gradient(to bottom, #1D315E, #1D315E);
  background-repeat: repeat-x;
  border: 0;
}
.btn-primary:hover{
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #71ab0d;
  border: 0;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #1D315E;
}
.product-thumb,
.blog-thumb1{
  border: 1px solid rgba(29, 49, 94, 0.5);
  margin-bottom: 15px;
  border-radius: 3px;
  position: relative;
  transition: all 0.5s ease;
}
.product-thumb:hover,
.blog-thumb1:hover{
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.5s ease;
}
.product-thumb h4,
.blog-thumb1 h4{
  font-weight: 600;
  font-size: .851rem;
  min-height: 58px;
}
@media only screen and (min-width: 1600px){
  .product-thumb h4,
  .blog-thumb1 h4{
    min-height: 45px;
  }

}/****/
.product-thumb h4 a,
.blog-thumb1 h4 a{
  color: #000;
}
.product-thumb .image,
.blog-thumb1 .image{
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover,
.blog-thumb1 .image a:hover{
  opacity: 0.8;
}
.product-thumb .description,
.blog-thumb1 .description{
  padding: 15px;
}
.product-thumb .content,
.blog-thumb1 .content{
  position: relative;
}
.product-thumb .button-group,
.blog-thumb1 .button-group{
  display: flex;
  border-top: 1px solid #1D315E;
  background-color: #1D315E;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-thumb:hover .button-group,
.blog-thumb1:hover .button-group{
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.product-thumb .button-group button,
.blog-thumb1 .button-group button{
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #1D315E;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover,
.blog-thumb1 .button-group button:hover{
  color: #fff;
  background-color: #1D315E;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button,
.blog-thumb1 .button-group button + button{
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
.product-thumb .image img,
.blog-thumb1 .image img{
  width: auto;
  max-height: 150px;
  max-width: 100%;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #1D315E;
  font-size: 16px;
}
.price-new {
  font-size: 12px;
  color: #999;
}
.price-old {
  font-size: 12px;
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #293357;
  font-weight: 600;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* Homepage Info Box */
.thecwmTxtImgInfobox{
  background-color: #1d315e;
  background-image: url("/image/bgtexture.png");
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.thecwmInfoTxt h1{
  font-weight: 700;
  color: #fff;
  font-family: "Verdana Pro", sans-serif !important;
  font-size: 1.752rem;
}
.thecwmInfoTxt p{
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2em;
}
.thecwmReadMoreBtn{
  position: relative;
  z-index: 1;
}
.primarybtn,
#latestblog .description a,
#latestpost .btnread a{
  background-color: rgba(41,51,87,1);
  font-size: 16px;
  color: #fff;
  padding: .65em 2em;
  display: inline-block;
  clear: both;
  margin-left: 5px;
  margin-top: .751rem;
  border-radius: 3px;
  position: relative;
  transition: all 0.5s ease;
}
.primarybtn:hover,
#latestblog .description a:hover,
#latestpost .btnread a:hover{
  color: #fff;
}
.primarybtn:before,
#latestblog .description a:before,
#latestpost .btnread a:before{
  content: '';
  background-color: rgba(91,177,220,1);
  left: -5px;
  width: 100%;
  height: 100%;
  top: -5px;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease;
}
.primarybtn:hover:before,
#latestblog .description a:hover:before,
#latestpost .btnread a:hover:before{
  content: '';
  background-color: rgba(91,177,220,1);
  left: auto;
  right: -5px;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transform: translateY(5px);
  transition: all 0.5s ease;
}
.thecwmTxtImgInfobox .primarybtn{
  display: initial;
  z-index: 99;
}
.thecwmInfoImg img{
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
@media only screen and (min-width: 768px){
  .thecwmInfoTxt{
    width: 50%;
    padding-right: 2em;
  }
  .thecwmInfoImg{
    width: 50%;
  }
}/****/
@media only screen and (max-width: 767px){
  .thecwmInfoTxt{
    margin-bottom: 2em;
  }
  #common-home #carousel-banner-0.carousel .carousel-item img {
    min-height: 400px;
    object-fit: cover;
    object-position: 65% center;
  }
  #header-cart{
    display: none;
  }
}/***/
@media only screen and (min-width: 1600px){
  .thecwmInfoImg img {
    display: block;
    margin: 0 auto;
  }
}/***/
/* Category info boxes */
.thecwmCatInfobox{
  /*** background-color: #5BB1DC;
  background-image: url("/image/bgtextureseconday.png"); ***/
  border: 1px solid #293357;
  padding: 0 0 3em;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.thecwmCatInfoCont{
  padding: 0 2em;
}
/***
.thecwmCatInfobox:before{
  content: '';
  position: absolute;
  left: -10%;
  width: 120%;
  background-color: rgba(29,49,94,1);
  top: -10%;
  height: 140%;
  transform: rotate(45deg);
  z-index: 1;
  background-image: url("/image/bgtexture.png");
}
****/
.thecwmCatInfobox img,
.thecwmCatInfobox h2,
.thecwmCatInfobox span,
.thecwmCatInfobox p,
.thecwmCatInfobox a{
  position: relative;
  z-index: 2;
  /*** color: #fff; ****/
}
.thecwmCatInfobox > img{
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
  display: block;
}
.thecwmCatInfobox:after{
  content:'';

}
.thecwmCatInfobox p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2em;
  min-height: 198px;
}
.thecwmCatInfobox span{
  font-size: 13px;
  margin-bottom: 1.5em;
  display: block;
}
.thecwmCatInfobox h2{
  margin-bottom: 0;
  font-size: 1.5rem;
}
.thecwmCatInfobox .primarybtn{
  display: initial;
  text-transform: uppercase;
}
.thecwmCatInfobox:hover{
  transform: translateY(-5px);
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 767px){
  .thecwmCatInfobox{
    margin-bottom: 3em;
  }

}/****/
@media only screen and (min-width: 1600px){
  .thecwmCatInfobox p {
    min-height: 155px;
  }

}/****/
.section-title,
.swiper-viewport .headingmain{
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 1.5rem;
}
.section-subtitle{
  text-align: center;
  font-size: 16px;
}
/* Latest News */
#latest-news ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
}
#latest-news ul li{
  width: 24%;
  padding: 0.75em 1em;
  background-color: #1D315E;
  margin: 0.25em .5%;
  transition: all 0.5s ease;
}
#latest-news ul li:hover{
  transform: translateY(-2px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: all 0.5s ease;
}
#latest-news ul li a{
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  position: relative;
  display: flex;
  padding-left: 22px;
}
#latest-news ul li a:before{
  content:'';
  height: 13px;
  width: 13px;
  background-color: rgba(92, 178, 221, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 767px){
  #latest-news ul li {
    width: 100%;
  }
}/***/
.list-group-item{
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  color: #fff;
  background-color: #6c92c9;
  border: 1px solid #fff;
  font-size: 1.25em;
  transition: all 0.3s ease;

  position: relative;
  display: flex;
}
.list-group-item.child{
  background-color: #f7f7f7;
  color: #1D315E;
}
.list-group-item.active,
.list-group-item:hover{
  background-color: #1D315E;
  border-color: #fff;
  color: #fff;
}
.list-group-item.active:not(.child):before{
  content: '';
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.list-group-item:not(.active):before,
.list-group-item.child.active:before{
  content: '\f054';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/*Product category pages */
#product-category .img-thumbnail{
  padding: 0.25rem 1rem 0.25rem 0;
  background-color: #fff;
  border: 0;
}
#product-category #content > h2{
  margin-bottom: 2rem;
}
.refine-search{
  background-color: rgba(108, 146, 201, 0.1);
  padding: 2em;
  border-radius: 3px;
  margin-bottom: 2rem;
}
.refine-search > h3{
  font-family: 'Roboto Condensed', sans-serif !important;
}
.refine-search ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.refine-search li{
  background-color: #1D315E;
  margin-bottom: 1em;
  width: calc(20% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  transition: all 0.5s ease;
}
.refine-search li:hover{
  transform: translateY(-2px);
  transition: all 0.5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.refine-search li a{
  color: #fff;
  font-size: 15px;
}
.refine-search li a span{
  padding: 0.5em 1em;
  display: block;
  text-align: center;
}
#display-control{
  background-color: #6c92c9;
  margin: 0 0 2rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px){
  #product-category .img-thumbnail{
    padding: 0;
    width: 100%;
  }
  .refine-search li {
    width: calc(50% - 1em);
  }
}/****/
.form-horizontal .footer-newsletter{
  padding: 25px 15px;
}
.footer-newsletter .row > .col-sm-6:nth-child(2){
  position: relative;
}
.footer-newsletter .email_error, .footer-newsletter .email_errorpop {
  position: absolute;
  bottom: -25px;
  font-size: 15px;
}
.footer-newsletter br{
  display: none;
}
.footer-newsletter p:last-child{
  margin-bottom: 0;
}
.nw-title-subtitle{
  position: relative;
}
.nw-title-subtitle:before{
  content: "\f658";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #293357;
  position: relative;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 1rem;
  display: block;
}
.footer-newsletter .nw-title-subtitle h3{
  text-transform: capitalize;
}
.powered{
  background: rgba(108, 146, 201, 0.2);
  padding: 1rem 0;
  font-size: 1.2em;
}
.nw-feat-list ul{
  display: flex;
  justify-content: center;
  margin: 2rem 0 2rem;
}
.nw-feat-list li{
  font-size: 18px;
  padding: 0 1em;
}
.nw-feat-list li:before{
  content:'\f058';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #293357;
  padding-right: 5px;
  font-size: 1.1em;
}
.footer-newsletter .input-group-btn{
  min-width: 100px;
}
.footer-newsletter .btn.btn-primary.button{
  width: 100%;
}
.footer-newsletter .input-group input[name="email"]{
  width: calc(100% - 100px);
}
.thecwmFootSocial a{
  display: block;
  padding: 0 8px;
}






@media only screen and (max-width: 767px){
  .nw-title-subtitle {
    margin-bottom: 1.5em;
  }
  .nw-feat-list ul{
    flex-wrap: wrap;
  }
  .nw-feat-list li{
    font-size: 16px;
    padding: .151rem 1em;
  }
  .nw-title-subtitle:before{
    font-size: 30px;
    line-height: 30px;
  }
  .footer-newsletter .nw-title-subtitle h3{
    padding-right: 0;
    line-height: 1.3;
  }
  .powered {
    text-align: center;
  }
  .thecwmFootSocial{
    margin-top: 1rem;
  }
}/****/
/* Blog */
.swiper-viewport{
  border: 0 !important;
  box-shadow: none !important;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
#latestblog{
  margin-top: 3rem;
}
#latestblog .description a {
  color: #fff !important;
  display: block;
  text-align: center;
}
#latestblog .description {
  position: relative;
  z-index: 1;
}
#latestpost .caption .description{
  font-weight: 400 !important;
  font-family: "Verdana Pro", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  text-align: left !important;
}
#latestblog h4 a, #relatedblog h4 a, #latestpost .product-thumb h4 a, #latestpost .blog-thumb1 h4 a{
  font-size: .851rem !important;
  font-weight: bold !important;
}
#latestblog .product-thumb .caption, 
#relatedblog .product-thumb .caption, 
#latestpost .product-thumb .caption {
  padding: 0px 15px 15px !important;
}
#latestblog .product-thumb h4, #latestpost .product-thumb h4, #latestblog .blog-thumb1 h4{
  margin-bottom: 0.5rem !important;
}
#latestblog .product-thumb, 
#latestpost .product-thumb,
#latestblog .blog-thumb1{
  background: rgba(91,177,220,.321) !important;
  border: 1px solid rgba(29, 49, 94, 0.5) !important;
}
#latestpost .caption .detail{
  min-height: 110px;
}
#latestpost .product-thumb h4{
  min-height: 66px;
}
#latestpost .breadcrumb .breadcrumb-item a{
  color: #fff !important;
}
#blog-right .widgetTitle{
  background-color: #1D315E;
  color: #fff;
  font-size: 15px;
  font-family: "Verdana Pro", sans-serif !important;
}
#tmdcategorysearch .list-group .list-group-item:before{
  color: #1D315E;
}
/* #tmdcategorysearch .list-group-item.active:before { */
    /* content: '\f054'; */
    /* position: absolute; */
    /* left: 1rem; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* font-family: "Font Awesome 6 Free"; */
    /* font-weight: 900; */
	/* background: none; */
/* } */
#tmdcategorysearch .list-group a:hover, #tmdcategorysearch .list-group a.active:hover {
  background-color: #6c92c9 !important;
  border-radius: 0;
}
#blog-right .comment h5{
  font-size: 14px;
  font-family: "Verdana Pro", sans-serif !important;
}
#blog-right .postbox .userpic {
  margin-right: .651rem;
}
#blog-right .postbox{
  margin-bottom: 6px !important;
  padding: 3px 3px 8px !important;
}
.page-link {
  color: #1D315E;
}
.page-item.active .page-link {
  background-color: #1D315E;
  border-color: #1D315E;
}
.productSinglePrices li{
  font-size: 18px;
  font-weight: bold;
  color: #71ab0d;
}
.productSinglePrices li > h2{
  line-height: 1;
}
.productSinglePrices .price-new {
  font-size: 15px;
}
.tmdhelptopic{
  border: 0;
  width: 49.25%;
}
#button-cart{
  width: 50%;
}
.btn-danger.tmdhelptopic span{
  text-shadow: none;
}
#checkout-register .form-check label[for="input-newsletter"]{
  max-width: calc(100% - 1em);
}
.thecwmNotice{
  background-color: red;
  text-align: center;
  padding: 1.52rem 1rem .51rem;
}
.thecwmNotice p{
  color: #fff;
  font-weight: 700;
  font-size: 1.252rem;
}
.navbar-fixed .thecwmNotice{
  position: sticky;
  top: 85px;
  z-index: 999999;
}
#input-cc-type{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-check-input[type="checkbox"]{
  border-radius: 0.25em;
  width: 1.75em;
  height: 1.75em;
  border: 2px solid #000;
  margin-right: .251em;
  margin-top: 0;
}
.thecwmTermsCheck{
  margin: 1rem 0;
}
.form-check-input[type="checkbox"]:checked{
  border-color: #229ac8;
}
.thecwmRelatedDocSec,
.thecwmRelatedVideoSec{
  background-color: #EEF7FB;
  padding: 20px;
  display: block;
  position: relative;
  border-radius: 3px;
  clear: both;
  margin-top: 1.5rem;
}
.thecwmRelatedDocSec li a{
  display: block;
  font-size: 17px;
}
.thecwmRelatedDocSec ul,
.thecwmRelatedVideoSec ul{
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.thecwmRelatedDocSec li{
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}
.thecwmRelatedDocSec li:before{
  content:'';
  background-image: url('https://www.gshepherdanimalhealth.co.uk/image/bullet-point.png');
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  left: 0;
}
.thecwmRelatedVideoSec li{
  width: 48%;
  margin: 0 1% 1rem;
}
.thecwmRelatedVideoSec .video-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: .251rem;
}
.thecwmRelatedVideoSec iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thecwmRelatedVideoSec ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
#latestpost .mainboxlatestorder h2{
  font-size: 2rem;
  padding: 0;
}
#latestpost .mainboxlatestorder li{
  font-size: 15px;
  line-height: 1.5;
}
.healthCatBox{
  background-color: #EEF7FB;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.healthCatBox h3{
  font-size: 1.25rem;
  text-align: center;
  padding: .51rem 1rem .2rem;
}
.healthCatBox img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.healthCatBox:hover{
  background-color: #1D315E;
  transform: translateY(-5px);
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.healthCatBox:hover h3,
.healthCatBox:hover h3 a{
  color: #FFF;
}
.thecwmCatDescThumb{
  float: left;
  width: 250px;
  max-width: 100%;
  margin: 0 2rem 2rem 0;
}
.interactive.calf{
  text-align: center;
  margin: 3rem 0;
}
#tmdcategorysearch .list-group a.active{
  background-color: #6c92c9 !important;
}
#mega_menu .megamenu .sub-menu{
  left: auto;
  right: auto;
}
#mega_menu .megamenu .sub-menu .content{
  background: #6c92c9;
}
#header-cart .dropdown-menu{
  width: 500px;
}
.qc-loader{
  z-index: 9999999;
}
#menu{
  margin-bottom: 0 !important;
  background: #ffffff!important;
  border-color: #ffffff!important;
}
ul.megamenu > li.active > .sub-menu{
  margin-top: -2px !important;
}
#top .list-inline{
  margin-bottom: 0;
}

#content {
  padding-left: 40px;
  padding-right: 40px;
}



@media only screen and (max-width: 767px){
  .thecwmRelatedVideoSec li{
    width: 100%;
  }
  .thecwmRelatedVideoSec ul{
    margin-left: 0;
    margin-right: 0;
  }
  



}/****/

@media only screen and (max-width: 768px){
  ul.megamenu > li > .sub-menu.single {
    width: 100% !important;
    max-width: 100% !important;
  }
  ul.megamenu > li.with-sub-menu.hover.active>.menutitle{
    color: #293357!important;
  }

}/***/


@media only screen and (min-width: 768px) and (max-width: 1600px){
  .healthCatBox h3{
    min-height: 60px;
  }


}/****/

@media (min-width: 768px){
    .megamenu {
        justify-content: center;
    }
}/****/