body {
  font-family: 'Open Sans', sans-serif
  /*{body-font-family}*/
  ;
  font-size: 14px
  /*{body-font-size}*/
  ;
  color: #212529
  /*{body-font-colour}*/
  ;
  background-image: none 
  /*{body-background-image}*/
  ;
  background-color: #fff
  /*{body-background-colour}*/
  ;
}

a, .btn-link {
  color: #337ab7
  /*{link-text-colour}*/
  ;
}

a:hover, a:active, a:focus, .btn-link:hover {
  color: #004ca9
  /*{link-text-hover-colour}*/
  ;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif
  /*{headers-font-family}*/
  ;
  color: #333
  /*{headers-colour}*/
  ;
}

.carousel-caption h3, .carousel-caption h2, .carousel-caption .h3, .carousel-caption p {
  color: #fff
  /*{carousel-text-colour}*/
  ;
}

h1, .h1 {
  font-size: 26.249px
  /*{header-1-font-size}*/
  ;
}

h2, .h2 {
  font-size: 21px
  /*{header-2-font-size}*/
  ;
}

h3, .h3 {
  font-size: 18.375px
  /*{header-3-font-size}*/
  ;
}

h4, .h4 {
  font-size: 15.75px
  /*{header-4-font-size}*/
  ;
}

h5, .h5 {
  font-size: 13.124px
  /*{header-5-font-size}*/
  ;
}

/* Secondary button */
.btn-outline-secondary, .btn-default {
  color: #333
  /*{buttons | btn-default-text-colour}*/
  ;
  background-color: #fff
  /*{buttons | btn-default-background-colour}*/
  ;
  border-color: #ccc
  /*{buttons | btn-default-border-colour}*/
  ;
}

.btn-outline-secondary:hover, .btn-default:hover {
  color: #333
  /*{buttons | btn-default-text-colour-hover}*/
  ;
  background-color: #ebebeb
  /*{buttons | btn-default-background-colour-hover}*/
  ;
  border-color: #adadad
  /*{buttons | btn-default-border-colour-hover}*/
  ;
}

.btn-outline-secondary.disabled, .btn-default:disabled {
  color: #333
  /*{buttons | btn-default-text-colour-hover}*/
  ;
  background-color: #ebebeb
  /*{buttons | btn-default-background-colour-hover}*/
  ;
  border-color: #adadad
  /*{buttons | btn-default-border-colour-hover}*/
  ;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
  color: #333
  /*{buttons | btn-default-text-colour-hover}*/
  ;
  background-color: #ebebeb
  /*{buttons | btn-default-background-colour-hover}*/
  ;
  border-color: #adadad
  /*{buttons | btn-default-border-colour-hover}*/
  ;
}

/* Primary button */
.btn-primary {
  color: #fff
  /*{buttons | btn-primary-text-colour}*/
  ;
  background-color: #006FF5
  /*{buttons | btn-primary-background-colour}*/
  ;
  border-color: #006FF5
  /*{buttons | btn-primary-border-colour}*/
  ;
}

.btn-primary:hover {
  color: #fff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #005ecf
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #0058c2
  /*{buttons | btn-primary-border-colour-hover}*/
  ;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #005ecf
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #0058c2
  /*{buttons | btn-primary-border-colour-hover}*/
  ;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #005ecf
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #0058c2
  /*{buttons | btn-primary-border-colour-hover}*/
  ;
}

/* Warning button */
.btn-warning {
  color: #fff
  /*{buttons | btn-warning-text-colour}*/
  ;
  background-color: #ffc107
  /*{buttons | btn-warning-background-colour}*/
  ;
  border-color: #ffc107
  /*{buttons | btn-warning-border-colour}*/
  ;
}

.btn-warning:hover {
  color: #fff
  /*{buttons | btn-warning-text-colour-hover}*/
  ;
  background-color: #e0a800
  /*{buttons | btn-warning-background-colour-hover}*/
  ;
  border-color: #ffc107
  /*{buttons | btn-warning-border-colour-hover}*/
  ;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff
  /*{buttons | btn-warning-text-colour-hover}*/
  ;
  background-color: #e0a800
  /*{buttons | btn-warning-background-colour-hover}*/
  ;
  border-color: #ffc107
  /*{buttons | btn-warning-border-colour-hover}*/
  ;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
  color: #fff
  /*{buttons | btn-warning-text-colour-hover}*/
  ;
  background-color: #e0a800
  /*{buttons | btn-warning-background-colour-hover}*/
  ;
  border-color: #ffc107
  /*{buttons | btn-warning-border-colour-hover}*/
  ;
}

/* Danger button */
.btn-danger {
  color: #fff
  /*{buttons | btn-danger-text-colour}*/
  ;
  background-color: #dc3545
  /*{buttons | btn-danger-background-colour}*/
  ;
  border-color: #dc3545
  /*{buttons | btn-danger-border-colour}*/
  ;
}

.btn-danger:hover {
  color: #fff
  /*{buttons | btn-danger-text-colour-hover}*/
  ;
  background-color: #c82333
  /*{buttons | btn-danger-background-colour-hover}*/
  ;
  border-color: #bd2130
  /*{buttons | btn-danger-border-colour-hover}*/
  ;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff
  /*{buttons | btn-danger-text-colour-hover}*/
  ;
  background-color: #c82333
  /*{buttons | btn-danger-background-colour-hover}*/
  ;
  border-color: #bd2130
  /*{buttons | btn-danger-border-colour-hover}*/
  ;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: #fff
  /*{buttons | btn-danger-text-colour-hover}*/
  ;
  background-color: #c82333
  /*{buttons | btn-danger-background-colour-hover}*/
  ;
  border-color: #bd2130
  /*{buttons | btn-danger-border-colour-hover}*/
  ;
}

/* Success button */
.btn-success {
  color: #fff
  /*{buttons | btn-success-text-colour}*/
  ;
  background-color: #28a745
  /*{buttons | btn-success-background-colour}*/
  ;
  border-color: #28a745
  /*{buttons | btn-success-border-colour}*/
  ;
}

.btn-success:hover {
  color: #fff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #218838
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #1e7e34
  /*{buttons | btn-success-border-colour-hover}*/
  ;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #218838
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #1e7e34
  /*{buttons | btn-success-border-colour-hover}*/
  ;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #218838
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #1e7e34
  /*{buttons | btn-success-border-colour-hover}*/
  ;
}

/* Info button */
.btn-info {
  color: #fff
  /*{buttons | btn-info-text-colour}*/
  ;
  background-color: #17a2b8
  /*{buttons | btn-info-background-colour}*/
  ;
  border-color: #17a2b8
  /*{buttons | btn-info-border-colour}*/
  ;
}

.btn-info:hover {
  color: #fff
  /*{buttons | btn-info-text-colour-hover}*/
  ;
  background-color: #138496
  /*{buttons | btn-info-background-colour-hover}*/
  ;
  border-color: #117a8b
  /*{buttons | btn-info-border-colour-hover}*/
  ;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff
  /*{buttons | btn-info-text-colour-hover}*/
  ;
  background-color: #138496
  /*{buttons | btn-info-background-colour-hover}*/
  ;
  border-color: #117a8b
  /*{buttons | btn-info-border-colour-hover}*/
  ;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  color: #fff
  /*{buttons | btn-info-text-colour-hover}*/
  ;
  background-color: #138496
  /*{buttons | btn-info-background-colour-hover}*/
  ;
  border-color: #117a8b
  /*{buttons | btn-info-border-colour-hover}*/
  ;
}

.breadcrumb {
  background-color: #f8f9fa
  /*{breadcrumb-background-colour}*/
  ;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #6c757d
  /*{breadcrumb-text-colour}*/
  ;
}

.breadcrumb>.active,
.breadcrumb a {
  color: #696969
  /*{breadcrumb-text-colour}*/
  ;
}

.pagination .page-link {
  color: #006FF5
  /*{pagination-text-colour}*/
  ;
  background-color: #fff
  /*{pagination-bg-colour}*/
  ;
  border-color: #dee2e6
  /*{pagination-border-colour}*/
  ;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #004ca9
  /*{pagination-text-colour-hover}*/
  ;
  background-color: #e9ecef
  /*{pagination-bg-colour-hover}*/
  ;
  border-color: #dee2e6
  /*{pagination-border-colour-hover}*/
  ;
}

.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
  color: #fff
  /*{pagination-text-colour-active}*/
  ;
  background-color: #006FF5
  /*{pagination-bg-colour-active}*/
  ;
  border-color: #006FF5
  /*{pagination-border-colour-active}*/
  ;
}

.badge-secondary {
  background-color: #ebebeb
  /*{label-default-bg}*/
  ;
}

.badge-primary {
  background-color: #006FF5
  /*{label-primary-bg}*/
  ;
}

.badge-online {
  background-color: #337ab7
  /*{label-primary-bg}*/
  ;
}

.badge-success {
  background-color: #28a745
  /*{label-success-bg}*/
  ;
}

.badge-info {
  background-color: #17a2b8
  /*{label-info-bg}*/
  ;
}

.badge-warning {
  background-color: #212529
  /*{label-warning-text-colour}*/
  ;
  background-color: #ffc107
  /*{label-warning-bg}*/
  ;
}

.badge-danger {
  background-color: #dc3545
  /*{label-danger-bg}*/
  ;
}

.card {
  border-color: #ddd
  /*{panel-border-colour}*/
  ;
}

.card-header {
  background-color: #f5f5f5
  /*{panel-header-bg-colour}*/
  ;
  border-color: #ddd
  /*{panel-header-border-colour}*/
  ;
}

.productsave {
  color: #D9534F
  /*{sale-colour}*/
  ;
}

.wrapper-header .navbar-toggler {
  color: #696969
  /*{navbar-default-link-colour}*/
  ;
}

.wrapper-header .navbar {
  background-color: #f8f9fa
  /*{navbar-default-bg-colour}*/
   !important;
}

.wrapper-header .navbar .navbar-nav .nav-link {
  color: #696969
  /*{navbar-default-link-colour}*/
  ;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
  color: #333
  /*{navbar-default-link-colour-hover}*/
  ;
}

.wrapper-header .navbar-nav .show>.nav-link,
.wrapper-header .navbar-nav .active>.nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active {
  color: #555
  /*{navbar-default-link-colour-active}*/
  ;
}

.dropdown-menu {
  background-color: #fff
  /*{dropdown-menu-bg}*/
  ;
  border-color: #ccc
  /*{dropdown-menu-border-colour}*/
  ;
}

.dropdown-item {
  color: #212529
  /*{dropdown-menu-link-colour}*/
  ;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #262626
  /*{dropdown-menu-link-colour-hover}*/
  ;
  background-color: #f5f5f5
  /*{dropdown-menu-link-bg-hover}*/
  ;
}

/*=======================================header=====================================*/
.header_top {
  background-color: #002952;
}

#header-cart .dropdown-menu {
  overflow-y: scroll;
  max-height: 60vh;
}

#header-cart>a {
  background: transparent;
  border: none;
  color: #fff;
  padding: 9.5px 0px;
  padding-left: 20px;
  box-shadow: none;
}

#header-cart {
  z-index: 10000;
}

#header-cart>a.dropdown-toggle:after {
  display: none;
}

.top_right_menu>li>a {
  background-image: url('../images/header_border.png');
  background-repeat: no-repeat;
  background-position: right;
  padding: 9.5px 20px;
}

.mvp_logo_section>div>.row {
  display: inline-flex;
  width: calc(100% + 30px);
  align-items: center;
}

.mvp_logo_section {
  background-color: #012345;
 /* background-image:url("/assets/images/Christmas Background4.png") ; */
}

a.mvp-captionlink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.header-search {
  width: 499px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-left: 6% !important;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3000;
}

.nsearchinput-pl.well li a {
  padding: 10px 15px;
  display: flex;
  width: 100%;
  align-items: center;
}

.header-search input, .header-search button {
  height: 50px;
  border-radius: 0px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  background: transparent;
  background-color: #fff;
}

.header-search input {
  padding-left: 20px;
  box-shadow: none;
}

.hphone {
  align-items: center;
  transition: 1s all;
}

#name_search::placeholder {
  color: #012345;
}

.phoneicon {
  padding-right: 15px;
}

.hphone .hphonedec {
  text-align: left;
}

.m_info_menu {
  background-color: #002952;
}

.desmenu>ul>li>a {
  color: #fff;
  text-transform: uppercase;
  padding: 14px 21px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
}

.top_left_side>li>a {
  padding: 9.5px 10px;
}

.top_left_side>li:first-child a {
  padding-left: 0px;
}

.acc-img {
  padding-right: 10px;
}

.wrapper-logo>a>.logo {
  padding: 20px 0px;
  transition: 0.6s all;
}

#header-cart .my-cart {
  padding-left: 10px;
}

#header-cart .dropdown-menu {
  right: 0;
  left: auto !important;
  transform: none !important;
  top: 40px !important;
  border-radius: 0;
}

.header-search button {
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.mvp_nav-info>li>a>p {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif
}

.top_left_side>li>a>i {
  font-size: 17px;
}

#header-cart>a .my-cart {
  font-size: 14px;
}

.header-search .input-group .form-control::placeholder {
  color: #012345 !important;
  font-size: 14px !important;
}

.hphonedec>h2>a {
  font-size: 24px;
  font-weight: 600;
}

.header-search button:focus {
  box-shadow: none;
}

.header-search input:focus {
  box-shadow: none;
}

.top_right_menu>li>a:hover, .top_left_side>li>a>i:hover, .mvp_nav-info>li>a>p:hover {
  color: #337ab7 !important;
}

/*.desmenu > ul > li:first-child a {
	padding-left: 0;
}
.desmenu > ul > li:last-child a {
	padding-right: 0;
}*/
.mm_hibrands {
  width: 100%;
  justify-content: flex-end;
  margin-top: 10px;
}

.mm_hibrands>a {
  padding: 10px 55px !important;
  color: #fff;
  background-color: #012345;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 10px;
}

.mm_hibrands>a:hover {
  background-color: #337ab7;
  color: #fff;
}

.mm-box {
  margin: 10px 5px 0px;
}

.mmm-hedding {
  padding-bottom: 21px !important;
  padding-top: 9px !important;
}

/*=======================================header-End=====================================*/
/*=======================================Home-Page=====================================*/
.carousel-inner:after {
  display: none;
  clear: both;
  content: '-4 -4 8 8';
}

/*=======================================Home-Page-End=====================================*/
/*=====================================mega-menu========================================*/
.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  float: left;
  /*margin: 5px 0px;*/
  /*margin-bottom: 10px;*/
  margin-top: 10px
}

.mega-menu-dah {
  padding: 0;
  columns: 5;
  width: 100%;
  column-gap: 15px;
  float: left;
  max-width: 100%;
  -moz-column-fill: balance;
  column-fill: balance;
}

.desmenu>ul>li .dropdown-menu {
  background-color: rgba(0, 41, 82, 0.9);
  border: none;
  padding: 10px;
  z-index: 1000;
  position: absolute;
}

.desmenu .navbar-nav>li>.dropdown-menu.mega-menu {
  width: calc(100% - 0px);
  float: none;
  padding: 0 0 0px;
  left: 0px;

}

.mega-menu-dah .mega-col {
  display: flex;
  width: 100%;
  break-inside: avoid;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col ul {
  float: left;
  width: 100%;
  display: block;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li a:hover {
  /*color: #337ab7 !important;*/
  color: #42a7ff !important;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>ul a {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 0 2px 0px !important;
  background-image: url(../images/index.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0px 10px;
  color: #fff !important;
  margin-left: 0;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>ul li:hover a, .desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>ul li:hover .fas {
  color: #337ab7;
  text-decoration: none;
}

.desmenu>ul>li {
  position: inherit !important;
}

.col-sm-9.offset-sm-3.p-0.text-right.m_off {
  position: unset;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col ul li .fas {
  color: #fff;
  padding-left: 15px;
  padding-right: 5px;
}

.desmenu>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li:hover a {
  color: #337ab7;
  text-decoration: none;
}

.m_off {
  position: unset;
  display: inline-flex;
  justify-content: center;
}

.desmenu>.navbar-nav>.mvp-hover:hover>a {
  border-bottom: 3px solid #fff;
}

.desmenu>.navbar-nav>.mvp-hover>a {
  border-bottom: 3px solid transparent;
}

/*=====================================mega-menu========================================*/
/*===============================footer======================================*/
.m_service {
  align-items: center;
  padding-top: 33px;
  padding-bottom: 40px;
  background-image: url('../images/f_right-side-border.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.m_service h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #002952;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.ftect p {
  margin: 0;
  font-size: 15px;
  color: #002952;
}

.ftect {
  margin-left: 10px;
}

.m_fservices .m_service:last-child {
  background-image: none;
}

.mvp_nlrform .f-gmail-news {
  width: 499px;
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  background-clip: unset;
}

.mvp_nlrform .m_btn {
  width: 185px;
  height: 50px;
  border-radius: 0px;
  background-color: #337ab7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.mvp_nlrform>form {
  display: flex;
}

.mvp_nlrtext>h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 16px;
}

.mvp_newsletter {
  background-image: url('../images/background-register-now.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mvp_nlrmain>div {
  padding: 68px 0px 71px;
}

.form-control.f-gmail-news::placeholder {
  color: #646464;
  font-size: 14px;
}

.mvp_nlrform .m_btn:hover {
  background-color: #012345;
}

.wrapper-footer {
  background-color: #020a12;
  padding-top: 65px;
}

footer.wrapper-footer h4.nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 23px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0;
}

footer.wrapper-footer a.nav-link {
  color: #bccad6;
  padding: 0 15px;
  padding-bottom: 5px;
  padding: 0;
  margin-bottom: 6px;
}

footer.wrapper-footer a.nav-link:hover, footer.wrapper-footer .nav>li.nav-item>div>.fabout-desc>p>a:hover, footer.wrapper-footer .nav>li.nav-item>ul.nav.list-social a:hover, footer.wrapper-footer .nav>li.nav-item>ul.nav.list-social a:hover>i {
  color: #337ab7;
}

.wrapper-footer .copysection .row {
  height: 60px;
  align-items: center;
}

.wrapper-footer .copysection {
  background-color: #061422;
}

.copysection .small {
  color: #bccad6;
  font-size: 14px;
}

.ftop_left_side {
  align-items: center;
  justify-content: center;
}

.ftop_left_side>li>a {
  padding: 0 13px !important;
  margin: 0px !important;
}

.m_bpadding .ficon {
  width: 30px;
}

.dectext span {
  display: inline-block;
  width: 100%;
  color: #337ab7;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.dectext {
  width: calc(100% - 30px);
}

.m_bpadding {
  margin-bottom: 23px;
}

.dectext>a, .dectext>p {
  font-size: 14px;
  color: #bccad6;
  text-decoration: none;
}

.f_add_section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.inbber {
  line-height: 17px;
}

.ftop_left_side>li>a>i {
  font-size: 17px;
  color: #fefefe;
}

.ftop_left_side>li>a i:hover {
  color: #337ab7 !important;
}

#cartcontentsheader:hover span {
  color: #337ab7;
}

/*===============================footer-End===================================*/
/*=====================================brand====================================*/
.home-brands li {
  width: calc(100%/6 + 46.5px);
  height: 149px;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  text-align: center;
  background: #fff;
  line-height: 75px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.home-brands li img {
  max-height: 134px;
  max-width: 100%;
  display: inline-block !important;
  position: relative;
  top: 7px;
}

.nav.home-brands {
  border-left: 1px solid #e0e0e0;
}

.brand_btn>a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002952;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_btn {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center;
}

.nav.home-brands>li:nth-child(6), .nav.home-brands>li:nth-child(7), .nav.home-brands>li:nth-child(7), .nav.home-brands>li:nth-child(8), .nav.home-brands>li:nth-child(9), .nav.home-brands>li:nth-child(10) {
  border-bottom: 1px solid #e0e0e0;
}

.home-brands>li:hover {
  background-color: #337ab7;
}

.home-brands>li:hover a {
  color: #fff !important;
}

.m_bbb {
  margin-right: 60px;
}

.brand-item>a {
  border: 2px solid #337ab7;
  float: left;
  margin-bottom: 30px;
  padding: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand-item>a>img {
  height: 120px;
}

.mmm-brand {
  width: 10%;
}

.brand-item.mmm-brand>a {
  margin-bottom: 0;
}

.mm-box>a {
  float: left;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 17px rgba(0, 0, 0, .1);
}

/*=====================================brand-End====================================*/
/*===================================home===================================*/
.brans_hedding h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #002952;
  background-image: url('../images/brands_botton_b.png');
  padding-bottom: 18px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.brans_hedding {
  padding-top: 50px;
  padding-bottom: 36px;
}

.m_home_caregory .category-thumbnail>div {
  position: relative;
  float: left;
  width: 100%;
}

/*#n_home .category-thumbnail .caption {
	align-items: center;
	position: absolute;
	bottom: 41px;
	right: 0;
	left: 0;
	background-color: #fff;
	width: 81%;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	display: inline-flex;
	padding: 5px 0;
	min-height: 42px;
	transition: 0.6s all;
}*/
#n_home .category-thumbnail .caption {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  height: auto;
  text-align: center;
  min-height: 42px;
  transition: 0.6s all;
  display: flex;
  align-items: center;
}

.wrapper-category-image {
  float: left;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.m_home_caregory .category-thumbnail {
  padding: 0 15px;
  padding-bottom: 30px;
}

#n_home .category-thumbnail .caption .my-1 a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #002952;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.m_article {
  max-width: 20%;
  flex: 0 0 20%;
  padding-bottom: 25px !important;
}

.new_arrival .M_Featured_Products {
  padding-top: 20px;
}

.thumbnail.card-body .card-title>a {
  color: #002952;
  text-decoration: none;
  font-size: 15px;
}

.m_caption .form-inline>.btn {
  width: 156px;
  height: 36px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: ;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background-color: #337ab7;
  border: none;
}

.m_thamb_img {
  margin-right: 5px;
}

.m_caption {
  padding: 15px;
  text-align: center;
  padding-bottom: 23px;
}

.thumbnail.card-body p.price, .thumb_list .card-body .price.lead {
  color: #337ab7;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.m_article .m_caption .form-inline {
  display: inline-block;
}

.card.thumbnail.card-body {
  border: none;
}

.m_article .card.thumbnail.card-body:hover {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.thumbnail.card-body .card-title {
  height: 4em;
  overflow: hidden;
  line-height: 20px;
}

.M_onsales {
  padding-top: 28px;
}

.m_product_onsales .m_article:nth-child(8), .m_product_onsales .m_article:nth-child(9), .m_product_onsales .m_article:nth-child(10), .m_product_onsales .m_article:nth-child(11), .m_product_onsales .m_article:nth-child(12) {
  padding-bottom: 15px !important;
}

#n_home .category-thumbnail div:hover .caption {
  min-height: calc(100% - 20px);
  align-items: center;
  background-color: rgba(51, 122, 183, 0.85);
}

.dectext>a:hover, .dectext>p:hover {
  color: #337ab7;
  cursor: pointer;
}

#n_home .category-thumbnail div:hover .caption .my-1 a {
  color: #fff;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

/*====================================home-End=====================================*/
/*==============================sticky_header===========================*/
.sticky_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
}

/*==============================sticky_header===========================*/
/*============================Product-Page============================*/
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: '/';
}

.breadcrumb a {
  color: #002952 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #337ab7 !important;
}

.breadcrumb {
  padding: 30px 0px;
  background: transparent !important;
  margin: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}

.wrapper-product-title>h1, .spinfo-2>h1 {
  font-size: 30px;
  font-weight: 700;
  color: #002952;
  text-transform: uppercase;
}

.spinfo-2>h1 {
  margin-bottom: 0;
}

.wrapper-pricing .m_price, .spinfo-3>p.price {
  font-size: 32px;
  font-weight: 700;
  color: #337ab7;
  padding-right: 30px;
  margin: 0px;
}

.wrapper-pricing.col-sm-12 {
  display: flex;
  align-items: center;
}

hr.new1 {
  border-top: 1px solid #e7e7e7;
  width: 1px;
  height: 38px;
}

.zip-widget__wrapper.zip-widget__wrapper--display-repaycalc {
  border-left: 2px solid #e7e7e7;
}

.zip-widget__tagline img.logo {
  margin-left: 30px !important;
}

.zip-widget__tagline {
  margin-bottom: 0px !important;
}

.wrapper-product-title.col-sm-12 {
  padding-bottom: 5px;
}

#n_product .mm_stock>div {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0px;
}

#n_product .mm_stock {
  padding-top: 20px;
}

.sistock>p, .sistock, .skuitem>p {
  font-size: 14px;
  color: #002952;
}

.skuitem>.m_in-stock {
  color: #129605;
}

.sistock>p {
  padding-right: 82px;
}

.skuitem>p {
  padding-right: 38px;
}

.m-product-btn>.m_quantity>input {
  height: 50px;
  width: 165px;
  border-radius: 0;
}

.m-product-btn>.m_addtocart>.btn, .spinfo-4 .btn {
  width: 175px;
  height: 50px;
  border-radius: 0;
  background-color: #337ab7;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
  padding: 10px;
}

.m-product-btn>.m_addtocart>.btn:hover, .m_caption .form-inline>.btn:hover, .spinfo-4 .btn:hover {
  background-color: #012345 !important;
}

.m-product-btn .m_wichlist .product-wishlist>a {
  width: 145px;
  height: 50px;
  border-radius: 0;
  border: 1px solid #337ab7;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #337ab7;
  line-height: 30px;
  margin-left: 5px;
}

.m-shipping .m-qty>input, .m-shipping .m-postcode>input {
  width: 165px;
  height: 50px;
  border: ;
  border-radius: 0;
}

.m-shipping .m-postcode>input {
  margin-left: 10px;
}

.m-shipping .m-calculation>.btn {
  width: 175px;
  height: 50px;
  border-radius: 0;
  background-color: #3d3f41;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}

#n_product .m_table .table td, .m_table .table th {
  border: none;
  padding: 0;
  padding-bottom: 3px;
  color: #002952 !important;
  font-size: 14px;
  font-weight: 400 !important;
}

.m_table .table tr td:first-child {
  width: 144px;
}

#n_product .spacification>.mm-spece>p, .description>p {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid #002952;
  background-image: url('../images/pro_bg.png');
  background-repeat: no-repeat;
  padding-left: 18px;
}

.description, .mm-spece {
  padding-bottom: 25px;
}

.tab-content .containt {
  padding-bottom: 42px;
}

/*.brand-logo>a {
   float: left; 
   max-height: 35px; 
  position: relative;
  margin: 0 auto;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  width: 200px;
}*/

.brand-logo>a>img {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
      margin-left: 29px;
    max-width: 120px;
}

.brand-logo {
  padding: 0px;
  border-left: 1px solid #e7e7e7;
}

.skuitem {
  padding-right: 34px;
}

.pqty_box {
  padding: 20px 0px 10px;
}

.pqty_box>p {
  color: #002952;
}

#n_product .col-12.m_CalculateShipping {
  padding-top: 27px;
  padding-bottom: 10px;
}

#n_product .m-product-btn>.m_addtocart>.btn:hover, .m-product-btn .m_wichlist .product-wishlist>a:hover, .m-shipping .m-calculation>.btn:hover {
  background-color: #002952;
  color: #fff;
}

#n_product .col-12.m_CalculateShipping>p {
  color: #002952;
}

#_jstl__images_r>.row {
  margin: 0 -5px 0 -4px;
}

#_jstl__images_r>.row>div {
  padding: 0 5px;
}

#_jstl__images_r>.row>div>a {
  border: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

#_jstl__images_r>.row>div>a:hover {
  border: 1px solid #337ab7;
}

#n_product .tab-content {
  margin-top: 28px;
  color: #002952;
}

.releted_product {
  padding-top: 24px;
}

.dah_pqtybox {
  padding-left: 15px;
  padding-right: 10px;
  width: 165px;
  position: relative;
}

.dah_pqtyarrow.dah_minus {
  left: 15px;
}

.dah_pqtyarrow.dah_plus {
  left: unset;
  right: 15px;
  text-align: right;
}

.dah_pqtyarrow {
  position: absolute;
  top: 16px;
  font-size: 12px;
  color: #fff;
  width: calc(50% - 67px);
  text-align: left;
  display: inline-block;
  cursor: pointer;
  background-color: #9a9a9a;
}

.dah_pqtybox>input {
  height: 50px;
  border-radius: 0;
}

.dah_pqtyarrow.dah_plus>.fa {
  position: relative;
  right: 3px;
}

.dah_pqtyarrow.dah_minus>.fa {
  position: relative;
  left: 2px;
}

.dah_pqtyarrow:hover {
  background-color: #337ab7;
}

.fle_border>div {
  border-bottom: 1px solid #e7e7e7;
  margin-top: 27px;
  margin-bottom: 21px;
}

.flat_rate {
  list-style: none;
  padding: 0;
}

.flat_rate>li>img {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.flat_rate>li {
  font-weight: 600;
  color: #002952;
}

.flat_rate>li>span {
  color: #337ab7;
}

#n_product .wrapper-pricing * {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.m_table .table {
  width: auto;
}

.m_wrapper-inner div {
  margin-right: 10px;
}

/*============================Product-Page-End============================*/
/*================================category-page============================*/
#n_category .m_caption {
  padding: 0px;
  padding-bottom: 23px;
}

.thumbnail.card-body .card-title>a:hover {
  color: #337ab7;
}

#left-sidebar .card-header {
  background-color: #337ab7;
  border-radius: 0;
}

#left-sidebar .card-header a, #left-sidebar .card-header h3 {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}

#left-sidebar>.card {
  border: 1px solid #337ab7;
}

#n_category .viewby>a {
  color: #012345;
  background-color: #fff;
  border-color: #ddd;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
  color: #337ab7 !important;
  background-color: #fff;
  border-color: #ddd;
}

.m_list h3>a {
  color: #002952;
  text-decoration: none;
}

.thumb_list .row article .card {
  border: 1px solid #337ab7;
}

.thumb_list .row article .card:hover {
  box-shadow: 0 0 6px #337ab7;
}

.card-footer .form-inline>button {
  background-color: #002952;
  border: none;
  border-radius: 0;
}

.card-footer .form-inline>button:hover {
  background-color: #337ab7;
}

.col-12.col-md-9>h1 {
  font-size: ;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002952;
}

.nsearchinput-pl.well {
  margin-top: 50px !important;
}

.nsearchinput-pl>ul>li>a {
  color: #002952;
  text-decoration: none;
  display: inline-flex;
}

.title>a {
  color: #002952;
}

.m-subcategory>a>p {
  margin: 10px 0px;
}

.mm_cate-pro .card.thumbnail.card-body:hover {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.mm_cate-pro .m_caption .form-inline {
  justify-content: center;
}

/*#n_category .m_caption .form-inline > .btn {
	width: 135px;
	line-height: 22px;

}*/
.mm_cate-pro .m_caption .form-inline>.m_cart-plus {
  width: 50px !important;
  height: 36px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: ;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background-color: #337ab7;
  border: none;
  padding: 0 10px;
}

.mm_cate-pro .m_caption .form-inline>.m_view {
  width: 92px;
  height: 36px;
  margin-left: 5px;
  background: ;
  background-color: #337ab7;
  font-size: ;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px;
  text-decoration: none;
}

.mm_cate-pro .m_caption .form-inline>.wishlist_toggle {
  width: 50px !important;
  margin-left: 5px;
  margin-top: 0px;
  padding: 5px;
}

.add>.far.fa-heart {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: 1px;
}

.mm_cate-pro .m_caption .form-inline>.m_view:hover {
  color: #fff;
  background-color: #012345;
}

.mm_cate-pro {
  padding-bottom: 25px !important;
}

.m_saving {
  width: 100%;
}

.mm_head {
  float: left;
  border-radius: 50px;
  font-size: 12px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 5px;
}

.mmm_sale {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
      font-size: 20px;
}

a.collapsed .filter-expand::before {
  font-family: "FontAwesome";
  content: "\f067";
}

a .filter-expand::before {
  font-family: "FontAwesome";
  content: "\f068";
}

#n_product .wrapper-pricing .productpromo.h1 {
  font-size: 24px;
  font-weight: 700;
  color: #337ab7;
  margin-bottom: 10px !important;
  display: inline-block;
  line-height:1.2;
}

#n_product .wrapper-pricing iframe.zip-widget {
  max-width: 80px;
}

#n_product .zip-widget__popup__overlay {
  z-index: 1000000;
}

/*.m_wrapper-price {
    width: 100%;
}*/
#n_product .wrapper-pricing .productpromo * {
  text-align: left;
}

.nsearchinput-pl.well ul {
  overflow-y: scroll;
  max-height: 60vh;
  border: 1px solid #ddd;
}

/*================================category-page-End============================*/
/*==============================information-page================================*/
.page-header {
  color: #002952;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

#left-sidebar>.card {
  border: 1px solid #337ab7;
  border-radius: 0;
}

.page-header>h1 {
  color: #002952;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0px;
}

#n_customer .card {
  border: 1px solid #337ab7;
  border-radius: 0;
}

.btn-success {
  background-color: #002952;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.btn-success:hover {
  background-color: #337ab7;
}

.page-header>p>a {
  color: #002952;
}

.dropdown-menu.dropdown-menu-right {
  border: ;
  border-radius: 0;
  background-color: #002952;
  border: none;
}

.dropdown-menu.dropdown-menu-right>li>a {
  color: #fff;
  padding: 2px 15px;
}

.dropdown-menu.dropdown-menu-right>li>a:hover {
  background-color: #337ab7;
}

.dropdown-toggle::after {
  display: none;
}

.right .title>a {
  color: #002952;
}

.col-12.col-md-8.col-lg-9.d-flex>button {
  border: ;
  border-radius: 0;
}

#n_checkout .card-header {
  background-color: #337ab7;
  /* color: #fff; */
}

#n_checkout .card-header>h2 {
  color: #fff;
}

#n_checkout .mm_cart-header {
  border: 1px solid #337ab7;
  border-radius: 0;
}

#sale-end_mi {
  display: flex;
  float: right;
}

#sale-end_mi span {
  background-color: #337ab7;
  width: 34px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  margin: 0 2.5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

#sale-end_mi p {
  margin-bottom: 0;
  text-align: center;
  color: #337ab7;
  font-size: 12px;
  font-weight: 400;
}

.productsavetextmm {
  width: calc(100% - 23px);
  padding-top: 5px;
}

.brand_btn>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*==============================information-page-End================================*/
.brands-mm.dropdown-menu.mvp_brand-h {
  padding-bottom: 20px;
}

.m-subcategory>a {
  color: #337ab7;
  text-decoration: none;
}

.m-subcategory>a:hover {
  color: #012345;
}

.m-subcategory>a>img {
  min-height: 200px;
}

.wrapper-pricing .m_price, .sticky_pinfo .m_price {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #337ab7 !important;
  padding-right: 30px !important;
  margin: 0px !important;
}

.home-brands>li>a {
  float: left;
  width: 100%;
}

.m_allviewbtn {
  width: 100px;
  background-color: #fff;
  border: none;
  color: #337ab7;
}

.m_allviewbtn:hover {
  background-color: #fff;
  text-decoration: underline;
  color: #337ab7;
}

.m_allviewbtn:focus {
  box-shadow: none;
}

.m_allviewbtn:active {
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.card-header {
  background-color: #337ab7;
  border-radius: 0;
}

.m_heding-side {
  background-color: #337ab7;
}

.m_heding-side>h3 {
  color: #fff;
}

.card-header>h3>a {
  color: #fff !important;
}

/*.mm_bottom-border {
  border: 1px solid rgba(0, 0, 0, .125) !important;
}*/
.modal {
  z-index: 100000;
}

#cartcontents .thumb_cart .viewcart {
  border-radius: 0;
}

/*=================================Responsive-code=====================================*/
@media only screen and (max-width: 1499px) and (min-width: 992px) {
  .mm-view {
    margin-left: 0px !important;
    width: 100% !important;
  }

  .brand-item>a>img {
    height: 80px;
  }

  .header-search {
    width: 352px;
    margin-left: 0% !important;
  }

  .m-subcategory>a>img {
    min-height: unset;
  }

  #header-cart>a {
    padding-left: 13px;
  }

  .top_right_menu>li>a {
    padding: 9.5px 18px;
  }

  .menu-ul {
    align-items: center;
  }

  .desmenu>ul>li>a {
    padding: 10px 12px;
    min-height: 67px;
    align-items: center;
  }

  .m_home_caregory .category-thumbnail {
    width: 20%;
  }

  #n_home .category-thumbnail .caption .my-1 a {
    font-size: 15px;
  }

  .home-brands li {
    width: calc(100%/6 + 30.5px);
    height: 149px;
  }

  .m_home_caregory .category-thumbnail {
    padding-bottom: 10px;
  }

  #n_home .category-thumbnail .caption h3 {
    align-items: center;
    margin: 0px !important;
  }

  #n_home .m_caption {
    padding: 0;
    padding-bottom: 23px;
  }

  .m_caption .form-inline>.btn {
    width: 138px;
    padding: 0
  }

  .m_bbb {
    margin-right: 11px;
  }

  .m_service h2 {
    font-size: 15px;
  }

  .ftect p {
    font-size: 14px;
  }

  .f_logosec {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .fmenu {
    max-width: 66.66%;
    flex: 0 0 66.66%;
    padding-bottom: 66px;
  }

  .m_article {
    padding: 0px 5px;
  }

  .new_arrival .M_Featured_Products {
    padding-top: 39px;
  }

  .M_onsales {
    padding-top: 22px;
  }

  .mega-menu-dah {
    columns: 4 !important;
  }

  #n_category .col-8.col-sm-6.col-lg-4.col-xl-3.pb-2.mm_cate-pro {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .mm_cate-pro .m_caption .form-inline>.m_view {
    width: calc(100% - 57px);
  }

  .mm_cate-pro .m_caption .form-inline>.wishlist_toggle {
    margin-left: 0px;
    margin-top: 0px;
    width: 100% !important;
    margin-top: 5px;
  }

  #n_category .m_caption {
    padding: 15px;
  }

  .wrapper-pricing .m_price, .spinfo-3>p.price {
    font-size: 24px;
    line-height: 24px;
  }

  .wrapper-product-title>h1, .spinfo-2>h1 {
    font-size: 25px;
  }

  .spinfo-2>h1 {
    margin-left: 10px;
  }

  .f_add_section_lg {
    display: none;
  }

  .m_home_caregory .category-thumbnail {
    padding: 0 5px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mm-view {
    margin-left: 0px !important;
    width: 100% !important;
  }

  #pricesearch>input {
    margin-bottom: 5px;
  }

  .m_heding-side>h3 {
    font-size: 14px;
  }

  .brand-item>a>img {
    height: 60px;
  }

  .spinfo-2>h1 {
    margin-left: 10px;
  }

  .dis-none {
    display: none;
  }

  #n_category .m_caption {
    padding: 15px;
  }

  .mm_cate-pro .m_caption .form-inline>.wishlist_toggle {
    margin-left: 0px;
    margin-top: 0px;
    width: 100% !important;
    margin-top: 5px;
  }

  .mm_cate-pro .m_caption .form-inline>.m_view {
    width: calc(100% - 57px);
  }

  .m-subcategory>a>img {
    min-height: unset;
  }

  .top_left_side>li:nth-child(1), .top_left_side>li:nth-child(2), .top_left_side>li:nth-child(3) {
    display: none;
  }

  .top_right_menu>li:nth-child(1), .top_right_menu>li:nth-child(2), .top_right_menu>li:nth-child(3) {
    display: none;
  }

  /*.top_right_menu > li > a > span {
	display: none;
}*/
  .acc-img {
    padding-right: 10px;
  }

  .desmenu>ul>li>a {
    padding: 14px 4px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 73px;
  }

  /*#header-cart #cartcontentsheader span:last-child {
	 margin-left: 8px;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #337ab7;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	line-height: 13px;
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	left: 34px;
	top: 5px;
}*/
  .mega-menu-dah {
    columns: 3;
  }

  .home-brands li {
    width: calc(100%/5 + 33.5px);
  }

  .phone_section {
    display: none;
  }

  .header-search {
    width: 419px;
  }

  .top_left_side>li>a {
    padding-left: 0;
  }

  #header-cart {
    padding-right: 8px;
  }

  /*.header-search {
 margin-left: 0% !important;
}*/
  .fmenu {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 66px;
  }

  .f_logosec {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-brands li:nth-child(8), .home-brands li:nth-child(9) {
    display: none;
  }

  .nav.home-brands>li:nth-child(5), .nav.home-brands>li:nth-child(6), .nav.home-brands>li:nth-child(7), .nav.home-brands>li:nth-child(8), .nav.home-brands>li:nth-child(9), .nav.home-brands>li:nth-child(10) {
    border-bottom: 1px solid #e0e0e0;
  }

  /*.m_home_caregory .category-thumbnail {
	max-width: 50%;
	flex: 0 0 50%;
}*/
  .m_home_caregory .category-thumbnail {
    width: 50%;
  }

  .wrapper-category-image>a {
    float: left;
    width: 100%;
  }

  .wrapper-category-image>a>img {
    width: 100%;
  }

  .m_article {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .new_arrival .m_article:last-child {
    display: none;
  }

  .m_main {
    display: unset !important;
  }

  .m_service {
    width: 50%;
    float: left;
  }

  .m_main .m_service:nth-child(2n) {
    background-image: none;
    justify-content: flex-end;
  }

  .m_service {
    padding-top: 20px;
  }

  .m_fservices>.container>.row>.col-12 {
    display: none;
  }

  .mvp_nlrform .f-gmail-news {
    width: 467px;
  }

  .well {
    padding-bottom: 30px;
  }

  .m_fservices .m_service:last-child {
    background-image: none;
    width: 100%;
    justify-content: center;
  }

  .flogo {
    text-align: center;
  }

  .ftop_left_side>li>a {
    padding: 0 7px !important;
  }

  /*dectext>a, .dectext>p>br {*/
  /*  display: none;*/
  /*}*/

  .desmenu .navbar-nav>li>.dropdown-menu.mega-menu {
    overflow-y: auto;
    max-height: 40vh;
  }

  .spinfo-2>h1 {
    font-size: 18px;
  }

  .spinfo-3>p.price {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .dis-none {
    display: none;
  }

  #n_category .col-12 .m-subcategory:nth-child(6), #n_category .col-12 .m-subcategory:nth-child(7), #n_category .col-12 .m-subcategory:nth-child(8), #n_category .col-12 .m-subcategory:nth-child(9) {
    display: none;
  }

  #n_category .Best_sellers .m_article:last-child {
    display: none;
  }

  #n_category .col-12 .m-subcategory {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  #n_category .row.Best_sellers {
    margin-bottom: 20px;
  }

  .m_home_caregory .category-thumbnail {
    width: 50%;
  }

  .wrapper-category-image>a {
    float: left;
    width: 100%;
  }

  .wrapper-category-image>a>img {
    width: 100%;
  }

  .m_home_caregory .category-thumbnail {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .m-subcategory>a>img {
    min-height: unset;
  }

  .phone_section {
    display: none;
  }

  #header-cart {
    padding-right: 0px;
  }

  .fmenu {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 66px;
  }

  .m_article {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .top_right_menu>li:nth-child(1), .top_right_menu>li:nth-child(2), .top_right_menu>li:nth-child(3) {
    display: none;
  }

  .top_left_side>li:nth-child(1), .top_left_side>li:nth-child(2), .top_left_side>li:nth-child(3) {
    display: none;
  }

  .top_right_menu>li>a>span {
    display: none;
  }

  .top_left_side>li>a {
    padding-left: 0;
    padding-right: 0;
  }

  #header-cart #cartcontentsheader span:last-child {
    /* margin-left: 8px; */
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #337ab7;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 13px;
    font-size: 10px;
    /* font-weight: 600; */
    position: absolute;
    left: 30px;
    top: 5px;
  }

  .home-brands li {
    width: calc(100%/3 + 83.5px);
  }

  .home-brands li:nth-child(6), .home-brands li:nth-child(7), .home-brands li:nth-child(8), .home-brands li:nth-child(9) {
    display: none;
  }

  .home-brands li:nth-child(5) {
    border-bottom: 1px solid #e0e0e0;
  }

  #n_home .category-thumbnail .caption .my-1 a {
    font-size: 14px;
    font-weight: 700;
  }

  .brans_hedding h3 {
    font-size: 22px;
    padding-bottom: 14px;
  }

  .brans_hedding {
    padding-top: 29px;
    padding-bottom: 17px;
  }

  .brand_btn>a {
    font-size: 15px;
    color: #fff;
  }

  .brand_btn {
    background-color: #337ab7 !important;
  }

  .brand_btn:hover {
    background-color: #012345 !important;
  }

  .thumbnail.card-body .card-title>a {
    font-size: 14px;
  }

  .m_article:nth-child(2n), .mm_cate-pro:nth-child(2n) {
    padding-left: 5px;
  }

  .m_article:nth-child(2n+1), .mm_cate-pro:nth-child(2n+1) {
    padding-right: 5px;
  }

  .m_article {
    padding-bottom: 10px !important;
  }

  .m_caption {
    padding: 0px;
    padding-bottom: 5px;
  }

  .M_onsales {
    padding-top: 5px !important;
  }

  .m_service {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/mob_market-border.png') !important;
    background-repeat: no-repeat;
    background-position: top;
    justify-content: center;
  }

  .m_fservices .m_service:last-child {
    padding-bottom: 28px;
  }

  .col-12.news-top-border {
    display: none;
  }

  .mvp_nlrform>form {
    display: unset;
  }

  .mvp_nlrform .f-gmail-news {
    width: 100%;
    height: 52px;
  }

  .mvp_nlrform .m_btn {
    height: 52px;
    width: 100%;
    margin-top: 5px;
  }

  .col-12.mvp_nlrmain.text-center {
    padding: 0;
  }

  .mvp_nlrtext>h4 {
    font-size: 18px;
  }

  .mvp_nlrmain>div {
    padding: 43px 0px 47px;
  }

  .wrapper-footer {
    text-align: left;
  }

  .wrapper-footer {
    background-color: #020a12;
    padding-top: 40px;
  }

  footer.wrapper-footer h4.nav-link {
    margin-bottom: 14px;
  }

  .wrapper-footer .col-6.col-md-4.text-md-left:last-child {
    margin-top: 23px;
  }

  .wrapper-footer .copysection .col-12 {
    text-align: center;
  }

  .wrapper-footer .copysection .row {
    height: auto;
    align-items: center;
  }

  footer.wrapper-footer .copysection a.nav-link {
    margin-bottom: 0px;
  }

  footer.wrapper-footer .copysection .f_mob-top {
    margin-top: 17px;
    margin-bottom: 10px;
  }

  footer.wrapper-footer .copysection .f_mob-bottom {
    margin-bottom: 20px;
    margin-top: 7px;
  }

  .fmenu {
    padding-bottom: 20px;
  }

  .f_add_section {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .f_add_section .ficon {
    width: 30px;
  }

  .m_bpadding {
    margin-bottom: 20px;
  }

  .dectext span {
    margin-bottom: 5px;
  }

  #name_search {
    display: none;
  }

  .col-12.col-sm-8.wrapper-search {
    /* float: right; */
    display: flex;
    justify-content: flex-end;
  }

  .nMobileNav.d-block.d-md-none.m-bar.m-0.p-0 {
    list-style: none;
  }

  #navbar-responsive-collapse2 {
    position: absolute;
    width: 100%;
  }

  .navbar-responsive-collapse2.show {
    overflow-y: visible;
  }

  #collap2 {
    background: transparent;
    border: none;
    padding: 0;
  }

  #collap2:focus {
    box-shadow: none;
  }

  #collap1>span {
    margin-left: 27px;
  }

  .header-search-m input, .header-search-m button {
    height: 50px;
    border-radius: 0px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    background: transparent;
    background-color: #fff;
  }

  /*mobile menu*/
  .navbar-collapse>.burger-menu .nav>li a {
    color: #fff;
    background-color: transparent;
  }

  .navbar-collapse .burger-menu .nav li>a, .navbar-collapse .burger-menu .nav li>ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    height: unset;
  }

  .navbar-collapse .burger-menu {
    padding: 0 15px;
  }

  .navbar-collapse .burger-menu .nav li>a>span {
    position: absolute;
    right: 15px;
  }

  .navbar-collapse .nav li>a:hover {
    color: #fff;
    text-decoration: none;
  }

  .navbar-collapse .burger-menu>div>.nav>li {
    border-bottom: 2px solid #ccc;
    float: left;
    width: 100%;
  }

  .navbar-collapse .burger-menu>div>.nav li, .navbar-collapse .burger-menu>div>.nav li:first-child {
    padding: 0;
  }

  .navbar-collapse .nav li>a {
    color: #fff;
  }

  .navbar-nav.mr-auto.info_menu>li {
    float: left;
    padding: 0 15px;
  }

  .navbar-collapse .burger-menu {
    padding: 0;
    position: relative;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .m_off {
    display: unset !important;
  }

  #header-cart>a {
    padding-left: 15px;
  }

  .acc-img {
    padding-right: 0px;
  }

  .top_right_menu>li>a {
    padding: 9.5px 0px;
    padding-right: 20px;
  }

  #cartcontentsheader>img {
    padding-right: 10px;
  }

  .mm_scroll {
    overflow: auto;
    max-height: 40vh;
    margin-bottom: 10px;
  }

  .m_home_caregory>.shopbycate {
    margin: 0;
  }

  .mm_cate-pro {
    padding-bottom: 10px !important;
  }

  #n_category .m_caption {
    padding-bottom: 5px;
  }

  .spinfo-1 {
    text-align: center;
  }

  .spinfo-3>p.price {
    font-size: 24px;
  }

  .spinfo-2>h1 {
    font-size: 20px;
  }

  .spinfo-1 {
    max-width: 80px;
    float: left;
  }

  .spinfo-2 {
    width: calc(100% - 90px);
    float: left;
    margin-left: 10px;
  }

  .spinfo-3 {
    max-width: 80px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
  }

  .spinfo-4 {
    float: left;
    width: auto;
  }

  .wrapper-product-title>h1 {
    font-size: 22px;
  }

  .spinfo-4 .btn {
    width: 140px;
    height: 40px;
    border-radius: 0;
    background-color: #337ab7;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin-left: 10px !important;
    margin-top: 5px;
  }

  #n_product .Others_also-bought .m_article:last-child {
    display: none;
  }

  .well {
    padding: 30px 0px;
  }

  #collap1 .icon img {
    position: relative;
    bottom: 1px;
  }

  .home-brands li img {
    max-height: 95px;
  }

  .home-brands li {
    height: 111px;
  }

  .new_arrival .m_article:nth-child(6), .new_arrival .m_article:nth-child(7), .new_arrival .m_article:nth-child(8), .new_arrival .m_article:nth-child(9),
  .m_product_onsales .m_article:nth-child(6), .m_product_onsales .m_article:nth-child(7), .m_product_onsales .m_article:nth-child(8), .m_product_onsales .m_article:nth-child(9) {
    display: none;
  }

  .m_bbb {
    margin-right: 0px;
  }

  .header-search-m {
    border: 1px solid #ddd;
    margin-top: 5px;
  }

  .m_home_caregory .category-thumbnail {
    padding: 0 5px;
  }

  .m_home_caregory .category-thumbnail {
    padding-bottom: 10px;
  }

  .mm-head-fi {
    width: 109px;
    height: 36px;
    padding: 7px;
  }

  .spinfo-3>p.price {
    padding-right: 0px;
  }

  .m_sort-con {
    justify-content: flex-end;
  }

  .mvp_filter-img {
    margin-right: 7px;
  }

  .mm_filter>h3>a {
    text-align: center;
  }

  .mmm-filter {
    position: absolute;
    left: 0;
    top: 157px;
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }

  #n_category .fun-view {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
  }

  #n_category .viewby>a:first-child {
    margin-right: 10px;
  }

  #n_category .viewby>a {
    border-radius: 0px;
  }

  .col-12.col-md-8.col-lg-9.d-flex>button {
    border: ;
    border-radius: 0;
    width: 100%;
  }

  .mmm-filter #filters {
    border: 1px solid #ddd;
  }

  .card-header:first-child {
    border-radius: 0px !important;
  }

  .mm-hr {
    border-color: transparent;
  }

  #n_category .col-12.col-md-9>h1 {
    margin-bottom: 0px !important;
  }

  #n_category .mmm-hr {
    margin: 12px 0px;
    border-color: transparent;
  }

  .mvp-filter {
    top: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .m_service {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/mobverson-boeder.png') !important;
    background-repeat: no-repeat;
    background-position: top;
    justify-content: center;
  }

  .wrapper-logo>a>.logo {
    max-width: 170px;
  }

  .col-12.col-sm-4.wrapper-logo {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-12.col-sm-8.wrapper-search {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .home-brands li {
    width: 50%;
  }

  #n_home .category-thumbnail div:hover .caption {
    min-height: calc(100% - 10px) !important;
  }

  #n_category .col-12 .m-subcategory {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .m-subcategory>a>img {
    min-height: unset;
    width: 100%;
  }

  .col-8.col-sm-6.col-lg-4.col-xl-3.pb-2.mm_cate-pro {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .mm_cate-pro .m_caption .form-inline>.m_view {
    width: calc(100% - 57px);
  }

  .mm_cate-pro .m_caption .form-inline>.wishlist_toggle {
    margin-left: 0px;
    margin-top: 0px;
    width: 100% !important;
    margin-top: 5px;
  }

  .spinfo-2>h1 {
    font-size: 17px;
  }

  .m_wrapper-inner.d-flex.align-items-center {
    display: block !important;
    margin-right: 20px;
  }

  .zip-widget__wrapper.zip-widget__wrapper--display-repaycalc {
    margin-left: 22px;
  }

  #n_product .wrapper-pricing .productpromo.h1 {
    margin-bottom: 0px !important;
  }

  #n_product .mm_stock .d-flex.align-items-center {
    display: block !important;
  }

  .skuitem {
    padding-right: 0px;
  }

  .brand-logo {
    padding: 0px;
    border: none;
    margin-top: 24px;
  }

  .brand-logo>a>img {
    padding-left: 0px;
  }

  .m-product-btn.col-12.d-flex {
    display: unset !important;
  }

  #n_product .m-product-btn .m_quantity {
    width: 50%;
  }

  #n_product .m-product-btn .m_addtocart {
    width: 50%;
    float: left;
  }

  #n_product .m-product-btn .m_quantity .dah_pqtybox {
    width: calc(100% - 6px) !important;
  }

  #n_product .m-product-btn .m_addtocart .addtocart {
    width: 100%;
  }

  .m-product-btn .m_wichlist .product-wishlist>a {
    width: 100%;
    margin-left: 0px;
  }

  #n_product .m_wichlist {
    float: left;
    width: 100%;
    margin-top: 12px;
  }

  .dah_pqtyarrow {
    width: 17px !important;
  }

  .m_addtocart .addtocart {
    width: calc(100% - 6px) !important;
  }

  .breadcrumb {
    padding: 15px 0px;
  }

  #n_product .wrapper-pricing * {
    text-align: left;
  }

  #n_home .category-thumbnail .caption {
    width: calc(100% - 20px);
    bottom: 15px;
  }

  .m_thamb_img {
    margin-right: 2px;
  }

  #n_home .category-thumbnail .caption {
    bottom: 5px;
    width: calc(100% - 10px);
    left: 5px;
  }

  .col-12.m-shipping {
    display: unset !important;
  }

  .m-qty {
    width: 50%;
    float: left;
  }

  .m-postcode {
    width: 50%;
    float: left;
  }

  .m-shipping .m-qty>input {
    width: calc(100% - 5px);
  }

  .m-shipping .m-postcode>input {
    margin-left: 10px;
    width: calc(100% - 5px);
  }

  .m-shipping .m-calculation>.btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
  }

  .m-shipping .m-postcode>input {
    margin-left: 5px;
  }

  .row.sort_container.align-items-center.m_sort-con {
    position: relative;
  }

  .mmm-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }

  .mvp-filter {
    top: 0px;
  }

  .mm-view {
    margin-left: 0px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 375px) {
  .brans_hedding h3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #n_home .m_caption .form-inline>.btn {
    width: 100%;
    padding: 0 5px;
  }

  .m_article .m_caption .form-inline {
    display: flex;
  }
}

/*=================================Responsive-code-End=====================================*/
.sticky_pinfo {
  position: sticky;
  top: 0;
  z-index: 1000;
  left: 0;
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  transition: 0.6s all;
}

.sticky_pinfo:not(.show) {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.sticky_pinfo img.product-image.img-fluid {
  max-width: 80px;
}

#n_product div#main-content {
  position: relative;
}

.m_first {
  margin: 0;
}

.collapse:not(.show)>a:nth-child(n+4) {
  display: none !important;
}

#n_content .m_caption {
  padding: 5px
}
.c-text > p {
  /* margin-left: auto; */
  padding-left: 50px;
}

.navbar-collapse .burger-menu .nav li>a.dah_viewallmob {
  position: absolute;
  right: 30px;
  width: auto;
  z-index: 100;
}
.hobby-guide{
	padding:10px;
	background-color:#f0f0f0;
	margin:15px;
}
.video-card {
	
	text-align:center;
	height:4em;
	padding-top:1%;
	margin:0;

}
.card-body p {
	overflow:hidden;
	text-overflow: ellipsis;
}
.video-title {
	height:3.5em;
		overflow:hidden;
	text-overflow: ellipsis;
}
.video-info{
	line-height:1.5em;
	
}
.card-text{
	height:4.5em;

}
.guide-video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-section{
	background-color:#f0f0f0;
	padding:10px;
}
.video-desc-section{
	margin-top:10px;
}
.guides-featured-products{
	margin-top:15px;
}
.text-guide{
	padding:20px 0 10px 0;
}
.video-length{
	position:absolute;
	bottom:8px;
	right:16px;
	border-radius:10px;
	background:black;
	padding:5px;
	font-color:white;
}
.video-length{
	opacity:70%;
	position:absolute;
	bottom:8px;
	right:0px;
	border-radius:10px;
	background:black;
	padding:5px;
	margin:0 5px 5px 0;
}
.video-length p{
	opacity:100%;
	display:inline;
	color:white;
}
.online-only{
	background-color:#fff;
	border: solid 2px;
	border-color:#006ff5;
	color:#006ff5;
	
}
.hobby_guide_category {
	width:220px;
}
.accordion {
    box-sizing: border-box;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
 
}

.active, .accordion:hover {
  background-color: #ccc; 
}
.accordion h2 {
	font-size:15px;
	color:#747474;
}

.infopanel {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}