body {
	font-family: 'Roboto Condensed', sans-serif /*{body-font-family}*/;
	font-size: 16px /*{body-font-size}*/;
	color: #000 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #F5F6F6 /*{body-background-colour}*/;
}

a, .btn-link{
	color: #000 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #E4002B /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Condensed',sans-serif;
	color: #000 /*{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: #000 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #E4002B /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #E4002B /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #E4002B /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #E4002B /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #E4002B /*{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: #fff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #E4002B /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #E4002B /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #E4002B /*{buttons | btn-primary-background-colour}*/;
	border-color: #E4002B /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #000 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #000 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #E4002B /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #E4002B  /*{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: #000 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #000  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #800080 /*{buttons | btn-warning-background-colour}*/;
	border-color: #800080 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #E4002B /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #E4002B /*{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: #E4002B /*{buttons | btn-danger-background-colour}*/;
	border-color: #E4002B /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82000 /*{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:  #c82000 /*{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: #c82000 /*{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: #c82000 /*{buttons | btn-success-background-colour}*/;
	border-color: #c82000 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #000 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #000 /*{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: #F5F6F6/*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #000 /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
	color: #000 /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb .breadcrumb-item:last-child > a {
	color: #797979 /*{breadcrumb-active-text-colour}*/;
}




.pagination .page-link{
	color: #000 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #fff /*{pagination-border-colour}*/;
	width: 48px;
	height: 48px;
	border-radius: 25px !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 10px;

}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #fff /*{pagination-text-colour-hover}*/;
	background-color: #E4002B /*{pagination-bg-colour-hover}*/;
	border-color: #E4002B /*{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: #E4002B /*{pagination-bg-colour-active}*/;
	border-color: #E4002B /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006FF5 /*{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: #E4002B /*{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: #E4002B /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
	background-color: #E4002B/*{navbar-default-bg-colour}*/ !important;
	border-radius: 0;
}

.wrapper-header .navbar .navbar-nav .nav-link {
	color: #fff /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #000 /*{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: #000 /*{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}*/;
}
h2.section-title {
	margin-bottom: 0;
}
/* ===============================header=============================== */
.top_header {
	background-color: #000;
}
.top_header li>a.nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 7px 20px;
}
.logo_section {
	background-color: #fff;
}
.top_header li>a.nav-link:hover{
	color: #DF4210;
}

#header-call .fa {
	color: #c81d24;
}
div#header-call p:not(.h2):first-child {
color: #DF4210;
font-family: Roboto Condensed;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 1;
text-align: left;
}
.map_icon{
	padding: 0 30px;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}
div#header-cart .badge-secondary {
	position: absolute;
	background: #E4002B;
	color: #fff;
	height: 16px;
	width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	left: 22px;
	top: -4px;
	font-size: 12px;
}
div#header-call {
	margin-right: 30px;
}
div#header-cart {
	margin-left: 30px;
}
div#header-call p a {
	font-size: 18px;
	font-weight: 500;
}
.wrapper-logo>a {
	margin-top: -30px;
	display: inline-block;
	margin-bottom: -93px;
	position: relative;
	z-index: 1;
}

.header-search {
	width: 420px;
	background: #F3F3F3;
	border-radius: 20px;
}
input#name_search {
	height: 40px;
	background-color: transparent;
	outline: none !important;
}
.top_header .top_left_menu li a i {
	color: #fff;
	font-size: 18px;
}
.top_header .top_left_menu li.nav-item {
	margin-right: 28px;
}
.top_header .top_left_menu li.nav-item:hover i{
	color: #E4002B;
}
.acc_drop{
	z-index: 1111;
}
.header_announcement p {
	margin-bottom: 14px;
}
.header-search input#name_search::placeholder{
	color: #777676;
	font-family: Roboto Condensed;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nsearchinput-pl.well {
	margin-top: 40px !important;
	border: 1px solid #ddd;
	border-radius: 5px;
}
body.cart-open .off-canvas-overlay {
	opacity: 1;
	height: 100%;
	pointer-events: auto !important;
}
.off-canvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(248, 248, 248, 0.65);
	opacity: 0;
	pointer-events: none !important;
	z-index: 1111;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
body.cart-open .cart-panel-wrapper {
	right: 0;
	-webkit-box-shadow: 0 0 10px rgba(177, 177, 177, 0.5);
	box-shadow: 0 0 10px rgba(177, 177, 177, 0.5);
}
.cart-panel-wrapper {
	position: fixed;
	top: 0;
	right: -400px;
	max-width: 400px;
	width: 90%;
	z-index: 100;
	height: 100vh;
	padding: 10px;
	background: #fff;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	z-index: 11111;
}
.cart-panel-wrapper .side-cart {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.cart-panel-wrapper .side-cart .side-cart-head {
	padding: 0 10px;
}
.cart-panel-wrapper .side-cart .side-cart-head-conts h3 {
	padding-right: 25px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}
.thumb_cart li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	font-size: 11px;
	overflow: auto;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart {
	height: inherit;
	text-align: center;
	font-size: 16px;
}
.close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 25px;
	color: #252b34;
	cursor: pointer;
	background: none;
	border: none;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents {
	height: 100%;
	padding-bottom: 0;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .left {
	width: 80px;
	margin-right: 10px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .right {
	width: calc(100% - 90px);
	padding-right: 10px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .right .title {
	padding-right: 22px;
	font-size: 13px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .right .price {
	font-size: 13px;
	font-weight: 600;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .left img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.cart-panel-wrapper .side-cart #neto-dropdown {
	width: 100%;
	height: 100vh;
}
.cart-panel-wrapper .side-cart .side-cart-head-conts {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.thumb_cart button.checkout{
	display: none;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart button {
	width: 100%;
	margin-top: 15px;
	padding: 12px;
	font-weight: 500;
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.thumb_cart button.viewcart:hover{
	background-color: #E4002B !important;
	color: #fff;
	border-color: #E4002B !important;
}
.main_menu .navbar-nav li a.nav-link {
	color: #FFF;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.42px;
	/* text-transform: uppercase; */
	padding: 15px 19px 11px;
}
.info_right {
	margin-left: 237px;
}
.info_left{
	margin-left: 20px;
}
.banners_serech {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banners_serech {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 110px;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 70px;
	z-index: 11111;
}
.mvp_banners_he {
	padding-left: 49px;
}

.banners_serech input#name_search::placeholder,
.banners_serech input#name_search{
	color: #777676;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.banners_serech .input-group-append .btn {
	width: 206px;
	height: 56px;
	background: #000;
	color: #fff;
	border-radius: 60px;
	font-size: 22px;
	font-weight: 500;
	margin-right: 30px;
	text-transform: uppercase;
}
.banners_serech .input-group-append .btn:hover{
	background-color: #E4002B;
}
.banners_serech .nsearchinput-pl.well {
    margin-top: 110px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    top: 0;
}

/* =======================footer================= */
.wrapper-footer h4,
.wrapper-footer h4.nav-link:focus {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.wrapper-footer nav .nav-link {
	padding: 3px 0;
}
footer.wrapper-footer {
	background: #180803;
	padding-top: 115px;
	
}
.wrapper-footer a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}
.mvp_f_contact p {
	color: #fff;
	font-size: 18px;
}
.mvp_f_contact .icon {
	width: 42px;
	flex: 0 0 42px;
}
.news_tital {
	font-size: 18px;
	margin-bottom: 22px;
}
.mvp_condition a {
	text-decoration: underline;
}
body .mvp_condition label {
	color: #fff;
	font-size: 15px !important;
}
.mvp_condition a {
	text-decoration: underline;
	font-size: 15px;
}
form#news_letter input {
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	padding: 10px 24px;
}
form#news_letter .mvp_mm {
	margin-bottom: 20px;
}
form#news_letter input::placeholder{
color: #777676;
font-family: Roboto Condensed;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
form#news_letter .btn-primary{
	font-size: 16px;
	font-weight: 500;
}
form#news_letter .btn-primary:hover{
	border-color: #fff !important;
}
footer.wrapper-footer .list-social li {
	margin-right: 28px;
}
footer.wrapper-footer .list-social li a i{
	font-size: 18px;
}
footer.wrapper-footer .list-social li a i:hover{
	color: #E4002B;
}
footer.wrapper-footer .list-social{
	margin-left: 45px;
}
.copy_text{
	color: #fff;
}
.wrapper-footer .payment-icon-container {
	padding: 0px;
	background: transparent;
	border-radius: 3px;
	display: inline-block;
	height: 30px;
}
.wrapper-footer .payment-icon-container {
	filter: grayscale(1) invert(1);
}
.row.mvp_pb_footer {
	padding-bottom: 60px;
}
.address {
	max-width: 374px;
}
.mvp_bottom_text {
	padding-bottom: 63px;
}
.Trending_section,
.New_Arrivals_section,
.Preorders_section,
.Markdowns_section,
.blog_section,
.cantaint_section {
	margin-top: 70px;
}
.Trending_section .head-bg {
	background-image: url('../img/tradding_bg1.PNG');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.New_Arrivals_section .head-bg {
	background-image: url('../img/Collage-image-for-headers-1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Preorders_section .head-bg{
	background-image: url('../img/Collage-image-for-headers-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Markdowns_section .head-bg {
	background-image: url('../img/Collage-image-for-headers-3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog_section .head-bg{
	background-image: url('../img/Collage-image-for-headers-4.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.read_more {
	color: #E4002B;
	font-family: Roboto Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

h2.section-title{
	color: #000;
	font-size: 44px;
	font-weight: 700;
}
.head-bg{
	margin-bottom: 30px;
}
.Artist {
	color: #797979;
	font-family: Roboto Condensed;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 48px;
	overflow: hidden;
}
.Product_thumbnail .caption {
	/* padding: 0px 22px 21px 22px; */
	padding: 22px;
}
.thumb_list .card-body .card-title,
.thumbnail.card-body .card-title {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	height: 51px;
	overflow: hidden;
}


.thumb_list .card-body .price,
.thumbnail.card-body p.price {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}
.Product_thumbnail .caption s{
font-size: 18px;
font-weight: 400;
line-height: normal;
}

.thumbnail.card-body .buying-options .btn {
	height: 38px;
	width: 100%;
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 30px;
}
.thumbnail.card-body .buying-options .btn {
	transform: scale(0);
}
.thumbnail:hover .buying-options .btn {
	transform: scale(1);
}
.btn-wrap .btn {
	height: 50px;
	width: 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
}
.btn-wrap {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-wrap .btn:hover {
	background-color: #E4002B;
	color: #fff;
}
.mvp_info {
	padding: 7px 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #E4002B;
	border: 1px solid #E4002B;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 65px;
	background-color: #fff;
}
.mvp_info:hover{
	background-color: #E4002B;
	color: #fff;
	text-decoration: none;
}
.blog_section .bg{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 10px;
}
.blog_section .bg .position-relative {
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}
.date_bpx {
	width: 84px;
	height: 82px;
	border-radius: 0px 0px 10px 10px;
	background: #E4002B;
	position: absolute;
	top: 0;
	right: 29px;
	color: #FFF;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.46px;
	text-transform: uppercase;
}
.date_bpx span {
	font-size: 44px;
	font-weight: 700;
	margin-top: 5px;
	display: inline-block;
}
.blog_section .caption {
	padding: 20px;
	text-align: left;
}
.blog_section .caption h4 {
	font-size: 28px;
	font-weight: 500;
	height: 68px;
	overflow: hidden;
}
.blog_section .caption p{
	color: #000;
	font-family: Roboto Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.blog_section .caption h4 a{
	text-decoration: none !important;
}
.mvp_info_containt {
	padding: 11px 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #E4002B;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	background-color: #E4002B;
	margin-bottom: 21px;
}
.mvp_info_containt:hover{
	background-color: #fff;
	border-color: #000;
	color: #000;
	text-decoration: none;
}
.cantaint_section .al_login {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 27px;
}
.cantaint_section .comtaint_desc{
	max-width: 476px;
	margin: 0 auto;
}
.new_badge {
	background: #1A75CF;
	color: #fff;
	border-radius: 4px !important;
	font-size: 14px;
	padding: 4px 10px 3px 10px !important;
	margin-left: 5px;
	display: flex;
	align-items: center;
}
.savings-container {
	position: absolute;
	top: unset;
	right: 10px;
	text-align: right;
	bottom: -10px;
	width: calc(100% - 20px);
	left: 10px;
}

/* ======================category_page==================== */

.page-header{
	color: #000;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
}
.item_subcate{
	max-width: 12.5%;
	flex: 0 0 12.5%;
}
.sub_cate_box a{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.sub_cate_box {
	border-radius: 14px;
	background: #FFF;
	padding: 12px 10px;
	text-decoration: none;
	margin-bottom: 30px;
	height: calc(100% -30px);
	display: flex;
	align-items: center;
	height: calc(100% - 30px);
	justify-content: center;
}
.sub_cat_heding{
color: #000;
font-family: Roboto Condensed;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 15px;
}
.cat_filter>a,
.viewby a,
.mvptosord {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
	background: #FFF;
	padding: 12px 22px;
	display: inline-block;
	text-decoration: none;
	border: none !important;
	
}
body .mvp_left{
left: auto !important;
top: 14px !important;
}
.sort_container {
	margin-top: 40px;
	margin-bottom: 40px;
}
form#pageNumberForm span {
	font-size: 18px;
}
form#pageNumberForm .pageNumber {
	width: 80px;
	height: 48px;
	border-radius: 24px;
	border: none;
	text-align: center;
	margin: 0 11px;
}
form#pageNumberForm .btn{
	width: 80px;
	height: 48px;
	border-radius: 24px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	background-color: #E4002B;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.thumbnail.card-body {
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.08);
}
body:not(#n_home) article{
	margin-bottom: 30px;
}
 aside#left-sidebar #filters.show,
 aside#left-sidebar #filters.collapsing {
	display: grid;
}
 aside#left-sidebar #filters {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 20px 30px;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 30px;
	display: grid;
}
 aside#left-sidebar {
	position: absolute;
	left: 15px;
	width: calc(100% - 30px);
	top: calc(100% + 10px);
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(203 197 194 / 50%);
	border-radius: 10px;
}
 aside#left-sidebar .filter-group {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 0;
}
 aside#left-sidebar .filter-group a[data-toggle=collapse] {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1B3044;
}
 aside#left-sidebar .filter-group a[data-toggle=collapse]::after {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/plus_svgrepo.com.svg');
	background-size: 100% auto;
}
 aside#left-sidebar .filter-group a[data-toggle=collapse][aria-expanded=true]::after {
	background-image: url('../img/minus.svg');
}

.cat_filter a[data-toggle=collapse][aria-expanded=true]{
	background-color: #E4002B;
	color: #fff;
	text-decoration: none;
	
}
.cat_filter a[data-toggle=collapse][aria-expanded=true] svg{
	filter: brightness(0) invert(1);
}	
aside#left-sidebar .filter-group p.mb-0.font-weight-bold a {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}

/* =====================================Product page================================ */
.pp_thumb_images{
	max-width: 20%;
	flex: 0 0 20%;
}
.products_alt_images{
	margin: 0 -5px;
	margin-top: 10px;
}
.products_alt_images .pp_thumb_images{
	padding: 0 5px;
	margin-bottom: 10px;
}
.pp_thumb_images a {
	border: 2px solid #E0E0E0;
}

.pp_thumb_images a.dahactive,
.pp_thumb_images a:hover {
	border-color: #E4002B;
}
.main-image {
	max-width: 600px;
	margin: 0 auto;
}
.wrapper-product-title>h1 {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wrapper-pricing>div.align-items-center>*,
.wrapper-pricing>div.products-row>* {
	margin-right: 10px;
	margin-bottom: 0;
}
.wrapper-pricing .h1 {
	font-size: 40px;
	font-weight: 500;
}
.mvp-text-success{
	color: #5F9507;
}

.wrapper-pricing span{
	font-size: 18px;
}
.mvp_qtywrap a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mvp_qtywrap .qty-opr.qty_minus {
	right: 20px;
}

.mvp_qtywrap .qty-opr.qty_plus {
	left: 20px;
}
.mvp_qtywrap input{
	width: 186px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 24px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.addtocart_btn .btn {
	width: 366px;
	height: 48px;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 24px;
	margin: 0 15px;
	line-height: 30px;
}
.mvp_product_wishlist .btn {
	width: 48px;
	height: 48px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	border-color: #eee;
}

.mvp_product_wishlist .btn:hover svg{
	filter: brightness(0) invert(1);
}

p.pp_Quantity_lebel {
	margin-top: 15px;
}

.PDP_shipping_text h2{
font-size: 18px;
font-weight: 500;
}
.PDP_shipping_text ul {
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}
.share-icon p {
font-size: 18px;
font-weight: 500;
margin-right: 18px;
}
.share-icon a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #fff;
	font-size: 18px;
}
.successaddmessage .footer .right {
	display: none;
}
.successaddmessage .footer .left {
	width: 100%;
}
.successaddmessage .npopup-view {
	float: right;
}
.PDP_pre_order_msg p{
	margin-bottom: 0;
}
body#n_product div#accordion .mvp_barder .card-header a[aria-expanded="false"]:after {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	float: right;
	font-size: 22px;
	font-weight: 600;
}
body#n_product div#accordion .mvp_barder .card-header a[aria-expanded="true"]:after {
	content: "\f068";
	font-family: 'Font Awesome 5 Free';
	float: right;
	font-size: 22px;
	font-weight: 600;
}
.tab_heading{
	font-size: 22px;
	font-weight: 500;
}
.decscription {
	margin-top: 24px;
}
div#accordion .mvp_barder {
	border-top: 1px solid #ddd;
}
div#accordion .card-header {
	padding: 20px 0 !important;
}
div#accordion {
	margin-top: 30px;
}
.bes_history{
	margin: 0 -10px;
}
.bes_history article{
	padding: 0 10px !important;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.history_heding{
color: #000;
font-family: Roboto Condensed;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
/* =======================cart_page===================== */
div#cart_page {
	margin-top: 65px;
}
.options-column .mvp_pqty input {
	width: 186px;
	height: 48px !important;
	border-radius: 24px !important;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.options-column .mvp_pqty a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 !important;
}
.options-column .plus {
	right: 21px;
}
.options-column .minus {
	left: 21px;
}
.cartTable th {
	border: none !important;
	font-size: 20px;
	font-weight: 500;
}

.cartTable p.h4 {
	font-size: 20px;
	font-weight: 400;
}

.cart_pre_order{
	color: #800080;
	font-family: Roboto Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cart_pre_order span.pre_btn {
	background-color: #800080;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10x !important;
	padding: 0 10px;
	border-radius: 4px;
}
.cart_p{
	font-size: 20px;
	font-weight: 500;
}
.cartTable th,
.cartTable td {
	padding: 15px 30px;
}
.cartTable--heading-item-product{
	width: 175px;
}
.cartTable--heading-quantity{
	width: 310px;
}
.cartTable--heading-price {
	width: 178px;
}
th.cartTable--heading.cartTable--heading-remove.d-none.d-sm-table-cell {
	width: 182px;
}
.Continue_shopping {
	width: 228px;
	height: 48px;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 500;
}
.Update_cart {
	width: 228px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 48px;
	border-radius: 24px;
	margin-left: auto;
}
.Update_cart:hover{
	background-color: #E4002B;
	color: #fff;
}
.ctp_heding {
	background: #ECECEC;
	padding: 11px 30px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
}
.shipping_cart .form-control {
	height: 48px;
	width: 319px;
	border-radius: 24px;
	color: #777676;
	font-size: 18px;
}
.shipping_section .calculate_shipping {
	background-color: #000;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	border-radius: 24px;
	width: 228px !important;
	text-transform: uppercase;
	height: 48px;
}
input#ship_zip {
	width: 319px;
	margin: 0 10px;
	border-radius: 24px;
	height: 48px;
	font-size: 18px;
	color: #777676;
}
.shipping_section .calculate_shipping:hover{
	background-color: #E4002B;
}
.mvp_cart_top {
	margin-top: 67px;
}
.order_summary th,
.order_summary td {
	border: none;
	padding: 7px 30px;
	font-size: 18px;
}
.order_summary_heding {
	background-color: #ECECEC;
	font-size: 20px;
	font-weight: 500;
	padding: 11px 30px;
	margin-bottom: 9px;
}
.grand_total{
	font-size: 22px !important;
	font-weight: 700;
}
.dis_appy h2{
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}
.s_table_left_pp {
	padding-left: 85px;
}
input#addcpn {
	width: 354px;
	height: 48px;
	border-radius: 24px;
	margin-right: 15px;
}
.dis_appy .btn {
	width: 158px;
	height: 48px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #000;
	border-color: #000;
	border-radius: 24px;
}
.dis_appy .card-body {
	background: #ECECEC;
	padding: 25px 30px;
}
.dis_appy .btn:hover{
	background-color: #E4002B;
	border-color: #E4002B;
	color: #fff;
}
.check_box_section {
	padding: 30px 30px 8px 30px;
}
button#myButton {
	height: 52px;
	border-radius: 32px;
	font-size: 20px;
	font-weight: 500;
}
.mvp_btn_pp_cart{
	padding: 0 45px;
}
div#cart_page .page-header {
	margin-bottom: 30px;
} 
.PDP_artict_label {
	padding: 6px 11px 5px 11px;
	border: 1px solid #000;
	border-radius: 4px;
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
body#n_product .mvp_header_lebel .new_badge {
	background: #1A75CF;
	color: #fff;
	border-radius: 4px !important;
	font-size: 16px !important;
	padding: 7.5px 11px 6.5px 11px !important;
	margin-right: 8px;
}
.col-12.mvp_header_lebel{
	margin-bottom: 12px;
}
a.show_all_filter {
	position: absolute;
	right: 30px;
	color: #797979;
	font-family: Roboto Condensed;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	border: none !important;
	padding-bottom: 0 !important;
	top: 3px;
	z-index: 11111111;
}
body .npopup{
	display: none !important;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart ul {
	height: calc(100% - 134px);
}
ul.mvp_shiping_op {
	padding-left: 33px;
	margin-bottom: 0;
}
ul.mvp_shiping_op li{
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
}
.text-warning {
	color: #800080 !important;
}

.insta-title {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.instragram {
	margin-bottom: 100px;
}
.mvp_link{
	color: #000 !important;
}
.megamenu_collum{
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
	/* height: 40vh;
	overflow: hidden; */
}
body .megamennu_drop .megamenu_collum .lvl-1 {
	color: #000;
	font-size: 20px !important;
	font-weight: 500 !important;
	padding: 3px 0px 16px !important;
}
body .megamennu_drop .megamenu_collum .lvl-2 {
	color: #000;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 3px 0px 10px !important;
}
.megamenu_product_row article{
	flex: 0 0 50% !important;
	max-width: 50% !important;
}
.megamenu_product_row article p.price,
.megamenu_product_row article form.buying-options {
	display: none !important;
}
.megamennu_drop {
	padding: 55px 0;
}
body .megamennu_drop .megamenu_collum .lvl-1:hover,
body .megamennu_drop .megamenu_collum .lvl-2:hover {
	color: #E4002B !important;
}
.megamennu_drop {
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .12);
}

.home_video .embed-responsive-16by9 {
	position: relative;
	height: 80% !important;
	/* Adjust the percentage to your preference */
	overflow: hidden !important;
}

.home_video .embed-responsive-16by9 video {
	/* position: absolute; */
	position: unset;
	top: -15% !important;
	bottom: -15% !important;
	width: 100% !important;
	height: auto !important;
}
.home_video .embed-responsive-16by9:before {
	/* padding-top: 47.25% !important; */
	padding-top: 0px !important;
}
.main_menu li .main_level{
	border-bottom: 4px solid transparent;
}

.main_menu li:hover .main_level {
	 border-bottom-color: #000 !important;
	 color: #000 !important;
}
h1.display-4 {
	width: 100%;
	font-weight: 500;
}
iframe#contact_map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.mvp_contact_page {
	margin: 40px 0px;
}
.mvp_contact_page * {
	color: #000 !important;
}
/* form#contact_form {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
} */
form#contact_form p,
form#contact_form label {
	margin-bottom: 0;
}
.mvp_main {
	max-width: 800px;
	margin: 0 auto;
}
form#contact_form {
	max-width: 800px;
	margin: 0 auto;
}
.wrapper-footer nav .nav-link:hover{
	color: #E4002B !important;
}
.wrapper-footer .list-inline li:last-child {
	margin-right: 0 !important;
}
#n_customer_account footer.wrapper-footer {
	margin-top: 30px;
}
#n_customer_account a.btn.btn-outline-secondary.btn-lg.btn-block:hover h3{
	color: #fff !important;
}
.Product_thumbnail .thumbnail:hover .mvp_main,
.Product_thumbnail .thumbnail .mvp_atl {
	display: none;
}
.Product_thumbnail .thumbnail:hover .mvp_atl,
.Product_thumbnail .thumbnail .mvp_main {
	display: block;
	background-color: #fff;
}
.mvp_filter_btn {
	display: inline-block;
	padding: 20px 20px 30px;
	padding-top: 0;
}
.neto-instagram-addon-widget .widget-title {
	display: none;
}

.mvp_product_table{
	width: 175px;
}
#mvp_search_mob form {
	border: 1px solid #ddd;
	border-radius: 50px;
}
.mvp_info_containt {
	width: 349px;
	height: 56px;
	padding: 0;
	line-height: 56px;
}
.dah_catbelowpagination {
	margin-top: 20px;
	margin-bottom: 102px;
}

.list-view-table .sku {
	flex: 0 0 15%;
}
.list-view-table .model {
	flex: 0 0 calc(55% - 50px);
}
.list-view-table .price{
	flex: 0 0 20%;
}
.list-view-table .view_btn{
	flex: 0 0 10%;
}
.list-view-table .comman {
	padding: 10px 5px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.list-view-table:nth-child(2n+1) {
	background-color: #ddd !important;
}
.thumb_list .row {
	margin: 0;
}
.thumb_list .view_btn.comman .btn {
	border-radius: 24px;
	padding: 0 15px;
	margin-top: 1px;
	display: inline-block;
}

.thumb_list .list-view-table .form-inline .btn {
		transform: scale(0);
}
.thumb_list .list-view-table:hover .form-inline .btn {
	transform: scale(1);
}
.odd-even {
	cursor: pointer;
}
.viewby .active i,
.viewby i:hover {
	color: #E4002B !important;
}
.viewby {
	background: #fff;
	border-radius: 10px;
	height: 53px;
	padding-right: 22px;
	padding-left: 22px;
}
.viewby span {
	font-size: 20px;
	font-weight: 500;
}
 .viewby i {
 	position: relative;
 	top: 1px;
 	font-size: 25px;
 }
 .thumb_list .rrp_list_view {
 	font-size: 14px;
 }
 .view_btn.comman {
 	justify-content: end;
 }
/* ========================Responsive====================== */
@media only screen and (max-width: 1919px) and (min-width: 1366px) {
	.info_left {
		margin-left: 13px;
	}
	.main_menu .navbar-nav li a.nav-link {
		color: #FFF;
		font-size: 16px;	
		padding: 15px 9px 11px;
	}
	.mvp_left_copy {
		padding-right: 0;
	}
	.sub_category{
		margin: 0 -7.5px;
	}
	.item_subcate {
		max-width: 16.666%;
		flex: 0 0 16.666%;
		padding: 0 7.5px !important;
	}
	.dah_catbelowpagination {
		margin-top: 20px !important;
		margin-bottom: 70px !important;
	}
	.bes_history article {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	.shipping_cart .form-control {
		width: 200px;
	}
	input#ship_zip {
		width: 200px;
	}
	input#addcpn {
		width: 146px;
	}
	.blog_section .caption p {
		height: 76px;
	}
	.list-view-table .comman {
		display: flex;
		align-items: center;
	}
	.list-view-table .model {
		flex: 0 0 calc(50% - 50px);
	}
	.list-view-table .price {
		flex: 0 0 25%;
	}

	.PDP_pre_order_msg .PDP_pre-order_text{
		height: 95px !important;
	}
	.PDP_pre_order_msg .PDP_pre-order_text:after {
		content: "";
		top: 68.3% !important;
	}
}

@media only screen and (max-width: 1365px) and (min-width: 992px) {
	.info_left {
		margin-left: 13px;
	}

	.main_menu .navbar-nav li a.nav-link {
		color: #FFF;
		font-size: 14px;
		padding: 15px 4px 11px;
		display: flex;
		align-items: center;
		justify-content: left;
		text-align: center;
		height: 100%;
	}
	.Trending_section,
	.New_Arrivals_section,
	.Preorders_section,
	.Markdowns_section,
	.blog_section,
	.cantaint_section {
		margin-top: 50px;
	}
	.web-logo{
		flex: 0 0 20%;
		max-width: 20%;
	}
	.l-sec-left{
		flex: 0 0 40%;
		max-width: 40%;
	}
	.l-sec-right {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.header-search {
		width: 100%;
	}
	.wrapper-logo>a {
		margin-bottom: -26px;
	}
	.info_left {
		margin-left: 0px;
	}
	.info_left li:first-child a {
		padding-left: 0 !important;
	}
	.info_right li:last-child a{
		padding-right: 0 !important;
	}
	.info_right {
		margin-left: 110px;
	}
	.blog_section .caption h4 {
		height: 60px;
		margin-bottom: 19px;
	}
	.Newsletter_section {
		margin-top: 30px;
	}
	.checkbox.mvp_condition {
		text-align: left !important;
	}
	.copy_text {
		text-align: center;
	}
	.wrapper-footer .list-inline {
		justify-content: center !important;
	}
	.mvp_bottom_text {
		text-align: center;
	}
	.banners_serech {
		width: calc(100% - 83px);
	}
	.output-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: auto;
		grid-gap: 10px;
	}

	.output-grid .image:last-child {
		display: none !important;
	}
	.sub_category {
		margin: 0 -7.5px;
	}

	.item_subcate {
		max-width: 20%;
		flex: 0 0 20%;
		padding: 0 7.5px !important;
	}
	aside#left-sidebar #filters {
		grid-template-columns: repeat(3, 1fr);
	}
	.dah_catbelowpagination {
		margin-top: 11px !important;
		margin-bottom: 60px !important;
	}
	.mvp_qtywrap input {
		width: 147px;
	}
	.addtocart_btn .btn {
		width: 235px;
	}
	 .bes_history article {
	 	flex: 0 0 20%;
	 	max-width: 20%;
	 }
	 .cartTable th,
	 .cartTable td {
	 	padding: 15px 15px;
	 }
	 .options-column .mvp_pqty input {
	 	width: 130px;
	 }
	 .cartTable--heading-quantity {
	 	width: 160px;
	 }
	 .cartTable--heading-price {
	 	width: 103px;
	 }
	 th.cartTable--heading.cartTable--heading-remove.d-none.d-sm-table-cell {
	 	width: 60px;
	 }
	 .mvp_product_table{
		width: 125px;
	 }
	 div#cart_page {
	 	margin-top: 40px;
	 }
	 div#cart_page .page-header {
	 	margin-bottom: 20px;
	 }
	 .shipping_cart .form-control {
	 	width: 137px;
	 }
	 .shipping_section .calculate_shipping {
	 	width: 192px !important;
	 }
	 input#ship_zip {
	 	width: 111px;
	 }
	 .s_table_left_pp {
	 	padding-left: 15px;
	 }
	 .order_summary th,
	 .order_summary td {
	 	padding: 7px 0px;
	 }
	 input#addcpn {
	 	width: 319px;
	 	margin-right: 10px;
	 }
	 .dis_appy .card-body {
	 	padding: 20px 15px;
	 }
	 .mvp_dis_app{
		flex-wrap: wrap !important;
	 }
	 .dis_appy .btn {
	 	width: 100px;
	 }
	 .mvp_btn_pp_cart {
	 	padding: 0 30px;
	 }
	 .row.mvp_pb_footer {
	 	padding-bottom: 28px;
	 }
	 .list-view-table .price {
	 	flex: 0 0 35%;
	 }
	  .list-view-table .model {
	  	flex: 0 0 calc(40% - 50px);
	  }
	 .list-view-table .sku {
	 	flex: 0 0 15%;
	 }
	 .main_menu .navbar-nav .megamennu_drop .lvl-2 {
	 	font-size: 15px !important;
	 }
	 .megamenu_product_row {
	 	margin: 0 -5px;
	 }
	  .megamenu_product_row article{
		padding: 0 5px !important;
	  }
	  .list-view-table .comman {
	  	display: flex;
	  	align-items: center;
	  }
	 
	.PDP_pre_order_msg .PDP_pre-order_text {
		height: 95px !important;
	}

	.PDP_pre_order_msg .PDP_pre-order_text:after {
		content: "";
		top: 68.3% !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.copy_text {
		text-align: center;
	}
	.wrapper-footer .list-inline {
		justify-content: center !important;
	}
	.mvp_bottom_text {
		text-align: center;
	}
	.mob-left li {
		border-right: 1px solid #fff;
	}
	.mob-right li {
		border-left: 1px solid #fff;
	}
	.mobile_menu a {
		padding: 12px 28px;
		display: flex;
		height: 100%;
		align-items: center;
	}
	.web-logo img {
		max-width: 168px;
	}
	.wrapper-logo>a {
		margin-bottom: -25px;
	}
	#mvp_mobilemenu {
		position: absolute;
		width: 100%;
		top: 100%;
		z-index: 111111;
		background: #fff;
		box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .12);
	}
	#mvp_mobilemenu .mvp_border {
		border-top: 1px solid #D9D9D9;
		padding: 16px 15px;
		font-size: 18px;
		font-weight: 700;
	}
	.bor_main[aria-expanded="false"]::after{
		content: '\f107';
		float: right;
		font-size: 32px;
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		position: relative;
		top: -8px;
	}
	.bor_main[aria-expanded="true"]::after {
		content: '\f106';
		float: right;
		font-size: 32px;
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		position: relative;	
		top: -8px;
	}
	#mvpbor .lev-1 {
		padding: 7px 0;
		display: inline-block;
		font-size: 18px;
		width: 100%;
		line-height: 1.2;
	}
	#mvpbor .lev-1[aria-expanded="false"]::after{
		content: '\f107';
		float: right;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		right: 0;
	}
	#mvpbor .lev-1[aria-expanded="true"]::after {
		content: '\f106';
		float: right;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		right: 0;
	}
	.mob_view_all {
		position: absolute;
		width: 55px;
		right: 25px;
		top: 8px;
		z-index: 1111;
	}
	.mvp_mb_lvl_2 {
		padding-left: 20px;
		list-style: none;
	}
	.banners_serech {
		width: calc(100% - 40px);
		height: 80px;
	}
	.banners_serech .input-group-append .btn {
		width: 150px;
		margin-right: 12px;
	}
	.mvp_banners_he {
		padding-left: 23px;
	}
	#mvp_search_mob {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 3;
		margin-top: 5px;
	}
	#mob_cart {
		position: absolute;
		right: -5px;
		top: 9px;
		width: 16px;
		height: 16px;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		background: #fff;
		overflow: hidden;
		font-size: 12px;
		color: #E4002B;
	}
	.Trending_section,
	.New_Arrivals_section,
	.Preorders_section,
	.Markdowns_section,
	.blog_section,
	.cantaint_section {
		margin-top: 50px;
	}
	h2.section-title {
		font-size: 36px;
	}
	.Trending_section .head-bg {
		height: 110px;
	}
	.btn-wrap .btn {
		height: 40px;
		width: 40px;
	}
	 .products-row {
		margin: 0 -10px;
	 }
	  .products-row article{
		padding: 0 10px;
	  }
	  .mvp_info {
	  	margin-top: 50px;
	  }
	  .New_Arrivals_section .head-bg {
	  	height: 110px;
	  }
	  .Preorders_section .head-bg {
	  	height: 110px;
	  }
	  .Markdowns_section .head-bg {
	  	height: 110px;
	  }
	  .blog_section .head-bg {
	  	height: 110px;
	  }
	  .blog_section .caption h4 {
	  	height: 63px;
	  	/* overflow: hidden; */
	  }
	  .insta-title {
	  	margin-top: 0px;
	  	margin-bottom: 35px;
	  }
	  .instragram {
	  	margin-bottom: 40px;
	  }
	  footer.wrapper-footer {
	  	padding-top: 55px;
	  }
	  .mvp_condition {
	  	text-align: left !important;
	  }
	  .Newsletter_section {
	  	margin-top: 35px;
	  }
	  .output-grid {
	  	display: grid;
	  	grid-template-columns: repeat(3, 1fr) !important;
	  	grid-template-rows: auto;
	  	grid-gap: 10px;
	  }

	  .output-grid .image:nth-child(4),
	  .output-grid .image:nth-child(5) {
	  	display: none !important;
	  }
	  body:not(#n_home) article {
	  	margin-bottom: 20px;
	  }
	 .sort_container {
	 	margin-top: 15px;
	 	margin-bottom: 30px;
	 }
	  .sub_category {
	  	margin: 0 -7.5px;
	  }

	  .item_subcate {
	  	max-width: 33.33%;
	  	flex: 0 0 33.33%;
	  	padding: 0 7.5px !important;
	  }
	  aside#left-sidebar #filters {
	  	grid-template-columns: repeat(1, 1fr);
	  }
	  .cat_filter a {
	  	width: 100%;
	  	text-align: center;
	  }
	  .page-header {
	  	font-size: 36px;
	  }
	  .sub_cate_box {
	  	margin-bottom: 15px;
	  }
	  .subcat_bellow {
	  	margin: 18px 0px 36px 0px !important;
	  }
	.dah_catbelowpagination {
		margin-top: 20px !important;
		margin-bottom: 60px !important;
		justify-content: center !important;
	}
	.thumb_list .card-body .card-title,
	.thumbnail.card-body .card-title {
		font-size: 16px;
	}
	 .Artist {
	 	font-size: 16px;
	 }
	 .Product_thumbnail .caption {
	 	padding: 15px;
	 }
	 .bes_history article {
	 	flex: 0 0 25%;
	 	max-width: 25%;
	 }
	 #_jstl__header_r {
	 	margin-top: 35px;
	 }
	 .decscription {
	 	margin-top: 15px;
	 }
	 .share-icon hr {
	 	margin-top: 25px !important;
	 	margin-bottom: 25px !important;
	 }
	  .cartTable th,
	  .cartTable td {
	  	padding: 15px 15px;
	  }

	  .options-column .mvp_pqty input {
	  	width: 130px;
	  }

	  .cartTable--heading-quantity {
	  	width: 160px;
	  }

	  .cartTable--heading-price {
	  	width: 103px;
	  }

	  th.cartTable--heading.cartTable--heading-remove.d-none.d-sm-table-cell {
	  	width: 60px;
	  }

	  .mvp_product_table {
	  	width: 125px;
	  }

	  div#cart_page {
	  	margin-top: 40px;
	  }

	  div#cart_page .page-header {
	  	margin-bottom: 20px;
	  }

	  .shipping_cart .form-control {
	  	width: 269px;
	  }

	  .shipping_section .calculate_shipping {
	  	width: 192px !important;
	  }

	  input#ship_zip {
	  	width: 245px;
	  }

	  .s_table_left_pp {
	  	padding-left: 15px;
	  }

	  .order_summary th,
	  .order_summary td {
	  	padding: 7px 0px;
	  }

	  .mvp_btn_pp_cart {
	  	padding: 0 30px;
	  }
	  .cartTable p.h4 {
	  	font-size: 16px;
	  }
	  .mvp_cart_top {
	  	margin-top: 30px;
	  }
	  .order_summary_heding {
	  	margin-top: 30px;
	  }
	  #n_checkout .insta-title {
	  	margin-top: 30px;
	  	margin-bottom: 20px;
	  }
	  input#addcpn {
	  	width: 300px;
	  }
	  .nav-item.contact_us a {
	  	padding-right: 0 !important;
	  }
	  .blog_section .caption p {
	  	height: 76px;
	  }
	  .row.mvp_pb_footer {
	  	padding-bottom: 32px;
	  }
	  .bes_history .card-body .card-title,
	  .bes_history .card-body .card-title {
	  	height: 40px;
	  	overflow: hidden;
	  }
	  .viewby{
		display: none;
	  }
	  .sub_cate_box {
	  	height: calc(100% - 15px);
	  }


	.PDP_pre_order_msg .PDP_pre-order_text {
		height: 97px !important;
	}
	.PDP_pre_order_msg .PDP_pre-order_text:after {
		content: "";
		top: 69.3% !important;
		
	}
}

@media only screen and (max-width: 767px) {
	.mob-left li {
		border-right: 1px solid #fff;
	}

	.mob-right li {
		border-left: 1px solid #fff;
	}
	.mobile_menu a {
		padding: 12px 28px;
		display: flex;
		height: 100%;
		align-items: center;
	}
	.web-logo img {
		max-width: 168px;
	}
	.wrapper-logo>a {
		margin-bottom: -25px;
	}
	#mvp_mobilemenu {
		position: absolute;
		width: 100%;
		top: 100%;
		z-index: 111111;
		background: #F5F6F6;
	}
	/* #mvp_mobilemenu .mvp_border {
		border-bottom: 1px solid #D9D9D9;
		padding: 16px 0;
		font-size: 18px;
		font-weight: 700;
	} */
	#mob_cart {
		position: absolute;
		right: -5px;
		top: 9px;
		width: 16px;
		height: 16px;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		background: #fff;
		overflow: hidden;
		font-size: 12px;
		color: #E4002B;
	}
	.Trending_section,
	.New_Arrivals_section,
	.Preorders_section,
	.Markdowns_section,
	.blog_section,
	.cantaint_section {
		margin-top: 30px;
	}
	h2.section-title {
		font-size: 30px;
		text-align: left !important;
	}
	.btn-wrap .btn {
		height: 40px;
		width: 40px;
	}
	.mvp_info {
		margin-top: 30px;
	}
	.New_Arrivals_section .head-bg {
		height: 110px;
	}

	.Preorders_section .head-bg {
		height: 110px;
	}

	.Markdowns_section .head-bg {
		height: 110px;
	}
	.blog_section .head-bg {
		height: 110px;
	}
	 .insta-title {
	 	margin-top: 20px;
	 	margin-bottom: 20px;
		font-size: 30px;
	 }

	 .instragram {
	 	margin-bottom: 30px;
	 }
	 footer.wrapper-footer {
	 	padding-top: 55px;
	 }
	 .mvp_condition {
	 	text-align: left !important;
	 }
	 .Newsletter_section {
	 	margin-top: 35px;
	 }
	  .products-row {
	  	margin: 0 -7.5px;
	  }

	  .products-row article {
	  	padding: 0 7.50px;
	  }
	   .output-grid {
	   	display: grid;
	   	grid-template-columns: repeat(2, 1fr) !important;
	   	grid-template-rows: auto;
	   	grid-gap: 10px !important;
	   }
	    .output-grid .image:nth-child(3),
	   .output-grid .image:nth-child(4),
	   .output-grid .image:nth-child(5),
	    .output-grid .image:nth-child(6) {
	   	display: none !important;
	   }
	   .banners_serech {
	   	width: calc(100% - 40px);
	   	height: 80px;
	   }
	   .banners_serech .input-group-append .btn {
	   	width: 150px;
	   	margin-right: 12px;
	   }
	   .mvp_banners_he {
	   	padding-left: 23px;
	   }
	    .navbar-nav {
	   	flex-direction: row;
	   }
	    .New_Arrivals_section .head-bg {
	    	height: 110px;
	    }

	    .Preorders_section .head-bg {
	    	height: 110px;
	    }

	    .Markdowns_section .head-bg {
	    	height: 110px;
	    }

	    .blog_section .head-bg {
	    	height: 110px;
	    }
		#mvp_mobilemenu {
			position: absolute;
			width: 100%;
			top: 100%;
			z-index: 111111;
			background: #fff;
			box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .12);
		}

		#mvp_mobilemenu .mvp_border {
			border-top: 1px solid #D9D9D9;
			padding: 16px 15px;
			font-size: 18px;
			font-weight: 700;
		}

		.bor_main[aria-expanded="false"]::after {
			content: '\f107';
			float: right;
			font-size: 32px;
			font-weight: 700;
			font-family: 'Font Awesome 5 Free';
			position: relative;
			top: -8px;
		}

		.bor_main[aria-expanded="true"]::after {
			content: '\f106';
			float: right;
			font-size: 32px;
			font-weight: 700;
			font-family: 'Font Awesome 5 Free';
			position: relative;
			top: -8px;
		}

		#mvpbor .lev-1 {
			padding: 7px 0;
			display: inline-block;
			font-size: 18px;
			width: 100%;
			line-height: 1.2;
		}

		#mvpbor .lev-1[aria-expanded="false"]::after {
			content: '\f107';
			float: right;
			font-size: 24px;
			font-weight: 700;
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			right: 0;
		}

		#mvpbor .lev-1[aria-expanded="true"]::after {
			content: '\f106';
			float: right;
			font-size: 24px;
			font-weight: 700;
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			right: 0;
		}

		.mob_view_all {
			position: absolute;
			width: 55px;
			right: 25px;
			top: 8px;
			z-index: 1111;
		}

		.mvp_mb_lvl_2 {
			padding-left: 20px;
			list-style: none;
		}
		.banners_serech {
			width: calc(100% - 40px);
			height: 40px;
		}

		.banners_serech .input-group-append .btn {
			width: 100px;
			margin-right: 5px;
			font-size: 16px;
			height: 30px;
			line-height: 17px;
			padding: 0;
		}

		.mvp_banners_he {
			padding-left: 12px;
		}

		#mvp_search_mob {
			position: absolute;
			top: 100%;
			width: 100%;
			z-index: 3;
			margin-top: 5px;
		}
		.New_Arrivals_section .head-bg {
		height: 90px;
		}

		.Preorders_section .head-bg {
		height: 90px;
		}

		.Markdowns_section .head-bg {
		height: 90px;
		}

		.blog_section .head-bg {
		height: 90px;
		}
		.Trending_section .head-bg {
			height: 90px;
		}
		.banners_serech input#name_search::placeholder,
		.banners_serech input#name_search {
			font-size: 14px;
		}
		.banners_serech .mvp_banners_he svg {
			width: 18px;
		}
		.blog_section .caption h4 {
			height: 52px;
			font-size: 20px;
		}
		.blog_section .caption p {
			font-size: 15px;
		}
		.wrapper-footer h4.nav-link,
		.wrapper-footer h4.nav-link:hover,
		.wrapper-footer h4.nav-link:focus {
			margin-bottom: 18px;
		}
		.contact_menu {
			margin-top: 25px;
		}
		footer.wrapper-footer .list-social {
			justify-content: start !important;
		}
		.row.mvp_pb_footer {
			padding-bottom: 17px;
		}
		.copy_text {
			text-align: center;
		}
		.mvp_bottom_text {
			text-align: center;
		}
		.sort_container {
			margin-top: 15px;
			margin-bottom: 15px;
		}
		body:not(#n_home) article {
			margin-bottom: 15px;
		}
		.dah_catbelowpagination{
			display: block !important;
			text-align: center;
		}
		.dah_catbelowpagination {
			display: block !important;
			text-align: center;
			margin-top: 1.5rem !important;
			margin-bottom: 3rem !important;
		}
		.pagination .page-link {
			width: 42px;
			height: 42px;
		}
		.dah_catpageNumberForm {
			justify-content: center !important;
			margin-top: 15px;
		}
		form#pageNumberForm .pageNumber {
			width: 80px;
			height: 42px;
			border-radius: 24px;
			border: none;
			text-align: center;
			margin: 0 11px;
		}
		form#pageNumberForm .btn {
			width: 80px;
			height: 42px;
			border-radius: 24px;
			border: none;
			font-size: 18px;
			font-weight: 500;
			background-color: #E4002B;
			font-weight: 500;
			text-transform: uppercase;
			color: #fff;
		}
		 .sub_category {
		 	margin: 0 -7.5px;
		 }

		 .item_subcate {
		 	max-width: 50%;
		 	flex: 0 0 50%;
		 	padding: 0 7.5px !important;
		 }
		aside#left-sidebar #filters {
		grid-template-columns: repeat(1, 1fr);
		}
		.page-header {
			font-size: 30px;
		}
		.sub_cate_box {
			margin-bottom: 15px;
		}
		 .subcat_bellow {
		 	margin: 18px 0px 18px 0px !important;
		 }
		 .cat_filter a {
		 	width: 100%;
			text-align: center;
		 }
		 .thumb_list .card-body .card-title,
		 .thumbnail.card-body .card-title {
		 	font-size: 16px;
		 }
		 .Artist {
		 	font-size: 16px;
		 }
		 .Product_thumbnail .caption {
		 	padding: 15px;
		 }
		 .thumb_list .card-body .price,
		 .thumbnail.card-body p.price {
		 	font-size: 16px;
		 }
		 #_jstl__header_r {
		 	margin-top: 35px;
		 }
		 .decscription {
		 	margin-top: 15px;
		 }
		  .share-icon hr {
		  	margin-top: 25px !important;
		  	margin-bottom: 25px !important;
		  }
		  .history_heding {
		  	font-size: 36px;
		  }
		  .wrapper-product-title>h1 {
		  	font-size: 30px;
		  }
		  .mvp_qtywrap input {
		  	width: 126px;
		  }
		 .addtocart_btn .btn {
		 	width: auto;
		 	margin: 0 8px;
		 }
		  .wrapper-pricing .h1 {
		  	font-size: 30px;
		  }
		  .bes_history article {
		  	flex: 0 0 50%;
		  	max-width: 50%;
		  }
		    .cartTable th,
		    .cartTable td {
		    	padding: 15px 15px;
		    }

		    .options-column .mvp_pqty input {
		    	width: 100px;
		    }

		    .cartTable--heading-quantity {
		    	width: 130px;
		    }

		   .cartTable--heading-price {
		   	width: 90px;
		   }
		    th.cartTable--heading.cartTable--heading-remove.d-none.d-sm-table-cell {
		    	width: 60px;
		    }

		   .mvp_product_table {
		   	width: 90px;
		   }

		    div#cart_page {
		    	margin-top: 40px;
		    }

		    div#cart_page .page-header {
		    	margin-bottom: 20px;
		    }

		   .shipping_cart .form-control {
		   	width: 100%;
		   }

		   .shipping_section .calculate_shipping {
		   	width: 100% !important;
		   }

		  input#ship_zip {
		  	width: 100%;
		  	margin: 0;
		  }

		    .s_table_left_pp {
		    	padding-left: 15px;
		    }

		    .order_summary th,
		    .order_summary td {
		    	padding: 7px 0px;
		    }

		    .mvp_btn_pp_cart {
		    	padding: 0 30px;
		    }

		    .cartTable p.h4 {
		    	font-size: 16px;
		    }

		    .mvp_cart_top {
		    	margin-top: 30px;
		    }

		    .order_summary_heding {
		    	margin-top: 30px;
		    }

		    #n_checkout .insta-title {
		    	margin-top: 30px;
		    	margin-bottom: 20px;
		    }
			.options-column .plus {
				right: 10px;
			}
			.options-column .minus {
				left: 10px;
			}
			.cartTable th {
				font-size: 16px;
			}
			.cart_p {
				font-size: 16px;
			}
			.Continue_shopping {
				width: 100%;
			}
			.Update_cart {
				width: 100%;
			}
			.mvp_post_code_label{
				margin: 0 !important;
			}
			.mvp_dis_app {
				flex-wrap: wrap;
			}
			.dis_appy .card-body {
				padding: 15px;
			}
			.dis_appy .btn {
				width: 128px;
			}
			input#addcpn {
				width: calc(100% - 15px);
			}
			.mvp_add_width {
				width: calc(100% - 130px);
			}
			.mvp_info_containt {
				width: 340px;
				height: 40px;
				padding: 0;
				line-height: 40px;
			}
			.nav-item.contact_us a {
				padding-right: 0 !important;
			}
			.blog_section .caption p {
				height: 76px;
			}
			#content_disc {
				max-height: none;
				overflow: hidden;
				transition: max-height 2s ease;
			}

			#readMoreLink {
				cursor: pointer;
				color: #E4002B;
				font-weight: 500;
			}
			#content_disc.content-limited {
				max-height: 124px;
				transition: max-height 2s ease;
			}
			#content_disc * {
				margin-bottom: 0;
			}
			.breadcrumb .breadcrumb-item:last-child>a {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				display: inline-block;
				width: 100px;
			}
			 .viewby {
			 	display: none;
			 }
			 .sub_cate_box {
			 	height: calc(100% - 15px);
			 }
			 
	.PDP_pre_order_msg .PDP_pre-order_text {
		height: 90px !important;
	}
	.PDP_pre_order_msg .PDP_pre-order_text:after {
		content: "";
		top: 67.3% !important;
	}
}

@media only screen and (max-width: 576px) {
	.web-logo img {
		max-width: 92px;
	}
	.wrapper-logo>a {
		margin-bottom: -10px;
		margin-top: -7px;
	}
	.mobile_menu a {
		padding: 6px 17px;
	}
	.mob-right li:first-child {
		border-left: none !important;
	}
	.top_right_menu .contact_us a {
		padding-right: 0 !important;
	}
	.top_header li>a.nav-link {
		padding: 7px 9px;
	}
	.top_header .top_left_menu li.nav-item {
		margin-right: 10px;
	}
	.thumb_list .card-body .card-title,
	.thumbnail.card-body .card-title {
		height: 56px;
	}
	div#grading-guide {
		padding: 0px !important;
	}


	.PDP_pre_order_msg .PDP_pre-order_text:after {
		content: "";
		top: 69.3% !important;
	}
}

@media only screen and (max-width: 576px) {
.mvp_product_table,
.cartTable--column.cartTable--column-image {
	padding: 0 !important;
	width: 0;
	display: none;
}
.options-column .mvp_pqty input {
	width: 85px;
}
.cartTable--heading-quantity {
	width: 106px;
}
.cartTable th,
.cartTable td {
	padding: 15px 10px;
}
.cartTable--heading-price {
	width: 80px;
}


.PDP_pre_order_msg .PDP_pre-order_text {
    height: 100px !important;
}
}

.output-grid .image,
.output-carousel .image {
	background-color: rgba(228, 0, 43, 0.70) !important;
}
#n_checkout .wrapper-footer .mvp_cart_pay {
	filter: grayscale(1) invert(0) !important;
}


#n_customer_account #ship_zip {
	height: 35px !important;
	border-radius: 0.25rem !important;
}
.mvp_scroll_sitebar {
	max-height: 216px !important;
	overflow-y: auto !important;
}

 ._itmspec_listopt select {
 	height: 48px;
 	border-radius: 24px;
 }

.twetter_header:hover svg g{
	fill: #E4002B;
}

.thumb_list .price span {
	width: 83px;
	display: inline-block;
	text-align: center;
}
div#_jstl__ajax_brands_r .sub_category {
	height: 300px; 
	 overflow: auto;
}
.list-view-table .mvp_list_img {
	max-width: 40px;
}
.thumb_list .card-body .mvpprice,
.thumbnail.card-body p.mvpprice {
	display: flex;
	justify-content: left;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
 .thumbnail p.price {
	flex-direction: column;
	align-items: start;
	line-height: 1.2;
	align-items: start !important;
	height: 41px;
}
.was-price{
	font-size: 14px !important;
	line-height: 1.2;
}







.wrapper-product-title .artist-name{
    font-weight: bold !important;
}
.product_label-show {
    background-color: #D3D3D3;
    padding: 3px 5px;
	color: #000;
}
button.btn.specifications-guidebtn.btn-primary {
    font-size: 18px;
    border-radius: 24px;
    padding: 6px 35px;
}
button.btn.specifications-guidebtn.btn-primary:focus{
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
#grading-guide .modal-header button.close {
    position: absolute;
    right: 10px;
    font-size: 35px;
	z-index: 1;
}
#grading-guide .modal-header {
    padding: 0px;
    border: 0px;
}
table.company-hours tr td {
    color: #fff;
}
.s_table_left_pp .check_box_section .form-check {
	padding: 0px;
}

.s_table_left_pp .check_box_section .form-check:first-child label.form-check-label:not(.hidden) {
    background-color: #C7DAE3;
    padding: 20px 20px 20px 35px;
    width: 100%;
	margin: 0px 0px 22px 0px;
}
.s_table_left_pp .check_box_section .form-check h2 {
    font-weight: 400;
	margin-left: -20px;
}
.s_table_left_pp .check_box_section .form-check-label {
    margin-left: 20px;
}



.PDP_pre_order_msg {
    background-color: #EFDEEE;
    padding: 15px;
    position: relative;
    margin-top: 30px;
}
.PDP_pre_order_msg .PDP_pre-order_text {
    height: 95px;
    overflow: hidden;
    margin-bottom: 10px;
}
.PDP_pre_order_msg .PDP_pre-order_text h2 {
    font-size: 17px;
    color: #800080;
    margin-bottom: 4px;
}
.PDP_pre_order_msg .PDP_pre-order_text .view-all-icon {
    position: absolute;
    right: 15px;
    font-size: 19px;
}
.PDP_pre_order_msg .PDP_pre-order_text .view-all-icon .fa-angle-up {
    font-size: 25px;
}
.PDP_pre_order_msg .read-more-button {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.PDP_pre_order_msg .PDP_pre-order_text.expanded {
    height: 100% !important;
    overflow: visible;
}
.PDP_pre_order_msg .PDP_pre-order_text:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 68.3%;
    display: flex;
    left: 0;
    right: 0;
    opacity: 0.9;
    background-image: linear-gradient(0, #EEE, transparent);
    z-index: 1;
}
.PDP_pre_order_msg .PDP_pre-order_text.expanded:after {
    content: '';
	display: none;
}

@media (max-width: 991.98px){
	.wrapper-product-title .artist-name a{
		text-decoration: unset !important;
	}
}

@media (min-width: 768px){
div#grading-guide .modal-dialog {
    max-width: 700px;
}
}



.side-cart .thumb_cart ul {
	overflow: auto !important;
}
.cartpop-preorder {
    font-size: 16px;
    background-color: #800080;
    max-width: fit-content;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    margin-top: 4px;
    text-transform: uppercase;
	align-content: center;
}
div#filters .filter-group.Artist {
	display: none;
}
@media only screen and (min-width: 1366px) {
aside#left-sidebar .filter-group.Price.Range {
	display: none;
}
}

.sort_option {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	height: 53px;
	padding-right: 22px;
	padding-left: 22px;
}
.cat_filter {
	display: flex;
	align-items: center;
}
.viewby {
	margin: 0 5px;
}
/* .sort_option svg {
	margin-right: 15px;
} */
select#sortby:focus {
	outline: 0;
	box-shadow: none;
}
video#BgVideo {
	width: 100%;
}
@media (max-width: 991.98px) {
.banners_serech .nsearchinput-pl.well {
	margin-top: 80px !important;
}
}
@media (max-width: 767px) {
.banners_serech .nsearchinput-pl.well {
	margin-top: 40px !important;
}
}
.megamennu_drop {
	padding: 55px 0;
	z-index: 1111111111111111;
}


@media only screen and (max-width: 1365px) {
.cat_filter>a,
.viewby a,
.mvptosord {
	padding: 12px 15px;
}
.viewby {
	padding-right: 15px;
	padding-left: 15px;
}
.sort_option {
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width: 991.98px) {
.sort_option {
	width: calc(50% - 10px);
	margin-left: 10px;
	justify-content: center;
}

.cat_filter>a{
	width: calc(50% - 10px);
	margin-right: 10px;
}
}
.mvp_images_lable {
	color: #E4002B;
	font-weight: 500;
}
.home_video {
	background: #333;
}