* {
	padding: 0px;
	margin: 0px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
	color: #3b3b3b;
}

section {
	width: 100%;
	float: left;
}

.mainbox {
	width: 1140px;
	margin: auto;
}

.padding {
	padding: 100px 0px;
}

.title {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}


/*NavBar:Starts*/

header {
	position: absolute;
	width: 100%;
	z-index: 25;
	top: 0px;
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none;
	background-color: #fff;
	color: #3b3b3b;
}

.navbar-logo {
	top: 0px !important;
}

.navbar {
	margin-bottom: 0px;
	height: 68px;
}

.navbar-inverse.nav-upper .navbar-upper .contact_detail span b {
	font-weight: 500;
}

.navbar-inverse.nav-upper {
	height: 54px;
	padding: 16px 0px;
	border-bottom: 1px solid #d4d4d4;
}

.navbar-inverse.nav-upper ul {
	float: right;
	display: table;
}

.navbar-inverse {
	background-color: #fff;
	color: #3b3b3b;
	border: none;
}

.dropdown-menu {
	background: #7a140d;
	border-radius: 10px
}

.dropdown-item {
	width: 100%;
    float: left;
	padding: 6px 10px;
	color: #fff;
}
.dropdown-item:hover {
	color: #eee;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #7a140d;
    background-color: transparent;
}

.nav_active {
	color: #7a140d !important;
	border-bottom: 2px solid #7a140d !important;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #7a140d;
	border-bottom: 2px solid #7a140d;
	background-color: #fff;
}

.right {
	float: right !important;
}

.navbar-toggle {
	background-color: #3b3b3b;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #7a140d;
}

.navbar-inverse.nav-upper .navbar-upper>li {
	display: table-cell;
}

.navbar-inverse.nav-upper .navbar-upper .time {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.navbar-inverse.nav-upper .navbar-upper .time img {
	padding-right: 6px;
}

.navbar-inverse.nav-upper .navbar-upper .contact_detail span {
	font-size: 14px;
	padding-right: 14px;
}

.navbar-inverse.nav-upper .navbar-upper .contact_detail span img {
	padding-left: 15px;
	padding-right: 10px;
}

.navbar-inverse.nav-upper .navbar-upper>li>a {
	color: #3b3b3b;
}

.navbar-inverse .navbar-nav>li>a {
	border-bottom: 2px solid #fff;
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.navbar.navbar-lower .navbar-nav {
		margin-left: 100px;
	}
}

.navbar-logo {
	position: absolute;
	top: 0px;
	left: 21%;
	z-index: 1051;
}

.nav-item .btn-default {
	margin-top: 14px;
}

.btn-default {
	text-transform: uppercase;
	color: #fff;
	background-color: #7a140d;
	border-radius: 8px;
	width: 170px;
	height: 34px;
}

.btn-default a {
	color: #fff;
}

.btn-default:hover {
	color: #fff;
	background-color: #3B3B3B;
	border-color: #000;
}
.nav>li  {
	margin: 0px 15px 0px 15px;
}
.nav>li:last-child {
    margin: 0px;
}
.nav>li>a {
	padding: 22px 10px 4px 10px;
}
.btn-default {
    border-color: transparent;
}
ul.nav.navbar-nav.right>li:nth-child(n+2)::after {
	width: 2px;
	height: 15px;
	background-color: #505050;
	content: '';
	top: 25px;
	position: absolute;
	left:-16px;
}

ul.nav.navbar-nav.right>li:last-child::after {
	width: 0px !important;
	height: 0px !important;
}

.navbar-upper .email::after {
	width: 2px;
	height: 25px;
	background-color: #7a140d;
	content: '';
	top: 0px;
	margin-left: 15px;
	position: absolute;
}

.navbar-upper .email::before {
	width: 2px;
	height: 25px;
	background-color: #7a140d;
	content: '';
	top: 0px;
	position: absolute;
}

.navbar-upper .social {
	display: inline;
	padding-left: 15px;
}

.navbar-upper .social .social_middle {
	padding: 0px 15px;
}

ul.nav.navbar-upper {
	width: 90%
}

.navbar-inverse.nav-upper ul {
	float: right;
	text-align: right;
}


/* Navbar Fixation */

.navbar_fixed {
	width: 100%;
	left: 0;
	top: -70px;
	background: #fff;
	position: fixed;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	border-bottom: 0px;
	z-index: 999;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	transition: background 100ms linear, -webkit-transform 500ms ease;
	-webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
	-o-transition: transform 500ms ease, background 100ms linear;
	transition: transform 500ms ease, background 100ms linear;
	transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
	-webkit-transition: transform 500ms ease, background 100ms linear;
	-webkit-backface-visibility: hidden;
}


/*NavBar:Ends*/


/*Head:Starts*/

.head {
	position: relative;
}

.head img {
	width: 100%;
	float: left;
}

.head div {
	position: absolute;
	font-size: 55px;
	left: 57%;
	top: 18%;
	text-transform: uppercase;
}

.head span {
	float: left;
	width: 100%;
}

.semibold {
	font-weight: 600;
}


/*Head:Ends*/

.control-round .carousel-control {opacity: 0.5 !important;}

/*About Us: Starts*/

.about_para {
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 25px;
	color: #666666;
	line-height: 27px;
}

.aboutus_img {
	width: 100%;
	float: left;
	text-align: center;
}

.aboutus_img img {
	margin: auto;
}


/*About Us: Ends*/


/*Brands: Starts*/

.brand {
	color: #fff;
	background-image: url('../images/brand_bg.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 75px 0 95px 0;
	background-position: center;
}

.brand .title {
	padding-bottom: 65px !important;
}

.brand .container {
	width: 1440px;
	text-align: center;
	margin: auto;
}

.customer-logos .slick-prev {
	left: -70px;
    position: absolute;
	top: 50px;
	color: transparent;
	background: none;
    border: none;
}
.customer-logos .slick-prev:after {
	content: " ";
	background: url("../images/left_slide.png");
	width: 17px;
	height: 30px;
	float: left;
}
.customer-logos .slick-next:after {
	content: " ";
	background: url("../images/right_slide.png");
	width: 17px;
	height: 30px;
	float: left;
}
.customer-logos .slick-next {
	right: -100px;
    position: absolute;
    top: 50px;
	color: transparent;
	background: none;
    border: none;
}

.slick-slide {
	margin: 0px 10px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*Brands: Ends*/


/*Just Arrived: Starts*/

.justarrived {
	padding: 100px 0px;
	width: 100%;
	float: left;
}

.justarrived .my_cusslid {
	display: table;
	margin: auto;
	width: 100%;
}

.justarrived .left,
.justarrived .right {
	padding: 0px !important;
	display: table-cell;
}

.justarrived .left img {
	width: 100%;
}

.justarrived .right .row {
	margin: 0px;
}

.justarrived .right .container {
	padding: 0px;
}

.justarrived #myCarousel .thumbnail {
	margin-bottom: 0;
	min-height: 300px;
	padding: 25px;
}

.my_cusslide .col-sm-6 {
	padding: 10px 20px;
}

.my_cusslide .active .col-sm-6:first-child{
	border-right: 1px solid #ddd;
}

.my_cusslide .row:first-child .thumbnail {
	border-bottom: 1px solid #ddd;
}

.my_cusslide .row:first-child .thumbnail::after {
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  left: -25px;
  z-index: 2;
  bottom: -15px;
  background-color: #fff;
}


.justarrived .img_box {
	width: 100%;
	float: left;
	min-height: 200px;
}

.justarrived .img_box img {
	width: 100%;
	height: auto;
}

.carousel-indicators {
    left: 50%;
    margin-left: -2%;
    width: 3%;
}

.justarrived .right .title {
	width: 100%;
	float: left;
	text-align: left;
	height: 75px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 800;
	padding-left: 55px;
}

.justarrived .carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.justarrived .carousel-control {
	top: 40%;
	color: #3b3b3b;
	bottom: auto;
	padding-top: 4px;
	width: 30px;
	height: 30px;
	text-shadow: none;
	opacity: 1;
}

.justarrived .carousel-control:hover {
	color: #7a140d;
}

.justarrived .carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.justarrived .carousel-control.right {
	left: auto;
	right: -32px;
}

.justarrived .carousel-control.left {
	right: auto;
	left: -32px;
}

.justarrived .carousel-indicators {
	bottom: -30px;
}

.justarrived .carousel-indicators li {
	border-radius: 0;
	width: 10px;
	height: 10px;
}

.justarrived .thumbnail {
	border: none;
}

.justarrived .btn-default {
	background-color: #3b3b3b;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 6px;
	width: 191px;
	height: 43px;
	margin-bottom: 15px;
	transition: all .3s;
}

.justarrived .btn-default:hover {
	background-color: #7a140d;
	text-decoration: none;
}

.justarrived .caption h3 {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	color: #333333;
}

.justarrived .caption .price {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 15px;
}

.justarrived .thumbnail .caption {
	text-align: center;
}


/*Just Arrived: Ends*/


/*Subscribe: Starts */

.subscribe {
	background-image: url('../images/staytuned_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.subscribe .left h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.subscribe .left p {
	font-size: 14px;
	color: #fff;
	margin: 10px 0px !important;
	width: 90%;
}

.subscribe .form-control {
	height: 70px;
	font-size: 16px;
	border-color: transparent;
	border-radius: 10px 0 0 10px;
	color: #3b3b3b !important;
}

.subscribe .form-control:focus {
	box-shadow: none;
	border-color: #243c4f;
}

.subscribe .btn {
	min-height: 70px;
	border-radius: 0 10px 10px 0;
	background: #7a140d;
	color: #fff;
	width: 144px;
	font-size: 20px;
	font-weight: 500;
}

.subscribe .right {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.subscribe .right img {
	float: left;
	margin-right: 12px;
}

.subscribe .right p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding-top: 1px;
}




input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
label {display: inherit;}
input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { font-size: 18px; float: left; color: #fff; font-weight: 100; letter-spacing: 10px } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { font-size: 18px; float: left; color: #fff; font-weight: 100;letter-spacing: 7.5px } /* allow space for check mark */


/*Subscribe: Ends */


/*Map: Starts*/

.maps {
	margin-top: 100px;
}

.maps .container {
	width: 100%;
	padding: 0px !important;
}


/*Map: Ends*/


/*Footer:Starts*/

.footer {
	background-color: #3b3b3b;
	padding-top: 80px;
}

.footer .footer_head {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	letter-spacing: 1px;
}

.footer_pd {
	padding-bottom: 24px;
}

.footer .footer_text {
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	line-height: 25px;
}

.footer .social {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	letter-spacing: 1px;
	float: left;
}

.footer .social span {
	width: 100%;
	float: left;
}

.footer .social span img {
	padding-right: 25px;
	padding-top: 10px;
	transition: transform .5s ease;
}

.footer .social span img:hover {
	transform: scale(1.2);
}

.footer .navigation h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.footer h2,
.footer h5 {
	margin-top: 0px;
}

.context-dark,
.bg-gray-dark,
.bg-primary {
	color: #fff;
}

.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.nav-list li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-list li a:hover:before {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 23px;
	font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer ul.social li a:hover {
	color: #eeeeee;
	text-decoration: none;
}

.footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
	text-decoration: none;
}

.footer .fa {
	padding-right: 15px;
}

.timing {
	padding: 46px 0px;
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

.timing span {
	font-size: 18px;
	font-weight: 500;
}

.footer_contact span {
	width: 10%;
	float: left;
}

.footer_contact p {
	width: 90%;
	float: left;
}

.footer_contact li {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}

.footer_contact span img {
	transition: transform .5s ease;
}

.footer_contact span img:hover {
	transform: scale(1.2);
}

.footer .links {
	padding: 0% 9%;
}


/*Footer:Ends*/


/*Copyright:Starts*/

.copyright {
	padding: 35px 0px;
	font-size: 14px;
	position: relative;
}

.copyright p {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
}


/*Copyright:Ends*/


/*Top Scroll Button*/

#myBtn {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	background-color: #7a140d;
	color: white;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 7px;
}

#myBtn:hover {
	background-color: #3b3b3b;
}


/*Top Scroll Button*/


/********** Shopping Just Arrived *****/

#cart-container {
	float: right;
	width: 170px;
	position: relative;
}

#itemCount {
	position: absolute;
	display: none;
	top: 9px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: white;
	text-align: center;
}


/***
  img {
    width: 100%;
  }
  
  .item {
    width: 31%;
    float: left;
    margin: 1%;
  }
  
  i:hover {
    cursor: pointer;
  }

  **/


/********** Shopping Just Arrived *****/


/*******************************Product List Page*************************************/

.product_banner {
	background-image: url('../images/Products/products_banner.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	margin-top: 0 !important;
	background-position: center;
	padding-bottom: 55px;
	height: 200px;
}

.product_banner .title {
	width: 100%;
	float: left;
	margin: auto;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 65px;
}

.productlist {
	margin-bottom: 100px;
}

.product_banner .breadcrumb {
	background-color: transparent;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
}

.product_banner .breadcrumb img {
	padding-left: 8px;
	padding-right: 10px;
}

.filterbox {
	height: 60px;
	background-color: #d8d8d8;
	margin: 35px 0px 45px;
}

.filterbox .container {
	width: 100%;
}

.filterbox .form-inline {
	padding: 15px 20px 15px 15px;
}

.filter_box_btn {
	width: 10%;
	float: left;
}

.filter_options {
	width: 90%;
	float: left;
	text-align: right;
}

.filter_box_btn .first_box {
	padding-right: 15px;
}

.filterbox .form-inline .form-group {
	text-align: right;
}

.filterbox .form-group label,
.filterbox .form-group option {
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

.form-control:focus {
	border-color: none;
	box-shadow: none;
}

.form-control {
	padding: padding: 4px 12px;
}

.filter_options .option2 {
	margin: 0px 20px;
}

.glyphicon {
	top: -1px !important;
}

.filter_options label {
	padding-right: 10px;
}

.filterbox .sort_box {
	width: 170px !important;
	height: 30px !important;
	border-radius: 10px !important;
	padding: 0 10px;
}

.filterbox .pro_no_box {
	width: 68px!important;
	height: 30px !important;
	border-radius: 10px !important;
	padding: 0 10px;
}

.filterbox .search_box {
	width: 170px;
	height: 30px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 4px 8px;
}
.filterbox .search_box input {
	float: left;
    width: 130px;
    border: none;
}

#custom-search-input {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search-query:focus+button {
	z-index: 3;
}

.breadcrumb a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.glyphicon-search:before {
    position: relative;
    top: 3px;
}

.productlist h3.h3 {
	text-align: center;
	margin: 1em;
	text-transform: capitalize;
	font-size: 1.7em;
}

.product-grid4,
.product-grid4 .product-image4 {
	position: relative;
	width: 255px;
	margin: auto;
}

.product-grid4 {
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all .3s ease 0s;
	margin-bottom: 50px;
}

.product-grid4:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.product-grid4 .product-image4 a {
	display: block;
	height: 208px;
}

.product-grid4 .product-image4 img {
	width: 100%;
	height: inherit;
}

.product-grid4 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}

.product-grid4 .social {
	width: 180px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s
}

.product-grid4 .social li {
	display: inline-block;
	opacity: 0;
	transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
	transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
	transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
	transition-delay: .45s
}

.product-grid4:hover .social li {
	opacity: 1
}

.product-grid4 .social li a {
	color: #222;
	background: #fff;
	font-size: 17px;
	line-height: 36px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	margin: 0 5px;
	display: block;
	transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
	color: #fff;
	background: #333333;
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}

.product-grid4 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
	opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
	color: #fff;
	background-color: #333333;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 45px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 15px;
	transition: all .3s
}

.product-grid4 .product-discount-label {
	left: auto;
	right: 10px;
	background-color: #7a140d;
}

.product-grid4:hover .product-new-label {
	opacity: 0
}

.product-grid4 .title {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 20px;
	margin-bottom: 0px;
	transition: all .3s ease 0s
}

.product-grid4 .title a {
	color: #333333;
}

.product-grid4 .title a:hover {
	color: #7a140d;
	text-decoration: none;
	font-weight: 500;
}

.product-grid4 .price {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	margin: 18px 0px 20px;
	display: block
}

.product-grid4 .price span {
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.product-grid4 .add-to-cart {
	background-color: #3b3b3b;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 6px;
	width: 191px;
	height: 43px;
	margin-bottom: 15px;
	transition: all .3s;
}

.product-grid4:hover .add-to-cart {
	border: 1px solid transparent;
	background-color: #7a140d;
	color: #fff
}

.product-grid4 .add-to-cart:hover {
	background-color: #7a140d;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

@media only screen and (max-width:990px) {
	.product-grid4 {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width:969px) and (min-width: 826px) {
	.filter_options {
		width: 90%;
	}
	.filter_box_btn {
		width: 10%;
	}
	.filter_options .option2 {
		margin: 0px 8px;
	}
	.filter_box_btn .first_box {
		padding-right: 1px;
	}
}

@media only screen and (max-width:825px) {
	.search_box_main {
		padding-top: 15px;
	}
}

.pagination {
	display: inline-block;
	width: 100%;
	height: 60px;
	background: #d8d8d8;
	text-align: center;
	padding: 15px 0px;
	float: left;
	border-radius: 0px;
	margin: 0px;
}

.pagination .text {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: 400;
}

.pagination .text:hover:not(.active) {
	background-color: transparent;
	color: #000;
}

.pagination a {
	color: black;
	font-size: 14px;
	font-weight: 600;
	background-color: #fff;
	text-decoration: none;
	margin-right: 10px;
	border: 1px solid #bababa;
	padding: 10px;
	border-radius: 10px;
}

.pagination a.active {
	border: 1px solid #3b3b3b;
}

.pagination a:hover:not(.active) {
	background-color: #3b3b3b;
	color: #fff;
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
	.product-grid4,
	.product-grid4 .product-image4 {
		width: 225px;
	}
}


/*******************************Product List Page*************************************/


/*********************************Our Brand Page********************************/

.our_brand {
	width: 100%;
	float: left;
	padding-bottom: 100px;
}

.our_brand .title{
	font-size: 26px;
    font-weight: normal;
    text-transform: inherit;
}

.our_brand p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-top: 85px;
	margin-bottom: 53px;
	color: #333333;
}

.row1,
.row2 {
	width: 100%;
	float: left;
}

.row1 img {
	width: 400px;
	float: left;
}

.row2 img {
	width: 400px;
	float: right;
}

.row1 .brand_detail {
	float: left;
	width: 59%;
	text-align: left;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 54px 0px;
	padding-left: 46px;
	line-height: 24px;
}

.row2 .brand_detail {
	float: left;
	width: 60%;
	text-align: left;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 54px 0px;
	line-height: 24px;
}


/*********************************Our Brand Page********************************/


/*************************************Product Detail View Page*******************************************/

.product_detail_view {
	color: #333333;
}

.product_detail_view img {
	max-width: 100%;
}

.product_detail_view .preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
	.product_detail_view .preview {
		margin-bottom: 20px;
	}
}

.product_detail_view .preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product_detail_view .preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.product_detail_view .preview-thumbnail.nav-tabs li {
	width: 32%;
    margin: 0px 3px;
}

.product_detail_view .preview-thumbnail.nav-tabs li img {
	width: 100%;
	display: block;
}

.product_detail_view .preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.product_detail_view .preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}

.product_detail_view .tab-content {
	overflow: hidden;
}

.product_detail_view .tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

.product_detail_view .card {
	margin-top: 100px;
	line-height: 1.5em;
}

.product_detail_view .pro_description {
	width: 100%;
	float: left;
	border: 1px solid #d4d4d4;
	margin-top: 38px;
	margin-bottom: 100px;
}

.product_detail_view .pro_description p {
	padding: 30px;
	line-height: 24px;
}

.product_detail_view .pro_description .description_title {
	padding-left: 29px;
	padding-top: 10px;
	width: 100%;
	height: 47px;
	color: #7a140d;
	font-size: 16px;
	font-weight: 500;
	background-color: #d4d4d4;
}
@media (max-width: 1366px) {
	.justarrived .img_box {
		min-height: 130px;
	}
	.justarrived #myCarousel .thumbnail {
		padding: 10px 25px;
	}
}

@media (max-width: 1024px) {
	.justarrived .img_box {
		min-height: 200px;
	}
	.dropdown-menu{
		right: 0;
		text-align: right;
		left: auto;
	}
	ul.nav.navbar-nav.right>li:nth-child(n+2)::after {background: transparent}
	.justarrived .right .title {
		text-align: center;
		padding-left: inherit;
	}
	.navbar-inverse.nav-upper{
		padding: 10px 0px;
	}
	
	.main_slider {
		margin-top: 0 !important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.nav>li {
		margin: 0 20px;
		text-align: right;
		float: right !important;
		width: 100%;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 10px 0;
	}
	.collapse.in{
		display:block !important;
	}	
	.contactus .address_box {
		padding: 30px 0px !important;
	}
	.contactus .address_box img {
		padding: 10px 65px !important;
	}
	.contactus .address_box .col-xs-2, .contactus .call_box .col-xs-2, .contactus .email_box .col-xs-2 {
		text-align: center;
	}
	.contactus .call_box img {
		padding-left: 12px;
	}
	.enquiry_cart img {
		width: 80px;
	}
	.enquiry_cart .table_heading th:nth-child(2){
		width:100px;
	}
	.enquiry_cart .table_heading th:nth-child(4){
		width:100px;
	}
	.enquiry_cart .table_heading th:nth-child(5){
		width:100px;
	}
	.image_just_a {
		display: none !important;
	}
	.justarrived .right {
		width: 100% !important;
		display: block !important;
	}
  }

@media screen and (min-width: 997px) {
	.product_detail_view .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.product_detail_view .details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product_detail_view .colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product_detail_view .product-title,
.product_detail_view .price,
.product_detail_view .sizes {
	text-transform: UPPERCASE;
}

.sizes a {
	color: #666;
    margin-right: 1px;
    margin: 0;
}
.sizes a:hover {
	color: #222;
    margin-right: 1px;
    margin: 0;
}
.sizes a:first-of-type {
	margin-left: 23px;
}

.product_detail_view .price {
	font-size: 24px;
	font-weight: 600;
	margin: 0px;
}

.product_detail_view .product-description {
	margin-bottom: 30px;
	line-height: 24px;
}

.product_detail_view .product-title {
	margin-bottom: 20px;
}

.product_detail_view .product-description {
	font-size: 14px;
}

.product_detail_view .colorbox {
	font-size: 16px;
	font-weight: 600;
}

.product_detail_view .colorbox img {
	margin-left: 10px;
}

.product_detail_view .colorbox img:hover {
	cursor: pointer;
}

.product_detail_view .stock {
	color: #005e00;
	font-size: 14px;
	margin: 30px 0px;
}

.product_detail_view .product-title {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.product_detail_view .size {
	margin-right: 1px;
    font-weight: 600;
    border: 1px solid #333333;
    width: 25px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
}

.product_detail_view .size:hover {
	background: #eee;
}



.product_detail_view .sizes {
	margin: 30px 0px;
	font-size: 16px;
	font-weight: 600;
}

.product_detail_view .product_btn {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.product_detail_view .add-to-cart {
	background-color: #7a140d;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 6px;
	width: 191px;
	height: 43px;
	margin-bottom: 15px;
	transition: all .3s;
	text-align: center;
}

.product_detail_view .add-to-cart:hover {
	background-color: #3b3b3b;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

.product_detail_view .product_name {
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	line-height: 29px;
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/**********************************Product Detail View Page**************************************/


/***************************About Us Page*********************************************/

.about_us {
	padding: 100px 0px;
	color: #333333;
}

.about_us .about_detail {
	font-size: 16px;
	width: 550px;
}

.about_us .about_detail p {line-height: 27px;}
.about_us .about_detail p:first-of-type {
	margin-bottom: 47px;
}

.about_us .box {
	width: 215px;
	text-align: center;
	float: left;
}

.about_us .box p {
	font-size: 16px;
	float: left;
	margin-top: 10px;
    width: 100%;
    line-height: 25px;
}

.about_us .timeline {
	margin-top: 100px;
}

.about_us .timeline div {
	display: inline;
}

@media (max-width: 991px) {
	
	.filter_options {
		text-align: left;
	}
	.filterbox .form-inline .form-group {
		text-align: left;
		width: 100%;
	}
	.filterbox .form-group label {
		width: 35%;
		float: left;
	}
	.filter_options .option2 {
		margin: 0px;
	}
	.filterbox {
		height: 200px;
	}
	.filterbox .option2 label {
		width: 35% !important;
		min-width: 150px;
	}
	.filterbox .search_box {
		text-align: right;
	}
	.filter_box_btn {
		width: 100px;
		float: left;
	}
	.filterbox {
		height: auto;
		padding: 0 0 10px 0;
	}
	.filterbox .form-inline .form-group {
		padding: 0;
		margin: 5px 0;
		float: left;
	}
	.filterbox .form-group label {
		padding-top: 4px;
	}
	.filterbox .sort_box {float: right;}
	.filterbox .search_box {float: right;}
	.filterbox .pro_no_box { float: right;}
	.filter_options {
		width: 300px;
		float: right;
	}
	.about_detail {
		margin: auto;
		width: 100% !important;
		text-align: center;
	}
	.abt_img {
		text-align: center;
		margin-bottom: 20px;
	}
}


/***************************About Us Page*********************************************/


/***************************Enquiry Cart Page*********************************************/

.enquiry_cart {
	padding: 100px 0px;
	color: #333333;
}

.enquiry_cart .table_heading th {
	font-size: 16px;
	font-weight: 500;
}

.enquiry_cart .cart_detail h4 {
	font-size: 18px;
	font-weight: 500;
}

.enquiry_cart .cart_detail p {
	font-size: 18px;
}

.enquiry_cart .cart_detail p span {
	font-weight: 500;
}

.enquiry_cart .product_row {
	margin-top: 30px;
}

.enquiry_cart .cart_price {
	color: #7a140d;
	font-weight: 500;
	font-size: 18px;
}

.enquiry_cart .actions .btn-info {
	background-color: transparent;
	color: #858585;
	border-color: transparent;
	font-size: 16px;
}

.enquiry_cart .actions .btn-info:hover {
	border-color: #7a140d;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: none;
	border-left: 1px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	padding: 10px 20px;
}

.enquiry_cart thead {
	border: 1px solid #ddd;
}

.enquiry_cart tbody {
	border: 1px solid #ddd;
}

.enquiry_cart .total td {
	text-align: right;
	padding-right: 110px;
	font-size: 24px;
	font-weight: 600;
	border-top: 1px solid #ddd;
}

.enquiry_cart .total:hover {
	background-color: transparent;
}

.enquiry_cart .product1 .row {
	padding: 0px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.enquiry_cart .product1 .row .col-sm-3,
.enquiry_cart .product1 .row .col-xs-12,
.enquiry_cart .product1 .row .col-sm-8 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.enquiry_cart .button_box {
	float: left;
	width: 100%;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
}

.enquiry_cart .enquiry_btn {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.enquiry_cart .enquiry_btn a {
	margin-bottom: 15px;
	transition: all .3s;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 6px;
	height: 43px;
}

.enquiry_cart .continue_btn {
	background-color: #7a140d;
	width: 252px;
}

.enquiry_cart .continue_btn:hover {
	background-color: #333333;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

.enquiry_cart .update_btn {
	background-color: #333333;
	width: 284px;
	margin-left: 30px;
}

.enquiry_cart .update_btn:hover {
	background-color: #7a140d;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

.enquiry_cart .clear_btn {
	background-color: #333333;
	width: 272px;
	margin-left: 30px;
}

.enquiry_cart .clear_btn:hover {
	background-color: #7a140d;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

.enquiry_cart .send_btn {
	background-color: #7a140d;
	width: 197px;
	float: right;
}

.enquiry_cart .send_btn:hover {
	background-color: #333333;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	text-decoration: none;
}

@media (max-width: 991px) {
	.enquiry_cart .clear_btn {
		margin-left: 0px;
	}
	.enquiry_cart .update_btn {
		float: right;
	}
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
	.enquiry_cart .enquiry_btn a {
		width: 210px;
	}
}

@media screen and (max-width: 600px) {
	table#cart tbody td .form-control {
		width: 20%;
		display: inline !important;
	}
	.actions .btn {
		width: 36%;
		margin: 1.5em 0;
	}
	.text-center {
		text-align: left;
	}
	.actions .btn-info {
		float: left;
	}
	.enquiry_cart .continue_btn,
	.enquiry_cart .clear_btn,
	.enquiry_cart .send_btn,
	.enquiry_cart .update_btn {
		width: 100%;
	}
	.enquiry_cart .update_btn,
	.enquiry_cart .clear_btn {
		margin-left: 0px;
	}
	.enquiry_cart .product1 .row .col-xs-12 img {
		width: 96%;
	}
	.enquiry_cart .cart_price {
		text-align: left;
	}
	table#cart thead {
		display: none;
	}
	table#cart tbody td {
		display: block;
		padding: 1.2rem;
		min-width: 320px;
	}
	.table-hover>tbody>tr:hover {
		background-color: transparent;
	}
	table#cart tbody tr td:first-child {
		background: #333;
		color: #fff;
	}
	table#cart tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 8rem;
	}
	table#cart tfoot td {
		display: block;
	}
	table#cart tfoot td .btn {
		display: block;
	}
}


/***************************Enquiry Cart Page*********************************************/


/******************************Contact Us Page**************************************/

.contact-form {
	margin-top: 15px;
}

.contact-form .textarea {
	min-height: 150px;
	resize: none;
}

.form-control {
	box-shadow: none;
	border-color: #eee;
	height: 49px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #00b09c;
}

.form-control-feedback {
	line-height: 60px;
}

.main-btn {
	background: #7a140d;
	border-color: #fff;
	color: #fff;
	text-transform: uppercase;
	width: 202px;
	height: 60px;
	font-size: 24px;
	font-weight: 500;
	border-radius: 10px;
}

.main-btn:hover {
	background: #333333;
	color: #fff;
}

.form-control-feedback {
	line-height: 50px;
	top: 0px;
}

.contactus {
	padding: 100px 0px;
	color: #333333;
}

.contactus .contact_head {
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
}

.contactus .title {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}

.contactus .contact_box {
	padding-bottom: 24px;
}

.contactus .contact_box .col-md-3,
.contactus .contact_box .col-md-9,
.contactus .contact_box .col-md-1,
.contactus .contact_box .col-md-11 {
	padding-left: 0px;
	padding-right: 0px;
}

.contactus .contact_box .col-md-3,
.contactus .contact_box .col-md-1 {
	font-size: 18px;
}

.contactus .col-md-11 {
	max-width: 1026px;
}

.contactus .contact_box .col-md-1 {
	margin-right: 45px;
}

.contactus .form-control {
	height: 40px !important;
	border: 1px solid #acacac;
	border-radius: 8px;
	padding: 6px 12px;
}

.contactus .info_head {
	color: #7a140d;
	font-size: 22px;
}

.contactus .info_head span {
	float: left;
	font-size: 16px;
	color: #333333;
	width: 100%;
	line-height: 24px;
}

.c_detail {
	margin-top: 40px;
}

.contactus .address_box {
	width: 415px;
	height: 135px;
	background-color: #e6e6e6;
	float: left;
	padding: 17px 0px;
}

.contactus .address_box img {
	padding: 22px 13px;
}

.contactus .call_box {
	width: 266px;
	height: 135px;
	background-color: #e6e6e6;
	float: left;
	margin: 0px 45px;
	padding: 40px 25px;
}

.contactus .call_box img {
	padding-top: 6px;
}

.contactus .email_box {
	width: 411px;
	height: 135px;
	background-color: #e6e6e6;
	float: right;
	padding: 35px;
}

.contactus .email_box img {
	padding: 8px;
}


/**********************************Contact Us Page*******************************************/


/****************Media Query********************/

@media only screen and (max-width: 1200px) {
	.contactus .address_box,
	.contactus .call_box,
	.contactus .email_box {
		float: left;
		width: 60%;
	}
	.contactus .call_box {
		margin: 30px 0px;
	}
	.abt_img img {
		width: 100%;
	}
	.about_us .box {
		margin-bottom: 30px;
	}
	.about_us .box p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) and (min-width:991px) {
	.about_us .about_detail {
		font-size: 15px;
		width: 485px;
	}
	.about_us .box {
		width: 33%;
	}
	.row1 img, .row2 img, .row3 img, .row4 img {
		width: 350px;
	}
	.address_box, .call_box, .email_box {
		width: 60%;
	}
}

@media only screen and (max-width: 1900px) {
	.navbar-logo {
		left: 19%;
	}
}

@media only screen and (max-width: 1790px) {
	.navbar-logo {
		left: 11%;
	}
}

@media only screen and (max-width: 1440px) {
	.brand .container {
		width: 100%;
	}
	.navbar-logo {
		left: 6%;
	}
	.navbar-inverse.nav-upper .navbar-upper .time {
		padding-left: 68px;
	}
}

@media only screen and (max-width: 1140px) {
	.mainbox {
		width: 96%;
	}
	.copyright {
		padding: 30px 0px;
	}
	.navbar-logo {
		left: 3%;
	}
	ul.nav.navbar-upper {
		width: 100%;
	}
	.navbar-upper .social .social_middle {
		padding: 0px 10px;
	}
	.navbar-inverse.nav-upper .main .container-fluid {
		padding-right: 0px !important;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail span {
		padding-right: 10px;
		font-size: 13px;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail span img {
		padding-left: 10px;
	}
	.navbar-inverse.nav-upper .navbar-upper .time {
		font-size: 13px;
		padding-left: 160px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
	}
	.nav-item .btn-default {
		margin-left: 5px;
	}
	.nav>li>a {
		padding: 22px 9px 10px 0;
	}
}

@media (max-width: 991px) {
	.contactus .address_box,
	.contactus .call_box,
	.contactus .email_box {
		float: left;
		width: 100%;
	}
	.product_detail_view .preview-thumbnail.nav-tabs li {
		margin: 0px 4px;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.customer-logos .slick-next, .customer-logos .slick-prev {
		display: none !important;
	}
	.padding {
		padding: 80px 0px;
	}
	.aboutus_img img {
		width: 55%;
	}
	.footer .social {
		padding-bottom: 30px;
	}
	.quick-links {
		padding-bottom: 30px;
	}
	.footer .links {
		padding: 0px 15px;
	}
	.footer .footer_head {
		padding-bottom: 20px;
	}
	.copyright {
		padding: 30px 0px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 12px;
	}
	.btn-default {
		width: 129px;
		height: 27px;
	}
	ul.nav.navbar-nav.right .btn {
		font-size: 12px;
	}
	.navbar-logo {
		left: 2%;
	}
	.navbar.navbar-lower .navbar-nav {
		margin-left: 0px !important;
	}
	.navbar.navbar-lower .container-fluid {
		padding-right: 0px;
	}
	header .mainbox {
		width: 100%;
		float: right;
	}
	.navbar-logo {
		width: 155px;
		left: 2%;
		top: 5px !important;
	}
	.navbar-logo img {
		width: 75%;
	}
	.nav-item .btn-default {
		margin-right: 10px;
		margin-left: 0px;
	}
	.nav>li>a {
		padding: 20px 10px;
	}
	ul.nav.navbar-nav.right>li:nth-child(n+2)::after {
		width: 0px !important;
		height: 0px !important;
	}
	.nav-item .btn {
		padding: 4px 5px;
	}
	.navbar-upper .social .social_middle {
		padding: 0px 15px;
	}
	ul.nav.navbar-upper {
		width: 100%;
	}
	.navbar-upper .email::before {
		height: 20px;
	}
	.navbar-upper .email::after {
		height: 20px;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail span {
		font-size: 13px;
		padding-right: 20px;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail span img {
		padding-left: 20px;
		padding-right: 5px;
	}
	.navbar-inverse.nav-upper .navbar-upper .time {
		font-size: 13px;
		padding: 5px 0px;
	}
	.navbar-inverse.nav-upper {
		padding: 0px;
		height: 58px;
		border: none;
	}
	.navbar-inverse.nav-upper .navbar-upper>li {
		display: inherit;
		float: right;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail {
		width: 100%;
		margin: 10px 0;
	}
	.justarrived .right {
		width: 100%;
		text-align: center;
		float: left;
	}
	.our_brand .row1 img,
	.our_brand .row2 img {
		width: 300px;
	}
	.row1 .brand_detail,
	.row2 .brand_detail {
		width: 58%;
		font-size: 14px;
		padding: 18px 0px;
		padding-left: 26px;
	}
	.row1,
	.row2 {
		padding: 30px 0px;
	}
	.our_brand {
		padding-bottom: 80px;
	}
	.main-btn {
		width: 150px;
		height: 45px;
		font-size: 18px;
		border-radius: 6px;
	}
	.about_us .box {
		width: 50%;
	}
	.about_us .box:last-of-type {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.enquiry_cart .product1 .row .col-sm-3, .enquiry_cart .product1 .row .col-xs-12, .enquiry_cart .product1 .row .col-sm-8 {text-align: left;
		padding-bottom: 20px;
		padding-left: 16px !important;}
	.slide-text {
		display: none;
	}
	.about_us .box {
		width: 100%;
	}
	.subscribe .btn {
		width: 90px;
		font-size: 16px;
	}
	.padding {
		padding: 50px 0px;
	}
	.title {
		font-size: 25px;
	}
	.about_para {
		font-size: 1em;
	}
	.subscribe .form-control {
		height: 62px;
	}
	.subscribe .btn {
		min-height: 62px;
	}
	.copyright {
		padding: 28px 0px;
		font-size: 12px;
	}
	.copyright p {
		width: 290px;
		padding-left: 15px;
		text-align: left;
	}
	.copyright p span{
		display: none;
	}
	.right {
		float: left !important;
	}
	.navbar-logo {
		width: 160px;
		left: 2%;
	}
	.navbar.navbar-lower .container-fluid {
		padding-right: 15px;
	}
	.navbar-inverse.nav-upper {
		height: 50px;
	}
	.navbar-inverse.nav-upper .navbar-upper .contact_detail span b {
		display: none;
	}
	.navbar-inverse.nav-upper .navbar-upper .time {
		display: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
	}
	.nav>li>a {
		padding: 16px 30px;
	}
	.our_brand .row1 img,
	.our_brand .row2 img {
		float: initial;
	}
	.our_brand .row1,
	.our_brand .row2 {
		text-align: center;
		background: #f9f9f9;
    margin: 20px 0;
	}
	.row1 .brand_detail,
	.row2 .brand_detail {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		font-size: 14px;
		padding: 50px 0px;
	}
	.row2 img {
		padding-bottom: 50px;
	}
}

@media (max-width: 560px) {
	.filter_options {
		width: 270px;
	}
	.filter_box_btn {
		margin-bottom: 20px;
	}
	.product_detail_view .preview-thumbnail.nav-tabs li {
		margin: 0px 3px;
	}
	.enquiry_cart .cart_detail h4 {
		float: left;
		margin-top: 20px;
	}
	.actions .btn {
		width: 60px;
    	margin: 10px 10px 10px 0px;
    	background: #eee !important;
	}
	.aboutus_img img {
		width: 75%;
	}
	.subscribe .left h1 {
		font-size: 32px;
	}
	.navbar-logo img {
		width: 50%;
		margin-top: 15px;
	}
	.navbar-inverse.nav-upper {
		height: 20px;
		border: none;
	}
	.product_banner .title {
		font-size: 27px;
	}
	
	.contactus .address_box {
		padding: 20px 0px !important;
	}
	.contactus .address_box img {
		padding: 20px !important;
	}
	.contactus .address_box .col-xs-2, .contactus .call_box .col-xs-2, .contactus .email_box .col-xs-2 {
		text-align: center;
	}
	.contactus .call_box img {
		padding-left: 0px;
	}
	.contactus .email_box img {
		padding: 12px 0;
		width: 44px;
	}
}

.nav > li .btn.btn-default {
	margin-top: 15px;
}

@media (max-width: 1025px) {
.nav > li .btn.btn-default {
	margin: 0 10px 10px 0;
	padding: 10px 10px;
	width: auto;
	height: auto;
}
}
.product-grid4 .product-image4 a {
	height: 150px;
	position: relative;
}
.product-grid4 .product-image4 img {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.product-grid4 .add-to-cart {
	font-size: 13px;
	width: auto;
	height: auto;
	margin-bottom: 15px;
	padding: 8px 10px !important;
	border: none !important;
}
/****************Media Query********************/

.our_login{display: inline-block; width: 100%; margin: 100px 0;}
.our_login .lg_blk {	margin: 0 auto;	width: 460px;	display: flex;	flex-wrap: wrap;	background: #ebebeb;	padding: 30px;	border-radius: 10px;	box-shadow: 0 0 10px #B6B6B6;}
.our_login .lg_blk.rg_blk{ margin: 0 auto; width: 700px;}
.our_login .lg_blk li{display: inline-block; margin: 0 0 40px; width:100%;}
.our_login .lg_blk.rg_blk li{display: inline-block; margin: 0 0 40px; width:50%; padding: 0 20px;}
.our_login .lg_blk li label{display: inline-block; font-weight: normal; margin: 0 0 10px; font-size: 18px;color: #333333; line-height: normal; width:100%;}
.our_login .lg_blk li label sup{color:#dc0101;}
.our_login .lg_blk li .txt{display: inline-block;width:100%;height: 40px ;border: 1px solid #acacac;box-shadow: none;font-size: 14px;line-height: 1.42857143;
color:#555;background-color:#fff;background-image: none; border-radius: 8px; border: 1px solid #ccc;padding: 6px 12px;}
.our_login .lg_blk li .btn{display: flex; flex-wrap: wrap; margin: 0 auto; cursor: pointer;}
.our_login .lg_blk li.cntr{ text-align: center;font-size: 18px;color: #333333; width: 100%; line-height: normal; font-weight: bold;}
.our_login .lg_blk li.cntr a{color: #7a140d; }
.our_login .lg_blk li.cntr a:hover{color: #333333; }
.our_login .lg_blk li:last-child{margin-bottom:0 !important;}

.our_login.our_login_rg .lg_blk {
	margin: 0 5%;
	width: 40%;
	float: left; padding: 15px;
}
.our_login.our_login_rg .mainbox {
	display: flex;
	flex-wrap: wrap;
}
.our_login .lg_blk li.lg_blk_rg label {
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 16px;
}
.our_login .lg_blk li.lg_blk_rg p {
	font-size: 15px;
}
.our_login.our_login_rg .lg_blk li .btn {
	font-size: 15px;
}
.our_login.our_login_rg .lg_blk li {
	margin: 0 0 10px;
}
.our_login .lg_blk li .txt {
	height: 30px;
	font-size: 12px;
}
.our_login.our_login_rg .lg_blk li label {
	margin: 0 0 20px;
	font-size: 14px;
}
.rg_btn {
	color: #fff !important;
	height: auto;
	margin-top: 197px !important;
	margin-bottom: 0 !important;
}
.our_login .lg_blk li .btn {
	margin-bottom: 10px; height: auto;
}

@media (max-width: 767px) {
.our_login {	margin: 50px 0;	padding: 0 20px;}
.our_login .lg_blk {	width: 100%;	padding: 15px;}
.our_login .lg_blk.rg_blk {	width: 100%;}
.our_login.our_login_rg .lg_blk {	margin: 0 0 20px;	width: 100%;}
.our_login .lg_blk.rg_blk li {	width: 100%;	padding: 0;}
.rg_btn {	margin-top: 30px !important;}
}
.filter_options {
	width: 100%;
}
#myBtn {
	position: fixed;
}
.enquiry_cart .table_heading th {
	background: #efefef;
}
.our_login .lg_blk li .btn {
	text-align: center !important;
	justify-content: center;
}
.navbar-nav > li > ul {
	position: absolute;
	left: 0;
	top: 100%; display: none;
	background: #7B140D;
	width: 200px;
	box-shadow: 0 0 0px #666;
	z-index: 99;
}
.navbar-nav > li:hover > ul {display: block;}
.navbar-nav > li > ul li:last-child a{border-bottom:none; }
.navbar-nav > li > ul li {
	float: left;
	width: 100%;
}
.navbar-nav > li > ul li a {
	float: left;
	width: 100%;
	color: #fff;
	padding: 7px 10px;
	font-size: 16px;
	border-bottom: 1px solid #afafaf;
}
.navbar-nav > li > ul li a:hover { background-color: #fff;
	color: #7B140D; text-decoration: none;
}
/*sidebar*/
.sidebar-filter .top-filter-head {
    line-height: 50px;
    background: #7a140d;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top:20px;
    width:100%;
}
.sidebar-filter .head {
    line-height: 40px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-top: 5px;
}
.sidebar-filter .common-filter {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px;
}
.filter-list {
    line-height: 30px;
}
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.pixel-radio {
    border-radius: 50%;
    top: 6px;
}
.filter-list label {
    margin-bottom: 3px;
    cursor: pointer;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.sidebar-filter.mt-50 {
    float: left;
    width: 30%;
}
span#ContentPlaceHolder1_strproductsdisplay {
    width: 70%;
    float: left;
}

span#ContentPlaceHolder1_strproductsdisplay .container{width:100%;}
.spectrm-text-normal { 
    font-weight: 400;
}
.uk-checkbox--rounded {
    margin-top: 0px;
    opacity: 0;
    border-radius: 50%;
}
<style>
.uk-checkbox, .uk-radio {
    min-width: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    margin: 0.15em 10px 0px 0px;
}
.pixel-radio + label::after, .pixel-radio + label::before {
	border-radius: 50%;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 20px;
}

.pixel-radio + label::after {
	border: 1px solid transparent;
}

.pixel-radio:checked + label::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.438 6.743L.248 4.492A.894.894 0 0 1 .25 3.254a.838.838 0 0 1 1.201.002L3.04 4.887 7.55.253a.838.838 0 0 1 1.2.002.893.893 0 0 1 0 1.238l-5.108 5.25A.84.84 0 0 1 3.04 7a.844.844 0 0 1-.602-.257z' fill='%23fff'/%3E%3C/svg%3E");
	background-color: #000 !important;
	background-size: 50%;
}

.pixel-radio:checked + label::after{
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50%;
	border-color: #000;
}

.pixel-radio{position:absolute;opacity: 0}
.pixel-radio + label::before {
	border: 1px solid #d8d8d8;content: "" !important;
}
.sidebar-filter .common-filter .filter-list label{font-weight: normal;}

/*..6.3.2020..*/
.dropdowninner{position:absolute;display: none;top:0;left: 90%;background:#7a140d;border-radius: 10px;border-left:1px solid #6c6c6c}
.dropdown-menu ul li{position:relative;float:left;width: 100%}
.dropdown-menu ul li:hover ul {display:block;}
.dropdowninner {position: absolute;display: none;top: 0;left: 100%;background: #7a140d;border-radius: 9px;width: 150px;}
.navbar-nav > li > .dropdown-menu ul li i {right: 0;font-size: 16px;position: absolute;top: 8px;}


.navbar-nav>li>.dropdown-menu{width:236px;}

@media screen and (max-width:767px){
.navbar-inverse .navbar-nav > li .dropdown-item + ul {
	background: none;
	border: none;
}
.navbar-inverse .navbar-nav > li .dropdown-item {
	color: #3b3b3b;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 0;
	text-decoration: none;
}
}