/* Generic 
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&family=Noto+Sans+TC:wght@400;500&display=block');
body {
	font-family: 'Noto Sans TC', sans-serif;
	color: #676767 /*{1. Body | Text colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover {
	color: #4f4f4f /*{1. Body | Link colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h5, .h6 {
	font-family: Verdana, Geneva, sans-serif /*{1. Body | Header font family}*/;
	font-weight: 700;
}
.h2{font-size: 30px;
    color: #000;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif;}
/* Header 
-------------------------------*/
header {
	background-color: #ffffff /*{2. Header | Background colour}*/;
}
header .header-topbar {
	border-bottom: 1px solid;
	border-color: #f3f3f3 /*{2. Header | Top bar border colour}*/;
}
header .header-topbar .navbar-nav a {
	color: #7a7a7a /*{2. Header | Topbar link colour}*/;
}
.header-menu {
	background-color: rgba(236, 59, 67, 1) /*{2. Header | Menu background colour}*/;
}
.header-menu .navbar-nav > li > a,
.navbar-mobile a.nav-link {
	color: rgba(255, 255, 255, 1) /*{2. Header | Menu link colour}*/;
}
header .btn-header i {
    color: #68615c /*{2. Header | Account/Cart/Search Icon colour}*/;
}
header .btn-header {
	color: #676767 /*{2. Header | Account/Cart/Search Link colour}*/;
}
/* Footer 
-------------------------------*/
.wrapper-footer {
	background-color: #000000 /*{3. Footer | Background color}*/;
}
.wrapper-footer h4 {
	color: rgba(236, 59, 67, 1) /*{3. Footer | Heading colour}*/;
}
.wrapper-footer a, 
.wrapper-footer a:hover, 
.wrapper-footer a:active,
.wrapper-footer * {
	color: #ffffff /*{3. Footer | Text colour}*/;
}
footer .nav.list-social i {
    color: #ffffff /*{3. Footer | Social icon colour}*/;
}
footer .nav.list-social i:hover{
	color: rgba(236, 59, 67, 1);
}
/* Buttons 
-------------------------------*/
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{4. buttons | default-btn-text-colour}*/;
	background-color: #ffffff /*{4. buttons | default-btn-background-colour}*/;
	border-color: #cccccc /*{4. buttons | default-btn-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.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 /*{4. buttons | default-btn-text-colour-hover}*/;
	background-color: #ebebeb /*{4. buttons | default-btn-hover-background-colour}*/;
	border-color: #adadad /*{4. buttons | default-btn-hover-border-colour}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{4. buttons | primary-btn-text-colour}*/;
	background-color: rgba(236, 59, 67, 1) /*{4. buttons | primary-btn-background-colour}*/;
	border: 0;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{4. buttons | primary-btn-hover-text-colour}*/;
	background-color: rgb(203, 48, 56) /*{4. buttons | primary-btn-hover-background-colour}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{4. buttons | success-btn-text-colour}*/;
	background-color: rgba(236, 59, 67, 1) /*{4. buttons | success-btn-background-colour}*/;
	border: 0;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{4. buttons | success-btn-hover-text-colour}*/;
	background-color: rgb(205, 36, 44) /*{4. buttons | success-btn-hover-background-colour}*/;
}
.hover-linear {
	
	cursor: pointer;
	
	transition: .3s;
	margin-bottom: 30px;
  }
 .hover-linear:hover {
	-webkit-box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	
  }
.bg-section{background-image: url(/assets/themes/omgpets/img/marc-olivier-jodoin-NqOInJ-ttqM.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}
#homepage-content{padding-bottom: 50px;
    padding-top: 20px;}
	.widget-container{    display: flex;
		justify-content: center;
		background: #000000c2;
		flex-direction: column;
		align-items: center;
		border-radius: 80px 0px 0px 0px;
		padding-bottom: 50px;
    padding-top: 50px;
	}
		.btndl{padding: 20px 30px;
			font-size: 30px;
			
		}
.font-weight-semibold{
    font-weight: 700;
}
.productpricetext{
    font-size: 25px;
    color: black;
}
.availability i{
    font-size: 20px;
}
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity-input-group {
  display: flex;
  width: 100%;
  position: relative;
}
.quantity-input-group input[type='button'] {
  background-color: #eeeeee;
  transition: all 300ms ease;
}
.quantity-input-group .button-minus,
.quantity-input-group .button-plus {
  font-weight: 700;
  height: 50px;
  padding: 0;
  width: 90px; /* Adjust width as necessary */
  background-color: #000 !important;
  color: white;
  font-size: 20px;
}
.quantity-input-group .button-minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.quantity-input-group .button-plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.quantity-input-group .quantity-field {
  height: 50px;
  text-align: center;
  flex-grow: 1;
  font-size: 13px;
  margin: 0;
  border-left: none;
  border-right: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.bg-yellow {
  background-color: rgba(236, 59, 67, 1) !important;
}
.description-icons{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  text-align: center;
  font-size: 20px;
}
/* Nav */
	
ol, ul {
	list-style:none;
}
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.linkNav {
	text-decoration:none;
	color:#333333;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.linkNav:hover,
.linkNav:focus {
	color:#f28b00;
	text-decoration:none;
	outline:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul, ol {
	padding:0;
}
.navImage {
	max-width:100%;
	height:auto;
}
.btnSearch:hover {
	border:none;
}
.btnSearch:focus {
	outline:none;
}
.btnSearch{
	display:inline-block;
	color:#fff;
	padding:0px 27px 0 27px;
	height:48px;
	line-height:42px;
	font-size:14px;
	color:#ffffff;
	background:#e5e5e5;
	border-radius:30px;
	font-weight:600;
	font-family:"Nunito", sans-serif;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.btnSearch.search-submit-form {
	position:absolute;
	right:2px;
	top:7px;
	padding:0px 10px;
	color:#999999;
	background-color:transparent;
	display:inline-block;
	height:29px;
	line-height:31px;
	font-size:12px;
	border-color:transparent;
	border-left:1px solid #d0d0d0;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.selectOpt{
	position:relative;
	display:block;
	font-family:'Open Sans';
	width:100%;
	line-height:24px;
	padding:8px 15px 8px 30px;
	color:#222222;
	border:2px solid #e5e5e5;
	height:48px;
	border-radius:30px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
 .txtSearch{
	position:relative;
	display:block;
	font-family:'Open Sans';
	width:100%;
	line-height:24px;
	padding:8px 15px 8px 30px;
	color:#222222;
	border:2px solid #e5e5e5;
	height:48px;
	border-radius:30px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.selectOpt {
	border:none;
}
.txtSearch{
	border:2px solid #cacaca;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.txtSearch:-moz-placeholder,
.txtSearch::-moz-placeholder {
	color:#aeaeae;
	opacity:1;
}
.txtSearch:-ms-input-placeholder {
	color:#aeaeae;
}
.selectOpt,
.txtSearch,
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	color:#727272;
}
.selectOpt::-ms-expand {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
}
.container {
	width:1400px;
}
.clearfix {
	clear:both;
}
.sale {
	color:#f28b00;
	font-weight:500;
	font-size:22px;
	font-family:'Nunito';
}
/* aniketrod
-------------------------------------------------------------- */
.aniketrod {
	position:relative;
}
.aniketrod > .overlay {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:909;
	opacity:0;
	display:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.aniketrod > .overlay.show {
	opacity:1;
	display:block;
}
/* Header
-------------------------------------------------------------- */
#header {
	position:relative;
	z-index:999;
	background-color:#fff;
}
/* Header Top */
.header-top {
	border-bottom:1px solid #e5e5e5;
}
.header-top.style1 {
	background-color:#f5f5f5;
	padding:6px 0;
}
.header-top.style2 {
	background-color:#ffa020;
	padding:0px 0;
	border-bottom:none;
}
.header-top.style2 ul.flat-support > li >
a {
	color:#fff;
}
.header-top.style2 ul.flat-support > li {
	border-color:#fec579;
}
.header-top.style2 ul.flat-infomation > li.phone {
	color:#fff;
}
.header-top.style2 ul.flat-infomation > li.phone > a {
	color:#Fff;
}
.header-top.style2 ul.flat-unstyled > li > a {
	color:#fff;
}
.header-top.style3 {
	background-color:#f5f5f5;
	padding:0px 0;
	border-bottom:none;
}
.header-top.style4 {
	background-color:#f5f5f5;
	padding:6px 0 6px;
	border-bottom:none;
}
/* Flat Support */
ul.flat-support li {
	display:inline-block;
	line-height:38px;
	height:37px;
}
ul.flat-support li a {
	border-right:1px solid #e5e5e5;
	padding-right:10px;
	padding-left:7px;
	font-size:12px;
	font-weight:400;
}
ul.flat-support li:first-child > a {
	padding-left:0;
}
ul.flat-support li:last-child > a {
	padding-right:0;
	border-right:none;
}
ul.flat-support.style1 > li,
ul.flat-unstyled.style2 > li {
	display:inline-block;
	line-height:27px;
	height:24px;
}
/* Flat Infomation */
ul.flat-infomation {
	text-align:center;
}
ul.flat-infomation li.phone {
	color:#f28b00;
	line-height:38px;
	height:37px;
	letter-spacing:-0.5px;
}
.grid-right ul.flat-infomation li.phone {
	height:55px;
	line-height:59px;
	font-size:15px;
}
/* Flat Unstyled */
ul.flat-unstyled {
	text-align:right;
	margin-right:3px;
}
ul.flat-unstyled > li {
	display:inline-block;
	line-height:38px;
	height:37px;
	position:relative;
}
ul.flat-unstyled > li > a {
	border-left:1px solid #e5e5e5;
	line-height:1;
	padding-left:9px;
	padding-right:6px;
	letter-spacing:-0.5px;
}
ul.flat-unstyled > li:last-child > a {
	padding-right:0;
}
ul.flat-unstyled > li:first-child > a {
	border-left:none;
}
ul.flat-unstyled > li > a i {
	padding-left:10px;
	padding-right:4px;
}
ul.flat-unstyled > li:last-child > a i {
	padding-right:0px;
}
ul.flat-unstyled > li > ul {
	background-color:#fff;
	border-radius:10px;
	padding:10px 0;
	box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	z-index:99;
	width:130px;
	text-align:left;
	top:100px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.flat-unstyled > li > ul:before {
	content:'';
	position:absolute;
	left:30px;
	top:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #e5e5e5;
	z-index:100;
}
ul.flat-unstyled > li:hover > ul {
	opacity:1;
	visibility:visible;
	top:38px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.flat-unstyled li > ul > li > a {
	display:block;
	padding:1px 15px;
	line-height:24px;
	font-size:12px;
}
.flat-unstyled.style1 {
	float:right;
	line-height:102px;
	height:101px;
	margin-right:3px;
}
/* Header Middle */
.header-middle #logo {
	line-height:97px;
	margin-left:-2px;
	margin-bottom:7px;
}
.header-middle .grid-left #logo {
	margin-bottom:0px;
}
.header-middle .logo.style1 {
	float:left;
	width:23%;
	margin-right:0px;
}
.header-middle.style1 {
	background-color:#f28b00;
}
/* Show Search */
.show-search {
	display:none;
}
.show-search button {
	content:'';
	background:#fff;
	color:#f28b00;
	border-color:transparent;
	height:45px;
	line-height:45px;
	width:45px;
	display:block;
	padding:0;
	border-radius:50%;
	position:relative;
}
.show-search button:before {
	content:"\f002";
	font-family:fontawesome;
	position:absolute;
	font-size:18px;
	line-height:45px;
	left:50%;
	top:0px;
	transform:translateX(-50%);
}
.show-search > button.active:before {
	content:"\f00d";
}
/* Top Search */
.top-search {
	padding:27px 0;
	padding-left:0px;
	width:350px;
}
.top-search form.form-search {
	position:relative;
}
.top-search form.form-search .cat-wrap {
	position:absolute;
	z-index:9;
	padding:15px 0;
}
.top-search form.form-search .cat-wrap-v1 {
	position:absolute;
	z-index:9;
	padding:12px 0;
}
.top-search form.form-search .cat-wrap select {
	height:20px;
	line-height:20px;
	padding:1px 63px 0 36px;
	border-radius:0px;
	border-right:1px solid #e5e5e5;
}
.top-search form.form-search .cat-wrap span {
	position:absolute;
	top:14px;
	right:22px;
	color:#1b1b19;
	font-size:14px;
}
.top-search form.form-search .cat-wrap-v1 span {
	top:11px !important;
}
.top-search form.form-search .cat-wrap .all-categories {
	position:absolute;
	top:80px;
	left:0;
	width:215px;
	border:2px solid #484848;
	border-radius:10px;
	height:287px;
	background:#fff;
	padding:10px 20px;
	z-index:9;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.top-search form.form-search .cat-wrap .all-categories.show {
	top:55px;
	opacity:1;
	visibility:visible;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.top-search form.form-search .cat-wrap .all-categories:before {
	content:'';
	position:absolute;
	border-bottom:5px solid #484848;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	top:-7px;
	left:57px;
}
.top-search form.form-search .cat-wrap .all-categories .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#f28b00;
}
.top-search form.form-search .cat-wrap .all-categories .cat-list-search .title {
	color:#f28b00;
	line-height:30px;
}
.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul {
	margin-bottom:5px;
}
.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li {
	padding-left:9px;
	line-height:20px;
	cursor:pointer;
}
.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li:hover {
	color:#f28b00;
}
.top-search form.form-search .box-search input {
	padding-left:191px;
	padding-top:11px;
	height:49px;
}
.top-search form.form-search .box-search .btn-search {
	position:absolute;
	top:0;
	right:0;
}
.top-search form.form-search .box-search .search-suggestions {
	width:800px;
	overflow:hidden;
	position:absolute;
	top:100px;
	left:0;
	z-index:9;
	opacity:0;
	visibility:hidden;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.top-search form.form-search .box-search .search-suggestions.show {
	opacity:1;
	visibility:visible;
	top:77px;
}
/* Top Search Style1 */
.top-search.style1 {
	width:610px;
	padding:5px 0px 5px 1px;
	float:left;
}
.top-search.style1 form.form-search .box-search input {
	background-color:#fff;
	border-color:#fff;
	height:45px;
	padding-left:188px;
}
.top-search.style1 form.form-search .box-search .btn-search button {
	background:#484848;
	padding:0px 27px 0 32px;
	height:45px;
	line-height:43px;
}
.top-search.style1 form.form-search .box-search .btn-search button img {
	margin-top:-3px;
}
/* Top Search Style2 */
.top-search.style2 {
	padding:28px 0 26px 48px;
	float:left;
	width:68%;
}
.top-search.style2 form.form-search .box-search .btn-search button {
	background:#484848;
	padding:0 29px 0 30px;
	height:49px;
	line-height:39px;
}
.top-search.style2 form.form-search .box-search input {
	background-color:#fff;
	border-color:#fff;
}
/* Top Search Style3 */
.top-search.style3 {
	padding-left:93px;
	margin-right:-37px;
}
/* Search Sugguestions */
.search-suggestions .box-suggestions {
	width:55%;
	float:left;
	background:#fff;
	padding:20px 30px;
}
.search-suggestions .box-suggestions .title,
.search-suggestions .box-cat .title {
	color:#f28b00;
	font-size:14px;
	font-weight:600;
	margin-bottom:15px;
}
.search-suggestions .box-suggestions ul li {
	margin-bottom:28px;
	overflow:hidden;
}
.search-suggestions .box-suggestions ul li .image {
	width:40px;
	float:left;
	height:40px;
	line-height:50px;
	margin-right:20px;
}
.search-suggestions .box-suggestions ul li .info-product {
	overflow:hidden;
}
.search-suggestions .box-suggestions ul li .info-product .name a:not(:hover) {
	color:#484848;
}
.search-suggestions .box-suggestions ul li .info-product .price .sale {
	color:#484848;
	font-size:16px;
	font-weight:500;
	font-family:'Nunito';
	margin-right:15px;
}
.search-suggestions .box-suggestions ul li .info-product .price .regular {
	font-size:13px;
}
.search-suggestions .box-cat {
	width:45%;
	float:left;
	background:#f5f5f5;
	padding:20px 30px;
	height:541px;
	overflow:hidden;
}
.search-suggestions .box-cat li a {
	color:#484848;
	line-height:30px;
}
/* Box Cart */
.box-cart {
	text-align:right;
	padding:20px 0;
}
.box-cart .inner-box {
	display:inline-block;
	position:relative;
}
.box-cart .inner-box > a > div {
	display:inline-block;
}
.box-cart .inner-box > a > div.icon-cart {
	height:48px;
	line-height:40px;
	width:48px;
	text-align:center;
	border:2px solid #e5e5e5;
	border-radius:50%;
	position:relative;
}
.box-cart .inner-box > a:hover > div.icon-cart {
	border-color:#f28b00;
}
.box-cart .inner-box > a > div.icon-cart span {
	position:absolute;
	top:-3px;
	right:-8px;
	background-color:#f28b00;
	width:20px;
	height:20px;
	line-height:18px;
	color:#f4f4f4;
	font-size:11px;
	border-radius:50%;
}
.box-cart .inner-box > a > .price {
	font-weight:600;
	font-size:16px;
	margin-left:8px;
}
.box-cart .inner-box ul.menu-compare-wishlist li {
	display:inline-block;
	margin-right:19px;
}
.box-cart .inner-box ul.menu-compare-wishlist li a {
	display:inline-block;
	height:48px;
	width:48px;
	line-height:40px;
	text-align:center;
	border:2px solid #e5e5e5;
	border-radius:50%;
}
.box-cart .inner-box ul.menu-compare-wishlist li a:hover {
	border-color:#f28b00;
}
.box-cart .inner-box .dropdown-box {
	padding:25px 20px 32px;
	position:absolute;
	background-color:#fff;
	border-radius:8px;
	top:150px;
	width:332px;
	right:0;
	opacity:0;
	visibility:hidden;
	z-index:99;
	box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.box-cart .inner-box .dropdown-box:before {
	content:'';
	position:absolute;
	top:-7px;
	right:70px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #e5e5e5;
}
.box-cart > .inner-box:hover > .dropdown-box {
	top:55px;
	opacity:1;
	visibility:visible;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.box-cart .inner-box .dropdown-box > ul > li {
	position:relative;
	margin-bottom:30px;
}
.box-cart .inner-box .dropdown-box > ul > li .img-product {
	float:left;
	margin-right:20px;
	width:64px;
	height:64px;
	border:2px solid transparent;
	border-radius:8px;
	text-align:center;
}
.box-cart .inner-box .dropdown-box > ul > li:hover .img-product {
	border-color:#e5e5e5;
}
.box-cart .inner-box .dropdown-box > ul > li .info-product {
	text-align:left;
}
.box-cart .inner-box .dropdown-box > ul > li .info-product .name {
	margin-bottom:3px;
	color:#484848;
	font-size:12px;
	line-height:20px;
}
.box-cart .inner-box .dropdown-box > ul > li .info-product .price {
	color:#f28b00;
}
.box-cart .inner-box .dropdown-box > ul > li span.delete {
	position:absolute;
	top:0;
	right:0;
	font-size:18px;
	cursor:pointer;
}
.box-cart .inner-box .dropdown-box .total {
	text-align:left;
}
.box-cart .inner-box .dropdown-box .total span {
	color:#484848;
	font-weight:bold;
	font-size:14px;
}
.box-cart .inner-box .dropdown-box .total span.price {
	color:#f28b00;
	font-size:22px;
	font-weight:500;
	float:right;
}
.box-cart .inner-box .dropdown-box .btn-cart {
	margin-top:30px;
	overflow:hidden;
}
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart {
	padding:10px 33px;
	color:#f28b00;
	border:2px solid #f28b00;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:5;
}
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover {
	color:#fff;
}
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:before,
.box-cart .inner-box .dropdown-box .btn-cart a.check-out:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background:#f28b00;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover:before,
.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover:before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.box-cart .inner-box .dropdown-box .btn-cart a.check-out {
	padding:12px 35px;
	color:#fff;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
	background-color:#484848;
	float:right;
	position:relative;
	overflow:hidden;
	z-index:5;
}
.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover {
	border-color:transparent;
}
/* Header Bottom */
.header-bottom {
	background-color:rgba(236, 59, 67, 1);
    height: 50px;
}
.header-bottom > .container > .row {
	position:relative;
}
.header-bottom.style2 {
	background-color:#e58400;
}
.header-bottom.style3 {
	background-color:#fff;
}
/* Menu Mega
-------------------------------------------------------------- */
#mega-menu {
    position: relative;
    height: 55px;
    width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 11111;
}
#mega-menu > .btn-mega {
	font-weight:600;
	font-size:16px;
	color:#fefefe;
	height:50px;
	padding-left:87px;
	line-height:50px;
	background-color:#949ca4;
	position:relative;
	z-index:98;
	cursor:pointer;
}
#mega-menu:hover ul.menu {
	top:-1px;
	visibility:visible;
	opacity:1;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#mega-menu > .btn-mega > span {
	position:absolute;
	height:2px;
	width:18px;
	left:46px;
	top:24px;
	background-color:#fff;
	display:inline-block;
}
#mega-menu > .btn-mega > span:before {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:-7px;
	background-color:#fff;
}
#mega-menu > .btn-mega > span:after {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:7px;
	background-color:#fff;
}
#mega-menu > ul.menu {
	position:relative;
	z-index:90;
	background-color:rgba(236, 59, 67, 1);
	border:1px solid #484848;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	top:-40px;
	opacity:0;
	visibility:hidden;
	height:auto;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#mega-menu > ul.menu > li:hover{
    background-color: #949ca4
    
}
#mega-menu > ul.menu > li > a {
	height:50px;
	line-height:51px;
	padding:0 24px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	position:relative;
}
#mega-menu > ul.menu > li:last-child > a {
	border-bottom:none;
}
#mega-menu > ul.menu > li:hover > a .menu-title {
	color:#fff;
}
#mega-menu > ul.menu > li > a.dropdown:after {
	content:'\f105';
	position:absolute;
	font-family:'fontawesome';
	right:29px;
	font-size:14px;
	color:#ffffff;
}
#mega-menu > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}
#mega-menu > ul.menu > li > a .menu-title {
	color:#ffffff;
}
#mega-menu.style1 > ul.menu {
	transform:translateY(0%);
	opacity:1;
	top:-1px;
	visibility:visible;
	border-width:1px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#mega-menu > ul.menu > li:hover > .drop-menu {
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
	display: block !important;
}
#mega-menu > ul.menu > li .drop-menu {
	transform:translateX(-10%);
	opacity:0;
	visibility:hidden;
	padding:27px 7px 27px 0;
	position:absolute;
	/* margin-top: -50px; */
	left:250px;
	width:850px;
	border-radius:10px;
	z-index: 11;
	height:auto;
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	top: 0px;
	display: none;
}
#mega-menu > ul.menu > li {
    position: relative;
    z-index: 111111;
}
#mega-menu > ul.menu > li .drop-menu > .one-third {
	width:33.3%;
	float:left;
	padding-left:42px;
	padding-right:15px;
}
#mega-menu > ul.menu > li .drop-menu > .one-third .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul li {
	margin-bottom:5px;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul li a:not(:hover) {
	color:#484848;
}
#mega-menu > ul.menu > li .drop-menu > .one-third .show a {
	color:#f28b00;
	font-weight:bold;
	position:relative;
}
#mega-menu > ul.menu > li .drop-menu > .one-third .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
#mega-menu > ul.menu > li .drop-menu > .one-third .show a:hover:before {
	width:100%;
	left:0;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li {
	border:2px solid #e5e5e5;
	border-radius:5px;
	background-color:#e5e5e5;
	height:110px;
	padding:30px 10px 30px 18px;
	margin-bottom:20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li:hover {
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text {
	float:left;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .banner-title {
	font-weight:bold;
	font-size:18px;
	color:#f28b00;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .more-link a img {
	margin-left:10px;
}
#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-img {
	float:right;
}
/* Main Navigation
-------------------------------------------------------------- */
#mainnav {
	padding-left:30px;
	float:left;
}
#mainnav > ul.menu > li {
	display:inline-block;
	line-height:57px;
	height:50px;
}
#mainnav ul.menu > li > a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 21.5px;
    line-height: 1;
    position: relative;
    z-index: 8;
}
#mainnav ul.menu > li > a:after {
	content:'';
	position:absolute;
	bottom:-30px;
	left:-1px;
	opacity:0;
	background-color:rgb(238, 71, 80);
	
	width:calc(100% + 2px);
	z-index:-3;
}
#mainnav ul.menu > li:hover > a {
	color:#fff;
}
#mainnav ul.menu > li:hover > a:after {
	opacity:1;
}
#mainnav ul.menu > li:last-child > a {
	border-right:none;
}
#mainnav.style1 {
	padding-left:4px;
	line-height:104px;
}
#mainnav.style1 ul.menu > li > a {
	color:#484848;
	border:none;
	padding:0;
	font-weight:500;
	margin-right:33px;
}
#mainnav.style2 {
	padding-left:55px;
}
#mainnav.style2 ul.menu > li {
	margin-top:24px;
}
#mainnav.style2 ul.menu > li > a {
	margin-right:43.5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#656565;
	padding:0;
	border-right:0px;
}
#mainnav.style2 ul.menu > li:last-child > a {
	margin-right:0px;
}
#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
	top:80px;
}
#mainnav.style3 ul.menu > li > a {
	color:#484848;
	border-color:#c9c9c9;
}
#mainnav.style4 {
	padding-left:72px;
}
#mainnav ul.menu > li:hover > .submenu {
	opacity:1;
	visibility:visible;
	top:55px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#mainnav.style1 ul.menu > li.column-1:hover > .submenu {
	top:55px;
}
#mainnav.style1 ul.menu > li:hover > .submenu {
	top:80px;
}
/* Today Deal */
.today-deal {
	float:right;
}
.today-deal a {
	line-height:55px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	position:relative;
}
.today-deal a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#fff;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.today-deal a:hover:before {
	width:100%;
	left:0;
}
.today-deal.style1 > a {
	color:#f28b00;
}
/* Sub Menu */
ul.menu li.column-1 {
	position:relative;
}
ul.menu li.column-1 .submenu {
	width:263px;
	left:-1px;
	padding:18px 0;
}
ul.menu li.column-1 .submenu > li {
	line-height:30px;
}
ul.menu li.column-1 .submenu > li:last-child {
	border-bottom:none;
}
ul.menu li.column-1 .submenu > li > a {
	display:block;
	font-size:13px;
	padding-left:22px;
	position:relative;
	font-weight:500;
	color:#484848;
}
ul.menu li.column-1 .submenu > li > a:hover {
	color: rgb(238, 71, 80);
}
ul.menu li.column-1 .submenu > li > a i {
	padding-right:15px;
}
.submenu .row:not(:last-child) {
	margin-bottom:30px;
}
.submenu .col-md-4 {
	padding-left:50px;
}
.submenu .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}
.submenu ul > li {
	margin-bottom:5px;
	line-height:24px;
}
.submenu .show {
	line-height:24px
}
.submenu .show a {
	color:#f28b00;
	font-weight:700;
	position:relative;
}
.submenu .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.submenu .show a:hover:before {
	width:100%;
	left:0;
}
/* Main Navigation Mobile
-------------------------------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    background-color: #FFF;
    /* color: #3333; */
}
#mainnav-mobi > ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#mainnav-mobi ul li {
	margin:0;
	position:relative;
	text-align:left;
	border-top:1px solid #333333;
	cursor:pointer;
	display:block;
}
#mainnav-mobi ul > li > a {
	text-decoration:none;
	height:50px;
	line-height:50px;
	padding:0 20px;
	/* color:#fff; */
	border:none;
}
#mainnav-mobi ul.submenu {
	top:100%;
	left:0;
	z-index:2000;
	position:relative;
	/* background-color:#222222; */
}
#mainnav-mobi > ul > li > ul > li {
	position:relative;
	border-top:1px solid #333333;
}
#mainnav-mobi ul.submenu > li > a {
	display:block;
	text-decoration:none;
	padding:0 50px;
	border-top-color:rgba(255,255,255,.1);
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top:none;
}
#mainnav-mobi ul.submenu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color:#fff;
}
#mainnav-mobi ul.menu li.has-mega-menu .submenu {
	background:#222222;
	right:0px;
	width:100%;
	position:relative;
}
#mainnav-mobi ul.menu li.has-mega-menu h3.cat-title {
	color:#fff;
	padding-left:50px;
	cursor:pointer;
}
#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:not(:last-child) {
	margin:0;
}
/* Button Menu */
.btn-menu,
.btn-menu-mega {
	display:none;
	position:relative;
	background:transparent;
	cursor:pointer;
	float:right;
	top:10px;
	width:25px;
	height:25px;
	border:2px solid #fff;
	padding:15px 18px 17px;
	border-radius:4px;
	z-index:8;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}
.btn-menu-mega {
	background:rgba(236, 59, 67, 1);
	border-color:#fff;
}
.btn-menu:before,
.btn-menu:after,
.btn-menu span,
.btn-menu-mega:before,
.btn-menu-mega:after,
.btn-menu-mega span {
	background-color:#fff;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}
.btn-menu:before,
.btn-menu:after,
.btn-menu-mega:before,
.btn-menu-mega:after {
	content:'';
	position:absolute;
	height:2px;
	width:25px;
	left:5px;
	top:50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.btn-menu span,
.btn-menu-mega span {
	position:absolute;
	width:25px;
	height:2px;
	left:5px;
	top:50%;
	overflow:hidden;
	text-indent:200%;
}
.btn-menu-mega span {
	width:20px;
}
.btn-menu:before,
.btn-menu-mega:before {
	-webkit-transform:translate3d(0, -7px, 0);
	transform:translate3d(0, -7px, 0);
}
.btn-menu:after,
.btn-menu-mega:after {
	width:25px;
	-webkit-transform:translate3d(0, 7px, 0);
	transform:translate3d(0, 7px, 0);
}
.btn-menu.active:after,
.btn-menu-mega.active:after {
	width:25px;
}
.btn-menu.active span,
.btn-menu-mega.active span {
	opacity:0;
}
.btn-menu.active:before,
.btn-menu-mega.active:before {
	-webkit-transform:rotate3d(0, 0, 1, 45deg);
	transform:rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after,
.btn-menu-mega.active:after {
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
}
.btn-submenu,
.btn-submenu-child {
	position:absolute;
	right:0px;
	top:-1px;
	font:20px/51px 'FontAwesome';
	text-align:center;
	cursor:pointer;
	width:51px;
	height:50px;
	/* background:#333; */
}
.btn-submenu-child {
	right:57px;
	top:0px;
	height:45px;
	line-height:46px;
}
.btn-submenu:before {
	content:"\f107";
	color:#333;
}
.btn-submenu-child:before {
	content:"\f107";
	color:#fff;
}
.btn-submenu.active:before,
.btn-submenu-child.active:before {
	content:"\f106"
}
/* Mega Mobile
-------------------------------------------------------------- */
#mega-mobile {
	display:block;
	margin:0 auto;
	width:100%;
	position:absolute;
	left:0;
	z-index:1000;
	background-color:#fff;
}
#mega-mobile > ul.menu > li > a {
	color:#333;
	display:block;
	padding:15px 0;
	cursor:pointer;
	padding-left:15px;
	border-bottom:1px solid #333;
	position:relative;
}
#mega-mobile > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}
#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown,
.btn-dropdown-child {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	width:54px;
	height:50px;
	background:#fff;
	text-align:center;
	cursor:pointer;
	font:20px/54px 'FontAwesome';
}
.btn-dropdown-child {
	right:0px;
	width:44px;
	height:44px;
	line-height:44px;
}
#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
	content:'\f107';
}
#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown.active:after,
.btn-dropdown-child.active:after {
	content:'\f106';
}
#mega-mobile > ul.menu > li > .drop-menu {
	padding:0 54px 0 50px;
}
#mega-mobile > ul.menu > li > .drop-menu .cat-title {
	position:relative;
	color:#f5f5f5;
	padding:10px 0;
	border-bottom:1px solid #333;
}
#mega-mobile > ul.menu > li > .drop-menu ul {
	padding-left:20px;
}
#mega-mobile > ul.menu > li > .drop-menu ul li {
	border-bottom:1px solid #333;
}
#mega-mobile > ul.menu > li > .drop-menu ul li a {
	color:#f5f5f5;
	font-size:12px;
	padding:8px 0;
	display:block;
}
#mega-mobile > ul.menu > li > .drop-menu .show,
#mega-mobile > ul.menu > li > .drop-menu .one-third:nth-child(3) {
	display:none;
}
/* This css for Responsive*/
@media only screen and (max-width:1900px) {
	
	footer.style1 {
		margin:0px;
	}
	.header-bottom.style1 .grid-left,
	.flat-slider.style1 .grid-left {
		width:240px;
	}
	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:calc(100% - 260px);
	}
	.header-bottom.style1 .grid-right {
		padding:7px 15px 7px 15px;
	}
	.header-bottom.style1 .grid-right ul.flat-infomation {
		margin-right:5px;
	}
	.header-bottom.style1 .grid-right .top-search.style1 {
		width:53%;
	}
	.header-bottom.style1 .grid-left #mega-menu {
		width:100%;
	}
	.slider .slider-item.style10 .item-text {
		width:50%;padding:30px;
	}
	.slider .slider-item.style10 .item-image {
		padding-top:100px;padding-right:30px;width:50%;
	}
	.banner-box.style1 {
		width:50%;
	}
	.banner-box.style1.v1 .inner-box {
		display:none;
	}
	#mainnav.style2 {
		float:right;padding-left:0px;
	}
	#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
		top:90px;
	}
	.flat-unstyled.style1 {
		line-height:50px;height:50px;margin-right:0px;
	}
	.boxed.style2 .container-fluid {
		width:1170px;max-width:100%;
	}
	.counter.style1.v2,
	.bestsellers, .featured, .hot-sale {
		width:50%;padding-left:15px !important;padding-right:15px !important;
	}
	footer.style4 {
		width:1200px;
	}
	footer.style4 .widget-about {
		padding-left:0px;
	}
	footer.style4 .widget-newsletter {
		padding-right:0px;margin-left:0px;
	}
	.boxed.style2 .footer-bottom.style1 p.copyright {
		margin-left:0px;
	}
	.boxed.style2 .footer-bottom.style1 p.btn-scroll {
		margin-right:0px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1366px) {
	
	#mega-menu > ul.menu > li .drop-menu {
		left:258px;width:879px;
	}
	.flat-location .location-detail {
		width:300px;
	}
	.flat-location .location {
		width:380px;
	}
	.flat-location #flat-map-2 {
		width:calc(100% - 300px - 380px);
	}
	.location .location-content .select-location select {
		width:92px;margin-right:7px;
	}
	.location .location-content .select-location .select:before {
		right:30px;
	}
	.boxed.style2 .flat-imagebox .container-fluid .box-product .row .col-xl-2 {
		max-width:33.333%;
	}
}
@media only screen and (max-width:1366px) {
	
	.product-detail-bar {
		padding-left:0px;
	}
	.boxed.style2 .container-fluid {
		padding:0 30px;
	}
	.boxed.style2 .container-fluid .flat-row-title {
		margin-left:0px;margin-right:0px
	}
	.flat-highlights.style2 .container-fluid {
		padding:20px 30px;
	}
	footer.style4 {
		width:auto;
	}
	footer.style2 .container-fluid {
		padding:40px 30px;
	}
	footer.style4 .widget-categories-ft {
		padding-left:60px;
	}
}
@media only screen and (max-width:1199px) {
	
	body.background section.flat-row {
		margin-left:15px;margin-right:15px;
	}
	body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
		left:-45px;
	}
	body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
		right:-45px;
	}
	#mega-menu > ul.menu > li .drop-menu {
		width:704px;left:255px;
	}
	#mega-menu > ul.menu > li .drop-menu > .one-third {
		padding-left:0px;padding-right:3px;
	}
	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:5px;
	}
	.mainnav {
		padding-left:0px;
	}
	.mainnav ul.menu > li > a {
		padding:0 20px;
	}
	#mega-menu {
		width:250px;
	}
	.flat-team {
		padding:10px 0 50px;
	}
	ul.brands-tablist {
		padding:20px 20px;
	}
	article.main-post.style3,
	article.main-post.style3 .content-post {
		padding:0px;
	}
	.table-cart tr td .quanlity input {
		width:100%;
	}
	.table-cart tr td .quanlity span.btn-up {
		right:20px;
	}
	.flat-location .location,
	.flat-location .location-detail {
		width:50%;
	}
	.flat-location #flat-map-2 {
		width:100%;
	}
	.flex-control-thumbs li {
		margin-right:10px;margin-bottom:10px;
	}
	.box-cart.style2 .btn-add-cart a {
		width:100%;
	}
	.box-cart.style2 .compare-wishlist,
	.box-cart.style2 .btn-add-cart {
		display:block;margin-left:0px;text-align:center;
	}
	.imagebox .box-content .cat-name a:before,
	.imagebox .box-content .cat-name a:after {
		width:20%;
	}
	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:before,
	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:after {
		width:30%;
	}
	.imagebox.style5 {
		overflow:hidden;
	}
	.imagebox.style5 .box-text {
		padding:20px 0 20px;margin-right:0px;
	}
	.slider .slider-item.style6 .item-text {
		padding:30px 30px;
	}
	.slider .slider-item.style7 {
		position:relative;height:400px;
	}
	.slider .slider-item.style7 .item-text {
		padding:80px 0 0 30px;
	}
	.slider .slider-item.style7 .item-image {
		width:30%;position:absolute;padding:0;bottom:0;right:10px;
	}
	.top-search.style1 {
		width:520px;padding-left:30px;
	}
	.box-cart.style1 .inner-box > a > .price,
	.header-bottom.style1 .grid-right ul.flat-infomation {
		display:none;
	}
	.mainnav.style1 ul.menu > li > a {
		margin-right:22px;
	}
	.slider .slider-item.style8 .item-image {
		width:50%;margin-top:40px;
	}
	.box-6 {
		width:50%;padding:0 10px 0 10px;
	}
	.box-6.big {
		padding-right:10px;padding-left:10px;
	}
	.box-6 .product-box,
	.box-6.big .product-box {
		width:100%;
	}
	.header-bottom.style1 .grid-right .top-search.style1 {
		width:70%;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	
	#mainnav ul.menu > li > a {
		padding:0 18px;
	}
	.imagebox.style1.v3 .box-price {
		width:200px;padding:30px 2px 0 20px;
	}
	.imagebox.style1.v3 .box-content {
		width:250px;
	}
	.imagebox.style1.v3 .box-image {
		width:calc(100% - 465px);
	}
	.drop-menu {
		width:710px;left:260px;
	}
	.drop-menu > .one-third {
		padding-left:0px;padding-right:0px;
	}
	.drop-menu > .one-third:first-child {
		padding-left:15px;n
	}
	.box-right .img-line {
		padding-left:45px;margin-top:-100px;
	}
	.box-right .img-line img:first-child {
		margin-right:-60px;
	}
	.box-cart.style2 .compare-wishlist a.compare {
		display:block;margin-right:0px;
	}
	.product-detail.style2 .footer-detail .quanlity-box > div.quanlity {
		width:110px;margin-right:10px;
	}
	.product-detail .footer-detail .quanlity-box > div.colors {
		display:block;margin-bottom:20px;margin-left:0px;
	}
	.counter.style1 .counter-content .count-down .square {
		width:55px;
	}
	.top-search form.form-search .box-search .search-suggestions {
		width:670px;
	}
	.slider .slider-item .item-text {
		width:58%;padding:80px 40px;
	}
	.slider .slider-item.style5 .item-text {
		width:40%;
	}
	.slider .slider-item.style2 .item-text {
		width:40%;padding:30px 40px;
	}
	#mainnav.style1 ul.menu > li > a {
		padding:0 12px 0 12.5px;margin-right:0px;
	}
	#mainnav.style1 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}
	#mainnav.style2 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}
	.flexslider.style2 {
		width:56%;
	}
	#mega-menu > ul.menu > li .drop-menu {
		padding-left: 15px;
	}
	.slider .slider-item.style7 {
		height: 485px;
	}
}
@media only screen and (min-width:992px) {
	
	ul.submenu {
		word-spacing:2px;
	}
	.submenu {
		position:absolute;top:100px;right:15px;width:1140px;background-color:#fff;opacity:0;visibility:hidden;z-index:99;padding:30px;word-spacing:2px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	ul.menu > li.has-mega-menu .submenu {
		width: 130%;
	}
}
@media only screen and (max-width:991px) {
	
	.header-middle #logo.style1 {
		line-height:70px;margin-bottom:0px;
	}
	ul.flat-infomation.style1 li.phone {
		line-height:70px;margin-right:40px;
	}
	.owl-carousel-11.owl-theme .owl-controls .owl-dots {
		bottom: 0;
	}
	.btn-menu.style1 {
		background:#333;top:17px;
	}
	.btn-menu.style1.v1 {
		background:transparent;top:10px;
	}
	.btn-menu.style1.v2 {
		background:#333;top:10px;
	}
	.top-search.style1 {
		width:370px;padding-left:0px;right:15px;
	}
	.top-search.style1 form.form-search .box-search input {
		padding-left:20px;
	}
	.flat-row,
	.flat-iconbox.style1 {
		padding:30px 0;
	}
	.flat-product-content .container {
		padding:30px 15px;
	}
	.box-cart .inner-box > a > .price {
		display:none;
	}
	.top-search {
		padding-left:0px;margin-right:0px;
	}
	.top-search form.form-search .cat-wrap select {
		padding:1px 35px 0 20px;
	}
	.top-search form.form-search .box-search input {
		padding-left:140px;
	}
	.btn-menu,
	.btn-menu-mega {
		display:block;
	}
	.btn-menu-mega {
		float:left;
	}
	.mainnav > ul.menu > li {
		height:auto;
	}
	.mainnav ul.menu > li > a:after {
		width:0px;
	}
	.mainnav ul.menu > li:hover > .submenu {
		top:100%;
	}
	#mainnav-mobi ul > li > a >.submenu {
		position:relative;top:0px;right:0px;width:100%;background-color:#222222;opacity:1;visibility:visible;z-index:99;padding:30px;word-spacing:4px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row h3 {
		word-spacing:2px;cursor:pointer;font-weight:400;font-size:15px;margin-bottom:0px;padding:15px 0 15px 20px;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .btn-submenu {
		top:-15px;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul {
		padding-left:30px;word-spacing:2px;padding-right:40px;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li {
		border-top:none;border-bottom:1px solid #333;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li > a {
		padding-left:5px;
	}
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:nth-child(2),
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .show,
	.box-right .img-line img:first-child,
	.box-left .img-line img:first-child,
	.flat-newsletter .form-newsletter .right {
		display:none;
	}
	#mainnav-mobi ul > li > a >.submenu li a {
		color:#484848;
	}
	ul.menu li.column-1 .submenu {
		width:100%;border-radius:0px;position:relative;top:-3px;opacity:1;word-spacing:2px;visibility:visible;padding:0;
	}
	.today-deal {
		margin-left:20px;
	}
	.image-about img,
	.box-flexslider, .product-detail.style5 {
		width:100%;
	}
	.product-detail.style5 {
		padding:0 30px;
	}
	.product-detail.style5 .header-detail .reviewed .status-product {
		text-align:left;
	}
	.product-detail.style5 .header-detail .reviewed .status-product span {
		display:inline-block;
	}
	.flexslider .slides img {
		width:auto;max-width:100%;
	}
	.iconbox.style1 {
		margin-bottom:30px;
	}
	.brands-list .brands-item {
		width:20%;
	}
	.imagebox.style1.v1 {
		margin-bottom:30px;
	}
	.imagebox.style1.v1 .box-content,
	.flat-contact {
		padding-top:0px;
	}
	.imagebox.style1.v1 .box-content .cat-name a {
		font-size:15px;
	}
	.flat-tab ul.tab-list {
		padding-left:0px;
	}
	.flat-tab .tab-content {
		padding:30px;
	}
	.progres {
		padding-right:0px;
	}
	.progress-circle {
		text-align:center;
	}
	.progress-circle .circle-item {
		margin-right:80px;
	}
	.order-tracking {
		padding:50px;
	}
	.term-conditions .text-wrap {
		margin-bottom:40px;
	}
	.term-conditions .text-wrap p {
		padding-right:0px;
	}
	.table-cart {
		margin-bottom:30px;
	}
	.form-login, .form-register {
		padding:30px;
	}
	.form-coupon {
		margin-top:40px;
	}
	.cart-totals form .btn-cart-totals {
		margin-top:50px;
	}
	.compare-content .table-compare {
		width:840px;overflow:auto;
	}
	.table-compare tr th {
		padding-left:20px;
	}
	.blog-pagination span {
		display:block;float:none;text-align:center;
	}
	ul.flat-pagination.style1,
	.reviewed .status-product,
	.product-detail.style3 .reviewed .status-product {
		float:none;
	}
	.product-box.style3 {
		height:360px;margin-bottom:30px;
	}
	.imagebox.style1.v3 {
		min-height:380px;padding:15px 20px 20px 20px;
	}
	.imagebox.style1.v3 .box-price {
		text-align:left;padding:0px 55px 0 0px;
	}
	.imagebox.style1.v3 .box-image {
		margin-right:0px;
	}
	.iconbox.style2 {
		margin-bottom:50px;
	}
	.box-right .img-line,
	.box-left,
	.box-right.style1 .img-line {
		text-align:center;margin-top:0px;
	}
	.box-left .img-line {
		margin-bottom:0px;
	}
	.product-detail .footer-detail .quanlity-box > div.colors {
		margin-bottom:20px;margin-right:20px;
	}
	.box-cart.style2 {
		margin:20px 0 20px;
	}
	.box-cart.style2 .btn-add-cart {
		margin-bottom:15px;
	}
	.flexslider.style1 .flex-viewport {
		margin:50px 0 50px;
	}
	.flexslider.style1 .flex-control-nav {
		top:auto;margin-top:0px;width:100%;position:relative;
	}
	.flexslider.style1 .flex-control-nav li {
		display:inline-block;width:auto;
	}
	.flexslider.style1 .slides img {
		display:inline-block;float:none;
	}
	.product-detail.style3 {
		margin-left:0px;
	}
	.box-cart.style2 .compare-wishlist, .box-cart.style2 .btn-add-cart {
		text-align:left;
	}
	.box-cart.style2 .btn-add-cart a {
		width:auto;padding:0 30px;
	}
	.flat-product-content.style2 > .row > .col-md-12 > .row {
		padding:50px 30px;
	}
	.description-text.style1 .box-text:first-child,
	.description-text.style1 .box-text:nth-child(3),
	.description-text.style1 .box-text:nth-child(4) {
		margin-right:0px;margin-top:30px;
	}
	.description-image.style1 {
		margin:0px;text-align:center;
	}
	.box-right.style1 .box-text,
	.box-right.style1 {
		margin-left:0px;
	}
	.box-counter .product-item,
	.counter {
		width:100%;padding:0;
	}
	.counter span.special {
		right:0px;
	}
	.count-down {
		text-align:center;
	}
	.count-down .square {
		margin:0 15px 15px;
	}
	.count-down .square:last-child {
		margin-right:15px;
	}
	.count-down .square .text {
		margin-left:0px;
	}
	.imagebox.style3 {
		padding:20px 20px;
	}
	.imagebox.style3 .box-image {
		float:none;margin-right:0;margin-bottom:20px;text-align:center;
	}
	.imagebox.style3 .box-image.save span {
		top:20px;
	}
	.imagebox.style3 .box-bottom .btn-add-cart a {
		width:auto;padding:0 50px;
	}
	.imagebox.style3 .box-content,
	.imagebox.style3 .box-bottom {
		text-align:center;
	}
	.box-wrap.style1 {
		height:auto;
	}
	.flat-newsletter .form-newsletter {
		padding:50px 20px;margin-top:30px;
	}
	.flat-newsletter .form-newsletter .left {
		float:none;text-align:center;padding-top:0px;
	}
	.widget-categories-ft,
	.box-left .img-product,
	.form-review.style2 {
		padding-left:0px;
	}
	.widget-ft {
		margin-bottom:20px;
	}
	footer {
		padding:30px 0;
	}
	.box-cart .inner-box .dropdown-box:before {
		right:15px;
	}
	.top-search form.form-search .box-search .search-suggestions {
		width:0;
	}
	.imagebox.style5 .box-text {
		text-align:center;float:none;width:100%;margin-right:0px;
	}
	.flexslider.style1 .slides img {
		padding-left: 0px;
	}
	.flexslider.style2 {
		width:100%;float:left;
	}
	.flexslider.style2 .flex-viewport {
		margin:50px 50px 0;
	}
	.flexslider.style2 .flex-control-nav {
		right:auto;left:0;width:20%;
	}
	.slider .slider-item .item-image {
		display:none;
	}
	.slider .slider-item.style4 .item-text {
		padding:80px 48px;width:100%;
	}
	.slider .slider-item.style5 .item-image,
	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		display:block;
	}
	.slider .slider-item.style6 .item-text {
		width:100%;padding-top:80px;
	}
	.slider .slider-item.style7 .item-text,
	.slider .slider-item.style2 .item-text {
		width:52%;padding-top:20px;
	}
	.slider .slider-item.style7 .item-text .content-item .regular {
		display:none;
	}
	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		width:45%;padding-right:20px;
	}
	.slider .slider-item.style8 .item-text .header-item h2 {
		font-size:52px;
	}
	.flat-iconbox.style6 .col-md-3 .iconbox {
		padding:0 0 !important;
	}
	footer.style4 .widget-menu,
	footer.style4 .widget-categories-ft {
		padding-left:0px;
	}
	.flat-unstyled.style1 {
		height:auto;line-height:100px;
	}
	.header-middle .grid-left #logo {
		line-height:100px;float:left;
	}
	.header-bottom.style1 .grid-left {
		width:15%
	}
	.flat-slider.style1 .grid-left {
		width:0;
	}
	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:100%;margin-left:0px;
	}
	.slider .slider-item.style10 .item-image {
		display:block;
	}
	.boxed.style2 .header-bottom .container-fluid {
		padding:0 15px;
	}
	.grid-right .show-search {
		display:block;float:right;margin-top:4px;
	}
	.grid-right .top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:15px;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;opacity:1;visibility:visible;
	}
	.grid-right .box-cart.style1 {
		float:right;margin-right:15px;
	}
	.grid-left .btn-menu {
		background:#333;
	}
	.owl-carousel-4 .owl-item .imagebox.style4 {
		height:340px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	
	ul.flat-unstyled {
		margin-left:-30px;
	}
	ul.flat-support {
		margin-right:-35px;
	}
	.text-about {
		padding:30px 50px;
	}
	.imagebox.style1.v3 .box-image {
		width:168px;
	}
	.box-owl-carousel .rows .imagebox.style1.v1 {
		padding:0 15px;
	}
	.top-search form.form-search .cat-wrap {
		display:none;
	}
	.top-search form.form-search .box-search input {
		padding-left:15px;
	}
	.owl-carousel-3 .imagebox.style4 {
		height:310px;
	}
	.banner-box.style2 .inner-box,
	.banner-box.style2 .inner-box:nth-child(2),
	.banner-box.style2 .inner-box a img {
		width:100%;
	}
	.banner-box.style2 .inner-box:nth-child(2) {
		margin-top:20px;
	}
	.slider .slider-item.style8 .item-image {
		display:block;
	}
	.slider .slider-item.style8 .item-text {
		width:50%;padding-top:30px;
	}
	.slider .slider-item.style9 .item-text {
		padding: 25px 20px;
	}
}
body#n_product #main-image {
    max-width: 100%;
    max-height: 445px !important;
}
@media only screen and (max-width:767px) {
	ul.flat-unstyled,
	ul.flat-support {
		text-align:center;
	}
	.header-middle #logo {
		text-align:center;line-height:60px;margin:0px !important;
	}
	.top-search {
		padding: 6px 0 12px;
	}
	.top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:0;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	.top-search.style1 .cat-wrap {
		display:none;
	}
	.top-search.style1.active {
		top:44px;right:15px;opacity:1;visibility:visible;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}
	.top-search.style1.active form.form-search .box-search input {
		border:1px solid #484848;
	}
	.top-search.style2 {
		padding:15px 0 15px;width:100%;float:none;
	}
	.show-search {
		display:block;float:right;margin-top:4px;
	}
	.box-cart.style1.v1 {
		padding:10px 0 15px;float:none;text-align:center;
	}
	.box-cart.style1 {
		text-align:right;float:right;margin-right:15px;
	}
	.slider .slider-item .item-text .header-item h2 {
		font-size: 44px;
	}
	.product-box.style2.v1 {
		float:none;
	}
	.iconbox {
		margin-bottom:30px;
	}
	.text-about {
		margin-left:0px;margin-right:0px;padding:30px;
	}
	article.main-post.style4 {
		text-align:center;
	}
	.member {
		text-align:center;
	}
	.brands-list .brands-item {
		width:25%;
	}
	.progress-circle .circle-item {
		margin-right:19px;
	}
	.order-tracking {
		padding:30px 30px;
	}
	.order-tracking form .one-half {
		width:100%;padding:0px;margin-bottom:20px;
	}
	.order-tracking form .btn-track button {
		margin-top:0px;margin-left:0px;
	}
	article.main-post.style2,
	article.main-post .featured-post a img,
	.box-counter.style1 .counter,
	.box-counter.style1 .product-item {
		width:100%;
	}
	.box-counter.style1 .product-item {
		padding-left:0px;
	}
	.imagebox.style3.v1 .box-image.save span {
		left:-29px;top:-25px;
	}
	.form-login,
	#shop .sidebar .widget,
	.box-wrap.style1 {
		margin-bottom:30px;
	}
	.form-login, .form-register {
		height:420px;
	}
	.form-login .title, .form-register .title {
		margin-bottom:40px;
	}
	.sort-product.style1 {
		padding:15px 25px;
	}
	.sort-product.style1 .icons,
	.sort-product.style1 .sort {
		float:none;
	}
	.sort-product .sort > div.popularity {
		margin-left:0px;
	}
	.description-image {
		margin-top:0px;text-align:center;
	}
	.box-right .img-line {
		padding-left:0px;
	}
	.product-detail.style1 > span {
		width:0px;
	}
	.product-detail.style4 {
		padding:15px;
	}
	.counter.style1 {
		margin-left:0px;width:100%;margin-top:30px;text-align:center;
	}
	.counter.style1 .item-sale {
		margin:0px 15px 15px;
	}
	.box-owl-carousel .rows {
		margin:0 15px;
	}
	.box-owl-carousel .rows .imagebox.style1.v1 {
		width:100%;padding-bottom:20px;margin-bottom:0px;border-right:none;border-bottom:1px solid #e5e5e5;
	}
	.box-owl-carousel .rows .imagebox:nth-child(3),
	.box-owl-carousel .rows .imagebox.style1.v1:nth-child(3) {
		border-bottom:none;
	}
	.banner-box {
		display:none;
	}
	.flat-newsletter .form-newsletter .left .title {
		float:none;margin-right:0px;margin-bottom:15px;
	}
	.footer-bottom.style3 {
		text-align:center;
	}
	.footer-bottom.style3 p.copyright,
	.footer-bottom.style3 .btn-scroll {
		float:none;
	}
	.product-box.style1.v1 {
		height:250px;
	}
	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box {
		padding-left:0px;
	}
	.box-cart {
		text-align:center;padding:18px 0;
	}
	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:25px;
	}
	.table-wishlist {
		width:750px;
	}
	.table-wishlist tbody tr td > div.delete {
		margin-right:30px;
	}
	.popup-newsletter .popup-text {
		width:100%;
	}
	.popup-newsletter .popup-image {
		display:none;
	}
	.popup-newsletter .container {
		width:720px
	}
	.slider .slider-item.style5 {
		height:400px;
	}
	.slider .slider-item.style8 .item-text {
		width:100%;
	}
	.slider .slider-item:before {
		right:50px;
	}
	.slider .slider-item.style2 .item-text {
		padding:20px;
	}
	.divider90 {
		display:none;
	}
	.owl-carousel-3 .imagebox.style4 {
		height:300px;
	}
	.counter.style1.v2, .bestsellers, .featured, .hot-sale,
	.box-6.big {
		width:100%;
	}
	.product-wrap.style1 .tab-item {
		padding:0 10px;
	}
	.header-middle .grid-left,
	.header-middle .grid-right {
		width:100%;margin-left:0px;text-align:center;
	}
	.header-middle .grid-right .flat-unstyled.style1 {
		float:none;line-height:50px;
	}
	.header-middle .grid-left #logo {
		line-height:60px;
	}
	.slider .slider-item.style10 .item-text {
		width:100%;
	}
	.slider .slider-item.style10 .item-image {
		display:none;
	}
	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;
	}
	.box-filter .widget {
		width: 50%;
	}
}
@media only screen and (max-width:575px) {
	
	.container {
		max-width:100%;
	}
	.header-middle #logo.style1 {
		float:none;width:100%;
	}
	ul.flat-infomation.style1 {
		float:left;
	}
	ul.flat-infomation.style1 li.phone {
		height:auto;
	}
	ul.flat-infomation.style1 li img {
		display:none;
	}
	.widget-apps .widget-title h3 {
		margin-top:0px;
	}
	ul.app-list li {
		
	}
	ul.app-list li.app-store {
		margin-bottom:20px;margin-right:0px;
	}
	.brands-list .brands-item {
		width:33.333%;
	}
	.flat-tab ul.tab-list li {
		padding:14px 25px;
	}
	.progress-circle .circle-item {
		margin-right:0px;display:block;margin-bottom:30px;
	}
	.progress-circle .circle-item .demo {
		position:relative;left:50%;margin-left:-83.5px;
	}
	article.main-post.style1 .featured-post {
		float:none;margin-right:0;margin-bottom:20px;
	}
	article.main-post .featured-post a img,
	.comment-respond .form-comment form .comment-form-name,
	.comment-respond .form-comment form .comment-form-email,
	.comment-respond .form-comment form .comment-form-comment {
		width:100%;
	}
	article.main-post.single .content-post .entry-post blockquote {
		padding-left:50px;
	}
	article.main-post.single .content-post .entry-post blockquote span {
		left:3px;
	}
	.fields-content .field-row .field-one-half,
	#form-contact .form-box.one-half {
		width:100%;padding:0px !important;
	}
	.table-cart table {
		width:650px;overflow:hidden;
	}
	.table-cart tr td .quanlity span.btn-up {
		right:20px;
	}
	.table-cart tr td .img-product {
		margin-right:15px;
	}
	.flat-location .location,
	.flat-location .location-detail,
	.flat-location #flat-map-2 {
		width:100%;
	}
	.product-box.style3 {
		min-height:580px;height:auto;
	}
	.imagebox.style1.v3 {
		text-align:center;min-height:600px;height:auto;
	}
	.imagebox.style1.v3 .box-image,
	.imagebox.style1.v3 .box-content,
	.imagebox.style1.v3 .box-price {
		width:100%;padding:0px;text-align:center;
	}
	.imagebox.style1.v3 .box-price .btn-add-cart a {
		display:inline-block;padding:0 40px;
	}
	.flex-control-thumbs {
		margin-top:30px;
	}
	.product-detail-bar li {
		padding:12px 12px;font-size:16px;
	}
	.product-detail-bar.style1 li {
		padding:12px;
	}
	body.background section.flat-row .container {
		padding:10px 15px 0;
	}
	.box-owl-carousel.style1 .imagebox.style7 {
		width:100%;border-right:none;
	}
	.popup-newsletter .container {
		width:480px
	}
	.flexslider.style2 .flex-viewport {
		margin:0 0 30px;
	}
	.flexslider.style2 .flex-control-nav {
		width:100%;position:relative;margin-top:0px;
	}
	.flexslider.style2 .flex-control-thumbs li {
		float:left;margin-bottom:10px;
	}
	.slider .slider-item.style6 .item-text {
		padding-top:30px;
	}
	.slider .slider-item.style7 .item-text,
	.slider .slider-item.style2 .item-text,
	.box-6 {
		width:100%;
	}
	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		display:none;
	}
	.slider .slider-item.style2 .item-text {
		padding:20px 20px;
	}
	.slider .slider-item.style4 .item-text .header-item h2 {
		font-size:50px;
	}
	.boxed.style1 .flat-row.flat-highlights {
		padding-top:30px;
	}
	.box-6.big .imagebox .box-bottom .btn-add-cart a {
		padding:0 35px;
	}
	.boxed.style2 .footer .container-fluid {
		padding:0 15px;
	}
	.imagebox.style3 .box-bottom .btn-add-cart a {
		padding:0 35px;
		width: 100%;
		margin-left: 0px;
	}
	.imagebox.style3 .box-bottom .compare-wishlist{
		text-align: center;
	}
	.imagebox.style3 .box-bottom .compare-wishlist a.compare{
		margin-left: 0px;
	}
	.box-filter .widget {
		width: 100%;
	}
	.slider .slider-item .item-text .header-item h2{font-size: 40px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	
	.banner-box .inner-box a {
		margin-top:30px;text-align:center;
	}
	.slider .slider-item.style5 .item-image {
		width:43%;padding-right:30px;
	}
}
@media only screen and (min-width:480px) {
	
}
@media only screen and (max-width:480px) {
	
	.flat-breadcrumb ul.breadcrumbs li.trail-item a {
		margin-right:10px;
	}
	.wrap-error .content-error .form-search-error {
		padding:30px 30px;
	}
	.wrap-error .content-error .form-search-error form .search-input input {
		width:100%;margin-right:0px;display:block;margin-bottom:15px;
	}
	.brands-list .brands-item {
		width:50%;
	}
	.progres .progress-item .perc span {
		top:17px;
	}
	.btn-radio.style2 .radio-info label {
		width:180px;
	}
	.accordion-toggle .toggle-title:before {
		right:19.5px;
	}
	.accordion-toggle .toggle-title:after {
		right:12.5px;
	}
	.tabs ul.menu-tab {
		margin-bottom:20px;
	}
	.tabs ul.menu-tab li {
		margin-right:15px;font-size:16px;
	}
	ol.comment-list li.comment .comment-text .comment-metadata .name {
		float:none;
	}
	ol.comment-list li.comment .comment-text .comment-metadata .queue {
		text-align:left;line-height:24px;
	}
	.cart-totals {
		padding:35px 20px 30px 30px;
	}
	.btn-order {
		padding:0px;
	}
	.form-coupon {
		padding:30px 15px;
	}
	.form-coupon form input {
		width:100%;margin-bottom:20px;margin-right:0px;
	}
	.sort-product .icons,
	.sort-product .sort,
	.wrap-imagebox .flat-row-title span {
		float:none;
	}
	.sort-product .sort > div {
		margin-left:0px;margin-bottom:15px;display:block;
	}
	.sort-product .sort > div select {
		width:100% !important;
	}
	.main-shop .wrap-imagebox .flat-row-title h3 {
		display:block;float:none;padding:0px 0 10px;
	}
	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-prev,
	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next {
		border-radius:50%;border:1px solid #e5e5e5;left:-15px;width:45px;height:45px;line-height:42px;background-color:#fff;
	}
	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next {
		right:-15px;left:auto;
	}
	.product-detail {
		padding:20px;
	}
	.rating .queue-box li span,
	.rating .score .queue {
		display:block;
	}
	.rating .queue-box li span.numb-star,
	.rating .score .queue {
		margin-left:0px;
	}
	.rating .score .queue {
		margin-top:20px;
	}
	.product-tab ul.tab-list li,
	.product-tab ul.tab-list li.active {
		margin-right:18px;font-weight:300;font-size:16px;
	}
	.product-tab ul.tab-list li {
		margin-right:15px;
	}
	.product-tab ul.tab-list li:hover {
		font-weight:400;
	}
	.banner-box {
		margin-bottom:20px;
	}
	.banner-box.one-half .inner-box {
		width:100%;margin-bottom:20px;
	}
	.banner-box.one-half {
		margin-bottom:0px;
	}
	.banner-box .inner-box a img,
	.banner-box.style2 .inner-box:nth-child(2) {
		width:100%;
	}
	.imagebox.style3 .box-content,
	.imagebox.style3 .box-bottom {
		text-align:left;
	}
	.flat-newsletter .form-newsletter .left form {
		display:block;
	}
	.flat-newsletter .form-newsletter .left form input {
		width:100%;
	}
	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom .btn-add-cart a {
		padding:0 30px;
	}
	.top-search.style1 {
		width:290px;
	}
	.top-search form.form-search .cat-wrap {
		display:none;
	}
	.top-search form.form-search .box-search input {
		padding-left:15px;
	}
	.box-cart .inner-box .dropdown-box {
		right:-57px;width:310px;padding:25px 15px;
	}
	.box-cart .inner-box .dropdown-box:before {
		right:73px;
	}
	.popup-newsletter .container {
		width:320px
	}
	.popup-newsletter .popup-text h2 {
		font-size:20px;
	}
	.popup-newsletter .popup-text p.subscribe {
		margin:15px 0 15px;
	}
	.popup-newsletter .popup-text .form-popup .checkbox {
		margin-top:0px;
	}
	.slider .slider-item.style4 .item-text {
		padding:15px 10px;
	}
	.slider .slider-item.style8 .item-text {
		padding:25px;
	}
	.owl-carousel-3 .imagebox.style4 {
		height:310px;
	}
	.slider .slider-item.style10 .item-text .header-item h2 {
		font-size:50px;
	}
	.header-bottom.style1 .grid-right .top-search.style1 {
		width:91%;
	}
	.owl-carousel-4 .imagebox.style4 {
		text-align:center;
	}
	.slider .slider-item .item-text {
		width:100%;padding:30px !important;
	}
	.owl-carousel-item .product-box.style1:last-child {
		margin-bottom:80px;
	}
	.slider .slider-item.style7 .item-text .header-item h2 {
		margin-top:0px;margin-bottom:0px;
	}
	.box-cart.style1.v1 .inner-box .dropdown-box {
		right:-80px;
	}
	.box-cart.style1.v1 .inner-box .dropdown-box:before {
		right:95px;
	}
	.slider .slider-item.style8 .item-text .header-item h2 {
		line-height:42px;
	}
	.flat-breadcrumb ul.breadcrumbs li.trail-item {
		margin-right:6px;
	}
	.slider .slider-item:before,
	.slider .slider-item.style1:before {
		right: 20px;
	}
}
.container_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.item {
    display: flex;
    align-items: center;
    width: 350px; /* Adjust the width as needed */
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
}
.item-image {
    width: 100px; /* Adjust the image width as needed */
    height: auto;
    margin-right: 20px;
}
.item-details {
    display: flex;
    flex-direction: column;
}
.item-name {
    font-size: 1.2em;
    margin-bottom: 5px;
}
.view-all {
    text-decoration: none;
    color: blue;
}
.view-all:hover {
    text-decoration: underline;
}
.btn-contained-orange{
    border-radius: 10px !important;
}
    .custom-product-box {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: box-shadow 0.3s ease;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
        align-items: center; /* Center align content */
    }
    
    .custom-product-box:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    
    .custom-product-image {
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .custom-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .custom-product-details {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .custom-card-title {
        font-size: 11px !important;
    }
    
    .custom-h2 {
        font-size: 20px;
        margin: 0 0 10px;
        text-decoration: none;
        color: inherit;
    }
    
    .custom-p {
        margin: 0 0 10px;
        color: #666;
        min-height: 44px;
        max-height: 44px;
        overflow: hidden;
        line-height: 130%;
        font-size: 11px;
    }
    
    .custom-price {
        font-size: 18px;
        color: #000000;
        margin: 0 0 10px;
        text-align: center;
        font-weight: bold;
    }
    
    .custom-button-group {
        display: flex;
        justify-content: space-between;
    }
    
    .custom-button {
        background-color: #ffd700;
        border: none;
        border-radius: 10px; /* Increased border radius */
        color: #000;
        cursor: pointer;
        font-size: 16px;
        padding: 15px; /* Increased padding */
        flex-grow: 1; /* Ensures buttons take full width */
        margin: 5px;
        text-align: center;
    }
    
    .custom-button:hover {
        background-color: #ffc700;
    }
    
    .custom-button.btn-inquire,
    .custom-button.btn-dealer-login {
        flex-grow: 1; /* Make both buttons take full width */
    }
    
    .custom-button.btn-inquire {
        background-color: #007bff;
        color: #fff;
    }
    
    .custom-button.btn-dealer-login {
        background-color: #28a745;
        color: #fff;
    }
    
    .custom-sale {
        background-color: #ff0000;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 10px;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 5px;
    }
    
    /* Responsive styles */
	ul.s-midia {
		display: flex;
		align-items: center;
		position: relative;
		top: 2px;
	}
	.top-border.w-100 {
		border-bottom: 5px solid #949ca4;
	}
	#mainnav {
		padding-left: 0px;
		/* float: left; */
		display: flex;
		justify-content: space-between;
	}
    @media (max-width: 576px) {
        .custom-product-box {
            width: 48%;
        }
        .custom-product-box{
            width: 170px !important;
        }
    }
    @media (max-width: 768px) {
        .col-6 {
            width: 50%;
        }
        .custom-product-box{
            width: 100% !important;
        }
    }
    @media (max-width: 1200px) {
        .col-lg-4 {
            width: 33.3333%;
        }
    }
    @media (max-width: 1400px) {
        .col-xl-3 {
            width: 25%;
        }
    }
	.slick-prev:before, .slick-next:before {
		font-family: 'slick';
		font-size: 30px !important;
		line-height: 1;
		opacity: .75;
		color: rgba(236, 59, 67, 1) !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.mvp_slider article{
		padding-bottom: 0 !important;
	}
	.slick-prev, .slick-next {
		z-index: 11;
	}
	.slick-prev {
		left: 14px !important;
	}.slick-next {
		right: 24px !important;
	}
	div#mvpCarousel {
		height: 445px;
		/* background: #ddd; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#homepageCarousel .carousel-caption {
		max-width: unset !important;
		background-color: transparent;
		text-align: center !important;
	}
	
	.carousel-control-prev, .carousel-control-next {
		z-index: 11111;
	}
	.carousel-indicators {
		z-index: 111111;
	}
	.black-background {
		background-color: rgba(236, 59, 67, 1) !important;
		padding: 20px;
		display: flex;
		justify-content: center;
		height: 45px;
		/* position: fixed; */
		
		width: 100%;
	
	}
	.gray-bar {
		display: none !important;
	}
	@media only screen and (min-width:992px) and (max-width:1290px) {
		.mvp_acc {
			display: none !important;
		}
	}
	@media only screen and (min-width:992px) and (max-width:1200px) {
		.top-search input#name_search {
		padding: 25px 0px 25px 25px !important;
		
	}
	.mvp_con_class{
		width: 100% !important;
	}
	#homepage-content {
		padding-bottom: 0px !important;
	}
	.mvp_con_done{
		padding-top: 20px !important;
	}
	#mainnav {
		padding-left: 23px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.top-search {
    width: 100% !important;
}
.header-middle .box-cart {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.mvp_con_class{
	width: 100% !important;
}
#homepage-content {
	padding-bottom: 0px !important;
}
.mvp_con_done{
	padding-top: 20px !important;
}
.mvp_con_class h2.h2 {
    font-size: 20px !important;
}
.mvp_con_class button.btn-primary {
    font-size: 25px;
}
section#homepageCarousel img {
    min-height: 400px;
}
#mega-mobile,#mainnav-mobi {
    z-index: 1000111111 !important;
}
div#mainnav-mobi .menu, #mega-mobile .menu{
    margin: 0 !important;
}ul.s-midia.social-icons {
	display: none !important;
}
div#mega-menu {
    display: none !important;
}
div#mega-menu {
    display: none !important;
}
.header-middle .box-cart{
	justify-content: center;
	padding-top: 0 !important;
}
.btn-menu, .btn-menu-mega {
    border: none  !important;
}
.btn-menu::after,
.btn-menu::before {
	position: unset !important;
 }
 .btn-menu-mega{
	border: none I !important;
 }
 .btn-menu-mega::after{
	border: none !important;
 }
 .btn-menu-mega::before{
	display: none !important;
 }
 .btn-menu span, .btn-menu-mega span {
    display: none;
}
.btn-menu, .btn-menu-mega {
    position: relative;
    background: transparent;
    cursor: pointer;
    top: 23px;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    padding: 15px 18px 17px;
    border-radius: 4px;
    z-index: 8;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    padding: 0;
}
.btn-menu-mega:after{
	content: "CATEGORIES" !important;
	color: #fff !important;
	position: relative !important;
}
.btn-menu::after, .btn-menu::before {
    position: relative !important;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
    /* font-size: 7px; */
    /* margin: -8px !important; */
    /* position: relative; */
    /* margin-bottom: 50px !important; */
    /* padding-bottom: 40px !important; */
    /* left: -18px !important; */
    top: -11px;
}
.btn-menu-mega:after {
    content: "CATEGORIES" !important;
    color: #fff !important;
    position: relative !important;
    background-color: #949ca4;
    font-size: 18px;
    font-weight: 700;
	left: 1px;
    /* padding: 12.5px 16px;
    top: -10.4px !important; */
}
.btn-menu::after {
    content: " Menu" !important;
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    text-transform: uppercase;
}
.btn-menu-mega {
    top: 0;
    padding: 11.5px 15px;
    background: #949ca4;
    border-radius: 0;
}
}
@media (max-width: 768px) {
	ul.s-midia.social-icons {
		display: none !important;
	}
#homepageCarousel .carousel-caption {
    top: auto;
    bottom: 50px;
}
section#homepageCarousel img {
    min-height: 300px;
}
.mvp_con_class{
	width: 100% !important;
}
.mvp_home-2{
	padding-bottom: 0 !important;
}
.mvp_con_done {
    padding-top: 20px !important;
	padding-bottom: 0px !important;
}
#mega-mobile,#mainnav-mobi {
    z-index: 1000111111 !important;
}
div#mainnav-mobi .menu,#mega-mobile .menu {
    margin: 0 !important;
}
div#mega-menu {
    display: none !important;
}
div#mega-menu {
    display: none !important;
}
.header-middle .box-cart{
	justify-content: center;
	padding-top: 0 !important;
}
.logo {
    width: 100%;
    margin-top: 5px !important;
}
.top-border.w-100 {
    margin-top: 30px;
}
.btn-menu, .btn-menu-mega {
    border: none  !important;
}
.btn-menu::after,
.btn-menu::before {
	position: unset !important;
 }
 .btn-menu-mega{
	border: none I !important;
 }
 .btn-menu-mega::after{
	border: none !important;
 }
 .btn-menu-mega::before{
	display: none !important;
 }
 .btn-menu span, .btn-menu-mega span {
    display: none;
}
.btn-menu, .btn-menu-mega {
    position: relative;
    background: transparent;
    cursor: pointer;
    top: 23px;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    padding: 15px 18px 17px;
    border-radius: 4px;
    z-index: 8;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    padding: 0;
    left: -5px;
}
.btn-menu-mega:after{
	content: "CATEGORIES" !important;
	color: #fff !important;
	position: relative !important;
}
.btn-menu::after, .btn-menu::before {
    position: relative !important;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
    /* font-size: 7px; */
    /* margin: -8px !important; */
    /* position: relative; */
    /* margin-bottom: 50px !important; */
    /* padding-bottom: 40px !important; */
    /* left: -18px !important; */
    top: -11px;
}
.btn-menu-mega:after {
    content: "CATEGORIES" !important;
    color: #fff !important;
    position: relative !important;
    background-color: #949ca4;
    font-size: 18px;
    font-weight: 700;
   left: 1px;
}
.btn-menu::after {
    content: " Menu" !important;
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    text-transform: uppercase;
}
ol.breadcrumb li.breadcrumb-item:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb .breadcrumb-item:last-child a {
    font-weight: 500 !important;
}
.breadcrumb .breadcrumb-item a{
	font-size: 13px !important;
}
.breadcrumb {
    justify-content: center;
}
.btn-menu-mega {
    top: 0;
    padding: 11.5px 15px;
    background: #949ca4;
    border-radius: 0;
}
.item2 {
    order: 1;
}
.item3 {
    order: 0;
    padding-top: 5px;
}
.item3 .box-cart{
	padding-bottom: 0 !important;
}
}
@media (max-width: 576px) {
	.mvp_home-2,.mvp_con_done{
		width: 100% !important;
	}
	.mvp_con_class h2.h2 {
		font-size: 20px !important;
		padding: 0px 10px;
	}
	.mvp_con_class button.btn-primary {
		font-size: 25px;
	}
	/* .mvp_acc {
		display: none !important;
	} */
	a.btn.btn-header.linkNav {
		padding: 0 5px !important;
	}
	div#header-cart button {
		padding-left: 5px;
		padding-right: 0px;
	}
	#homepage-content {
		padding-bottom: 0px !important;
		
	}
	.mvp_homecategories .thumbnail .caption h5>a {
		color: #fff;
		font-size: 14px !important;
	}
	.logo {
		margin-top: 0px !important;
	}
	div#mvpCarousel {
		height: 342px;
	margin-top: 30px;
	}
	ol.breadcrumb {
		display: none !important;
	}
	body#n_product #main-image {
		max-width: 100%;
		max-height: 342px !important;
	}
}
section#homepageCarousel {
	z-index: 0 !important;
}
table#example {
    border: 1px solid #ddd;
}
.box-cart .btn-header:hover {
    color: rgba(236, 59, 67, 1);
}
.box-cart .mvp_phone {
    line-height: 1.2;
}
.contact-form {
    padding: 10px;
    border: 1px solid #ddd;
}
div#mvpCarousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body#n_product .mvmvmvm {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
body#n_product .carousel-control-prev-icon, body#n_product .carousel-control-next-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 70% !important;
	border-radius: 5px !important;
}
body#n_product .carousel-control-prev span, body#n_product .carousel-control-next span {
    background-color: rgba(236, 59, 67, 1);
    padding: 5px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.mvp_homecategories .thumbnail {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.mvp_homecategories .thumbnail .caption {
    background-color: rgba(236, 59, 67,.8);
}
.mvp_homecategories .thumbnail .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    text-align: center;
    min-height: 52px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none !important;
}
.mvp_homecategories .thumbnail .caption>div {
    display: flex;
    width: auto;
    z-index: 10;
    flex-direction: column;
    align-items: center;
}
.mvp_homecategories .thumbnail .caption h5 {
    width: auto;
    display: inline;
    margin: 0 auto;
}
.mvp_homecategories .thumbnail .caption a.btn {
    color: #fff;
    background-color: rgba(236, 59, 67,1);
}
.mvp_homecategories .thumbnail a.dah_allcover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.mvp_homecategories .thumbnail .caption h5>a {
	color: #fff;
	font-size: 20px;
}
.mvp_homecategories .thumbnail .caption a.btn {
    display: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    width: 112px;
    height: 34px;
    padding: 0;
    line-height: 34px;
    transition: all .6s;
    margin-top: 10px;
}
.mvp_homecategories .thumbnail:hover .caption a.btn {
    display: inline-block;
}
.mvp_homecategories .thumbnail:hover .caption {
    background-color: rgba(236,59,67,.65);
}
.mvp_homecategories .thumbnail:hover .caption {
    min-height: 100%;
}
.mvp_cross_sale .card-price {
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
}
.mvp_cross_sale .card-title {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.mvp_cross_sale .btn-warning {
	background-color: #ffc107;
	border: none;
	color: #fff;
	font-weight: bold;
}
.mvp_cross_sale .stretched-link::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
}
body#n_home .mvp_cross_sale .card-title{
	height: 43px !important;
}
body#n_home .mvp_cross_sale{
	margin-bottom: 0 !important;
} 
div#specifics tr td:first-child {
    vertical-align: top;
}
div#specifics tr td{
	padding: 5px !important;
}
.f-pay-conn li:last-child {
    display: none;
}

@media (max-width: 767px) {
.mvp_homecategories .thumbnail .caption {
   display: none !important;
}
.mvp_homecategories .thumbnail {
    margin-bottom: 15px;
}
}

.image-box {
  overflow: hidden;
}

.image-box img {
  transition: transform 0.3s ease;
}

.image-box:hover img {
  transform: scale(1.1);
}

/* ========cart-page====== */
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: 30;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    z-index: 10001;
}
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: 10009;
    height: 100vh;
    padding: 10px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.5s ease-out;
}
.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 {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.cart-panel-wrapper .side-cart .side-cart-head-conts h3 {
    padding-right: 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 25px;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
}
.cart-panel-wrapper .side-cart #neto-dropdown {
    width: 100%;
    height: 100vh;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents {
    height: inherit;
}
#neto-dropdown #cartcontents {
    padding: 10px;
}
.cart-panel-wrapper #cartcontents {
    color: #333 !important;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart {
    height: inherit;
    text-align: center;
    font-size: 16px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart ul {
    height: calc(100% - 270px);
    overflow-y: auto;
}
.thumb_cart ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.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 .left {
    width: 80px;
    margin-right: 10px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .right {
    width: calc(100% - 90px);
    padding-right: 10px;
}
.thumb_cart .right a {
    white-space: normal;
    clear: none;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart .right .title {
    padding-right: 22px;
    font-size: 13px;
}
.cart-panel-wrapper .price {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}
.cart-panel-wrapper .side-cart #neto-dropdown #cartcontents .thumb_cart button {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
div#npopupDesc, .npopup {
    display: none !important;
}