	body {
		font-weight: 400;
		color: #666;
		font-size: 12px;
		line-height: 20px;
		width: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #444;
	}
	/* default font size */
	.fa {
		font-size: 14px;
	}
	/* Override the bootstrap defaults */
	h1 {
		font-size: 33px;
	}
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 15px;
	}
	h5 {
		font-size: 12px;
	}
	h6 {
		font-size: 10.2px;
	}
	a {
		color: #23a1d1;
	}
	a:hover {
		text-decoration: none;
	}
	legend {
		font-size: 18px;
		padding: 7px 0px
	}
	label {
		font-size: 12px;
		font-weight: normal;
	}
	select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
		font-size: 12px;
	}
	.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
		font-size: 12px;
	}
	.input-group .input-group-addon {
		font-size: 12px;
		height: 30px;
	}
	/* Fix some bootstrap issues */
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
		display: inline;
	}

	.nav-tabs {
		margin-bottom: 15px;
	}
	div.required .control-label:before {
		content: '* ';
		color: #F00;
		font-weight: bold;
	}
	/* Gradent to all drop down menus */
	.dropdown-menu li > a:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
	}
	/* top */
	#top {
		background-color: #EEEEEE;
		border-bottom: 1px solid #e2e2e2;
		padding: 4px 0px 3px 0;
		margin: 0 0 20px 0;
		min-height: 40px;
	}
	#top .container {
		padding: 0 20px;
	}
	#top #form-currency .currency-select,
	#top #form-language .language-select {
		text-align: left;
	}
	#top #form-currency .currency-select:hover,
	#top #form-language .language-select:hover {
		text-shadow: none;
		color: #ffffff;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
	}
	#top .btn-link, #top-links li, #top-links a {
		color: #888;
		text-shadow: 0 1px 0 #FFF;
		text-decoration: none;
	}
	#top .btn-link:hover, #top-links a:hover {
		color: #444;
	}
	#top-links .dropdown-menu a {
		text-shadow: none;
	}
	#top-links .dropdown-menu a:hover {
		color: #FFF;
	}
	#top .btn-link strong {
		font-size: 14px;
	        line-height: 14px;
	}
	#top-links {
		padding-top: 6px;
	}
	#top-links a + a {
		margin-left: 15px;
	}
	/* logo */
	#logo {
		margin: 0 0 10px 0;
	}
	/* search */
	#search {
		margin-bottom: 10px;
	}
	/* #search .input-lg {
		height: 40px;
		line-height: 20px;
		padding: 0 10px;
	} */
	#search .input-lg {
		height: 0px;
		line-height: 20px;
		padding: 0 3px;
	}
	#search .btn-lg {
		font-size: 15px;
		line-height: 18px;
		padding: 10px 35px;
		text-shadow: 0 1px 0 #FFF;
	}
	/* cart */
	#cart {
		margin-bottom: 10px;
	}
	#cart > .btn {
		font-size: 12px;
		line-height: 18px;
		color: #FFF;
	}
	#cart.open > .btn {
		background-image: none;
		background-color: #FFFFFF;
		border: 1px solid #E6E6E6;
		color: #666;
		box-shadow: none;
		text-shadow: none;
	}
	#cart.open > .btn:hover {
		color: #444;
	}
	#cart .dropdown-menu {
		background: #eee;
		z-index: 1001;
	}
	#cart .dropdown-menu {
		min-width: 100%;
	}
	.mobile_view{
		display: none;
	}
	div#product.mobile_view {
		display: none;
	}
	.breadcrumb {
		font-size: 9px;
	}
	div#product {
		display: flex;
		flex-direction: row;
		column-gap: 50px;
	}
	#product .button-group {
		padding-top: 5px;
	}
	.alert.alert-success.alert-dismissible.out_of_stock {
		/* background: red; */
		color: #a94442 !important;
		background-color: #f2dede;
		border-color: #ebccd1;
	}
	
	.alert.alert-success.alert-dismissible.out_of_stock i {color: #a94442;}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
	#cart .dropdown-menu table {
		margin-bottom: 10px;
	}
	#cart .dropdown-menu li > div {
		min-width: 427px;
		padding: 0 10px;
	}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
	#cart .dropdown-menu li p {
		margin: 20px 0;
	}
	/* menu */
	#menu {
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
		min-height: 40px;
	}
	#menu .nav > li > a {
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 10px 15px 10px 15px;
		min-height: 15px;
		background-color: transparent;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-menu {
		padding-bottom: 0;
	}
	#menu .dropdown-inner {
		display: table;
	}
	#menu .dropdown-inner ul {
		display: table-cell;
	}
	#menu .dropdown-inner a {
		min-width: 160px;
		display: block;
		padding: 3px 20px;
		clear: both;
		line-height: 20px;
		color: #333333;
		font-size: 12px;
	}
	#menu .dropdown-inner li a:hover {
		color: #FFFFFF;
	}
	#menu .see-all {
		display: block;
		margin-top: 0.5em;
		border-top: 1px solid #DDD;
		padding: 3px 20px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 3px 3px;
		font-size: 12px;
	}
	#menu .see-all:hover, #menu .see-all:focus {
		text-decoration: none;
		color: #ffffff;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
	}
	#menu #category {
		float: left;
		padding-left: 15px;
		font-size: 16px;
		font-weight: 700;
		line-height: 40px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	}
	#menu .btn-navbar {
		font-size: 15px;
		font-stretch: expanded;
		color: #FFF;
		padding: 2px 18px;
		float: right;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
		color: #ffffff;
		background-color: #229ac8;
	}
	@media (min-width: 768px) {
		#menu .dropdown:hover .dropdown-menu {
			display: block;
		}
	}
	@media (max-width: 767px) {
		#menu {
			border-radius: 4px;
		}
		#menu div.dropdown-inner > ul.list-unstyled {
			display: block;
		}
		#menu div.dropdown-menu {
			margin-left: 0 !important;
			padding-bottom: 10px;
			background-color: rgba(0, 0, 0, 0.1);
		}
		#menu .dropdown-inner {
			display: block;
		}
		#menu .dropdown-inner a {
			width: 100%;
			color: #fff;
		}
		#menu .dropdown-menu a:hover,
		#menu .dropdown-menu ul li a:hover {
			background: rgba(0, 0, 0, 0.1);
		}
		#menu .see-all {
			margin-top: 0;
			border: none;
			border-radius: 0;
			color: #fff;
		}
	}
	/* content */
	#content {
		min-height: 600px;
	}
	/* footer */
	footer {
		margin-top: 30px;
		padding-top: 30px;
		background-color: #303030;
		border-top: 1px solid #ddd;
		color: #e2e2e2;
	}
	footer hr {
		border-top: none;
		border-bottom: 1px solid #666;
	}
	footer a {
		color: #ccc;
	}
	footer a:hover {
		color: #fff;
	}
	footer h5 {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}
	/* alert */
	.alert {
		padding: 8px 14px 8px 14px;
	}
	/* breadcrumb */
	.breadcrumb {
		margin: 0 0 20px 0;
		padding: 8px 0;
		border: 1px solid #ddd;
	}
	.breadcrumb i {
		font-size: 15px;
	}
	.breadcrumb > li {
		text-shadow: 0 1px 0 #FFF;
		padding: 0 20px;
		position: relative;
		white-space: nowrap;
	}
	.breadcrumb > li + li:before {
		content: '';
		padding: 0;
	}
	.breadcrumb > li:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -5px;
		width: 26px;
		height: 26px;
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.pagination {
		margin: 0;
	}
	/* buttons */
	.buttons {
		margin: 1em 0;
	}
	.btn {
		padding: 7.5px 12px;
		font-size: 12px;
		border: 1px solid #cccccc;
		border-radius: 4px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	}
	.btn-xs {
		font-size: 9px;
	}
	.btn-sm {
		font-size: 10.2px;
	}
	.btn-lg {
		padding: 10px 16px;
		font-size: 15px;
	}
	.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
		font-size: 12px;
	}
	.btn-group > .btn-xs {
		font-size: 9px;
	}
	.btn-group > .btn-sm {
		font-size: 10.2px;
	}
	.btn-group > .btn-lg {
		font-size: 15px;
	}
	.btn-default {
		color: #777;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		background-color: #e7e7e7;
		background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
		background-repeat: repeat-x;
		border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	}
	.btn-primary {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
	}
	.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
		background-color: #1f90bb;
		background-position: 0 -15px;
	}
	.btn-primary.focus, .btn-primary:focus{
		background-color: #F8AF3B;
	}
	.btn-warning {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #faa732;
		background-image: linear-gradient(to bottom, #fbb450, #f89406);
		background-repeat: repeat-x;
		border-color: #f89406 #f89406 #ad6704;
	}
	.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-danger {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #da4f49;
		background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
		background-repeat: repeat-x;
		border-color: #bd362f #bd362f #802420;
	}
	.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-success {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #5bb75b;
		background-image: linear-gradient(to bottom, #62c462, #51a351);
		background-repeat: repeat-x;
		border-color: #51a351 #51a351 #387038;
	}
	.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-info {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #df5c39;
		background-image: linear-gradient(to bottom, #e06342, #dc512c);
		background-repeat: repeat-x;
		border-color: #dc512c #dc512c #a2371a;
	}
	.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
		background-image: none;
		background-color: #df5c39;
	}
	.btn-link {
		border-color: rgba(0, 0, 0, 0);
		cursor: pointer;
		color: #23A1D1;
		border-radius: 0;
	}
	.btn-link, .btn-link:active, .btn-link[disabled] {
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
		box-shadow: none;
	}
	.btn-inverse {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #363636;
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
	}
	.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
		background-color: #222222;
		background-image: linear-gradient(to bottom, #333333, #111111);
	}
	/* list group */
	.list-group a {
		border: 1px solid #DDDDDD;
		color: #888888;
		padding: 8px 12px;
	}
	.list-group a.active, .list-group a.active:hover, .list-group a:hover {
		color: #444444;
		background: #eeeeee;
		border: 1px solid #DDDDDD;
		text-shadow: 0 1px 0 #FFF;
	}
	/* carousel */
	.carousel-caption {
		color: #FFFFFF;
		text-shadow: 0 1px 0 #000000;
	}
	.carousel-control .icon-prev:before {
		content: '\f053';
		font-family: FontAwesome;
	}
	.carousel-control .icon-next:before {
		content: '\f054';
		font-family: FontAwesome;
	}
	/* product list */
	.product-thumb {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		overflow: auto;
	}
	.product-thumb .image {
		text-align: center;
	}
	.product-thumb .image a {
		display: block;
	}
	.product-thumb .image a:hover {
		opacity: 0.8;
	}
	.product-thumb .image img {
		margin-left: auto;
		margin-right: auto;
	}
	.product-grid .product-thumb .image {
		float: none;
	}
	@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	}
	.product-thumb h4 {
		font-weight: bold;
	}
	.product-thumb .caption {
		padding: 0 20px;
		min-height: 180px;
	}
	.product-list .product-thumb .caption {
		margin-left: 230px;
	}
	@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
	}
	@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	}
	.product-thumb .rating {
		padding-bottom: 10px;
	}
	.rating .fa-stack {
		font-size: 8px;
	}
	.rating .fa-star-o {
		color: #999;
		font-size: 15px;
	}
	.rating .fa-star {
		color: #FC0;
		font-size: 15px;
	}
	.rating .fa-star + .fa-star-o {
		color: #E69500;
	}
	h2.price {
		margin: 0;
	}
	.product-thumb .price {
		color: #444;
		margin:0;
	}
	.qp {
	    display: flex;
	    margin: 12px 0 20px 0;
	    align-items: center;
	}
	.product-thumb .price-old {
		color: #de1111;
		text-decoration: line-through;
		margin-left: 10px;
	}
	.product-thumb .price-tax {
		color: #999;
		font-size: 12px;
		display: block;
	}
	.product-thumb .button-group, #product .button-group {
		border-top: 1px solid #ddd;
		background-color: #eee;
		overflow: auto;
	}
	.product-list .product-thumb .button-group {
		border-left: 1px solid #ddd;
	}
	@media (max-width: 768px) {
		.product-list .product-thumb .button-group {
			border-left: none;
		}
	}
	.product-thumb .button-group button, #product .button-group button {
		width: 60%;
		border: none;
		display: inline-block;
		float: left;
		background-color: #eee;
		color: #888;
		line-height: 38px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	.product-thumb .button-group button + button, #product .button-group button + button {
		width: 20%;
		border-left: 1px solid #ddd;
	}
	.product-thumb .button-group button:hover, #product .button-group button:hover {
		color: #444;
		background-color: #ddd;
		text-decoration: none;
		cursor: pointer;
	}
	@media (max-width: 1200px) {
		.product-thumb .button-group button, .product-thumb .button-group button + button, #product .button-group button, #product .button-group button + button {
			width: 33.33%;
		}
	}
	@media (max-width: 767px) {
		.product-thumb .button-group button, .product-thumb .button-group button + button, #product .button-group button, #product .button-group button + button {
			width: 33.33%;
		}
	}
	.thumbnails {
		overflow: auto;
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > img {
		width: 100%;
	}
	.image-additional a {
		margin-bottom: 20px;
		padding: 5px;
		display: block;
		border: 1px solid #ddd;
	}
	.image-additional {
		max-width: 90px;
	}
	.thumbnails .image-additional {
		/* float: left; */
		margin-left: 0px;
	}
	#product-product .thumbnails {
		margin-left: 0px;
	}
	#product-product .thumbnails > li {
		margin-left: 0; 
	}
	

	@media (min-width: 1200px) {
		#content .col-lg-2:nth-child(6n+1),
		#content .col-lg-3:nth-child(4n+1),
		#content .col-lg-4:nth-child(3n+1),
		#content .col-lg-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		#content .col-md-2:nth-child(6n+1),
		#content .col-md-3:nth-child(4n+1),
		#content .col-md-4:nth-child(3n+1),
		#content .col-md-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		#content .col-sm-2:nth-child(6n+1),
		#content .col-sm-3:nth-child(4n+1),
		#content .col-sm-4:nth-child(3n+1),
		#content .col-sm-6:nth-child(2n+1) {
			clear:left;
		}
	}

	/* fixed colum left + content + right*/
	@media (min-width: 768px) {
	    #column-left  .product-layout .col-md-3 {
	       width: 100%;
	    }

		#column-left + #content .product-layout .col-md-3 {
	       width: 50%;
	    }

		#column-left + #content + #column-right .product-layout .col-md-3 {
	       width: 100%;
	    }

	    #content + #column-right .product-layout .col-md-3 {
	       width: 100%;
	    }
	}

	/* fixed product layouts used in left and right columns */
	#column-left .product-layout, #column-right .product-layout {
		width: 100%;
	}

	/* fixed mobile cart quantity input */
	.input-group .form-control[name^=quantity] {
		min-width: 50px;
	}

	/* Missing focus and border color to overwrite bootstrap */
	.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	    background-image: none;
	    background-color: #df5c39;
	}
	#cart > .btn {
	    padding-left: 0;
	}
	.language > div {
	    float: none !important;
	}



	/*Added By Rexcel Team*/
	body{
		color: #000;
		font-size: 14px;
		font-family: 'Montserrat-Regular';
		overflow-x: hidden;
		font-size: 16px;
		padding-top: 72px;
	}
	ul{
		margin:0;
		padding:0;
	}
	ul li,ol li{
		list-style: none;
	}
	.header-row {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.logo {
	    width: 40%;
	}
	.header-right-bx {
	    width: 60%;
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}
	#cart > .btn{
		padding:0;
	}
	header {
	    background: #f7f7f7;
	    padding: 28px 0 14px 0;
	    position: fixed;
	    z-index: 999;
	    width: 100%;
	    top: 0;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.searchbar {
	    width: 10%;
	}
	.header-right-bx nav {
	    width: 60%;
	    margin: 0;
	}
	.language {
	    width: 15%;
	    text-align: center;
	}
	.cart {
	    width: 25%;
	}
	header #cart > button i {
	    font-size: 22px;
		padding-right: 5px;
		color: #000;
	    vertical-align: middle;
	}
	.header-right-bx nav ul li {
	    display: inline-block;
	    padding: 0 26px;
	}
	.header-right-bx nav ul li:last-child {
	    padding-right: 0;
	}
	.header-right-bx nav > ul {
	    margin: 0;
	    padding:0;
	    white-space: nowrap;
	}
	.header-right-bx nav > ul > li > a {
	    font-size: 18px;
	    color: #000000;
	}
	.searchbar svg {
	    color: #000;
	    stroke-width: 2px;
	    height: 22px;
	    width: 22px;
	    -webkit-transform: scaleX(-1);
	    transform: scaleX(-1);
	}
	.header-right-bx nav > ul > li:first-child {
	    padding-left: 0;
	}
	#cart {
	    margin: 0;
	}
	#cart > button {
	    border-radius: 0;
	    border: none;
	    color: #000;
	    background: no-repeat;
	    text-shadow: none;
	    font-size: 16px;
	}
	#cart > button span{
	    font-size: 20px;
	    color: #000;
	    vertical-align: middle;
	    font-family: 'Montserrat-Bold';
	}
	.header-right-bx > div, .header-right-bx > nav {
	    padding-left: 20px;
	}
	.logo img {
	    max-width: 110px;
	}
	.swiper-viewport {
	    margin: 0 !important;
	    box-shadow: none !important;
	    border: none !important;
	}
	.searchbar> span {
	    display: inline-block;
	    cursor: pointer;
	}
	.header-right-bx nav > ul > li > a:focus {
	    text-decoration: none;
	}
	#cart > .btn{
		box-shadow: none;
	    padding-right: 0;
	}
	#slideshow1 img {
	    width: 100%;
	    object-fit: cover;
	}
	footer {
	    border: none;
	    color: #fff;
	    background: #000;
	    padding: 40px 0 0px 0;
	    font-size: 17px;
	    line-height: 34px;
	}
	footer .row > div:first-child {
	    padding-right: 60px;
	}
	footer .row > div:first-child img {
	    margin-bottom: 20px;
	}
	footer h5 {
	   font-family: 'Montserrat-Bold';
	    font-size: 18px;
	    margin: 0 0 20px 0;
	}
	footer ul li a {
	    font-size: 16px;
	    color: #fff;
	}
	footer ul li {
	    padding-bottom: 5px;
	}
	footer hr {
	    margin: 0;
	    border: none;
	}
	footer hr + p {
	    background: #323232;
	    margin: 0;
	    width: 100vw;
	    position: relative;
	    left: 50%;
	    margin-left: -50vw;
	    margin-top: 20px;
	    font-size: 16px;
	    padding: 5px 0;
	}
	footer hr + p a {
	    color: #fff;
	}
	.social.Links a {
	    display: inline-block;
	    margin: 0 20px 0 0;
	}
	.social.Links a i {
	    font-size: 20px;
	    color: #fff;
	}
	footer ul li a:focus{
		color: #fff;
	}
	.swiper-pagination{
		display: none;
	}

	.product-thumb {
	    border: none;
	    display: flex;
	    padding:30px 15px;
	    margin: 0;
	    align-items: center;
	}
	.product-thumb .caption {
	    width: 55%;
	    padding-left: 20px;
	    padding-right: 0;
	    min-height: auto;
	}
	.product-thumb .image {
	    width: 45%;
	    margin-left: 0;
	}
	.product-layout {
	    border-top: 1px solid #f2f2f2;
	    border-right: 1px solid #f2f2f2;
	}
	.product-row > div:nth-child(2n+2) {
	    border-right: none;
	}
	.row.product-row > div:nth-child(1), 
	.row.product-row > div:nth-child(2) {
	    border-top: none;
	}

	.product-thumb h4 {
	    text-transform: uppercase;
	    color: #333333;
	    padding-bottom: 6px;
	    font-weight: normal;
	    font-size: 18px;
	    margin-top: 0;
	}
	.quantity-box {
	    display: flex;
	    align-items: center;
	    font-size: 16px;
	}
	.quantity-box input {
	    width: 50px;
	    border: none;
	    font-size: 16px;
	    margin: 0 5px;
	    text-align: center;
	}
	.quantity-box span {
	    display: inline-block;
	    background: #e2e2e2;
	    height: 28px;
	    width: 28px;
	    text-align: center;
	    line-height: 28px;
	    border-radius: 50%;
	    cursor: pointer;
	}
	input:focus,
	button:focus,
	select:focus,
	textarea:focus{
	    outline: none;
	    box-shadow: none;
	}
	#product-product ul.list-unstyled li.in_stock {
		color: #F8AF3B;
	}
	#product-product ul.list-unstyled li.out_of_stock {
		color: #ff0000;
	}
	#product-product p.price {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.product-thumb p.price .price-new, #product-product p.price .price-new {
	    font-size: 18px;
	    color: #F8AF3B;
	   font-family: 'Montserrat-Bold';
	}
	#product-product p.price .price-new {
	    font-size: 28px;
	}
	#product-product span.price-old {
		color: #de1111;
		text-decoration: line-through;
		margin-left: 10px;
	}
	.product-thumb .button-group button, #product .button-group button {
	    background: no-repeat;
	    color: #F8AF3B;
	    text-decoration: none;
	   font-family: 'Montserrat-Bold';
	    font-size: 14px;
	    border: 1px solid #F8AF3B;
	    padding: 0 25px;
	    width: auto;
	    border-radius: 30px;
	    text-transform: capitalize;
	}
	.product-thumb .button-group, #product .button-group {
	    background: no-repeat;
	    border: none;
	}
	.product-thumb .button-group button i, #product .button-group button i {
	    font-size: 18px;
	    padding-right: 8px;
	    color: #000;
	}
	.product-thumb .button-group button:hover, 
	.product-thumb .button-group button:focus, 
	#product .button-group  button:hover, 
	#product .button-group  button:focus {
	    background: #F8AF3B;
	    transition: all 0.3s ease-in-out;
	}
	.tabs {
	    padding: 60px 0;
	}

	ul#tabs-nav {
	    margin-bottom: 30px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    background: #efefef;
	    padding: 12px 8px;
	    border-radius: 60px;
	    transition: all 0.3s ease;
	}
	.cat-tabs {
	    overflow-x: auto;
	}
	.cat-tabs::-webkit-scrollbar {
	    height: 6px;
	    border-radius: 30px;
	}
	.cat-tabs::-webkit-scrollbar-track {
	    background: #f1f1f1;
	}
	.cat-tabs::-webkit-scrollbar-thumb {
	    background: #bfbfbf;
	}
	.table-responsive::-webkit-scrollbar-track {
	    background: #f1f1f1;
	}
	.table-responsive::-webkit-scrollbar-thumb {
	    background: #bfbfbf;
	}
	.fixed {
	    position: fixed;
	    top: 10px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    z-index: 999;
	    max-width: 1200px;
	    transition: all 0.3s ease;
	    top: 90px;
	}
	ul#tabs-nav > li {
	    float: none;
	    padding: 0 10px;
	    width: 100%;
	    margin: 0;
	    text-align: center;
	}

	ul#tabs-nav > ul > li > a {
	    width: 100%;
	    background: #f7f7f7;
	}

	#tabs-nav li a {
	    width: 100%;
	    text-align: center;
	    padding: 8px;
	    display: block;
	    border-radius: 60px;
	    background: #f7f7f7;
	    color: #8e8e8e;
	    font-weight: normal;
	    font-size: 16px;
	}
	#tabs-nav li a:hover,
	#tabs-nav li a:focus{
		text-decoration: none;
	}

	ul#tabs-nav li:hover, ul#tabs-nav li.active {
	    background: no-repeat;
	}

	ul#tabs-nav li a:hover, ul#tabs-nav li.active a {
	    background: #F8AF3B;
	    color: #333;
	    transition: all 0.3s ease;
	}
	.swiper-viewport{
		overflow-x: hidden;
	}

	#information-contact .form-group {
	    margin: 0 0 45px 0;
	}

	.form-control.form-control2{
	    border-radius: 0;
	    min-height: 34px;
	    box-shadow: none;
	    border: none;
	    border-bottom: 1px solid #d2d2d2;
	    padding: 0;
	    height: auto;
	}
	textarea.form-control.form-control2{
		border: 1px solid #d2d2d2;
		padding: 10px;
	}
	label.control-label.control-label2 {
	    padding: 0 0 10px 0;
	}

	label.control-label:before {
	    display: none;
	}
	.form-control::placeholder,
	#information-contact label.control-label{
	    color: #8e8e8e;
	    font-size: 14px;
	    font-family: 'Montserrat-Regular';
	}

	.form-control:focus {
	    box-shadow: none;
	    outline: none;
	    border-color: #707070;
	}
	.btn-primary {
	    background: #F8AF3B;
	    border: none;
	    padding: 9px 50px;
	    font-size: 19px;
	   font-family: 'Montserrat-Bold';
	    text-shadow: none;
	    border-radius: 30px;
	    color: #333333;
	}
	#contact-form .buttons {
	    margin: 0;
	    /* border-top: 2px solid #eaeaea; */
	    padding-top: 30px;
	}

	.btn-primary.active.focus, 
	.btn-primary.active:focus, 
	.btn-primary.active:hover, 
	.btn-primary:active.focus, 
	.btn-primary:active:focus, 
	.btn-primary:active:hover, 
	.open>.dropdown-toggle.btn-primary.focus, 
	.open>.dropdown-toggle.btn-primary:focus, 
	.open>.dropdown-toggle.btn-primary:hover,
	.btn-primary:hover{
	    background: #F8AF3B;
	    outline: none;
	    box-shadow: none;
	    color: #fff;
	}
	*{
		outline: none !important;
	}
	.qp > div {
	    max-width: 180px;
	    width: 100%;
	}

	label.control-label {
	    padding: 0 0 10px 0;
	    font-size: 14px;
	    font-family: 'Montserrat-Regular';
	}

	label.control-label:before {
	    display: none;
	}

	#contact-form .buttons {
	    margin: 0;
	    padding-top: 35px;
	}

	/* #information-contact {
	    position: relative;
	    margin: 50px 0;
	} */

	#information-contact:after {
	    position: absolute;
	    content: "";
	    height: 1px;
	    width: 78%;
	    background: #ebebeb;
	    bottom: 87px;
	    z-index: -1;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	}

	.heading {
	    margin: 0 0 40px 0;
	    text-transform: uppercase;
	    color: #000;
	    font-size: 32px;
	    position: relative;
	    display: inline-block;
	}

	.heading:before {
	    position: absolute;
	    content: "";
	    height: 100%;
	    width: 50%;
	    background: #F8AF3B;
	    z-index: -1;
	}
	.contact-image img {
	    margin: 0 auto;
	}
	#contact-form {
	    margin-top: 40px;
	    max-width: 450px;
	}
	.swiper-viewport .swiper-button-next:before,
	.swiper-viewport .swiper-button-prev:before {
	    font-size: 20px;
	    width: 40px;
	    height: 40px;
	    background: white;
	    border-radius: 50%;
	    display: block;
	    text-align: center;
	    line-height: 42px;
	}
	.swiper-viewport .swiper-button-prev,
	.swiper-viewport .swiper-button-next{
		opacity: 1 !important;
	}

	.alert.alert-success {
	    margin: 20px 0;
	    position: fixed;
	    top: 40px;
	    right: 20px;
	    z-index: 99;
	    background: #2b2b2b;
	    border: none;
	    color: #fff !important;
	    padding: 15px 20px;
	    padding-right: 50px;
	    font-size: 14px;
	    font-size: 16px;
	    z-index: 9999;
	}

	.alert.alert-success a {
	    color: #fff;
	    text-decoration: underline;
	}
	.alert.alert-success i{
		margin-right: 10px;
	    font-size: 18px;
	    vertical-align: middle;
	    color: #68e05a;
	}
	.alert.alert-success button {
	    right: 0px;
	    position: absolute;
	    top: 13px;
	    color: #fff !important;
	    opacity: 1;
	    right: 20px;
	}
	.open-cart #cart .side-cart {
	    right: 0;
		transition: all 0.5s ease;
		padding-bottom: 165px;
	}
	#cart .side-cart {
	    position: fixed;
	    top: 0;
	    right: -100%;
	    height: 100vh;
	    overflow-y: auto;
	    width: 440px;
	    background: #fff;
	    padding: 25px;
	    border-radius: 0;
	    margin: 0;
	    transition: all 0.5s ease;
	    min-width: auto;
	    overflow-x: hidden;
	    border:none;
	}
	.overlay {
	    position: fixed;
	    top: 0;
	    height: 100vh;
	    width: 100%;
	    left: 0;
	    background: rgba(0, 0, 0, 0.9);
	    z-index: 99;
	    transition: all 0.3s ease;
	    visibility: hidden;
	    opacity: 0;
	}
	.open-cart .overlay {
	    visibility: visible;
	    opacity: 1;
	    transition: all 0.3s ease;
	}
	#cart .dropdown-menu {
	    display: block;
	    background: #fff;
	}
	span.close-cart {
	    position: absolute;
	    top: 25px;
	    right: 30px;
	    font-size: 18px;
	    text-align: center;
	    border-radius: 50%;
	    cursor: pointer;
	    color: #333;
	}
	.side-cart h4 {
	    font-size: 24px;
	   font-family: 'Montserrat-Bold';
	    margin: 0 0 30px 0;
	}

	ul#cart_page > li {
	    display: flex;
	    border-bottom: 1px solid #e7e7e7;
	    padding: 20px 0;
	    margin: 0;
	    align-self: center;
	}

	#cart .dropdown-menu li > div {
	    min-width: auto;
	}

	ul#cart_page > li > .pro-img {
	    width: 22%;
	    padding: 0;
	}
	ul#cart_page > li > .pro-info .qp {
	    margin-bottom: 0;
	}

	ul#cart_page > li > .pro-info {
	    width: 78%;
	    position: relative;
	}
	ul#cart_page > li .quantity-box {
	    max-width: 115px;
	    position: relative;
	}
	ul#cart_page > li .pro-info strong {
	    font-size: 16px;
	    font-weight: normal;
	    text-transform: uppercase;
	    display: block;
	    padding-right: 70px;
	}

	ul#cart_page > li .pro-info .price strong {
	    font-size: 18px;
	}
	ul#cart_page > li > .pro-info .cart-item-footer {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	ul#cart_page > li .quantity-box span {
	    height: 25px;
	    width: 25px;
	    line-height: 25px;
	    font-size: 14px;
	}
	ul#cart_page > li .quantity-box input {
	    width: 40px;
	    margin: 0;
	    font-size: 14px;
	}

	ul#cart_page > li > .pro-info .cart-item-footer span {
	    font-size: 13px;
	    cursor: pointer;
	}

	ul#cart_page > li > .pro-info .cart-item-footer span small {
	    position: relative;
	    height: 18px;
	    width: 18px;
	    border: 2px solid #FF0000;
	    display: inline-block;
	    border-radius: 50%;
	    vertical-align: middle;
	    margin-left: 5px;
	}

	ul#cart_page > li > .pro-info .cart-item-footer span small:before {
	    position: absolute;
	    content: "";
	    height: 2px;
	    width: 8px;
	    background: #FF0000;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.cart-footer ul li {
	    display: flex;
	    justify-content: flex-end;
	    font-size: 18px;
	    padding: 10px 0;
	}
	.cart-footer ul li strong {
	    max-width: 120px;
	    text-align: right;
	    width: 100%;
	    font-weight: normal;
	   font-family: 'Montserrat-Bold';
	}
	.cart-footer ul li span {
	    color: #999;
	}
	.cart-footer .bnt-default {
	    background: #eaeaea;
	}
	.btn-default {
	    background: #F8AF3B;
	    text-shadow: none;
	    color: #000;
	    padding: 12px 50px;
	    font-size: 16px;
	    border-radius: 30px;
	}
	.cart-footer {
		text-align: right;
	    position: fixed;
	    width: 100%;
	    right: -100%;
	    bottom: 0px;
	    background: #ffffff;
	    padding: 15px 15px 30px 15px;
	    max-width: 420px;
	}
	.open-cart .cart-footer{
		right: 20px;
		transition: all 0.5s ease;
	}
	.cart-footer > ul {
	    margin-bottom: 30px;
	}
	.btn-default:hover,.btn-default:focus {
	    background: #F8AF3B;
	}
	ul#cart_page > li > .pro-img img {
	    max-width: 70px;
	    width: 100%;
	}
	#cart.open > .btn{
		border: none;
		background: no-repeat;
	}

	/*vtabs*/
	.faq-content{
		display: block !important;
	}
	.faq-tabs {
	    border: none;
	    margin: 0;
	}
	.faq-tabs > li > a:hover {
	    background: no-repeat;
	}
	.faq-tabs > li {
	    display: block;
	    float: none;
	    width: 100%;
	    padding: 8px 0;
	}

	.faq-tabs > li > a {
	    font-size: 16px;
	    color: #000;
	    font-weight: normal;
	    padding: 7px 0;
	    border-radius: 0;
	    border: none;
	}
	.faq-accordion ul.faq-tabs > li.active > a {
	    border: none;
	   font-family: 'Montserrat-Bold';
	    color: #000;
	    position: relative;
	    padding-left: 20px;
	    background: no-repeat;
	}
	.faq-accordion ul.faq-tabs > li.active > a:before {
		content: "";
		width: 6px;
		background: #F8AF3B;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
	}

	.faq-accordion {
	    position: relative;
	    padding: 50px 0;
	    max-width: 90%;
	    margin: 0 auto;
	}

	.faq-accordion:before {
	    position: absolute;
	    width: 100vw;
	    background: url('/oc/image/catalog/faq-bg.jpg')no-repeat;
	    height: 100%;
	    top: 0;
	    left: 50%;
	    content:"";
	    margin-left: -50vw;
	    z-index: -1;
	    background-size: cover;
	}

	.faq-accordion .row {
	    display: flex;
	    margin: 0 auto;
	}

	.faq-accordion .row > div:last-child {
	    background: #F8AF3B;
	    padding: 35px;
	}
	.side-cart-inner ul li p {
	    font-size: 16px;
	}
	.search-drop {
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100vh;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.9);
	    z-index: 999;
	    padding: 50px;
	    transform: scaleY(0);
	    transform-origin: 0;
	    transition: all 0.3s ease;
	}

	/* #search {
	    max-width: 670px;
	    width: 100%;
	    position: relative;
	    margin: 40px 0 0 0;
	    margin: 40px auto 0 auto;
	} */
	#search {
		max-width: initial;
		width: auto;
		position: relative;
		margin: 40px 0 0 0;
		margin: 0;
	}

	#search .input-lg{
	    min-height: 52px;
	    border-radius: 0px;
	    border-color: #e6e6e6;
	    font-size: 32px;
	    padding-right: 60px;
	    background: none;
	}
	span.search-close {
	    position: absolute;
	    top: 30px;
	    right: 30px;
	    cursor: pointer;
	}
	#search button.btn-lg {
	    background: no-repeat;
	    box-shadow: none;
	    border: none;
	    padding: 0;
	    position: absolute;
	    bottom: 18px;
	    right: 30px;
	    font-size: 30px;
	}

	#search button.btn-lg i {
	    font-size: 22px;
	}

	/* #search input::placeholder {
	    color: #ccc;
	    font-size: 32px;
	} */
	#search input::placeholder {
		color: #ccc;
		font-size: 20px;
	}
	.open-search .search-drop {
	    transform: scaleY(1);
	    transition: all 0.3s ease;
	    transform-origin: 0;
	    overflow-y: auto;
	}
	.login > ul > li > a {
	    color: #000;
	    display: block;
	    position: relative;
	}
	.main-heading {
	    text-align: center;
	    font-size: 44px;
	    text-transform: uppercase;
	    margin-bottom: 30px;
	}	

	#account-register form {
	    margin-top: 20px;
	}
	#account-register legend {
	    display: block;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    padding: 10px 5px;
	    border-bottom: 1px solid #e2e2e2;
	    font-size: 20px;
	    text-transform: uppercase;
	    color: #000;
	}
	label.col-sm-2.control-label {
	    width: 100% !important;
	    text-align: left;
	    padding-bottom: 10px;
	    font-weight: normal;
	    font-size: 18px;
	    margin-bottom: 7px;
	   padding:0 15px 7px 15px;
	}
	#account-register label.col-sm-2.control-label +div {
	    width: 100%;
	}
	.form-control {
	    height: 44px;
	    font-size: 18px;
	    color: #000;
	    border: 1px solid #AAAAAA;
	}
	fieldset#account + fieldset {
	    margin: 25px 0;
	}
	.account #account-register .col-sm-9 {
	    width: 100%;
	}
	#account-login aside#column-left {
	    display: none;
	}
	.white-holder {
	    padding: 40px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	    background: #fff;
	}
	#account-login h2 + p {
	    margin-bottom: 40px;
	}
	#account-login #content > .row > div:first-child > div .btn-primary {
	    display: inline-block;
	    margin-top: 20px;
	}
	.btn.btn-primary.btn-primary2 {
	    background: #F8AF3B;
	    border-color: #000;
	    font-size: 16px;
	    padding: 10px 30px;
	    font-weight: 300;
	    color: #333;
	    box-shadow: none;
	    border: none;
	   font-family: 'Montserrat-Regular';
	}
	.account #account-login .col-sm-9,
	.account #account-forgotten .col-sm-8{
	    width: 100%;
	}
	.account #account-forgotten .col-sm-3{
		display: none;
	}
	#account-login #content > .row > div > div {
	    height: 100%;
	    background: #fff;
	    border: none !important;
	    box-shadow: none;
	    padding: 0;
	    margin: 0;
	}
	#account-login #content > .row > div > div h2{
		margin:0;
	}
	label.control-label {
	    font-weight: normal;
	    font-size: 16px;
	}
	#account-login form> .form-group + .form-group a {
	    display: inline-block;
	    color: #000;
	    text-decoration: underline;
	    margin-top: 10px;
	}
	#content {
	    min-height: calc(100vh - 354px);
	}
	#account-login #content > .row > div > div h2 {
	    margin: 0;
	    text-transform: uppercase;
	    color: #000;
	   font-family: 'Montserrat-Bold';
	}
	#account-login #content > .row > div > div p {
	    line-height: 24px;
	}
	#account-login #content > .row > div:first-child > div p {
	    padding-right: 50px;
	}
	#account-register #column-left{
		display: none;
	}
	#account-register .white-holder > p a {
	    color: #333 !important;
	    text-decoration: underline;
	}
	.account .form-group {
	    margin: 0 0 20px 0;
	}
	#account-register .buttons > div {
	    float: none !important;
	    text-align: right;
	}

	#account-register .buttons {
	    margin-bottom: 0;
	}
	#account-register .buttons a{
		color: #F8AF3B;
	}
	#column-left > .list-group {
	    padding: 0 !important;
	    margin: 0 !important;
	    border-radius: 0 !important;
	    border: 1px solid #C3C3C3;
	}
	#column-left a.active {
	    background: #f5f5f5;
	    color: #333;
	}
	#column-left > .list-group a {
	    border-radius: 0;
	    border-left: none;
	    border-right: 0;
	    border-bottom: none;
	    border-color: #F2F2F2;
	    font-size: 18px;
	    padding: 20px;
	}
	.account-heading {
	    margin-bottom: 10px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    border-bottom: 1px solid #F2F2F2;
	    padding-bottom: 5px;
	}
	.account-heading > legend {
	    padding: 0 0 10px 0;
	    border: none;
	    margin: 0;
	    font-size: 24px;
	}
	.account #column-left + div {
	    padding-left: 30px;
	    padding-right: 15px;
	}
	.account #column-left{
		width: 33.33333333%;
	}
	.account #column-left + div{
		width: 66.66666667%;
	}
	body .swiper-viewport .swiper-button-next {
	    right: -30px;
	}
	body .swiper-viewport .swiper-button-prev {
	    left: -40px;
	}
	body .swiper-viewport:hover .swiper-button-next {
	    right: 30px;
	}
	body .swiper-viewport:hover .swiper-button-prev {
	    left: 20px;
	}
	.btn.btn-default.btn-default2 {
	    color: #333;
	    background:none;
	    border-color: #F8AF3B;
	    font-size: 16px;
	    padding: 10px 30px;
	    box-shadow: none;
	}
	.address-box {
	    border: 1px solid #333;
	    border-radius: 5px;
	    padding:15px;
	    display: flex;
	    justify-content: space-between;
	    margin-bottom: 20px;
	}
	.address-box > div {
	    line-height: 32px;
	    width: 50%;
	}
	.address-box > div {
	    line-height: 32px;
	    width: 50%;
	}
	.btn.btn-info {
	    background: #191919;
	    border-color: #191919;
	}
	.btn.btn-danger {
	    background: #DB4141;
	    border-color: #DB4141;
	}
	.address-button > a{
		display: inline-block;
	    padding: 8px 12px;
	    font-size: 14px;
	}
	.address-button {
	    text-align: right;
	}
	.form-group.default-address {
	    margin: 20px 0 30px 0;
	}
	.default-address label.control-label {
	    margin-right: 30px;
	    vertical-align: middle;
	    margin-bottom: 0;
	}
	.default-address label {
	    padding: 0 30px 0 0;
	}
	#account-order h3 {
	    text-align: left;
	    color: #333;
	    font-size: 30px;
	    margin: 20px 0 10px 0;
	}
	body.account .form-control{
		font-size: 16px;
	}
	#account-order table thead td {
	    background: no-repeat !important;
	    border-color: #ddd !important;
	    padding: 16px;
	}
	#account-order table tbody td {
	    border-color: #ddd !important;
	    padding: 15px;
	    line-height: 32px;
	}
	#account-order table .btn.btn-info {
	    padding: 8px 10px;
	}
	#account-order table td {
	    border-color: #ddd !important;
	    padding: 16px;
	}
	#account-order table thead {
	    background: none !important;
	}
	.account table td {
	    border: 1px solid #C3C3C3 !important;
	    font-size: 16px;
	}
	#account-forgotten form {
	    margin-top: 20px;
	}
	/* header #search .form-control {
	    min-height: auto;
	    padding: 10px;
	    border: none;
	    box-shadow: none;
	    border-bottom: 1px solid #eaeaea;
	    font-size: 32px;
	    height: 55px;
	    line-height: 55px;
	} */
	header #search .form-control {
		min-height: initial;
		padding: 0;
		border: none;
		box-shadow: none;
		border-bottom: 1px solid #eaeaea;
		font-size: 13px;
		height: 48px;
		line-height: 0;
	}
	header #search.input-group .form-control {
		/* position: fixed; */
		width: auto;
	}
	body.account.open-search:before {
	    position: absolute;
	    content: "";
	    height: 100%;
	    width: 100%;
	    background: #fff;
	    height: 100vh;
	    z-index: 9;
	    opacity: 0.7;
	}
	body.account.open-search {
	    overflow: hidden;
	}	
	.text-danger {
	    color: #ff0033;
	    font-size: 14px;
	    padding-top: 5px;
	}
	/* #search-products {
	    margin-top: 50px;
	} */
	#search-products {
		margin-top: 94px;
	}
	#search-products .row.product-row {
	    max-width: 95%;
	    margin: 0 auto;
	}
	body.account.open-cart {
	    overflow: hidden;
	}
	.account .quickcheckout-heading {
	    padding: 12px 20px;
	    text-transform: uppercase;
	    color: #000;
	   font-family: 'Montserrat-Bold';
	    font-size: 20px;
	}

	.quickcheckout-heading i {
	    font-size: 20px;
	    padding-right: 5px;
	}

	#quickcheckoutconfirm label {
	    font-size: 15px;
	    margin-bottom: 0;
	    padding-bottom: 8px;
	}
	#payment-address .quickcheckout-content,
	#shipping-address .quickcheckout-content{
	    padding: 22px 5px;
	}
	#shipping-address div#custom-field-shipping,
	#payment-address div#custom-field-shipping {
	    margin: 0;
	}
	#payment-address div#payment-new > div:nth-last-child(2), 
	#shipping-address #shipping-new > div:nth-last-child(2) {
	    margin: 0 !important;
	}
	#payment-address > div > .radio, 
	#payment-address > div > .radio + div{
	    padding: 0 10px;
	}
	#payment-address div#payment-new > div,
	#shipping-address #shipping-new > div {
	    margin-bottom: 20px;
	}
	#payment-address .quickcheckout-content{
		overflow-x: hidden;
	}
	#payment-address div#payment-new > div:last-child {
	    margin: 0;
	}
	body .quickcheckout-content {
	    padding: 15px;
	}

	.account #cart1 table.quickcheckout-cart {
	    border-color: #eaeaea !important;
	}

	.account .quickcheckout-content table td {
	    border-color: #e0e0e0 !important;
	}

	#cart1 table td {
	    padding: 15px;
	}

	#cart1 table thead td {
	    font-weight: normal;
	   font-family: 'Montserrat-Bold';
	    color: #000;
	}

	#cart1 table td.name br {
	    display: none;
	}
	#cart1 table td.name a {
	    color: #F8AF3B;
	    margin-bottom: 7px;
	    display: inline-block;
	}
	.quickcheckout-content textarea {
	    border: 1px solid #d6d6d6;
	    box-shadow: none;
	    border-radius: 0;
	    margin: 10px 0 0 0;
	    height: 90px;
	}
	.quickcheckout-content textarea + strong {
	    font-weight: normal;
	   font-family: 'Montserrat-Bold';
	}
	.terms a {
	    color: #F8AF3B;
	}
	.terms input {
	    vertical-align: middle;
	    margin: 0 0 0 6px;
	}
	#quickcheckoutconfirm .terms label{
	    padding-right: 20px;
	}
	.quickcheckout-content > #login > div > div, .quickcheckout-content > #login > div > label {
	    width: 100%;
	    padding: 0;
	}
	#coupon-content {
	    margin-top: 10px;
	}
	#button-coupon {
	    font-size: 13px;
	    padding: 10px;
	    border-radius: 0 4px 4px 0;
	    min-height: 44px;
	}
	#login {
	    margin: 10px 0;
	}
	#login label {
	    margin-bottom: 7px;
	    font-size: 16px;
	}
	#login label a {
	    color: #000;
	}
	#login label button {
	    border-radius: 0px !important;
	}
	#login .btn-primary {
	    border-radius: 0 4px 4px 0;
	    height: 44px;
	    color: #fff;
	}
	body .quickcheckout-cart td.image img{
		border: none;
	}
	#payment-address .quickcheckout-content > div,
	#shipping-address .quickcheckout-content > div {
		margin-bottom: 20px;
	}
	#payment-address .quickcheckout-content .radio {
	    margin: 0 0 5px 0;
	}

	#payment-address .quickcheckout-content .radio label {
	    padding: 0 0px 8px 20px;
	}

	#payment-address div#payment-existing {
	    margin: 0 0 10px 0;
	}

	#payment-new > div
	#shipping-new > div {
	    margin-bottom: 20px;
	}

	#payment-address div#payment-new,
	#shipping-address #shipping-new {
	    margin: 0 -15px;
	}
	#custom-field-payment {
	    margin: 0;
	}
	#product-search h2 {
	    text-align: center;
	    text-transform: uppercase;
	    margin: 50px 0;
	}
	#product-search h1, #product-search h1 + label {
	    display: none;
	}
	#shipping-method table {
	    margin: 0;
	}
	div#shipping-method table + br{
		display: none;
	}
	.fixed.r-fixed{
		position: static;
	}
	#product-search h2 + p {
	    text-align: center;
	}
	#loader{
		position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 999999;
	    background: #fff;
	    height: 100vh;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.8);
	}
	#loader img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.tab-content.faq-content {
	    line-height: 30px;
	    color: #fff;
	}
	.mobile-header,
	span.close-nav{
	    display: none;
	}
	.logo > a {
	    display: inline-block;
	}
	body .swiper-viewport{
		overflow-x: hidden;
		border-radius: 0px;
		
	}
	.mfp-gallery .mfp-image-holder .mfp-content{
		position: static;
	}
	.mfp-gallery .mfp-figure:after{
		display: none;
	}
	.mfp-gallery button.mfp-close {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    opacity: 1;
	}
	.product-thumb a.thumbnail {
	    margin: 0;
	    padding: 0;
	    border: none;
	}
	.alert-danger {
	    margin: 20px 0;
	}
	.white-holder .buttons {
	    margin-bottom: 0;
	}
	#accordion .panel-default>.panel-heading {
	    border-radius: 0;
	    border: none;
	    background: no-repeat;
	    box-shadow: none;
	    padding:7px 0;
	    background: no-repeat;
	}

	#accordion .panel-group .panel {
	    border: none;
	    box-shadow: none;
	}
	#accordion .panel-default>.panel-heading a {
	    padding: 6px;
	    display: inline-block;
	}
	.panel-group {
	    margin-bottom: 0px;
	}
	.panel-group .panel {
	    border: none;
	    border-radius: 0;
	    padding: 0;
	    background: no-repeat;
	    box-shadow: none;
	}
	#accordion .panel-default>.panel-heading {
	    background: none;
	    color: #000;
	    text-decoration: none !important;
	}
	#accordion .panel-default>.panel-heading.active  a {
	   font-family: 'Montserrat-Bold';
	    padding-left: 15px;
	    position: relative;
	    border-left: 5px solid #F8AF3B;
	        text-decoration: none;
	}
	.collapse.in {
	    border-bottom: 1px solid #ddd;
	}

	#accordion .panel-collapse > div {
	    border: none;
	    line-height: 26px;
	    padding-left: 20px;
	}
	.language .language-select {
	    font-size: 18px;
	    color: #000;
	    text-decoration: none;
	    font-family: 'JannaLT-regular';
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.header-right-bx .language {
	    padding-left: 0;
	}
	#common-success {
	    text-align: center;
	    padding-top: 50px;
	}
	#common-success svg {
	    height: 50px;
	    width: 50px;
	    color: #14a503;
	}
	#common-success h1 {
	    color: #000;
	    margin: 10px 0 20px 0;
	}
	#common-success p {
	    font-size: 16px;
	    line-height: 23px;
	    color: #000;
	}
	#common-success p a {
	    color: #96854d;
	    text-decoration: underline;
	}
	#common-success .buttons{
		margin-top: 20px;
	}
	#cart svg {
	    height: 25px;
	    width: 25px;
	    vertical-align: middle;
	    margin-right: 5px;
	}
	.product-thumb .button-group button svg,
	#product .button-group button svg {
	    fill: #F8AF3B;
	    height: 18px;
    width: 18px;
	    vertical-align: middle;
	    margin-right: 12px;
	}
	.product-thumb .button-group button:hover svg, 
	#product .button-group button:hover svg {
		fill: #444;
	}	
	.pagination>.active>a, 
	.pagination>.active>a:focus, 
	.pagination>.active>a:hover, 
	.pagination>.active>span, 
	.pagination>.active>span:focus, 
	.pagination>.active>span:hover{
		background: #000;
		border-color: #000;
	}
	.pagination>li>a:focus, 
	.pagination>li>a:hover, 
	.pagination>li>span:focus, 
	.pagination>li>span:hover,
	.pagination>li>a, 
	.pagination>li>span{
		color: #000;
	}
	#account-address #content > .row {
	    display: flex;
	    flex-wrap: wrap;
	}
	#common-success .buttons > div {
	    float: none !important;
	    text-align: center;
	}
	body .quickcheckout-cart td.quantity {
	    min-width: 50px !important;
	    width: 50px !important;
	}
	.quickcheckout-cart td.name{
		width: 50%;
	}
	body .quickcheckout-cart td.quantity {
	    min-width: 50px !important;
	    width: 50px !important;
	}
	.quickcheckout-cart td.name{
		width: 50%;
	}
	.whatsapp svg {
	    height: 28px;
	    width: 28px;
	}
	.whatsapp a {
	    display: block;
	    line-height: 0px;
	}
	.whatsapp {
	    padding-right: 20px;
	}
	#search-products input.input-number {
	    background: transparent;
	}
	.mobile-whatsap{
		display: none;
	}
	.open-mobile-cart .cart-mobile .vc-button2 a {
	    font-family: 'Montserrat-Bold';
	}
	.checkout .cart-mobile{
		display: none;
	}
	form#contact-form h2:before {
	    display: none;
	}
	.faq-accordion h2.heading:before {
	    width: 100%;
	}
	footer ul li a i.fa {
	    font-size: 20px;
	    vertical-align: middle;
	    margin-right: 10px;
	    width: 22px;
	}
	#form-currency button.btn.btn-link.dropdown-toggle {
	    color: #000;
	    text-decoration: none;
	    font-size: 15px;
	}

	#form-currency ul.dropdown-menu {
	    border: none;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	#form-currency ul.dropdown-menu li button {
	    color: #000;
	    text-decoration: none;
	}
	#form-currency ul.dropdown-menu li button:hover {
	    display: block;
	    background: #f1f1f1;
	}
	.faq-accordion h2:before {
	    width: 100%;
	}

	.required label:after {
		content: "*";
		margin-right: 3px;
		color: #ff0033;
	}

	#quickcheckoutconfirm label {
	    position: relative;
	}

	.address-type {
	    display: flex;
	    flex-wrap: wrap;	
	}

	.address-type .radio {
	    width: 33.333%;
	    text-align: center;
	    padding: 0 5px;
	}

	.address-type .radio label img {
	    display: block;
	    margin: 0 auto 5px auto;
	}

	.address-type .radio label {
	    display: block;
	    text-align: center;
	}

	.address-type .radio label span img + img {
	    display: none;
	}

	.address-type .radio label span {
	    display: block;
	    border: 1px solid #999;
	    font-size: 12px;
	    padding: 6px 0;
	    border-radius: 5px;
	}

	#payment-address .quickcheckout-content .address-type label,
	#shipping-address .quickcheckout-content .address-type label {
	    padding: 0;
	    margin:0;
	}
	#shipping-address .quickcheckout-content .address-type{
		margin: 0 -5px;
	}
	#shipping-address .quickcheckout-content .address-type .radio {
	    margin: 0;
	}

	#payment-address .quickcheckout-content .address-type {
	    margin: 0 -5px;
	}
	.address-type .radio label input:checked ~ span {
	    background: #F8AF3B;
	    border-color: #F8AF3B;
	    color: #fff;
	}
	.address-type .radio label input:checked ~ span > img {
	    display: none;
	}
	.address-type .radio label input:checked ~ span > img + img {
	    display: block;
	}
	#payment-address .quickcheckout-content .address-type label input,
	#shipping-address .quickcheckout-content .address-type label input{
	    opacity: 0;
	}
	#payment-address .quickcheckout-content .address-type label:after,
	#shipping-address .quickcheckout-content .address-type label:after {
	    display: none;
	}


	.address-type input {
	    opacity: 0;
	}
	.address-type label:after {
	    display: none;
	}
	#account-address .address-type.required label {
	    padding: 0;
	    margin-bottom: 15px;
	}

	.tab-content>.tab-pane.active {
	    display: block;
	}

	/* Added by Dan */
	#product-product #content {
		padding-top: 30px;
	}

	#product-product #content h1 {
		margin-top: 0;
	}
	footer .logo > a {
		background: #fff;
		padding: 15px 10px 0 10px;
	}

	/*Media css start here*/
	@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
	}

	@media (min-width: 1400px){
	.container {
	    width: 1320px;
	}
	}


	@media(max-width:1199px){
		.header-right-bx{
			width: 75%;
		}
		.header-right-bx .language {
		    padding-left: 10px;
		}
		.logo {
		    width: 25%;
		}
		.header-right-bx nav ul li{
			padding:0 20px;
		}
		.product-thumb .button-group button span,
		#product .button-group button span {
		    display: inline-block !important;
		}
	}



	@media(max-width: 991px){
		.mobile-header,
		span.close-nav{
		    display: block;
		}
		.header-row{
			display: block;
		}
		.logo,
		.header-right-bx{
			width: 100%;
		}
		.logo > a {
		    display: inline-block;
		}

		.header-right-bx .language, 
		.header-right-bx .searchbar, 
		.header-right-bx .cart, 
		.header-right-bx .login {
		    display: none;
		}
		.show-nav .header-right-bx nav{
			left: 0;
			transition: all 0.3s ease;
		}
		.header-right-bx nav ul {
		    display: block;
		    white-space: inherit;
		}
		span.close-nav {
		    position: absolute;
		    top: 15px;
		    right: 15px;
		}
		.header-right-bx nav > ul > li > a {
		    font-size: 16px;
		}
		.logo > a {
		    display: inline-block;
		}

		.header-right-bx .language, 
		.header-right-bx .searchbar, 
		.header-right-bx .cart, 
		.header-right-bx .login {
		    display: none;
		}
		.header-right-bx nav {
		    position: fixed;
		    top: 0;
		    left: 0;
		    background: #fff;
		    height: 100vh;
		    z-index: 99999;
		    width: 280px;
		    padding: 50px 20px 20px 20px;
		    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
			left: -100%;
			transition:all 0.3s ease;
		}
		.show-nav .nav-overley {
			position: fixed;
			top: 0;
			height: 100vh;
			width: 100%;
			background: transparent;
			top: 0;
			left: 0;
			z-index: 9999;
		}
		.header-right-bx nav ul {
		    display: block;
		    white-space: inherit;
		}
		header .header-right-bx nav ul li, 
		.header-right-bx nav > ul > li:first-child {
		    display: block;
		    padding: 12px;
		}
		span.close-nav {
		    position: absolute;
		    top: 15px;
		    right: 15px;
		}
		.header-right-bx nav > ul > li > a {
		    font-size: 16px;
		}
		.mobile-header > ul {
		    display: flex;
		    justify-content: space-around;
		    align-items: center;
		    background: #fff;
		    align-items: center;
		}

		span.open-nav,span.search-open{
		    display: block;
		    height: 22px;
		}

		.logo {
		    text-align: center;
		    padding-bottom: 15px;
		}
		footer .logo {
			text-align: left;
		}

		.mobile-header > ul > li {
		    width: 100%;
		    text-align: center;
		    padding: 10px;
		    border-right: 1px solid #eaeaea;
		    height: 100%;
		    min-height: 46px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.mobile-header > ul > li:last-child{
			border: none;
		}
		.mobile-header > ul > li a {
		    color: #000;
		    font-size: 15px;
		    line-height: 16px;
		}
		.mobile-header > ul > li svg {
		    height: 22px;
		    width: 22px;
		}
		.cart-mobile {
		    position: fixed;
		    bottom: -100%;
		    background: #F8AF3B;
		    width: 100%;
		    z-index: 999;
		    display: flex;
		    justify-content: space-between;
		    align-items: center;
		    padding:15px 10px;
		}
		
		.open-mobile-cart .cart-mobile{
			bottom: 0;
		}
		.vc-button a {
		    color: #fff;
		}
		#cart > button span, #cart > button i{
			color: #fff;
		}
		header{
			padding: 20px 0 1px 0;
			background: #eaeaea;
		}
		.logo img {
			max-width: 100px;
		}
		footer .logo > a {
			padding-bottom: 15px;
		}
		#tabs-nav li a{
			padding: 8px 15px;
		    font-size: 14px;
		    text-transform: uppercase;
		    white-space: nowrap;
		}
		ul#tabs-nav > li{
			padding:0 5px;
		}
		.faq-accordion .row > div:last-child{
			margin-top: 20px;
		}
		.faq-accordion .row > div:first-child{
			padding: 0;
		}
		#information-contact .row{
			display: flex;
		}
		#contact-form .buttons{
			padding-top: 0;
		}
		#information-contact:after{
			display: none;
		}
		#information-contact .row > div {
		    width: 50%;
		}
		/* #information-contact{
			margin:50px 0 30px 0;
		} */
		#content{
			min-height: auto;
		}
		.white-holder {
		    padding: 25px;
		}
		.account #column-left + div{
			padding-left: 15px;
		}
		.open-mobile-cart .cart-mobile {
		    bottom: 0;
		}
		.language .language-select{
			padding:0;
		}
		.product-thumb .button-group button,
		#product .button-group button{
			padding:0 20px;
		}
		body{
			padding-top: 102px;
		}
		#cart svg{
			fill: #fff;
		}
		.faq-accordion .row{
			flex-wrap: wrap;
		}
		header #cart > button i{
			color:#fff;
		}
		li.m-cart i {
		    font-size: 20px;
		}
		span.count {
		    display: inline-block;
		    padding-left: 5px;
		}
		.header-right-bx .whatsapp{
			display: none;
		}
		.mobile-whatsap{
			display: block;
		}
		.mobile-whatsap {
		    position: absolute;
		    top: -6px;
		    right: 40px;
		}
		.logo{
			position: relative;
		}
		.mobile-whatsap > a {
		    display: block;
		    line-height: 0px;
		}
		.currency {
		    position: absolute;
		    top: 15px;
		    left: 0;
		}
	}



	@media(max-width: 767px){
		#cart .side-cart{
			right: -150%;
		}
		body{
			padding-top: 98px;
		}
		ul#tabs-nav > li {
		    padding: 0 5px;
		    min-width: 33.333%;
	    	width: auto;
		}
		ul#tabs-nav {
		    display: -webkit-box;
		    overflow-x: auto;
		    background: no-repeat;
		}
		.tabs {
			padding: 50px 0 20px 0;
		    width: 100vw;
		    left: 50%;
		    position: relative;
		    margin-left: -50vw;
		    overflow: hidden;
		}
		.faq-accordion{
			padding: 30px 0;
		}
		.faq-accordion{
			max-width: 100%;
		}
		.product-layout{
			width: 100%;
			border-right: none;
	    	border-bottom: none;
		}
		#category59 {
		    padding: 0 15px;
		}
		.row.product-row > div:nth-child(2){
			    border-top: 1px solid #f2f2f2;
		}
		.row.product-row{
			margin:0 15px;
		}
		.product-thumb{
			padding: 25px 0;
		}
		.faq-accordion .row > div:last-child{
			padding: 20px;
		}
		body{
			font-style: 15px;
		}
		#information-contact .row > div {
		    width: 100%;
		}
		#information-contact .row{
			display: block;
		}
		ul#tabs-nav{
			margin-bottom: 10px;
		}
		.contact-image {
		    display: none;
		}
		body #contact-form{
		    margin-top: 0;
		    max-width: 100%;
		}
		/* #information-contact {
	    	margin: 30px 0 10px 0;
		    padding: 0;
		} */
		#contact-form .buttons{
			text-align: center;
		}
		footer .row > div:first-child img {
		    margin-bottom: 0;
		}
		footer .logo{
			text-align: left;
		}
		footer .row > div:first-child {
		    padding-right: 15px;
		        margin: 0;
		}
		footer .row > div {
		    margin-top: 40px;
		}
		footer{
			font-size: 16px;
	    	line-height: 30px;
	    	padding: 40px 15px 0px 15px;
		}
		footer h5,footer ul li a,footer hr + p{
			font-size: 15px;
		}
		header {
		    padding: 10px 0 1px 0;
		}
		header .logo img {
		    max-width: 140px;
		}
		.logo{
			padding-bottom: 8px;
		}
		.swiper-viewport .swiper-button-next:before, 
		.swiper-viewport .swiper-button-prev:before{
			font-size: 14px;
		    width: 30px;
		    height: 30px;
		    line-height: 32px;
		}
		body .swiper-viewport:hover .swiper-button-next {
		    right: 10px;
		}
		body .swiper-viewport:hover .swiper-button-prev{
			left: 10px;
		}
		.product-thumb h4{
			font-size: 17px;
		}
		.quantity-box span{
			height: 25px;
	    	width: 25px;
	    	line-height: 25px;
		}
		.quantity-box input{
			width: 40px;
		}
		.product-thumb p.price .price-new, #product-product p.price .price-new{
			font-size: 16px;
		}
		.product-thumb .caption{
			padding:0;
		}
		.product-thumb .button-group button span,
		#product .button-group button span {
		    display: inline-block !important;
		    font-size: 14px;
		}
		.product-thumb .button-group button,
		#product .button-group button{
			padding: 0 20px;
			font-size: 16px;
			    line-height: 33px;
		}
		.tab-content.faq-content {
		    line-height: 26px;
		    font-size: 15px;
		}
		.heading{
			font-size: 28px;
		}
		ul#tabs-nav.fixed{
			background: #fff;
		    border-bottom: 2px solid #eaeaea;
		    border-radius: 0;
		    top: 0;
		}
		.search-drop{
			padding:30px 20px;
		}
		#search{
			max-width: 95%;
		}
		header #search .form-control::placeholder,
		header #search .form-control {
		    font-size: 22px;
		}
		#search button.btn-lg i {
		    font-size: 18px;
		}
		span.search-close{
			top: 15px;
			right: 15px;
		}
		.main-heading {
		    font-size: 26px;
		    margin-bottom: 20px;
		}
		#column-right main a {
		    padding: 15px 10px;
		}
		.account #column-left {
		    width: 100%;
		    margin-bottom: 20px;
		}
		.account #column-left + div{
			width: 100%;
		}
		#column-left > .list-group a{
			font: 17px;
			padding: 16px;
		}
		#account-order h3{
			font-size: 23px;
		}
		.product-thumb .image img{
			max-width: 120px;
		}
		ul#tabs-nav > li{
			min-width: inherit;
			display: table-cell;
		}
		ul#tabs-nav{
			display: -webkit-box;
			border-radius: 0;
			display: table-cell;
			justify-content: center;
		}
		#common-success svg{
			height: 50px;
			width: 50px;
		}
		#common-success h1{
			font-size: 23px;
		}
		#common-success p{
			font-size: 14px;
			margin-bottom: 8px;
		}
		#common-success .btn-primary{
			padding: 8px 40px;
	    	font-size: 16px;
		}
		#common-success .buttons{
			margin-top: 20px;
		}
		#account-login #content > .row > div:first-child{
			margin-bottom: 30px;
		}
		#account-login #content > .row > div > div h2{
			font-size: 22px;
		}
		#account-login #content > .row > div:first-child > div p{
			padding-right: 0;
		}
		#account-login h2 + p{
			margin-bottom: 25px;
		}
		.cat-tabs::-webkit-scrollbar{
			height: 3px;
		}
		#account-address .col-md-6.form-group{
			width: 100%;
		}
		.mobile-whatsap{
		    right: 40px;
		    top: -2px;
		}
		.mobile-whatsap svg {
		    height: 28px;
		    width: 28px;
		}
		.currency{
			top: 3px;
		}
		.product-thumb .button-group button,
		#product .button-group button{
			padding: 0 15px;
		}
	}



	@media(max-width: 575px){
		.white-holder {
		    padding: 20px;
		}
		body .swiper-viewport{
			margin-top: -4px !important;
		}
		.mobile_view{
			display: inherit;
		}
		div#product.desktop_view {
			display: none;
		}
		#product-product .col-sm-6 {
			padding: 0;
		}
		#product-product .col-sm-6.mobile_view,
		#product-product div#description, #product-product .list-unstyled,
		#product-product p.price {
			padding-right: 15px;
			padding-left: 15px;
		}
		.sort-by.text-right {
			margin-top: 25px;
			margin-right: 20px;
		}
		.cat-tabs {
			background: #f7f7f7;
			/* position: fixed; */
			z-index: 111;
			width: 100%;
			margin-top: -55px;
		}
		.cat-tabs.active {
			top: 93px;
			margin-top: 0;
			position: fixed;
		}
		.cat-tabs.postition-fixed{
			position: fixed;
		}
		div#product {
			position: fixed;
			bottom: 0px;
			background: #fff;
			width: 100%;
			z-index: 111;
			display: flex;
			justify-content: space-between;
			/* align-items: center; */
			padding: 15px 10px;
		}
		.open-mobile-cart div#product {
			bottom: 50px;
		}
		h1.mobile_view {
			font-size: 25px;
			padding-left: 20px;
		}
		.desktop_view{
			display: none;
		}
		.thumbnails .image-additional {
			float: left;
			margin-left: 20px;
		}
		.product-thumb .image img{
			max-width: 100%;
		}
			.qp{
			justify-content: space-between;
		}
		#cart .side-cart{
			width: 90%;
			padding: 20px;
		}
		span.close-cart{
			top:20px;
			right: 20px;
		}
		ul#cart_page > li > .pro-info .cart-item-footer span{
			font-size: 0px;
		}
		.remove-cart{
			vertical-align: middle;
		}
		ul#cart_page > li .quantity-box{
			margin-right: 20px;
		}
		ul#cart_page > li .pro-info .price strong{
			font-size: 16px;
		}
		.side-cart h4{
			font-size: 20px;
			margin: 0 0 20px 0;
		}
		.heading {
		    font-size: 24px;
		}
		#login .btn-primary{
			padding:0 20px;
		}
		div#login > .col-sm-6:first-child {
		    margin-bottom: 20px;
		}
		div#login > .col-sm-6{
			padding: 0;
		}
		ul#cart_page > li .pro-info strong{
			padding-right: 15px;
		}
		#account-order .table-responsive + div > div {
		    text-align: center;
		    width: 100%;
		}
		#account-order .table-responsive + div > div:first-child{
			margin-bottom: 10px;
		}
		.cart-footer{
			max-width:80%;
		}
		.cart-footer .btn-default{
			padding:8px 50px;
		}
		.cart-footer{
			padding-right:5px;
		}
		.header-right-bx nav {
			width: 250px;
		}
		.mobile-whatsap{
			top: -1px;
	    	right: 8px;
		}
		.mobile-whatsap svg {
		    height: 26px !important;
		    width: 26px !important;
		}
		.product-thumb p.price .price-new, #product-product p.price .price-new{
			display: block;
			padding-left: 0;
			font-size: 14px;
		}
		#product-product p.price .price-new{
			font-size: 22px;
		}

		.currency form > div > button {
		    padding: 10px 0;
		}
		.product-thumb .image{
			width: 35%;
		}
		.product-thumb .caption{
			width: 65%;
			padding-left: 20px;
			padding-right: 0;
		}
		.product-thumb p.price .price-new, #product-product p.price .price-new{
			padding-right: 0px;
		}
		.qp > div{
			max-width: 115px;
		}
		body{
			font-size: 15px;
		}
		.product-thumb h4 {
		    font-size: 16px;
		}
		.quantity-box input {
		    width: 30px;
		}
		#payment-address .quickcheckout-content > div{
			padding: 0 10px;
		}
		.address-type .radio label span{
			line-height: 12px;
			font-size: 10px;
    		padding: 5px 0;
		}

	}


	@media(max-width: 320px){
		.product-layout{
			padding-left: 0;
			padding-right: 0;
		}
		ul#cart_page > li > .pro-info{
			padding-left: 20px;
		}
		.default-address label {
			padding: 0 20px 0 0;
		}
		.mobile-whatsap{
			right: 3px;
		}
	}



































