body {
  background-color: #ffffff
  /*{body|background-color}*/
  ;
  background-image: none
  /*{body|background-image}*/
  ;
  font-size: 14px
  /*{body|body-font-size}*/
  ;
  color: #222222
  /*{body|text-colour}*/
  ;
  font-family: 'Roboto', sans-serif;
}

a, a:hover, a:active, .btn-link, .btn-link:hover {
  color: #333333
  /*{body|link-colour}*/
}
.mega-col ul li a:nth-of-type(n+10) {
  display: none !important;
}
.wrapper-header {
  background-color: #ffffff
  /*{header|background-colour}*/
  ;
  border: none;
  margin-bottom: 0px;
}

.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f
  /*{header|link-colour}*/
}

.wrapper-header .btn-default {
  background-color: #efefef
  /*{header|button-colour}*/
  ;
  border-color: #efefef
  /*{header|button-colour}*/
  ;
  color: #333333
  /*{header|button-text-colour}*/
  ;
}

.header-search .ajax_search {
  border-color: #efefef
  /*{header|button-colour}*/
  ;
  box-shadow: none;
  border-width: 2px;
}

.navbar.navbar-default {
  background-color: #85c8db
  /*{header|menu-background-colour}*/
  ;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover,
.navigation-list li a:hover, .navbar-default .navbar-nav>li:hover>a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff
  /*{header|menu-colour}*/
  ;
}

@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff
    /*{header|menu-colour}*/
  }
}

a#cartcontentsheader {
  padding: 13px 17px;
  background-color: #5d7c81
  /*{header|Cart-icon-background-colour}*/
  ;
  color: #ffffff
  /*{header|Cart-icon-text-colour}*/
  ;
  border: none;
  background: transparent;
  padding-right: 0;
}

.wrapper-footer {
  background-color: #002324
  /*{footer|background-color}*/
  ;
  color: #ffffff
  /*{footer|text-colour}*/
  ;
}

.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
  color: #85c8db
  /*{footer|link-colour}*/
  ;
}

/* Secondary button */
.btn-outline-secondary, .btn-default {
  color: #333333
  /*{buttons | btn-default-text-colour}*/
  ;
  background-color: #ffffff
  /*{buttons | btn-default-background-colour}*/
  ;
  border-color: #cccccc
  /*{buttons | btn-default-border-colour}*/
  ;
}

.btn-outline-secondary:hover, .btn-default:hover {
  color: #333333
  /*{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: #333333
  /*{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: #333333
  /*{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: #ffffff
  /*{buttons | btn-primary-text-colour}*/
  ;
  background-color: #002324
  /*{buttons | btn-primary-background-colour}*/
  ;
  border-color: #002324
  /*{buttons | btn-primary-border-colour}*/
  ;
}

.btn-primary:hover {
  color: #ffffff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #002324
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #002324
  /*{buttons | btn-primary-border-colour-hover}*/
  ;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #002324
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #002324
  /*{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: #ffffff
  /*{buttons | btn-primary-text-colour-hover}*/
  ;
  background-color: #002324
  /*{buttons | btn-primary-background-colour-hover}*/
  ;
  border-color: #002324
  /*{buttons | btn-primary-border-colour-hover}*/
  ;
}

/* Success button */
.btn-success {
  color: #ffffff
  /*{buttons | btn-success-text-colour}*/
  ;
  background-color: #5d7c81
  /*{buttons | btn-success-background-colour}*/
  ;
  border-color: #5d7c81
  /*{buttons | btn-success-border-colour}*/
  ;
}

.btn-success:hover {
  color: #ffffff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #5d7c81
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #5d7c81
  /*{buttons | btn-success-border-colour-hover}*/
  ;
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #5d7c81
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #5d7c81
  /*{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: #ffffff
  /*{buttons | btn-success-text-colour-hover}*/
  ;
  background-color: #5d7c81
  /*{buttons | btn-success-background-colour-hover}*/
  ;
  border-color: #5d7c81
  /*{buttons | btn-success-border-colour-hover}*/
  ;
}

/*======================add by devloper===================*/
.nAdvertSample {
  background-size: auto;
  width: 100%;
  min-height: 145px;
  background-position: top center;
  background-repeat: no-repeat;
}

.mvp_topmenuleft {
  display: inline-flex;
  float: right;
  justify-content: right;
  justify-content: flex-end;
}

.mvp_con {
  display: contents;
}

.top_header {
  background-color: #203246;
  height: auto;
}

.top_header .mvp_topmenuleft span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.mvp_s_icon {
  font-size: 17px;
  color: #fff;
  padding: 0px 9px;
}

.mvp_header_menu>li>a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding: 0px 12px;
  line-height: 1;
}

.mvp_last>li:last-child a {
  border: none;
  padding-right: 0px;
}

.top_header ul li {
  padding: 10px 0px;
}

#header-cart {
  float: right;
}

.header-cart span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.header-cart {
  position: relative;
  top: 83px;
}

.header-cart img {
  margin-right: 10px;
}

.mvp_left {
  float: left;
}

.mvp_infomenu ul li a {
  font-size: 14px;
  color: #203246 !important;
  font-weight: 700;
  padding: 7px 19.8px;
  height: 60px !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.top_header .col-5.mvp_topmenuleft.text-right {
  position: relative;
  left: 46px;
}

.header-search>form .input-group input {
  padding-left: 21px;
}

.header-search input, .header-search button {
  border: none;
  height: 48px;
  background: transparent;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 17px;
}

.header-search form .input-group {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #1681a5;
}

.header-search {
  display: inline-block;
  width: 706px;
  height: 48px;
  background-color: #fff;
  position: relative;
}

.search_item {
  padding-top: 23px;
  padding-bottom: 30px;
}

.header-search input, .header-search input::placeholder {
  font-size: 14px;
  color: #a7a7a7;
}

.mvp_header_menu>li>a:hover {
  color: #85c8db;
  text-decoration: none;
}

.mvp_s_icon:hover {
  color: #85c8db;
}

.mvp_in {
  margin: 0 auto;
  vertical-align: middle;
}

@media only screen and (min-width:1200px) {
  .container {
    width: 1170px !important;
    max-width: 1170px;
  }
}

/*================fotter====================*/
.mvp_proicon {
  padding-left: 0;
}

.img_inner {
  background-image: url('../images/footer_top_img.png');
  height: 218px;
  background-size: cover;
  background-position: center;
  margin-right: -27px;
}

.news_la h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
}

.news_la p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.mvp_newsletter .input-group .form-control {
  width: 359px;
  height: 50px;
  margin: 0px 5px;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border: none;
  background-color: #fff;
}

.mvp_newsletter .input-group .btn {
  width: 139px;
  height: 50px;
  margin-left: 5px;
  background-color: #1681a5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  border: none;
}

.mvp_newsletter .news_la {
  position: relative;
  top: 51px;
  left: 129px;
  padding-left: 0px;
}

.wrapper-footer .mvp_f_hedding h4 {
  padding: 0px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.mvp_f_hedding ul li a {
  padding: 10px 0px;
  color: #bbbbbb;
  padding-bottom: 0px;
}

.wrapper-footer {
  background-image: url('../images/footer_bg.png');
  background-size: cover;
  background-position: center;
  margin-bottom: -4px;
}

.wrapper-footer h4 {
  margin: 54px 0 7px;
}

.topsection {
  float: right;
  position: relative;
  top: 59px;
  right: 25px;
}

.fimg img {
  float: left;
}

.ftext span {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #203246;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.ftext p {
  float: left;
  float: left;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #203246;
}
}

.bottomsection {
  float: left;
}

.bottomsection p {
  float: left;
  margin-bottom: 5px;
  font-size: 15px;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.ftext {
  float: left;
  position: relative;
  top: 15px;
}

.fimgtop {
  padding-bottom: 25px;
  line-height: 1.2;
  position: relative;
  top: 10px;
}

.f_logos {
  padding-top: 56px;
  padding-bottom: 30px;
}

.f_bottom img {
  position: relative;
  right: 42px;
  padding-bottom: 67px;
}

.f_logo.text-center img {
  position: relative;
  right: 31px;
}

.wrapper-footer .mvp_topmenuleft .nav {
  display: contents;
}

.wrapper-footer .small {
  font-size: 13px;
  color: #bbbbbb;
  font-weight: 300;
  position: relative;
  top: 10px
}

.wrapper-footer .f_border {
  border-top: 1px solid #283849;
  padding: 37px 0px 0px 0px;
}

.payment_icon img {
  padding-bottom: 38px;
}

.wrapper-footer .mvp_topmenuleft .nav li a {
  position: relative;
  top: 10px;
  left: 16px;
}

/*home page*/
.mvp_homecategory .my-1 a {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #203246;
  text-decoration: none;
}

.mvp_homecategory .my-1 {
  padding-top: 15px;
  padding-bottom: 21px;
}

.mvp_thmbnail {
  max-width: 20%;
}

#n_home .featurer_pro .mvp_thmbnail {
  padding-bottom: 30px !important;
}

.mvp_homecategory .my-1:hover a {
  color: #85c8db;
}

.thumbnail .caption .card-title a {
  color: #203246;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.caption .price span {
  font-size: 18px;
  color: #203246;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.thumbnail .caption form .btn {
  width: 137px;
  height: 38px;
  background-color: #1681a5;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
}
.thumbnail .caption form .btn.notify_popup {
	background-color: #ffa403 !important;
	display: inline-flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.card.thumbnail.card-body:hover .caption .btn.notify_popup:not(.wishlist_toggle), .thumb_list .card-footer .btn.notify_popup {
  background-color: #ff8403 !important;
}

.thumbnail .caption form .wishlist_toggle {
  width: 38px !important;
  height: 38px;
  margin: 0;
  color: #fff;
  font-size: 19px;
  background-color: #e9eced;
  margin-left: 9px;
  color: #1681a5 !important;
  line-height: 21px;
}

.thumbnail .caption form .wishlist_toggle .far.fa-heart {
  position: relative;
  right: 5px;
  font-size: 18px;
}

#n_home .card {
  border: none;
}

.pro_hedding {
  font-size: 30px;
  color: #203246;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding-top: 53px;
  padding-bottom: 25px;
}

.featurer_pro {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}

.dah_paltimgarrow.text-left .btn.owlprev:focus {
  border: 2px solid #f7f4f0;
  background-color: transparent;
  -webkit-box-shadow: none;
}

.dah_paltimgarrow.text-right .btn.owlnext {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none;
  position: absolute;
  bottom: 211px;
  /*left: 50px;*/
}

.dah_paltimgarrow.text-left .btn.owlprev {
  float: left;
  left: -50px;
  border: none !important;
  transform: rotate(180deg);
  position: relative;
  bottom: 209px;
}

#n_home section.row.products-row.dah_paltimgs .owl-item>article {
  max-width: 100%;
  width: 100%;
  padding-top: 2px;
}

.bottomsection {
  position: relative;
  top: 9px;
}

.mvp_inputgroup {
  position: relative;
  top: 9px;
}

.mvp_infomenu ul li:hover>a {
  background-color: #203246;
  color: #fff !important;
}

.card.thumbnail.card-body:hover .caption .btn:not(.wishlist_toggle), .thumb_list .card-footer .btn:hover {
  background-color: #203246;
  color: #fff;
}

.thumbnail .caption form .wishlist_toggle:hover {
  background-color: #203246;
  color: #fff;
}

#n_home .wrapper-category-image:hover .category-thumbnail a:hover {
  background-color: #203246;
  color: #fff;
}

/*product_page*/
.breadcrumb {
  border-top: 1px solid #f0f0f0;
  background: transparent;
  padding: 26px 16px;
  padding-left: 0;
}

.breadcrumb li a {
  font-size: 14px;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #85c8db;
}

.product_header .wrapper-product-title.col-sm-12 h1 {
  font-size: 28px;
  font-weight: 700;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-top: 0px
    /*23px*/
  ;
}

.mvp_Manufacturer span {
  color: #203246;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.mvp_circle.fa.fa-check-circle {
  color: #85c8db;
}

.wrapper-pricing.col-sm-12 span.badge {
  font-size: 13px;
  color: #203246;
  background-color: #fff;
  line-height: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

#n_product .wrapper-pricing .h1 {
  font-size: 30px;
  font-weight: 700;
  color: #1681a5;
  font-family: 'Roboto', sans-serif;
  padding-top: 21px;
}

.prorrp {
  display: inline-flex;
  align-items: center;
}

.member_price {
  padding-top: 21px;
  padding-left: 17px;
}

.member_price a {
  width: 114px;
  height: 38px;
  background: #1681a5;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  margin-left: 18px;
}

.member_price a:hover {
  background-color: #514f50;
  color: #fff;
}

.member_price span {
  color: #203246;
  font-size: 15px;
  font-size: 500;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

#n_product .qty {
  text-align: center;
}

.mvp_qty .form-control {
  width: 135px;
  height: 50px;
  border: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
}

.mvp_addto .btn {
  width: 157px;
  height: 50px;
  border: none;
  background: #1681a5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
  padding: 0;
}

.mvp_wishlist .product-wishlist .wishlist_toggle {
  width: 50px;
  height: 50px;
  color: #514f50;
  font-size: 22px;
}

.mvp_flex {
  padding-right: 10px;
}

.row.btn-stack.mvp {
  position: relative;
  left: 15px;
  margin-bottom: 20px;
}

.mvp_addto .btn:hover {
  background-color: #514f50;
}

.qty_text {
  padding-bottom: 4px;
}

#n_product .wrapper-pricing.col-sm-12 {
  padding-bottom: 19px;
}

.mvp_wishlist .product-wishlist .wishlist_toggle:hover {
  background-color: #1681a5;
  color: #fff;
}

#shipbox .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

#shipbox {
  border: none;
}

#shipbox .card-body {
  padding: 0;
}

.cal_ship .form-control {
  width: 130px;
  height: 50px;
  border: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
}

.mvp_cal_calbtn .btn {
  width: 134px;
  height: 50px;
  background-color: #514f50;
  color: #fff;
  font-size: ;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  border: none;
}

.cal_ship {
  padding-right: 10px;
}

#shipbox .card-header h3 {
  font-size: ;
  font-size: 14px;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px;
}

.mvp_cal_calbtn .btn:hover {
  background-color: #1681a5;
  border: none;
}

.mvp_text span {
  font-size: 14px;
  color: #1681a5;
  font-family: 'Roboto', sans-serif;
}

body #filters:not(.show) {
    display: none !important;
}

.mvp_text p {
  color: #e16416;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.mvp_notify {
  line-height: 50px !important;
  background-color: #b5cc33 !important;
}


.mvp_notify:hover {
  background-color: #9ab119 !important;
}

.mvp_text {
  padding-top: 13px;
}

.tabbable .nav.nav-tabs.mvp {
  border: none;
}

.logo {
  padding-top: 8px;
}

/*
.info_li{
	padding: 0px 11px;
	width: 131px;
}*/
.home_catehedding.text-center span {
  font-size: 30px;
  color: #203246;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.home_catehedding.text-center {
  padding-top: 9px;
  padding-bottom: 26px;
}

#n_home .card.thumbnail.card-body {
  width: 204px;
}

.thumbnail {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
}

.m_input {
  display: inline-flex;
}

.m_input input {
  padding-left: 15px;
}

.m_input .form-control::placeholder {
  color: #203246;
  font-size: 15px;
}

footer .col-12.col-sm-4.mvp_f_hedding:nth-child(2) {
  padding-left: 30px;
}

.btn-success {
  color: #fff;
  background-color: #1681a5;
  border-color: #1681a5;
}

#header-cart .dropdown-menu {
  right: 0;
  left: auto !important;
  top: 100% !important;
}

.col-8.tabbable {
  float: left;
}

.row.products-row.dah_paltimgspre {
  margin: 0;
}

.hedding_tab span {
  font-size: 20px;
  color: #203246;
  font-weight: 700;
  padding-bottom: 33px;
  margin-bottom: 10px;
}

#n_product .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #203246;
  border: none;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-left: 0;
}

.mvp_newsletter .input-group .btn:hover {
  background-color: #514f50;
}

/*category page*/
#n_category .mvp_thmbnail,.thumb section.products-row .mvp_thmbnail {
  max-width: 25%;
  margin-bottom: 20px;
}

#n_category .thumbnail .caption form .btn, .thumb section.products-row .mvp_thmbnail .caption form .btn {
  width: 122px;
}

.card-header, .card-header a {
  background: #1681a5;
  color: #fff !important;
}

#left-sidebar .card {
  border: 1px solid #1681a5;
}

#n_category .card-header h3 a {
  color: #fff !important;
}

.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: #fff;
  background-color: #1681a5;
  border-color: #1681a5;
}

.page-header {
  font-size: 28px;
  font-weight: 700;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.thumb_list .card-body .price.lead span {
  font-size: 20px;
  color: #1681a5;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

#n_category .thumb_list .card {
  border: 1px solid #1681a5;
}

.thumb_list .card-footer form .btn {
  background-color: #1681a5;
  border: none;
}

.row.products-row.dah_paltimgs {
  margin: 0;
}

.display-4 {
  font-size: 28px;
  font-weight: 700;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

#n_customer .card {
  border: 1px solid #1681a5;
}

#n_category .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#n_checkout .page-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #203246;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

#n_checkout .card {
  border: 1px solid #1681a5;
}

#n_checkout .addtoupdate {
  background-color: #1681a5;
  border: none;
}

#n_checkout .addtoupdate:hover {
  background-color: #514f50;
}

.checkout_now:hover {
  background-color: #514f50;
}

li.lv1-li.navbar-right.dropdown.dropdown-hover {
  padding-right: 0;
}
.login_small > ul > li > a {
  color: #fff;
}
.mvp_dropdown {
  z-index: 2000;
  background-color: #203246 !important;
  border: none;
  box-shadow: none;
  width: 188px;
  padding-left: 5px;
  position: absolute !important;
  top: 41px;
  color: #fff;
}

.mvp_dropdown>li>a {
  text-transform: unset;
  padding: 0 15px;
  color: #fff;
  border: none;
}

.mvp_dropdown>li {
  padding: 0px !important;
}

.row .mpv_img_row {
  padding-left: 15px;
}

.mvp_tab {
  float: left;
  padding-left: 0;
}

.mvp_table {
  float: left;
}

.mvp_table .table td {
  border: none;
  padding: 0px;
  color: #203246;
  font-family: 'Roboto', sans-serif;
}

.mvp_pdesctitle h3 {
  font-size: 20px;
  color: #203246;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 14px;
  padding-top: 40px;
}

.mvp_table .table td span, .mvp_table .table td span a {
  color: #1681a5;
  font-family: 'Roboto', sans-serif;
}

#n_product .productdetails p {
  color: #203246;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

a.wishlist_toggle, a.wishlist_toggle:active, a.wishlist_toggle:hover {
  cursor: pointer;
}

#n_product .mvp_pro_img img:hover {
  border: 1px solid #e16416 !important;
  z-index: 100;
}

#n_product .mvp_pro_img img {
  border: 1px solid #f0f0f0;
}

.mvp_formgruap {
  margin: 0;
}

.myacc li a {
  border: none;
}

.mvp_product {
  text-align: center;
}

.mvp_product a {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #203246;
  text-decoration: none;
}

.nsearchinput-pl.well li a {
  float: left;
  text-align: left;
  width: 100%;
  color: #85c8db;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nsearchinput-pl.well ul li a:hover, .nsearchinput-pl.well ul li:focus {
  background: #f5f5f5;
}

.thumbnail .caption p.price {
  margin: 0 auto;
}

.thumbnail .caption p.member_price, .thumbnail .caption p.member_price>span {
  padding: 0;
  font-size: 13px;
  color: #838383;
}

#currency_select select {
  width: 111px;
  font: 0.6em Arial, Helvetica, sans-serif;
}

.mvp_fckeck {
  padding: 0 !important;
}

.currency_select select {
  width: 56px;
  margin-left: 15px !important;
  background-color: #203246;
  color: #fff;
}

#adduser .form-group.row>.flexcol>label {
  padding: .5em 1em .5em 0;
}

.flexcol {
  display: flex;
}

.flexcol>input {
  flex: 1;
}

.flexcol>select {
  flex: 1;
}

.flexcol.mvp.col-md-4 {
  position: relative;
  line-height: 35px;
}

.tab_main tr td {
  padding: 0;
}

.tab_td {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.tab_td:focus {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mvp_lable {
  padding-right: 0 !important;
}

.tab_main h3 span {
  font-size: 14px;
}

.flexcol.col-md-4.mvp_l {
  padding-left: 0;
}

.form-group.row.mvp_ind {
  display: none;
}

/*
.mvp_last {
	padding-top: 10px;
}*/
.mvp_selec {
  display: inline-flex;
}

label {
  font-weight: bold;
}

.f_bottom a {
  position: relative;
  top: -54px;
  right: 5px;
}

.mvp_currency li {
  padding: 0 !important;
  position: relative;
  top: 8px;
}

#dc_box {
  display: none;
}

.sun {
  padding-left: 15px;
}

.mvp_soicon {
  justify-content: left !important;
}

.mvp_acc a {
  max-width: 146px;
}

.mvp_selbox {
  padding: 0;
}

.mvp_bold {
  font-weight: 600;
  margin: 0;
}

.space {
  padding-bottom: 40px;
}

.mvp_trade {
  padding-top: 40px;
  font-weight: 600;
}

.zone {
  padding-top: 30px;
}

.form-group.row.mvp_bottom {
  margin-bottom: 0;
}

.mvp_top_.heading {
  margin-bottom: 10px;
}

.mvp_spa {
  padding-bottom: 30px !important;
}

.mvp_infomenu .collapse>ul li .dropdown-menu {
  background-color: #203246;
  padding: 0;
  box-shadow: none;
  border: none;
}

.mvp_infomenu .collapse>ul li .dropdown-menu>li>a {
  height: unset !important;
  color: #fff !important;
  padding: 4px 24px !important;
  line-height: 1;
  display: block;
  text-align: left;
  text-transform: unset;
}

.mvp_infomenu .collapse>ul li .dropdown-menu>li:hover>a {
  background-color: #85c8db;
}

.info_li {
  float: left;
}

.mvp_mega.nuhover.dropdown-item:hover>i {
  color: #ed1c24;
  margin-right: -10px;
}

/*--------- Mega menu ------------------*/
.collapse>ul.nav {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
}

.collapse>ul.nav>li {
  float: left;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu {
  width: 100%;
  float: none;
  background-color: #203246;
  padding: 10px 0;
  /*
	max-height: 70vh;
    overflow-y: scroll;*/
}

.mega-menu .col-xs-3:nth-of-type(4n+5) {
  clear: left;
}

.collapse .nav>li.dropdown {
  position: initial;
}

body .collapse {
  position: relative;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu a {
  color: #fff !important;
  padding: 2px 0;
  width: 100%;
  float: left;
  height: auto !important;
  text-align: left;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-col>.nav>li>ul.nav, .collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-menu-dah>.nav>li>ul.nav {
  display: block;
  padding: 0px 0 0;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-col>.nav>li>ul.nav>li>a, .collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-menu-dah>.nav>li>ul.nav>li>a {
  padding: 2px 15px;
  display: flex;
}

.mega-menu-dah {
  padding: 0 15px;
  float: left;
  position: relative;
  width: 100%;
}

.mvp_infomenu ul li a.dropdown-toggle::after {
  display: none;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu a:hover {
  color: #19b105;
  background-color: transparent;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu a.nuhover.dropdown-toggle {
  font-weight: 500;
  margin-top: 0;
  font-size: 13px;
  padding: 0;
  letter-spacing: 0.5px;
  display: inline-block;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-col>.nav>li>ul.nav>li>a, .collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-menu-dah>.nav>li>ul.nav>li>a {
  font-weight: 400;
  margin-top: 0;
  font-size: 12px;
  padding: 0 15px;
  letter-spacing: 0.5px;
  display: inline-block;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-col>.nav>li>ul.nav>li>a>i.fa, .collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-menu-dah>.nav>li>ul.nav>li>a>i.fa {
  padding-right: 5px;
  padding-top: 3px;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu a.dropdown-toggle {
  white-space: pre-wrap;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-col>.nav a:hover, .collapse .navbar-nav>li>.dropdown-menu.mega-menu .mega-menu-dah>.nav a:hover {
  color: #85c8db !important;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .img-responsive {
  margin-top: 25px;
}

.dah_mainmenuread {
  float: left;
  width: 100%;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu .dah_mainmenuread a.btn {
  background-color: #85c8db;
  text-align: center;
  color: #203246 !important;
  float: right;
 width: 20%;
    margin-bottom: 10px;
    
}



.mega-col {
  /*float: left;*/
  width: 100%;
  position: relative;
  height: auto;
  /* display: flex; */
  /* -moz-column-count: 3; */
  column-gap: 15px;
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5;
  -moz-column-fill: balance;
  /* Firefox */
  column-fill: balance;
  /*max-height: 615px;*/
}

.mega-col>.nav {
  /* float: left; */
  /* width: 100%; */
  display: inline-flex;
  width: 100%;
}

/*
.mega-menu-dah {
	width: 20%;
}
.mega-menu-dah > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}*/
/*-------------- barger menu ended -------------*/
@media only screen and (max-width: 767px) {
  .navbar-collapse>.burger-menu .nav>li a {
    color: #fff;
    background-color: transparent;
    text-align: left !important;
  }

  .navbar-collapse .burger-menu .nav li>a, .navbar-collapse .burger-menu .nav li>ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px !important;
    height: unset !important;
  }

  .navbar-collapse .burger-menu {
    padding: 0 15px;
  }

  .navbar-collapse .burger-menu .nav li>a>span {
    position: absolute;
    right: 15px;
  }

  .navbar-collapse>.burger-menu .nav>li>a:hover {
    color: #fff;
    background-color: #212529;
  }

  .navbar-collapse .burger-menu>div>.nav>li {
    border-bottom: 2px solid #212529;
    float: left;
    width: 100%;
    padding: 2px 0px !important;
  }

  .navbar-collapse .burger-menu>div>.nav li, .navbar-collapse .burger-menu>div>.nav li:first-child {
    padding: 0;
        position: relative;
  }

  .navbar-collapse .nav li>a {
    background-color: #f7f7f7;
    color: #f18101;
  }

  .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;
  }
/*
  .navbar-collapse .burger-menu {
    padding: 0 !important;
    position: relative;
    margin-bottom: 5px;
    height: 225px;
    overflow-y: scroll;
  }*/
  .navbar-collapse .burger-menu {
    padding: 0 !important;
    position: absolute;
    margin-bottom: 5px;
    height: 225px/*150px*/;
    overflow-y: scroll;
    z-index: 1000000;
    left: 0;
    width: 100%;
    background-color: #85c8db;
}

  .navbar-collapse .burger-menu ul {
    padding: 0 !important;
  }

  .mvp_infomenu ul li a {
    display: unset !important;
    padding: 0 !important;
    white-space: pre-wrap;
  }
}

.thumbnail.card-body .card-title {
  min-height: 55px;
}

#n_category .thumbnail .caption form:not(.wishlist_toggle) .btn {
  font-size: 13px;
}

#n_category .notify_popup.btn.btn-outline-secondary.btn-block.btn-loads {
  line-height: 2;
  color: #fff;
}

.mvp_fir {
  display: flex;
}

.col-xs-12.mvp_public {
  margin-left: 13px;
}

/*==================mega-menu================ mitesh*/
.navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>a, .navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah>ul>li>a {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.mega-menu-dah {
  padding: 0;
  /*columns: 5;*/
  width: 100%;
  column-gap: 15px;
  float: left;
  max-width: 100%;
  -moz-column-fill: balance;
  column-fill: balance;
  column-count: 5;
  -moz-column-count: 5;
  box-sizing: border-box;
}

.navbar-collapse>ul>li .dropdown-menu {
  background-color: #fff;
  border: none;
  border-top: 3px solid #e7256d;
  padding: 10px;
  z-index: 1000;
  position: absolute;
}

.collapse .navbar-nav>li>.dropdown-menu.mega-menu > div {
  width: 100%;
  float: none;
  padding: 0 0 10px;
      max-height: 206px;
    overflow-y: scroll;
}

.mega-menu-dah .mega-col {
  display: inline-flex;
  width: 100%;
  break-inside: avoid;
}

.navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col ul, .navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah 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;
}

.navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>a:hover, .navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah>ul>li>a:hover {
  color: #e7256d;
}

.navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>ul a, .navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah>ul>li>ul a {
  font-size: 14px;
  font-weight: 400;
  font-family: roboto;
  padding: 2px 0 2px 15px !important;
  background-image: url(../images/index.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0px 15px;
}

.navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>ul a:hover, .navbar-collapse>ul>li>.dropdown-menu.mega-menu .mega-menu-dah>ul>li>ul a:hover {
  color: #e7256d;
  background-color: transparent;
}

.dah_homepop h2 {
  padding-top: 0px !important;
}

.capinnner {
  min-height: 117px;
}

#n_category .thumb_list .card:hover {
  box-shadow: 0 0 6px #1681a5;
}

#n_category .thumb_list .card-footer {
  background-color: #e6e6e6;
}

.card.thumbnail.card-body:hover .caption .btn:not(.wishlist_toggle), .thumb_list .card-footer .btn {
  background-color: #203246;
  color: #fff;
}

#n_category .price.lead .member_price {
  padding-top: 0;
}

#n_product .mvp_palt>div>a:hover {
  border-color: #1681a5;
}

#n_product .mvp_palt>div>a {
  float: left;
  width: 100%;
  border: 1px solid #ececec;
}

#n_product .mvp_palt {
  margin: 25px -5px 0;
}

#n_product .mvp_palt>div {
  padding: 0 5px;
  padding-bottom: 10px;
}

#n_category .row.sort_container {
  padding-top: 7px;
  padding-bottom: 15px;
}

.productdetails p span {
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif;
}

.form-inline.buying-options {
  display: inline-flex;
}

/*===========================reponsive code===============================*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .mvp_proicon {
    padding-left: 15px;
  }

  .mvp_infomenu ul li a {
    padding: 0px 6.5px !important;
  }

  .wrapper-product-title .mvp_Manufacturer {
    padding: 6px 0px;
  }

  .mvp_proleft {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #n_home .card.thumbnail.card-body {
    width: auto !important;
  }

  .thumbnail .caption form .btn {
    width: 91px;
    font-size: 9px;
  }

  .thumbnail.card-body .card-title {
    min-height: 55px;
  }

  .img_inner {
    background-size: contain;
    margin-right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: no-repeat;
  }

  .ftext p {
    font-size: 13px;
  }

  .bottomsection p {
    font-size: 13px;
  }

  .mvp_f_hedding ul li a {
    font-size: 13px;
  }

  .wrapper-footer .mvp_f_hedding h4 {
    font-size: 17px;
  }

  .mvp_newsletter .input-group .form-control {
    width: 276px;
  }

  .mvp_newsletter .input-group .btn {
    width: 118px;
  }

  .owl-item .mvp_thmbnail {
    max-width: 100%;
  }

  .form-inline.buying-options {
    display: inline-flex;
  }

  .thumbnail .caption form .btn {
    width: auto;
    display: inline-block;
    font-size: 13px;
  }

  #n_category .mvp_thmbnail, .thumb section.products-row .mvp_thmbnail {
    max-width: 33.33%;
  }

  .cal_ship {
    width: 50%;
    margin-bottom: 10px;
  }

  .cal_ship .form-control {
    max-width: 100%;
  }

  .cal_ship .form-control {
    width: 100%;
  }

  .mvp_cal_calbtn .btn {
    width: 95%;
  }

  .mvp_cal_calbtn {
    width: 50%;
  }

  .row.btn-stack.mvp {
    margin-right: 5px;
  }

  .collapse>ul.nav {
    flex-wrap: nowrap;
    display: flex !important;
  }

  .dah_homepre .mvp_thmbnail {
    max-width: 100%;
  }

  .part1.col-lg-6 {
    padding: 0;
  }

  .col-xs-12.mvp_public {
    margin-left: 0px;
  }

  .flexcol {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .mvp_max {
    flex: 100%;
  }

  #n_customer .control-label {
    padding: 0;
  }

  .mvp_leftw {
    padding-left: 0;
  }

  .wrapper-footer .mvp_topmenuleft .nav li a {
    left: 0px;
  }

  .mvp_tab {
    max-width: 100%;
  }

  .mvp_table {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
  }

  .new_aeeivals .mvp_thmbnail {
    max-width: 25%;
  }

  .nAdvertSample {
    background-position: right center;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mvp_infomenu ul li a {
    padding: 0px 5px !important;
  }

  .mvp_table {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
  }

  .wrapper-product-title p {
    padding-top: 10px;
  }

  .wrapper-product-title .mvp_Manufacturer {
    padding: 6px 0px;
  }

  #n_home .featurer_pro .mvp_thmbnail {
    padding-bottom: 7px !important;
  }

  .mega-menu-dah {
    columns: 3;
  }

  .dropdown-toggle {
    white-space: unset;
  }

  .mvp_proicon {
    padding-left: 15px;
  }

  .part2.col-lg-6 {
    padding: 0 15px !important;
  }

  .partboth>div>div .desc_item>* {
    text-align: left;
  }

  .mega-col {
    /*float: left;*/
    width: 100%;
    position: relative;
    height: auto;
    /* display: flex; */
    /* -moz-column-count: 3; */
    column-gap: 15px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-fill: balance;
    column-fill: balance;
    /* max-height: 615px; */
  }

  .collapse .navbar-nav>li>.dropdown-menu.mega-menu .dah_mainmenuread a.btn {
    width: 33.33%;
  }

  .collapse>ul.nav {
    flex-wrap: nowrap;
    display: flex !important;
  }

  .f_logo.text-center img {
    right: 0px;
  }

  .f_bottom img {
    position: relative;
    right: 0px !important;
  }

  /*.mvp_textf {text-align: center;}*/
  .mvp_newsletter .news_la {
    position: relative;
    left: 10px;
  }

  .mvp_newsletter .input-group .form-control {
    width: 265px !important;
  }

  .mvp_f_hedding {
    text-align: left;
  }

  .currency_select select {
    width: 56px;
  }

  .mvp_in {
    display: inline-flex !important;
  }

  .wrapper-footer .small {
    top: 0px;
  }

  .mvp_soicon {
    position: relative;
  }

  .mvp_fcon {
    position: relative;
    bottom: 6px;
  }

  .header-search {
    width: calc(100% - 5px);
  }

  #n_home .card.thumbnail.card-body {
    width: auto !important;
  }

  .mvp_thmbnail {
    max-width: 100%;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    left: -2px;
  }

  .img_inner {
    background-size: contain;
    margin-right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: no-repeat;
  }

  .thumbnail .caption form .btn {
    width: auto;
  }

  .thumbnail .caption form .btn {
    display: inline-block;
  }

  .form-inline.buying-options {
    display: inline-flex;
  }

  #n_home .featurer_pro .card.thumbnail.card-body {
    margin-bottom: 20px;
  }

  #n_category .mvp_thmbnail, .thumb section.products-row .mvp_thmbnail {
    max-width: 50%;
  }

  .row.btn-stack.mvp {
    margin-right: 5px;
  }

  .col-xs-12.mvp_public {
    margin-left: 18px;
  }

  .mvp_fgmaiml {
    margin-left: 18px !important;
  }

  .acc_login {
    padding-bottom: 20px;
  }

  .flexcol {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .mvp_max {
    flex: 100%;
  }

  #n_customer .control-label {
    padding: 0;
  }

  .mvp_leftw {
    padding-left: 0;
  }

  #n_customer label {
    font-size: 13px;
  }

  .wrapper-footer .mvp_topmenuleft .nav li a {
    left: 0px;
  }

  .mvp_tab {
    max-width: 100%;
  }

  .new_aeeivals .mvp_thmbnail {
    max-width: 33.333%;
  }

  .dah_paltimgarrow.text-right .btn.owlnext {
    right: 0;
  }

  .mvp_pdesctitle h3 {
    padding-top: 30px;
  }

  #n_product .wrapper-product-title {
    margin-top: 20px;
  }

  .nAdvertSample {
    background-position: 40% 50%;
  }

  #n_product .main-image {
    border: 1px solid #ececec;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown-menu.pull-right.mvp_dropdown {
    background-color: #203246 !important;
    padding-bottom: 5px;
}
.mvp_dropdown > li > a:hover{
  color: 
}
  .wrapper-product-title .mvp_Manufacturer {
    padding: 6px 0px;
  }

  .col-md-9.mvp_topmenuleft.text-right {
    display: none;
  }

  .wrapper-product-title p {
    padding-top: 10px;
  }

  #n_home .featurer_pro .mvp_thmbnail {
    padding-bottom: 7px !important;
  }

  .wrapper-product-title .mvp_Manufacturer {
    padding: 6px 0px;
  }

  .mvp_table {
    padding: 0px;
  }

  .mvp_proicon {
    padding-left: 15px;
  }

  #mc-embedded-subscribe-form {
    padding: 0px 6px;
  }

  #n_customer .form-group {
    margin: 0;
  }

  .wrapper-product-title .mvp_Manufacturer {
    padding: 6px 0px;
  }

  #n_customer #main-content .form-control {
    margin-top: 10px;
  }

  #n_customer .control-label {
    margin: 0;
    margin-top: 10px;
  }

  .flexcol {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .mvp_max {
    flex: 100%;
  }

  .acc_login {
    padding-bottom: 20px;
  }

  .part2.col-lg-6 {
    padding: 0 15px !important;
  }

  .partboth>div>div .desc_item {
    text-align: left;
  }

  .header-search {
    width: calc(100% - 5px);
  }

  .col-md-3.mvp_topmenuleft.text-md-left.mvp_soicon.mvp_fcon {
    justify-content: center !important;
  }

  .col-md-4.payment_icon.text-right {
    text-align: unset !important;
    float: left;
    position: relative;
    margin-top: 23px;
    margin-bottom: 50px;
  }

  .payment_icon img {
    padding-bottom: 0px;
  }

  .mvp_cart {
    background: #000;
    border-radius: 50%;
    color: #fff !important;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    right: 11px;
    bottom: 3px;
  }

  .header-cart img {
    margin-right: 0px;
  }

  .header-cart span {
    font-size: 12px;
  }

  .mvp_bmenu {
    position: relative;
    top: 50px;
    line-height: 1;
    float: left;
    margin-left: 15px;
    text-align: center;
  }

  .nToggleMenu.mvp_bmenu .fa {
    font-size: 21px;
    font-weight: 700;
  }

  .mvp_newsletter .news_la {
    left: 0px !important;
    top: 0px !important;
  }

  .m_input {
    display: block !important;
    float: left;
    width: 100%;
  }

  .mvp_newsletter .input-group .form-control {
    width: 100%;
    margin: 5px 0px;
  }

  .news_la p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .input-group-btn {
    width: 100%;
  }

  .mvp_newsletter .input-group .btn {
    width: 100%;
    display: block;
  }

  .news_center.texy-center {
    margin: 10px;
    margin-top: 15px;
  }

  .mvp_newsletter {
    height: auto;
  }

  .news_la h2 {
    font-size: 27px;
  }

  .mvp_newsletter .input-group .btn {
    margin-left: 0px;
  }

  .mvp_news_row {
    justify-content: center;
  }

  .category-thumbnail.text-center {
    max-width: 50% !important;
    flex: 0 0 50%;
  }

  .mvp_inputgroup {
    display: -webkit-inline-box;
    top: 0;
  }

  .f_bottom img {
    right: 0px !important;
  }

  .mvp_thmbnail {
    max-width: unset !important;
  }

  #n_home .card.thumbnail.card-body {
    width: unset !important;
  }

  .form-inline.buying-options {
    display: inline-block;
  }

  .thumbnail .caption form .btn {
    display: inline-block;
    font-size: 13px;
  }

  .thumbnail .caption form .wishlist_toggle {
    display: inline-block;
  }

  .f_logo.text-center img {
    position: relative;
    right: 0px;
  }

  .featurer_pro .mvp_thmbnail {
    max-width: 50% !important;
  }

  .thumbnail .caption form .btn {
    width: auto;
    float: left;
  }

  .mvp_acc a {
    max-width: unset;
  }

  #n_home .featurer_pro .card.thumbnail.card-body {
    margin-bottom: 20px !important;
  }

  #n_category .mvp_thmbnail, .thumb section.products-row .mvp_thmbnail {
    max-width: 50%;
  }

  .cal_ship {
    width: 50%;
    margin-bottom: 10px;
  }

  .cal_ship .form-control {
    max-width: 100%;
  }

  .cal_ship .form-control {
    width: 100%;
  }

  .mvp_cal_calbtn .btn {
    width: 95%;
  }

  .mvp_cal_calbtn {
    width: 50%;
  }

  .mvp_tab {
    max-width: 100%;
  }

  .row.btn-stack.mvp {
    margin-right: 5px;
  }

  .nMobileNav {
    width: 7%;
    position: relative;
    top: 50px;
    float: left;
    z-index: 10;
  }

  .nMobileNav li a {
    font-size: 12px;
    color: #000 !important;
    float: left;
    position: relative;
    justify-content: left;
    line-height: 1;
  }

  .header-cart {
    position: relative;
    top: 36px;
    right: 0;
  }

  .mvp_row_header {
    margin: 0px;
  }

  .col-xs-12.mvp_public {
    margin-left: 18px;
    text-align: left !important;
  }

  .mvp_fgmaiml {
    margin-left: 18px !important;
  }

  .header-cart .visible-lg.visible-inline-lg {
    display: none;
  }

  .mvp_newsletter {
    height: auto !important;
  }

  #header-cart #cartcontentsheader span:last-child {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    font-weight: 700;
    z-index: 1000;
    position: absolute;
    left: 34px;
    bottom: 25px;
  }

  .col-md-3.mvp_topmenuleft.mvp_soicon {
    max-width: 50%;
  }

  .col-md-9.login_small {
    max-width: 50%;
  }

  .login_small ul {
    float: right;
  }

  .news_big {
    display: none;
  }

  .wrapper-footer .col-md-3.mvp_topmenuleft.mvp_soicon {
    max-width: 100% !important;
  }

  .wrapper-footer .mvp_topmenuleft .nav li a {
    left: 0px;
  }

  .mvp_pdesctitle h3 {
    padding-top: 30px;
  }

  .col-12.col-sm-4.mvp_f_hedding {
    text-align: left;
  }

  #n_category #left-sidebar .card {
    border: none;
  }

  #left-sidebar .card-header a .fa.fa-plus {
    float: right;
  }

  #left-sidebar .card-header a {
    text-decoration: none;
  }

  #left-sidebar .page-header {
    margin-top: 9px;
  }

  #n_category .row.sort_container {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  #n_product .wrapper-product-title {
    margin-top: 20px;
  }

  .logo {
    padding-top: 10% !important;
    max-width: 70% !important;
    float: left !important;
  }

  #n_product .main-image {
    border: 1px solid #ececec;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:767px) and (min-width:481px) {
  .nAdvertSample {
    background-size: contain;
    width: 100%;
    min-height: 124px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .btn-bottom:nth-child(1) {
  padding-bottom: 25px;
}
}

@media only screen and (max-width: 638px) and (min-width: 577px) {
  .dah_paltimgarrow.text-right .btn.owlnext {
    right: 0px;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    left: 0px;
  }
}

@media only screen and (max-width: 1266px) and (min-width: 1200px) {
  .dah_paltimgarrow.text-right .btn.owlnext {
    right: 0px;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    left: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .dah_paltimgarrow.text-right .btn.owlnext {
    right: 0px;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    left: 0px;
  }

  .row.btn-stack.mvp {
    position: relative;
    left: 0px;
    margin-left: 0;
  }

  #n_category .mvp_thmbnail {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    left: 0px;
    position: absolute;
  }

  .col-12.col-sm-4.mvp_f_hedding {
    max-width: 50%;
  }

  .thumbnail .caption form:not(.wishlist_toggle) .btn {
    margin-top: 0;
  }

  .thumbnail .caption form:not(.wishlist_toggle) .btn {
    width: calc(100% - 50px);
    padding: 0;
    line-height: 38px;
  }
  .thumbnail .caption form .wishlist_toggle i.far.fa-heart {
    position: initial;
    right: unset;
    font-size: 18px;
    line-height: 38px;
  }
  .form-inline.buying-options {
    display: flex;
    justify-content: center;
  }

  .dah_homepop h2 {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 3000px) and (min-width: 768px) {
  .col-md-9.login_small {
    display: none;
  }
body .collapse:not(.show) {
    display: none;
}
  #left-sidebar .card-header h3 a .fa.fa-plus {
    /* display: none; */
    float: right;
  }
}

@media only screen and (max-width: 3000px) and (min-width: 481px) {
  .container.mvp_c_small {
    display: none;
  }

  .news_small {
    display: none;
  }

  .img-fluid.f_add_small {
    display: none;
  }

  .mvp_newsletter {
    background-image: url('../images/f_img2.png');
    background-size: cover;
    background-position: center;
  }

  .logo_section {
    background-image: url('../images/bg3.jpg');
  }

  .nToggleMenu.mvp_bmenu .fa {
    font-size: 21px;
    font-size: ;
    font-weight: 700;
    margin-left: 0px;
  }

  .header_bg_small {
    display: none;
  }

  .mvp_arrow_small {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .col-sm-3.category-thumbnail.btn-bottom.text-center {
  padding: 5px !important;
}
.m-hbtn{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
  .container.mvp_c_big {
    display: none;
  }

  .news_midiam {
    display: none;
  }

  .thumbnail .caption form .btn {
    font-size: 11px;
  }

  .thumbnail .caption form .wishlist_toggle {
    margin-left: 5px;
  }

  .fimgtop {
    text-align: center;
  }

  .img-fluid.f_add_big {
    display: none;
  }

  .mvp_newsletter {
    background-image: url('../images/newsleter_small.png');
    background-size: cover;
    background-position: center;
    height: 276px;
  }

  .nAdvertSample {
    background-size: auto;
  }

  .mvp_acc a {
    max-width: unset;
  }

  footer .col-12.col-sm-4.mvp_f_hedding:nth-child(2) {
    max-width: 50%;
    float: left;
    flex: 0 0 50%;
    padding-left: 15px !important;
  }

  footer .col-12.col-sm-4.mvp_f_hedding:nth-child(3) {
    max-width: 50%;
    float: left;
    flex: 0 0 50%;
  }

  .mvp_f_hedding {
    text-align: left;
  }

  .login_big {
    display: none;
  }

  .mvp_soicon {
    max-width: 50%;
  }

  .col-md-9.login_small {
    max-width: 50%;
  }

  .login_small>ul>li {
    text-align: right;
  }

  .row.mvp_row_header {
    margin-right: 0px;
  }

  .wrapper-footer .mvp_soicon {
    max-width: 100% !important;
  }

  #n_product .wrapper-pricing.col-sm-12 {
    padding-bottom: 0px;
  }

  .logo {
    padding-top: 8px;
  }

  .mvp_newsletter {
    height: auto;
  }

  .header_bg_big {
    display: none;
  }

  .pro_hedding {
    padding-top: 21px;
    padding-bottom: 0px;
  }

  .dah_homepre h2 {
    padding-top: 32px;
  }

  .new_aeeivals h2 {
    margin-top: 31px;
  }

  .featurer_pro {
    padding-bottom: 10px;
  }

  .mvp_homecategory .my-1 {
    padding-bottom: 0px;
  }

  .featurer_pro h2 {
    padding-bottom: 0;
    position: relative;
    top: -20px;
  }

  .mvp_arrow_big {
    display: none;
  }

  .dah_paltimgarrow.text-right .btn.owlnext {
    left: 13%;
  }

  .dah_paltimgarrow.text-right .btn.owlnext {
    bottom: 0px;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    right: 10%;
  }

  .dah_paltimgarrow.text-left .btn.owlprev {
    bottom: -2px;
  }

  .dah_homepop h2 {
    padding-top: 25px !important;
  }

  .mvp_small_arrow {
    padding-top: 35px;
    margin-bottom: 20px;
  }

  .search_item {
    padding-top: 8px;
  }

  .col-12.home_catehedding.mvp.text-center {
    padding-top: 1px;
    padding-bottom: 17px;
  }

  .mvp_homecategory .my-1 {
    padding-top: 0px;
    margin: 0px !important;
    padding-bottom: 30px;
    padding-top: 5px;
  }

  .mvp_homecategory .my-1 a {
    font-size: 13px;
    font-weight: 700;
  }

  .home_catehedding.text-center span {
    font-size: 22px;
  }

  .home_catehedding.text-center {
    padding-top: 4px;
  }

  .home_catehedding.text-center {
    padding-bottom: 0px;
  }

  .wrapper-footer .mvp_topmenuleft .nav li a {
    left: 0px !important;
  }

  .mvp_thmbnail:nth-child(2n+1) {
    padding-right: 5px;
  }

  .mvp_thmbnail:nth-child(2n) {
    padding-left: 5px;
  }

  #n_home .featurer_pro .card.thumbnail.card-body {
    margin-bottom: 0px !important;
  }

  .col-sm-3.category-thumbnail.text-center:nth-child(2n+1) {
    padding-left: 5px;
  }

  .col-sm-3.category-thumbnail.text-center:nth-child(2n) {
    padding-right: 5px;
  }

  #n_category .thumbnail .caption form:not(.wishlist_toggle) .btn {
    width: calc(100% - 50px);
    font-size: 11px;
    line-height: 36px !important;
  }

  .img_smal {
    padding: 5px;
  }

  #n_category .mvp_thmbnail {
    padding: 5px !important;
    padding-bottom: 4px !important;
  }

  #n_category .mvp_thmbnail {
    margin-bottom: 0px;
  }

  .nAdvertSample {
    min-height: 85px;
  }

  .thumbnail {
    box-shadow: none;
  }

  #n_home .featurer_pro2 .mvp_thmbnail:nth-child(2n+1) {
    padding-left: 5px;
  }

  .news_center.texy-center {
    margin-top: 28px;
    margin-bottom: 37px;
    text-align: center;
  }

  .pro_hedding {
    font-size: 22px;
  }

  .f_logo.text-center {
    text-align: left !important;
  }

  .part1.col-md-6, .part2.col-md-6 {
    padding: 0;
  }

  .wrapper-footer {
    text-align: unset;
  }

  .wrapper-footer .f_bottopall {
    text-align: center;
  }

  .mvp_fgmaiml {
    margin-left: 2px !important;
  }

  .product_header .wrapper-product-title.col-sm-12 h1 {
    font-size: 20px;
  }

  #n_product .mvp_proicon {
    display: none;
  }

  .wrapper-logo a .logo {
    max-width: 80%;
    float: left;
    min-width: 110px;
  }

  #n_category .col-12.col-md-9 .page-header {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 434px) {
  .featurer_pro .mvp_thmbnail {
    max-width: 100% !important;
  }

  .featurer_pro {
    padding-bottom: 30px;
  }

  .featurer_pro2 .mvp_thmbnail {
    padding: 5px;
  }

  #n_home .featurer_pro .card.thumbnail.card-body {
    margin-bottom: 0px !important;
  }

  .featurer_pro .mvp_thmbnail {
    max-width: 50% !important;
  }

  #n_product form.variation-wrapper {
    margin-bottom: 0px;
  }

  .mvp_qty .form-control {
    width: 92px;
  }

  .mvp_addto .btn {
    width: calc(100% - 1px);
    line-height: 1.5;
    font-size: 13px;
  }

  .mvp_wishlist.mvp_flex {
    padding-right: 0;
    margin-right: 0;
  }

  .row.btn-stack.mvp {
    margin-right: 0;
  }

  .mvp_addto {
    width: 46%;
  }
}

#n_product form.variation-wrapper hr {
  margin-top: 0;
  margin-bottom: 30px;
}

#n_product form.variation-wrapper>.row {
  margin-bottom: 30px;
}

.wrapper-product-title .dropdown {
  padding-top: 5px;
}

.dah_preoredermain {
  padding: 10px;
  border: 3px solid rgb(204, 51, 153);
  background-color: rgba(204, 51, 153, 0.6);
  color: #fff;
}

.dah_preoredermain>div:first-child {
  padding-right: 10px;
}

.dah_preoredermain>div p {
  margin-bottom: 0;
}

@media only screen and (max-width: 3000px) and (min-width: 768px) {
  .header_bg_small {
    display: none;
  }

  .img-fluid.news_midiam {
    display: none;
  }
}

.partboth {
  flex-wrap: wrap;
  display: flex;
}

.partboth>div>div {
  display: flex;
  padding-bottom: 15px;
}

.partboth>div>div .icon_item {
  width: 30px;
}

.partboth>div>div .desc_item>* {
  display: inline-block;
  width: 100%;
  color: #85c8db;
}

.partboth>div>div .desc_item {
  max-width: calc(100% - 30px);
  color: #bbb;
  font-family: 'Roboto', sans-serif;
}

.partboth .fas {
  font-size: 19px;
  color: #85c8db;
}

.partboth>div>div .desc_item a {
  color: #bbb;
  font-family: 'Roboto', sans-serif;
}

.part2.col-lg-6 {
  padding: 0;
}

.mvp_fgmaiml {
  margin-left: 15px;
  padding-bottom: 50px;
}

.mvp_public span {
  color: #bbb;
  font-family: 'Roboto', sans-serif;
  position: relative;
  bottom: 9px;
}

.btn.btn-success.calltoaction.npopup-checkout {
  display: none;
}

.btn.btn-default.viewcart {
  width: 100%;
}

.checkout.btn.btn-success {
  display: none;
}

.mvp_Manufacturer a {
  text-decoration: underline;
}

.mvp_newsletter {
  height: 245px;
}

.addtocart.btn.btn-warning.btn-block.btn-loads {
 background-color: rgb(204,51,153);
 border-color: rgb(204,51,153);
}

#n_product .mvpprovari {
  background-color: #f2f2f2;
  padding: 15px;
  margin-top: 15px
}

.DynamicConverter_float_div {
  position: relative;
  left: auto;
  right: 0;
}

.featurer_pro .pro_hedding, .featurer_pro2 .pro_hedding {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.dah_viewallbtn p a {
  text-decoration: underline;
  color: rgba(243, 139, 53, 1);
}

.dah_viewallbtn p a:hover {
  text-decoration: underline;
  color: #000;
}

.dah_viewallbtn p {
  margin-bottom: 20px;
}

.sticky_header {
  background-color: #fff;
}

.sticky_header.fixed {
  z-index: 1000000;
  width: 100%;
  background-color: #ECECEC;
}

@media only screen and (min-width: 768px) {
  .sticky_header.fixed .logo_section, .sticky_header.fixed .logo_section>div {
    background: none;
    /*z-index: 10;*/
    position: relative;
  }
  .sticky_header.fixed .logo_section .wrapper-logo > a {
    z-index: 100;
        position: relative;
  }
  .sticky_header.fixed .header-search {
    z-index: 10;
}

  .sticky_header.fixed .logo_section .row {
    align-content: center;
    align-items: center;
    /*height: 165px;*/
  }

  .sticky_header.fixed .logo_section .row .mvp_left {
    float: none;
    top: 0;
  }

  .sticky_header.fixed .search_item {
    padding: 0;
    height: 0;
  }

  .sticky_header.fixed .search_item .mvp_inputgroup {
    top: 0;
  }

  .sticky_header.fixed .logo_section img.logo {
    max-width: 110px;
    padding-top: 0;
  }

  .sticky_header.fixed .logo_section>div.nAdvertSample {
    height: 85px;
    min-height: 0px;
  }

  .sticky_header.fixed .header-search {
    max-width: 50%;
  }

  .sticky_header.fixed .mvp_infomenu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
  }
}

.sticky_header.fixed .mvp_infomenu ul li a, .sticky_header, .sticky_header.fixed .logo_section img.logo, .sticky_header .logo_section, .sticky_header .logo_section>div, .sticky_header .logo_section .row, .sticky_header .logo_section .row .mvp_left, .sticky_header .search_item {
  transition: 0.6s all;
}
/* .collapse .nav>li.dropdown:nth-child(4) .mega-col {
  max-height: 210vh;
  display: unset !important;
} */
.collapse .nav>li.dropdown:nth-child(3) .mega-col {
  max-height: 210vh;
}/*
.mega-menu-dah {
  max-height: 200px;
  overflow: hidden;
} */
.mega-menu-dah .mega-col {
    /*display: initial;*/
    width: 100%;
    break-inside: avoid;
}

@media only screen and (min-height: 625px) {
.collapse .navbar-nav>li>.dropdown-menu.mega-menu > div { max-height: 409px; }
}

.dropdown-menu.mega-menu > div::-webkit-scrollbar {
  width: 5px;
  
}

/* Track */
.dropdown-menu.mega-menu > div::-webkit-scrollbar-track {
  background: rgba(133, 200, 219, 0.2);
}
 
/* Handle */
.dropdown-menu.mega-menu > div::-webkit-scrollbar-thumb {
  background: rgba(133, 200, 219, 0.6); 
  border-radius: 10px;
}

/* Handle on hover */
.dropdown-menu.mega-menu > div::-webkit-scrollbar-thumb:hover {
  background: rgba(133, 200, 219, 1);
}
.collapse .navbar-nav>li>.dropdown-menu.mega-menu > a.dah_megascroll {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    color: #203246 !important;
    text-align: center;
    background-color: #85c8db;
}
@media only screen and (max-width: 767px) and (min-height: 480px){
.navbar-collapse .burger-menu {
    height: auto;
    max-height: 70vh;
}
}
@media only screen and (max-width: 767px) and (max-height: 479px){
.navbar-collapse .burger-menu {
    height: auto;
    max-height: 50vh;
}
}
#n_content .thumb {
    margin-top: 20px;
}

@media only screen and (max-width: 767px){
    .navbar-collapse .burger-menu .nav li>a.dah_menuviewall {
    position: absolute;
    right: 30px;
    z-index: 1000000;
    width: auto;
    /*top: 0;*/
}
.top_header .navbar-nav 
li:not(.show) .dropdown-menu { display: none; }
.top_header .navbar-nav li.show .dropdown-menu {
    left: initial !important;
    right: -5px !important;
    transform: translate3d(0, 29px, 0px) !important;
}
} 
.addtocart.btn.btn-warning.btn-block.btn-loads:hover{
    background-color: #5d0f54 !important;
}
.card.thumbnail.card-body:hover .addtocart.btn.btn-warning.btn-block.btn-loads{
     background-color: #5d0f54 !important;
}
#header-cart .dropdown-menu {
    overflow-y: scroll;
    max-height: 80vh;
}

h3.my-1.p-0.m-myhedding {
    margin: 0px !important;
    padding: 0px !important;
}
.col-12.home_catehedding.mvp.text-center.pt-0 {
  padding-bottom: 15px !important;
}

.m-subcate > a > p{
font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #203246;
  text-decoration: none;
  margin: 10px 0px;
  height: 41px;
    overflow: hidden;
}

.m-subcate > a > img {
    min-height: 189.38px;
}
.m-subcate > a > p:hover{

  text-decoration: none;
  color: #85c8db;
}
.m-subcate > a:hover{
  text-decoration: none;
}
.dah_cathideproducts {
    text-align: right;
    margin-top: 10px;
}
.mvp_homecategory .m-hbtn .category-thumbnail.btn-bottom:nth-child(n+5) {
    margin-top: 30px;
}
@media only screen and (max-width:767.99px){
    .mvp_homecategory .m-hbtn .category-thumbnail.btn-bottom:nth-child(n+5) {
        margin-top: 0;
    }
    .cartTable tbody tr td.cartTable--column-image {
      width: 0 !important;
      padding: 0;
      display: inline-block;
      border: none;
    }
    .cartTable tbody tr td:nth-child(2) {
      border-left: none;
    }
    .cartTable.table th,
    .cartTable.table td {
      padding: 5px;
      vertical-align: top;
    }
}
.featurer_pro.new_aeeivals section.row.products-row {
  align-items: stretch !important;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail i.fa {
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  color: #000;
  clear: both;
  display: block;
  margin: 0 auto;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail .card.thumbnail.card-body {
  background-color: #EAECED;
  transition: all 0.6s;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail a {
  color: #1681a5;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail a:hover,
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail a:focus,
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail a:active {
  color: #fff;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail:hover .card.thumbnail.card-body {
  background-color: #1681a5;
}
#n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail a>div {
  max-width: 115px;
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  #n_home .featurer_pro .mvp_thmbnail.viewmore_thumbnail .card.thumbnail.card-body {
    height: calc(100% - 20px) !important;
  }
}
@media (max-width: 574px){
    .member_price {
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        /*float: left;*/
        padding-bottom: 10px;
    }
    .prorrp {
        flex-wrap: wrap;
    }
}
.member_price {
	margin-bottom: 0 !important;
}